/*
Theme Name: HOT2COLD Automotive
Theme URI: https://hot2cold.us
Author: HOT2COLD
Description: A fast, responsive catalogue and enquiry theme for HOT2COLD Automotive A/C Parts Supply.
Version: 0.2.1
Requires at least: 6.8
Requires PHP: 7.4
Text Domain: hot2cold-automotive
*/

:root {
	--h2c-bg: #070b12;
	--h2c-bg-soft: #0c131e;
	--h2c-panel: #101925;
	--h2c-panel-2: #131f2d;
	--h2c-red: #ef2635;
	--h2c-red-dark: #c91727;
	--h2c-blue: #147fe1;
	--h2c-blue-light: #54a8f3;
	--h2c-white: #f7f9fc;
	--h2c-silver: #c4cbd4;
	--h2c-muted: #8b96a5;
	--h2c-line: rgba(255, 255, 255, 0.11);
	--h2c-max: 1240px;
	--h2c-radius: 18px;
	--h2c-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background: var(--h2c-bg);
	color-scheme: dark;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
	min-width: 320px;
	margin: 0;
	overflow-x: hidden;
	background:
		radial-gradient(ellipse 65% 60% at -12% 8%, rgba(239, 38, 53, 0.12), transparent 72%),
		radial-gradient(ellipse 65% 60% at 112% 18%, rgba(20, 127, 225, 0.14), transparent 72%),
		var(--h2c-bg);
	color: var(--h2c-white);
	font-size: 16px;
	line-height: 1.6;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid rgba(84, 168, 243, 0.95);
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.h2c-skip-link {
	position: fixed;
	z-index: 100;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--h2c-white);
	color: var(--h2c-bg);
	font-weight: 800;
	text-decoration: none;
	transform: translateY(-180%);
	transition: transform 160ms ease;
}

.h2c-skip-link:focus {
	transform: translateY(0);
}

.h2c-container {
	width: min(var(--h2c-max), calc(100% - 48px));
	margin-inline: auto;
}

.h2c-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--h2c-silver);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.h2c-eyebrow::before {
	width: 24px;
	height: 2px;
	border-radius: 4px;
	background: linear-gradient(90deg, var(--h2c-red), var(--h2c-blue));
	content: "";
}

.h2c-section-heading {
	max-width: 760px;
	margin-bottom: clamp(34px, 5vw, 58px);
}

.h2c-section-heading h2 {
	margin: 0;
	font-size: clamp(2.1rem, 4.4vw, 4.3rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.h2c-section-heading p:not(.h2c-eyebrow) {
	max-width: 660px;
	margin: 22px 0 0;
	color: var(--h2c-muted);
	font-size: 1.06rem;
}

.h2c-word-red {
	color: var(--h2c-red);
}

.h2c-word-blue {
	color: var(--h2c-blue-light);
}

.h2c-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 0.88rem;
	font-weight: 850;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.h2c-button:hover {
	transform: translateY(-2px);
}

.h2c-button--primary {
	background: linear-gradient(135deg, var(--h2c-red-dark), var(--h2c-red));
	box-shadow: 0 14px 34px rgba(239, 38, 53, 0.2);
}

.h2c-button--secondary {
	border-color: var(--h2c-line);
	background: rgba(255, 255, 255, 0.045);
}

.h2c-button--secondary:hover {
	border-color: rgba(84, 168, 243, 0.62);
}

.h2c-button__arrow {
	font-size: 1.15em;
	line-height: 1;
}

.h2c-site-header {
	position: relative;
	z-index: 30;
	border-bottom: 1px solid var(--h2c-line);
	background: rgba(7, 11, 18, 0.84);
	backdrop-filter: blur(18px);
}

.h2c-header-bar {
	display: grid;
	min-height: 92px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 30px;
}

.h2c-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.h2c-brand img {
	width: 270px;
	height: 82px;
	object-fit: contain;
	object-position: left center;
}

.h2c-primary-nav {
	justify-self: end;
}

.h2c-primary-nav ul {
	display: flex;
	align-items: center;
	gap: 27px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.h2c-primary-nav a {
	color: var(--h2c-silver);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.h2c-primary-nav a:hover,
.h2c-primary-nav .current-menu-item > a {
	color: var(--h2c-white);
}

.h2c-header-cta {
	min-height: 44px;
	padding: 10px 15px;
}

.h2c-menu-toggle {
	display: none;
	width: 48px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--h2c-line);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--h2c-white);
	cursor: pointer;
}

.h2c-menu-toggle__lines,
.h2c-menu-toggle__lines::before,
.h2c-menu-toggle__lines::after {
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 4px;
	background: currentColor;
	content: "";
	transition: transform 160ms ease, opacity 160ms ease;
}

.h2c-menu-toggle__lines {
	position: relative;
}

.h2c-menu-toggle__lines::before {
	position: absolute;
	top: -6px;
}

.h2c-menu-toggle__lines::after {
	position: absolute;
	top: 6px;
}

.h2c-menu-toggle[aria-expanded="true"] .h2c-menu-toggle__lines {
	background: transparent;
}

.h2c-menu-toggle[aria-expanded="true"] .h2c-menu-toggle__lines::before {
	top: 0;
	transform: rotate(45deg);
}

.h2c-menu-toggle[aria-expanded="true"] .h2c-menu-toggle__lines::after {
	top: 0;
	transform: rotate(-45deg);
}

.h2c-hero {
	position: relative;
	isolation: isolate;
	min-height: 680px;
	overflow: hidden;
	border-bottom: 1px solid var(--h2c-line);
}

.h2c-hero::before,
.h2c-hero::after {
	position: absolute;
	z-index: -1;
	width: min(70vw, 1100px);
	height: 760px;
	border-radius: 50%;
	content: "";
	opacity: 0.22;
	pointer-events: none;
}

.h2c-hero::before {
	top: -28%;
	left: -50%;
	border: 1px solid rgba(239, 38, 53, 0.35);
	box-shadow:
		0 0 0 70px rgba(239, 38, 53, 0.045),
		0 0 0 140px rgba(239, 38, 53, 0.035),
		0 0 0 210px rgba(239, 38, 53, 0.025);
}

.h2c-hero::after {
	right: -50%;
	bottom: -35%;
	border: 1px solid rgba(20, 127, 225, 0.34);
	box-shadow:
		0 0 0 70px rgba(20, 127, 225, 0.045),
		0 0 0 140px rgba(20, 127, 225, 0.035),
		0 0 0 210px rgba(20, 127, 225, 0.025);
}

.h2c-hero-grid {
	display: grid;
	min-height: 680px;
	grid-template-columns: minmax(0, 0.92fr) minmax(450px, 1.08fr);
	align-items: center;
	gap: clamp(38px, 6vw, 84px);
	padding-block: 60px;
}

.h2c-hero-copy {
	position: relative;
	z-index: 2;
}

.h2c-hero h1 {
	max-width: 740px;
	margin: 0;
	font-size: clamp(3.35rem, 6.3vw, 6.3rem);
	letter-spacing: -0.06em;
	line-height: 0.92;
}

.h2c-hero-lede {
	max-width: 650px;
	margin: 26px 0 0;
	color: var(--h2c-silver);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.h2c-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.h2c-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin: 30px 0 0;
	padding: 0;
	color: var(--h2c-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	list-style: none;
	text-transform: uppercase;
}

.h2c-hero-proof li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.h2c-hero-proof li::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--h2c-blue);
	box-shadow: 0 0 10px rgba(20, 127, 225, 0.9);
	content: "";
}

.h2c-hero-proof li:nth-child(2)::before {
	background: var(--h2c-red);
	box-shadow: 0 0 10px rgba(239, 38, 53, 0.85);
}

.h2c-hero-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border: 1px solid var(--h2c-line);
	border-radius: 28px;
	background: var(--h2c-panel);
	box-shadow: var(--h2c-shadow);
}

.h2c-hero-media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 11, 18, 0.16), transparent 35%),
		linear-gradient(0deg, rgba(7, 11, 18, 0.72), transparent 46%);
	content: "";
	pointer-events: none;
}

.h2c-hero-media > img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	object-position: 58% center;
}

.h2c-hero-media-card {
	position: absolute;
	z-index: 2;
	right: 22px;
	bottom: 22px;
	left: 22px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 14px;
	background: rgba(7, 11, 18, 0.76);
	backdrop-filter: blur(14px);
}

.h2c-hero-stat {
	padding: 16px 18px;
}

.h2c-hero-stat + .h2c-hero-stat {
	border-left: 1px solid var(--h2c-line);
}

.h2c-hero-stat strong {
	display: block;
	font-size: 1.05rem;
}

.h2c-hero-stat span {
	color: var(--h2c-muted);
	font-size: 0.66rem;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.h2c-parts-bar {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	border-bottom: 1px solid var(--h2c-line);
	background: var(--h2c-bg-soft);
}

.h2c-parts-bar-grid {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 24px;
	padding-block: 21px;
}

.h2c-parts-bar strong {
	display: block;
	font-size: 1rem;
}

.h2c-parts-bar p {
	margin: 2px 0 0;
	color: var(--h2c-muted);
	font-size: 0.82rem;
}

.h2c-inline-contact {
	color: var(--h2c-silver);
	font-size: 0.8rem;
	font-weight: 800;
	text-decoration: none;
}

.h2c-inline-contact:hover {
	color: var(--h2c-white);
}

.h2c-section {
	position: relative;
	padding-block: clamp(76px, 10vw, 126px);
}

.h2c-categories {
	border-bottom: 1px solid var(--h2c-line);
}

.h2c-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.h2c-category-card {
	position: relative;
	display: flex;
	min-height: 250px;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	padding: 24px;
	border: 1px solid var(--h2c-line);
	border-radius: var(--h2c-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.h2c-category-card::before {
	position: absolute;
	top: -85px;
	right: -85px;
	width: 175px;
	height: 175px;
	border: 1px solid rgba(20, 127, 225, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(20, 127, 225, 0.025);
	content: "";
}

.h2c-category-card:nth-child(odd)::before {
	border-color: rgba(239, 38, 53, 0.18);
	box-shadow: 0 0 0 34px rgba(239, 38, 53, 0.025);
}

.h2c-category-card:hover {
	z-index: 2;
	border-color: rgba(84, 168, 243, 0.55);
	background: linear-gradient(145deg, rgba(20, 127, 225, 0.075), rgba(255, 255, 255, 0.02));
	transform: translateY(-5px);
}

.h2c-category-card:nth-child(odd):hover {
	border-color: rgba(239, 38, 53, 0.5);
	background: linear-gradient(145deg, rgba(239, 38, 53, 0.07), rgba(255, 255, 255, 0.02));
}

.h2c-category-index {
	color: var(--h2c-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.14em;
}

.h2c-category-card h3 {
	max-width: 210px;
	margin: 38px 0 10px;
	font-size: 1.35rem;
	line-height: 1.05;
}

.h2c-category-card p {
	margin: 0;
	color: var(--h2c-muted);
	font-size: 0.87rem;
}

.h2c-category-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
	color: var(--h2c-silver);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.h2c-support {
	overflow: hidden;
	border-bottom: 1px solid var(--h2c-line);
	background:
		radial-gradient(circle at 90% 50%, rgba(20, 127, 225, 0.13), transparent 38%),
		radial-gradient(circle at 8% 50%, rgba(239, 38, 53, 0.11), transparent 36%),
		var(--h2c-bg-soft);
}

.h2c-support-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(54px, 8vw, 110px);
}

.h2c-experience-card {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	padding: clamp(32px, 5vw, 54px);
	border: 1px solid var(--h2c-line);
	border-radius: 26px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018));
	box-shadow: var(--h2c-shadow);
}

.h2c-experience-card::before {
	position: absolute;
	right: -120px;
	bottom: -120px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(20, 127, 225, 0.28);
	border-radius: 50%;
	box-shadow:
		0 0 0 56px rgba(20, 127, 225, 0.035),
		0 0 0 112px rgba(239, 38, 53, 0.025);
	content: "";
}

.h2c-experience-number {
	display: block;
	margin-top: 45px;
	font-size: clamp(6rem, 12vw, 11rem);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.75;
}

.h2c-experience-number span {
	color: var(--h2c-blue-light);
	font-size: 0.42em;
	vertical-align: top;
}

.h2c-experience-card > p:last-child {
	position: relative;
	max-width: 320px;
	margin: 38px 0 0;
	color: var(--h2c-silver);
	font-size: 1.05rem;
}

.h2c-benefit-list {
	display: grid;
	gap: 0;
	margin: 34px 0 0;
}

.h2c-benefit {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 18px;
	padding: 24px 0;
	border-top: 1px solid var(--h2c-line);
}

.h2c-benefit-index {
	color: var(--h2c-blue-light);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
}

.h2c-benefit:nth-child(even) .h2c-benefit-index {
	color: var(--h2c-red);
}

.h2c-benefit h3 {
	margin: 0 0 7px;
	font-size: 1.15rem;
}

.h2c-benefit p {
	margin: 0;
	color: var(--h2c-muted);
	font-size: 0.91rem;
}

.h2c-process {
	border-bottom: 1px solid var(--h2c-line);
}

.h2c-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.h2c-process-step {
	position: relative;
	padding: 30px;
	border: 1px solid var(--h2c-line);
	border-radius: var(--h2c-radius);
	background: var(--h2c-panel);
}

.h2c-process-step span {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(20, 127, 225, 0.12);
	color: var(--h2c-blue-light);
	font-size: 0.75rem;
	font-weight: 900;
}

.h2c-process-step:nth-child(2) span {
	background: rgba(239, 38, 53, 0.11);
	color: #ff6874;
}

.h2c-process-step h3 {
	margin: 24px 0 10px;
	font-size: 1.24rem;
}

.h2c-process-step p {
	margin: 0;
	color: var(--h2c-muted);
	font-size: 0.92rem;
}

.h2c-region {
	overflow: hidden;
}

.h2c-region-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 60px;
	overflow: hidden;
	padding: clamp(36px, 6vw, 70px);
	border: 1px solid var(--h2c-line);
	border-radius: 28px;
	background:
		radial-gradient(circle at 95% 40%, rgba(20, 127, 225, 0.2), transparent 38%),
		linear-gradient(135deg, #101923, #0b111a);
	box-shadow: var(--h2c-shadow);
}

.h2c-region-card::before {
	position: absolute;
	top: -210px;
	right: -100px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(84, 168, 243, 0.2);
	border-radius: 50%;
	box-shadow: 0 0 0 56px rgba(20, 127, 225, 0.03);
	content: "";
}

.h2c-region-card h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 4rem);
	letter-spacing: -0.045em;
	line-height: 1;
}

.h2c-region-card p {
	max-width: 660px;
	margin: 20px 0 0;
	color: var(--h2c-silver);
}

.h2c-region-list {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 10px;
	min-width: 245px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.h2c-region-list li {
	padding: 12px 14px;
	border: 1px solid var(--h2c-line);
	border-radius: 10px;
	background: rgba(7, 11, 18, 0.55);
	color: var(--h2c-silver);
	font-size: 0.82rem;
	font-weight: 800;
}

.h2c-cta {
	padding-top: 0;
}

.h2c-cta-card {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 42px;
	padding: clamp(36px, 6vw, 68px);
	border: 1px solid rgba(239, 38, 53, 0.25);
	border-radius: 28px;
	background:
		radial-gradient(circle at 5% 50%, rgba(239, 38, 53, 0.16), transparent 34%),
		radial-gradient(circle at 96% 50%, rgba(20, 127, 225, 0.15), transparent 32%),
		var(--h2c-panel);
}

.h2c-cta-card h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.1rem, 4vw, 4rem);
	letter-spacing: -0.045em;
	line-height: 1;
}

.h2c-cta-card p {
	max-width: 620px;
	margin: 18px 0 0;
	color: var(--h2c-muted);
}

.h2c-cta-actions {
	display: grid;
	gap: 10px;
	min-width: 220px;
}

.h2c-site-footer {
	border-top: 1px solid var(--h2c-line);
	background: #05080d;
}

.h2c-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 60px;
	padding-block: 64px 46px;
}

.h2c-footer-brand img {
	width: 280px;
	height: 82px;
	object-fit: contain;
	object-position: left center;
}

.h2c-footer-brand p {
	max-width: 390px;
	margin: 18px 0 0;
	color: var(--h2c-muted);
	font-size: 0.9rem;
}

.h2c-footer-column h2 {
	margin: 0 0 18px;
	color: var(--h2c-silver);
	font-size: 0.72rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.h2c-footer-links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.h2c-footer-links a {
	color: var(--h2c-muted);
	font-size: 0.88rem;
	text-decoration: none;
}

.h2c-footer-links a:hover {
	color: var(--h2c-white);
}

.h2c-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0 28px;
	border-top: 1px solid var(--h2c-line);
	color: #65707e;
	font-size: 0.72rem;
}

.h2c-page-main {
	min-height: 60vh;
	padding-block: 90px;
}

.h2c-page-main article {
	max-width: 820px;
}

.h2c-page-main h1 {
	margin: 0 0 30px;
	font-size: clamp(2.8rem, 6vw, 5.6rem);
	letter-spacing: -0.05em;
	line-height: 0.95;
}

.h2c-entry-content {
	color: var(--h2c-silver);
}

.h2c-entry-content h2,
.h2c-entry-content h3 {
	margin-top: 2em;
	color: var(--h2c-white);
}

.h2c-entry-content a {
	color: var(--h2c-blue-light);
}

@media (max-width: 1080px) {
	.h2c-header-bar {
		grid-template-columns: auto auto;
	}

	.h2c-primary-nav,
	.h2c-header-cta {
		display: none;
	}

	.h2c-menu-toggle {
		display: inline-flex;
		justify-self: end;
	}

	.h2c-primary-nav.is-open {
		position: absolute;
		top: 92px;
		right: 0;
		left: 0;
		display: block;
		padding: 16px 24px 28px;
		border-bottom: 1px solid var(--h2c-line);
		background: rgba(7, 11, 18, 0.98);
		box-shadow: 0 30px 50px rgba(0, 0, 0, 0.34);
	}

	.h2c-primary-nav.is-open ul {
		display: grid;
		gap: 0;
	}

	.h2c-primary-nav.is-open li {
		border-bottom: 1px solid var(--h2c-line);
	}

	.h2c-primary-nav.is-open a {
		display: block;
		padding: 16px 4px;
		font-size: 0.84rem;
	}

	.h2c-hero-grid {
		grid-template-columns: 1fr;
	}

	.h2c-hero-copy {
		max-width: 800px;
	}

	.h2c-hero-media {
		min-height: 480px;
	}

	.h2c-hero-media > img {
		height: 480px;
	}

	.h2c-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.h2c-support-grid {
		grid-template-columns: 1fr;
	}

	.h2c-experience-card {
		min-height: 360px;
	}

	.h2c-region-card,
	.h2c-cta-card {
		grid-template-columns: 1fr;
	}

	.h2c-region-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.h2c-cta-actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.h2c-container {
		width: min(var(--h2c-max), calc(100% - 28px));
	}

	.h2c-header-bar {
		min-height: 78px;
	}

	.h2c-brand img {
		width: 230px;
		height: 70px;
	}

	.h2c-primary-nav.is-open {
		top: 78px;
	}

	.h2c-hero,
	.h2c-hero-grid {
		min-height: auto;
	}

	.h2c-hero-grid {
		gap: 40px;
		padding-block: 54px 46px;
	}

	.h2c-hero h1 {
		font-size: clamp(3rem, 15.3vw, 4.6rem);
	}

	.h2c-hero-actions,
	.h2c-hero-actions .h2c-button {
		width: 100%;
	}

	.h2c-hero-media {
		min-height: 390px;
		border-radius: 20px;
	}

	.h2c-hero-media > img {
		height: 390px;
		object-position: 58% center;
	}

	.h2c-hero-media-card {
		right: 12px;
		bottom: 12px;
		left: 12px;
		grid-template-columns: 1fr;
	}

	.h2c-hero-stat {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 16px;
		padding: 10px 13px;
	}

	.h2c-hero-stat + .h2c-hero-stat {
		border-top: 1px solid var(--h2c-line);
		border-left: 0;
	}

	.h2c-parts-bar-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.h2c-inline-contact {
		width: fit-content;
	}

	.h2c-section {
		padding-block: 76px;
	}

	.h2c-section-heading h2 {
		font-size: clamp(2.55rem, 12vw, 3.8rem);
	}

	.h2c-category-grid,
	.h2c-process-grid,
	.h2c-region-list,
	.h2c-cta-actions {
		grid-template-columns: 1fr;
	}

	.h2c-category-card {
		min-height: 225px;
	}

	.h2c-experience-card {
		min-height: 330px;
	}

	.h2c-experience-number {
		margin-top: 52px;
		font-size: 7.4rem;
	}

	.h2c-region-card,
	.h2c-cta-card {
		gap: 32px;
		padding: 30px 24px;
		border-radius: 20px;
	}

	.h2c-footer-grid {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-block: 52px 36px;
	}

	.h2c-footer-bottom {
		flex-direction: column;
	}
}

/* ------------------------------------------------------------------ */
/* Part Finder                                                          */
/* ------------------------------------------------------------------ */

.h2c-finder {
	position: relative;
	z-index: 3;
	border-bottom: 1px solid var(--h2c-line);
	background: var(--h2c-bg-soft);
	padding-block: clamp(40px, 5vw, 64px);
}

.h2c-finder-card {
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--h2c-line);
	border-radius: var(--h2c-radius);
	background:
		radial-gradient(circle at 0% 0%, rgba(239, 38, 53, 0.08), transparent 42%),
		radial-gradient(circle at 100% 100%, rgba(20, 127, 225, 0.1), transparent 42%),
		var(--h2c-panel);
	box-shadow: var(--h2c-shadow);
}

.h2c-finder-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.h2c-finder-head h2 {
	margin: 0;
	font-size: clamp(1.5rem, 2.6vw, 2.2rem);
	letter-spacing: -0.03em;
}

.h2c-finder-tabs {
	display: inline-flex;
	padding: 4px;
	border: 1px solid var(--h2c-line);
	border-radius: 12px;
	background: rgba(7, 11, 18, 0.6);
}

.h2c-finder-tab {
	padding: 10px 16px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--h2c-silver);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease;
}

.h2c-finder-tab.is-active {
	background: linear-gradient(135deg, var(--h2c-red-dark), var(--h2c-red));
	color: var(--h2c-white);
}

.h2c-finder-tab:not(.is-active):hover {
	color: var(--h2c-white);
}

.h2c-finder-form {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	align-items: end;
	gap: 14px;
}

.h2c-finder-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	grid-column: 1 / 3;
}

.h2c-finder-fields[hidden] {
	display: none;
}

.h2c-finder-fields[data-finder-mode="equipment"] {
	grid-template-columns: 1fr;
}

.h2c-finder-field {
	display: grid;
	gap: 7px;
}

.h2c-finder-field span {
	color: var(--h2c-muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.h2c-finder-field select,
.h2c-finder-field input {
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid var(--h2c-line);
	border-radius: 10px;
	background: rgba(7, 11, 18, 0.72);
	color: var(--h2c-white);
	font-size: 0.92rem;
}

.h2c-finder-field select:focus,
.h2c-finder-field input:focus {
	border-color: rgba(84, 168, 243, 0.65);
	outline: none;
}

.h2c-finder-field--keyword {
	grid-column: 1 / 3;
}

.h2c-finder-submit {
	min-width: 150px;
	border: 0;
	cursor: pointer;
}

.h2c-finder-help {
	margin: 20px 0 0;
	color: var(--h2c-muted);
	font-size: 0.85rem;
}

.h2c-finder-help a {
	color: var(--h2c-blue-light);
	font-weight: 800;
	text-decoration: none;
}

.h2c-finder-help a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------ */
/* Category tiles with images                                           */
/* ------------------------------------------------------------------ */

.h2c-section-heading--split {
	display: flex;
	max-width: none;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}

.h2c-category-card--catalog {
	min-height: 0;
	justify-content: flex-start;
	padding: 0;
}

.h2c-category-card--catalog::before {
	content: none;
}

.h2c-category-media {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid var(--h2c-line);
	aspect-ratio: 4 / 3;
}

.h2c-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

.h2c-category-card--catalog:hover .h2c-category-media img {
	transform: scale(1.045);
}

.h2c-category-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	padding: 16px 18px 18px;
}

.h2c-category-card--catalog h3 {
	max-width: none;
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.25;
	overflow-wrap: break-word;
	hyphens: auto;
}

.h2c-category-count {
	color: var(--h2c-muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------ */
/* WooCommerce catalogue (quote mode)                                   */
/* ------------------------------------------------------------------ */

.h2c-shop-main {
	min-height: 60vh;
	padding-block: clamp(44px, 6vw, 76px);
}

.woocommerce-breadcrumb {
	margin: 0 0 26px;
	color: var(--h2c-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.woocommerce-breadcrumb a {
	color: var(--h2c-silver);
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
	color: var(--h2c-white);
}

.woocommerce-products-header {
	margin-bottom: 30px;
}

.woocommerce-products-header__title {
	margin: 0;
	font-size: clamp(2.2rem, 4.6vw, 4rem);
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.woocommerce-products-header .term-description,
.woocommerce-products-header + .term-description {
	max-width: 720px;
	margin-top: 14px;
	color: var(--h2c-muted);
}

.woocommerce-result-count {
	margin: 0;
	color: var(--h2c-muted);
	font-size: 0.82rem;
}

.woocommerce-ordering {
	margin: 0 0 0 auto;
}

.woocommerce-ordering select {
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid var(--h2c-line);
	border-radius: 9px;
	background: rgba(7, 11, 18, 0.72);
	color: var(--h2c-silver);
	font-size: 0.82rem;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-info,
.woocommerce-no-products-found .woocommerce-info {
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 1px solid rgba(84, 168, 243, 0.35);
	border-radius: 12px;
	background: rgba(20, 127, 225, 0.08);
	color: var(--h2c-silver);
	font-size: 0.92rem;
	list-style: none;
}

ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--h2c-line);
	border-radius: var(--h2c-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
	transition: transform 180ms ease, border-color 180ms ease;
}

ul.products li.product:hover {
	border-color: rgba(84, 168, 243, 0.55);
	transform: translateY(-4px);
}

ul.products li.product > a {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

ul.products li.product img {
	width: 100%;
	height: auto;
	border-bottom: 1px solid var(--h2c-line);
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.woocommerce-loop-product__title,
ul.products li.product h2 {
	margin: 14px 16px 6px;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.3;
}

.h2c-loop-more {
	display: block;
	margin: auto 16px 16px;
	padding-top: 10px;
	color: var(--h2c-blue-light);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

span.onsale {
	display: none;
}

.woocommerce-pagination {
	margin-top: 40px;
}

.woocommerce-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--h2c-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--h2c-silver);
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
	border-color: rgba(239, 38, 53, 0.6);
	background: rgba(239, 38, 53, 0.14);
	color: var(--h2c-white);
}

.woocommerce-pagination .page-numbers li a.page-numbers:hover {
	border-color: rgba(84, 168, 243, 0.6);
	color: var(--h2c-white);
}

/* Single product */

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: start;
	gap: clamp(28px, 4.5vw, 56px);
}

.single-product div.product .woocommerce-product-gallery {
	overflow: hidden;
	border: 1px solid var(--h2c-line);
	border-radius: var(--h2c-radius);
	background: var(--h2c-panel);
}

.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
}

.single-product div.product .product_title {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 3.4vw, 2.9rem);
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.woocommerce-product-details__short-description {
	color: var(--h2c-silver);
	font-size: 1rem;
}

.h2c-quote-box {
	margin: 22px 0;
	padding: 22px;
	border: 1px solid rgba(239, 38, 53, 0.3);
	border-radius: 14px;
	background:
		radial-gradient(circle at 0% 0%, rgba(239, 38, 53, 0.12), transparent 55%),
		rgba(7, 11, 18, 0.5);
}

.h2c-quote-note {
	margin: 0 0 16px;
	color: var(--h2c-silver);
	font-size: 0.92rem;
}

.h2c-quote-box .h2c-button {
	width: 100%;
}

.h2c-quote-alt {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 14px;
}

.h2c-quote-alt a {
	color: var(--h2c-silver);
	font-size: 0.85rem;
	font-weight: 800;
	text-decoration: none;
}

.h2c-quote-alt a:hover {
	color: var(--h2c-white);
}

.product_meta {
	padding-top: 18px;
	border-top: 1px solid var(--h2c-line);
	color: var(--h2c-muted);
	font-size: 0.82rem;
}

.product_meta > span {
	display: block;
	margin-bottom: 6px;
}

.product_meta a {
	color: var(--h2c-blue-light);
	text-decoration: none;
}

.product_meta a:hover {
	text-decoration: underline;
}

.woocommerce-tabs {
	grid-column: 1 / -1;
	margin-top: 20px;
}

.woocommerce-tabs .tabs {
	display: flex;
	gap: 10px;
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.woocommerce-tabs .tabs a {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid var(--h2c-line);
	border-radius: 10px;
	color: var(--h2c-silver);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
}

.woocommerce-tabs .tabs .active a {
	border-color: rgba(84, 168, 243, 0.6);
	color: var(--h2c-white);
}

.woocommerce-tabs .panel {
	color: var(--h2c-silver);
}

section.related.products,
section.up-sells.products {
	grid-column: 1 / -1;
	margin-top: clamp(40px, 6vw, 64px);
}

section.related.products > h2,
section.up-sells.products > h2 {
	margin: 0 0 8px;
	font-size: clamp(1.5rem, 2.6vw, 2.1rem);
	letter-spacing: -0.03em;
}

/* Responsive adjustments for finder and catalogue */

@media (max-width: 1080px) {
	ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.h2c-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.h2c-finder-form {
		grid-template-columns: 1fr;
	}

	.h2c-finder-fields,
	.h2c-finder-field--keyword {
		grid-column: auto;
	}

	.h2c-section-heading--split {
		flex-direction: column;
		align-items: flex-start;
	}

	.single-product div.product {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Keep 2 columns on phones so category titles stay readable. */
	.h2c-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.h2c-category-card,
	.h2c-category-card--catalog {
		min-height: 0;
	}

	.h2c-category-body {
		gap: 6px;
		padding: 12px 12px 14px;
	}

	.h2c-category-card--catalog h3 {
		font-size: 0.92rem;
	}

	.h2c-category-count {
		font-size: 0.66rem;
		letter-spacing: 0.07em;
	}

	.h2c-finder-fields {
		grid-template-columns: 1fr;
	}

	.h2c-finder-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.h2c-finder-submit {
		width: 100%;
	}

	.woocommerce-ordering {
		margin-left: 0;
	}
}

@media (max-width: 460px) {
	ul.products {
		grid-template-columns: 1fr;
	}

	.h2c-category-card--catalog h3 {
		font-size: 0.88rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	* {
		transition-duration: 0.01ms !important;
	}
}
