:root {
	--wcf-orange: #ed7a00;
	--wcf-orange-dark: #b95000;
	--wcf-orange-soft: #fff1df;
	--wcf-navy: #17324d;
	--wcf-navy-dark: #0c2237;
	--wcf-blue: #24577f;
	--wcf-ink: #18232d;
	--wcf-muted: #586875;
	--wcf-line: #dce3e8;
	--wcf-surface: #f5f7f8;
	--wcf-white: #fff;
	--wcf-success: #197148;
	--wcf-warning: #8c4b00;
	--wcf-radius-sm: 10px;
	--wcf-radius: 18px;
	--wcf-radius-lg: 28px;
	--wcf-shadow: 0 18px 50px rgba(12, 34, 55, 0.1);
	--wcf-shell: min(1240px, calc(100vw - 40px));
	--wcf-space: clamp(64px, 9vw, 120px);
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body.wcf-site {
	background: var(--wcf-white);
	color: var(--wcf-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

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

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

.wcf-site a {
	color: var(--wcf-blue);
	text-underline-offset: 0.18em;
}

.wcf-site a:hover {
	color: var(--wcf-orange-dark);
}

.wcf-site :focus-visible {
	border-radius: 4px;
	outline: 3px solid #0679c4;
	outline-offset: 3px;
}

.wcf-site h1,
.wcf-site h2,
.wcf-site h3,
.wcf-site h4 {
	color: var(--wcf-navy-dark);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.wcf-site h1 {
	font-size: clamp(2.6rem, 7vw, 5.6rem);
}

.wcf-site h2 {
	font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.wcf-site h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

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

.wcf-site .grid-container {
	max-width: 1240px;
}

.wcf-site .site-content {
	display: block;
	padding: 0 20px;
}

.wcf-site .content-area,
.wcf-site .site-main {
	float: none;
	margin: 0;
	width: 100%;
}

.wcf-site .inside-article {
	background: transparent;
	padding: 48px 0 var(--wcf-space);
}

.wcf-home .inside-article {
	padding-top: 24px;
}

.wcf-site .entry-content {
	margin-top: 0;
}

.wcf-site .entry-content > * {
	margin-bottom: 28px;
}

.wcf-site .entry-content > .wcf-section-heading {
	margin-bottom: 34px;
	margin-top: var(--wcf-space);
}

.wcf-site .entry-header {
	margin-bottom: 38px;
	max-width: 880px;
}

.wcf-site .entry-title {
	font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.wcf-eyebrow {
	color: var(--wcf-orange-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.wcf-button,
.wcf-site .wp-block-button__link {
	align-items: center;
	background: var(--wcf-orange);
	border: 2px solid var(--wcf-orange);
	border-radius: 999px;
	color: var(--wcf-navy-dark);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.15;
	min-height: 50px;
	padding: 14px 24px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wcf-button:hover,
.wcf-site .wp-block-button__link:hover {
	background: var(--wcf-orange-dark);
	border-color: var(--wcf-orange-dark);
	color: var(--wcf-white);
	transform: translateY(-1px);
}

.wcf-site .wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	border-color: var(--wcf-navy);
	color: var(--wcf-navy);
}

.wcf-site .wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: var(--wcf-navy);
	color: var(--wcf-white);
}

.wcf-text-link {
	align-items: center;
	color: var(--wcf-navy);
	display: inline-flex;
	font-weight: 750;
	gap: 8px;
	text-decoration: none;
}

.wcf-text-link span {
	transition: transform 160ms ease;
}

.wcf-text-link:hover span {
	transform: translateX(3px);
}

/* Utility and primary navigation */
.wcf-utility {
	background: var(--wcf-navy-dark);
	color: #e8f0f5;
	font-size: 0.76rem;
	letter-spacing: 0.025em;
}

.wcf-utility .wcf-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 34px;
}

.wcf-utility p {
	margin: 0;
}

.wcf-utility a {
	color: var(--wcf-white);
	font-weight: 700;
	text-decoration: none;
}

.wcf-site #masthead {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(220, 227, 232, 0.9);
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar.wcf-site #masthead {
	top: 32px;
}

.wcf-site .inside-header {
	min-height: 78px;
	padding: 10px 20px;
}

.wcf-site .site-logo img,
.wcf-site .custom-logo {
	height: auto;
	max-width: 190px;
	width: 190px;
}

.wcf-site .site-branding {
	display: none;
}

.wcf-site .main-navigation {
	background: transparent;
}

.wcf-site .main-navigation .main-nav ul li a {
	color: var(--wcf-navy-dark);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 44px;
	padding-inline: 13px;
}

.wcf-site .main-navigation .main-nav ul li a:hover,
.wcf-site .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: transparent;
	color: var(--wcf-orange-dark);
}

.wcf-site .main-navigation .main-nav ul li.wcf-menu-cta a {
	background: var(--wcf-orange);
	border-radius: 999px;
	color: var(--wcf-navy-dark);
	line-height: 42px;
	margin-left: 8px;
	padding-inline: 18px;
}

.wcf-site .menu-toggle {
	background: transparent;
	color: var(--wcf-navy-dark);
	font-weight: 800;
}

/* Hero */
.wcf-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 250, 0.95)),
		repeating-linear-gradient(90deg, transparent 0, transparent 39px, rgba(23, 50, 77, 0.035) 40px);
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius-lg);
	min-height: min(710px, calc(100vh - 170px));
	overflow: hidden;
	padding: clamp(54px, 8vw, 104px) clamp(26px, 6vw, 76px);
	position: relative;
}

.wcf-hero > *:not(.wcf-hero-visual) {
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.wcf-hero h1 {
	margin-bottom: 24px;
	margin-top: 0;
	max-width: 960px;
}

.wcf-hero-lead {
	color: var(--wcf-muted);
	font-size: clamp(1.05rem, 2vw, 1.28rem);
	max-width: 720px;
}

.wcf-hero .wp-block-buttons {
	margin-top: 36px;
}

.wcf-hero-visual {
	bottom: -95px;
	height: 430px;
	opacity: 0.94;
	pointer-events: none;
	position: absolute;
	right: -95px;
	width: 430px;
}

.wcf-orbit,
.wcf-hero-wheel {
	border: 4px solid rgba(23, 50, 77, 0.12);
	border-radius: 50%;
	inset: 0;
	position: absolute;
}

.wcf-orbit::before,
.wcf-orbit::after {
	background: var(--wcf-orange);
	border-radius: 50%;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
}

.wcf-orbit::before {
	right: 56px;
	top: 25px;
}

.wcf-orbit::after {
	bottom: 42px;
	left: 30px;
}

.wcf-hero-wheel {
	border-color: var(--wcf-navy);
	border-width: 18px;
	inset: 92px;
}

.wcf-hero-wheel::before {
	background: var(--wcf-navy);
	border-radius: 50%;
	content: "";
	inset: 46%;
	position: absolute;
}

.wcf-hero-seat {
	background: var(--wcf-orange);
	border-radius: 18px 18px 42px 10px;
	height: 74px;
	position: absolute;
	right: 82px;
	top: 70px;
	transform: rotate(-5deg);
	width: 165px;
}

.wcf-hero-seat::after {
	background: var(--wcf-navy);
	border-radius: 7px;
	content: "";
	height: 170px;
	left: 18px;
	position: absolute;
	top: -100px;
	transform: rotate(-6deg);
	width: 18px;
}

.wcf-trust-strip {
	border-bottom: 1px solid var(--wcf-line);
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 24px;
}

.wcf-trust-strip > div {
	padding: 24px 10px;
}

.wcf-trust-strip strong,
.wcf-trust-strip span {
	display: block;
}

.wcf-trust-strip strong {
	color: var(--wcf-navy-dark);
	font-size: 1.04rem;
}

.wcf-trust-strip span {
	color: var(--wcf-muted);
	font-size: 0.84rem;
}

/* Inner-page sections */
.wcf-page-hero {
	background: var(--wcf-navy-dark);
	border-radius: var(--wcf-radius-lg);
	color: #dbe7ef;
	margin-bottom: var(--wcf-space) !important;
	overflow: hidden;
	padding: clamp(50px, 8vw, 92px) clamp(28px, 7vw, 82px);
	position: relative;
}

.wcf-page-hero::after {
	border: 90px solid rgba(237, 122, 0, 0.15);
	border-radius: 50%;
	content: "";
	height: 390px;
	position: absolute;
	right: -130px;
	top: -210px;
	width: 390px;
}

.wcf-page-hero h1 {
	color: var(--wcf-white);
	font-size: clamp(2.5rem, 6vw, 5rem);
	margin-block: 0 24px;
	max-width: 940px;
	position: relative;
	z-index: 1;
}

.wcf-page-hero p:not(.wcf-eyebrow) {
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	margin-bottom: 0;
	max-width: 780px;
	position: relative;
	z-index: 1;
}

.wcf-page-hero .wcf-eyebrow {
	color: #ffb75d;
}

.wcf-section-heading {
	max-width: 850px;
}

.wcf-section-heading h2 {
	margin-block: 0 20px;
}

.wcf-section-heading > p:last-child {
	color: var(--wcf-muted);
	font-size: 1.08rem;
}

.wcf-notice {
	background: #fff7eb;
	border-left: 5px solid var(--wcf-orange);
	border-radius: 0 var(--wcf-radius) var(--wcf-radius) 0;
	margin-block: 52px !important;
	padding: 28px clamp(24px, 4vw, 44px);
}

.wcf-notice h2 {
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	margin-block: 0 12px;
}

.wcf-notice p:last-child {
	margin-bottom: 0;
}

.wcf-cta {
	align-items: center;
	background: var(--wcf-orange-soft);
	border: 1px solid #f0d2ad;
	border-radius: var(--wcf-radius-lg);
	display: flex;
	flex-direction: column;
	gap: 26px;
	justify-content: space-between;
	margin-top: var(--wcf-space) !important;
	padding: clamp(32px, 6vw, 60px);
}

.wcf-cta h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	margin-block: 0 14px;
}

.wcf-cta p {
	margin-bottom: 0;
	max-width: 760px;
}

.wcf-cta .wp-block-buttons {
	flex: 0 0 auto;
	margin: 0;
}

/* Cards */
.wcf-card-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr);
}

.wcf-card {
	background: var(--wcf-white);
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius);
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wcf-card:hover {
	border-color: #c2cdd4;
	box-shadow: var(--wcf-shadow);
	transform: translateY(-3px);
}

.wcf-card h3 {
	margin-block: 0 14px;
}

.wcf-card h3 a {
	color: inherit;
	text-decoration: none;
}

.wcf-card > p:last-of-type,
.wcf-card-body > p:last-of-type {
	color: var(--wcf-muted);
}

.wcf-category-card,
.wcf-market-card,
.wcf-certificate-card {
	padding: clamp(26px, 4vw, 40px);
}

.wcf-category-symbol {
	height: 82px;
	margin-bottom: 30px;
	position: relative;
	width: 108px;
}

.wcf-category-symbol span:first-child {
	border: 7px solid var(--wcf-navy);
	border-radius: 50%;
	bottom: 0;
	height: 58px;
	position: absolute;
	right: 0;
	width: 58px;
}

.wcf-category-symbol span:nth-child(2) {
	background: var(--wcf-orange);
	border-radius: 9px;
	height: 38px;
	left: 15px;
	position: absolute;
	top: 18px;
	transform: skew(-10deg);
	width: 58px;
}

.wcf-category-symbol span:nth-child(3) {
	background: var(--wcf-navy);
	height: 54px;
	left: 8px;
	position: absolute;
	top: 0;
	transform: rotate(-12deg);
	width: 8px;
}

.wcf-market-number {
	color: #d7e0e6 !important;
	font-size: 3.4rem;
	font-weight: 850;
	letter-spacing: -0.08em;
	line-height: 1;
	margin: 0 0 28px;
}

.wcf-compliance-note {
	background: var(--wcf-surface);
	border-radius: var(--wcf-radius-sm);
	margin-top: 22px;
	padding: 18px 22px;
}

.wcf-review-notice,
.wcf-empty-state {
	background: var(--wcf-surface);
	border: 1px dashed #aebbc4;
	border-radius: var(--wcf-radius);
	padding: 28px;
}

/* Product cards and placeholders */
.wcf-product-card {
	display: flex;
	flex-direction: column;
}

.wcf-product-media {
	aspect-ratio: 4 / 3;
	background: linear-gradient(145deg, #f8fafb, #eaf0f3);
	display: block;
	overflow: hidden;
	position: relative;
}

.wcf-product-media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wcf-badge {
	background: var(--wcf-navy);
	border-radius: 999px;
	color: var(--wcf-white);
	font-size: 0.75rem;
	font-weight: 800;
	left: 16px;
	padding: 6px 11px;
	position: absolute;
	top: 16px;
}

.wcf-product-placeholder {
	inset: 0;
	position: absolute;
}

.wcf-product-placeholder .wheel {
	border: 8px solid var(--wcf-navy);
	border-radius: 50%;
	bottom: 17%;
	height: 36%;
	position: absolute;
	width: 27%;
}

.wcf-product-placeholder .wheel::after {
	background: var(--wcf-navy);
	border-radius: 50%;
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
}

.wcf-product-placeholder .wheel-one {
	right: 20%;
}

.wcf-product-placeholder .wheel-two {
	border-width: 5px;
	bottom: 18%;
	height: 18%;
	left: 22%;
	width: 14%;
}

.wcf-product-placeholder .chair-frame {
	background: var(--wcf-orange);
	border-radius: 10px 10px 20px 5px;
	height: 18%;
	left: 38%;
	position: absolute;
	top: 35%;
	transform: skew(-8deg);
	width: 31%;
}

.wcf-product-placeholder .chair-frame::before {
	background: var(--wcf-navy);
	border-radius: 5px;
	content: "";
	height: 110%;
	left: 3%;
	position: absolute;
	top: -76%;
	transform: rotate(-10deg);
	width: 8px;
}

.wcf-product-placeholder .chair-frame::after {
	border-bottom: 7px solid var(--wcf-navy);
	border-right: 7px solid var(--wcf-navy);
	content: "";
	height: 70%;
	position: absolute;
	right: -16%;
	top: 55%;
	transform: skew(8deg);
	width: 65%;
}

.wcf-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.wcf-card-body .wcf-eyebrow {
	margin-bottom: 9px;
}

.wcf-model {
	color: var(--wcf-navy) !important;
	font-size: 0.84rem;
	font-weight: 800;
}

.wcf-data-note {
	background: #fff7eb;
	border-radius: 7px;
	color: var(--wcf-warning) !important;
	font-size: 0.78rem;
	padding: 8px 10px;
}

.wcf-card-actions {
	align-items: center;
	border-top: 1px solid var(--wcf-line);
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
}

/* Process and feature grids */
.wcf-steps,
.wcf-feature-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr);
	margin-block: 44px !important;
}

.wcf-steps > div,
.wcf-feature-grid > div {
	background: var(--wcf-surface);
	border: 1px solid transparent;
	border-radius: var(--wcf-radius);
	padding: 26px;
}

.wcf-steps > div span {
	color: var(--wcf-orange-dark);
	display: block;
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin-bottom: 36px;
}

.wcf-steps h3,
.wcf-feature-grid h3 {
	margin-block: 0 12px;
}

.wcf-steps p,
.wcf-feature-grid p {
	color: var(--wcf-muted);
	margin: 0;
}

.wcf-check-list {
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(0, 1fr);
	list-style: none;
	margin-block: 30px;
	padding-left: 0;
}

.wcf-check-list li {
	background: var(--wcf-surface);
	border-radius: var(--wcf-radius-sm);
	padding: 17px 18px 17px 48px;
	position: relative;
}

.wcf-check-list li::before {
	background: var(--wcf-orange);
	border-radius: 50%;
	color: var(--wcf-navy-dark);
	content: "✓";
	font-size: 0.75rem;
	font-weight: 900;
	height: 22px;
	left: 17px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: 19px;
	width: 22px;
}

.wcf-placeholder-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wcf-placeholder-gallery figure {
	margin: 0;
}

.wcf-placeholder-gallery figure > div {
	align-items: flex-end;
	aspect-ratio: 4 / 3;
	background:
		linear-gradient(145deg, transparent 30%, rgba(237, 122, 0, 0.16)),
		repeating-linear-gradient(45deg, #f3f6f7, #f3f6f7 10px, #e9eef1 10px, #e9eef1 20px);
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius);
	color: var(--wcf-navy);
	display: flex;
	font-size: clamp(2rem, 5vw, 4.5rem);
	font-weight: 850;
	justify-content: flex-end;
	padding: 20px;
}

.wcf-placeholder-gallery figcaption {
	color: var(--wcf-muted);
	font-size: 0.84rem;
	padding: 9px 4px;
}

/* FAQ */
.wcf-faq-list {
	border-top: 1px solid var(--wcf-line);
}

.wcf-faq-item {
	border-bottom: 1px solid var(--wcf-line);
}

.wcf-faq-item summary {
	color: var(--wcf-navy-dark);
	cursor: pointer;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-weight: 750;
	list-style: none;
	padding: 24px 46px 24px 2px;
	position: relative;
}

.wcf-faq-item summary::-webkit-details-marker {
	display: none;
}

.wcf-faq-item summary::after {
	border: 2px solid var(--wcf-orange-dark);
	border-radius: 50%;
	color: var(--wcf-orange-dark);
	content: "+";
	height: 28px;
	line-height: 23px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 23px;
	width: 28px;
}

.wcf-faq-item[open] summary::after {
	content: "–";
}

.wcf-faq-item > div {
	color: var(--wcf-muted);
	max-width: 850px;
	padding: 0 42px 22px 2px;
}

/* Inquiry form */
.wcf-inquiry-panel {
	background: var(--wcf-surface);
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius-lg);
	padding: clamp(24px, 5vw, 52px);
}

.wcf-inquiry-panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	margin-top: 0;
}

.wcf-form-alert {
	background: #fff1ed;
	border-left: 4px solid #b42318;
	border-radius: 6px;
	color: #7a271a;
	font-weight: 700;
	margin-bottom: 24px;
	padding: 14px 16px;
}

.wcf-form-grid {
	display: grid;
	gap: 18px 22px;
	grid-template-columns: minmax(0, 1fr);
}

.wcf-field {
	margin: 0;
}

.wcf-field label {
	color: var(--wcf-navy-dark);
	display: block;
	font-size: 0.86rem;
	font-weight: 750;
	margin-bottom: 7px;
}

.wcf-inquiry-form input[type="text"],
.wcf-inquiry-form input[type="email"],
.wcf-inquiry-form input[type="tel"],
.wcf-inquiry-form select,
.wcf-inquiry-form textarea {
	background: var(--wcf-white);
	border: 1px solid #aebbc4;
	border-radius: 8px;
	color: var(--wcf-ink);
	font: inherit;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.wcf-inquiry-form textarea {
	min-height: 110px;
	resize: vertical;
}

.wcf-inquiry-form input:focus,
.wcf-inquiry-form select:focus,
.wcf-inquiry-form textarea:focus {
	border-color: var(--wcf-blue);
	box-shadow: 0 0 0 3px rgba(36, 87, 127, 0.16);
	outline: 0;
}

.wcf-consent {
	font-size: 0.84rem;
	margin-block: 22px;
}

.wcf-consent label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.wcf-consent input {
	height: 18px;
	margin-top: 4px;
	width: 18px;
}

.wcf-form-actions {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.wcf-form-actions p {
	color: var(--wcf-muted);
	font-size: 0.82rem;
	margin: 0;
}

.wcf-honeypot {
	height: 1px !important;
	left: -10000px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.wcf-company-details {
	font-style: normal;
}

.wcf-company-details span {
	color: var(--wcf-muted);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Product archive and single */
.wcf-archive-hero {
	align-items: end;
	background: var(--wcf-navy-dark);
	border-radius: var(--wcf-radius-lg);
	color: #dbe7ef;
	display: grid;
	gap: 26px;
	margin-bottom: 44px;
	padding: clamp(38px, 7vw, 78px);
}

.wcf-archive-hero h1 {
	color: var(--wcf-white);
	font-size: clamp(2.5rem, 6vw, 4.8rem);
	margin: 0;
}

.wcf-archive-hero p {
	margin: 0;
	max-width: 780px;
}

.wcf-product-tax-nav,
.wcf-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.wcf-product-tax-nav {
	border-bottom: 1px solid var(--wcf-line);
	margin-bottom: 34px;
	padding-bottom: 18px;
}

.wcf-product-tax-nav a {
	background: var(--wcf-surface);
	border-radius: 999px;
	color: var(--wcf-navy);
	font-size: 0.82rem;
	font-weight: 750;
	padding: 7px 13px;
	text-decoration: none;
}

.wcf-breadcrumbs {
	color: var(--wcf-muted);
	font-size: 0.78rem;
	margin-bottom: 28px;
}

.wcf-breadcrumbs a {
	color: var(--wcf-muted);
	text-decoration: none;
}

.wcf-product-hero {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 64px;
}

.wcf-product-gallery {
	min-width: 0;
}

.wcf-product-main-image,
.wcf-product-main-placeholder {
	align-items: center;
	aspect-ratio: 5 / 4;
	background: var(--wcf-surface);
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius-lg);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.wcf-product-main-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wcf-product-main-placeholder {
	position: relative;
}

.wcf-product-main-placeholder .wcf-product-placeholder {
	inset: 15%;
}

.wcf-gallery-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 12px;
}

.wcf-gallery-thumbs img {
	aspect-ratio: 1;
	background: var(--wcf-surface);
	border: 1px solid var(--wcf-line);
	border-radius: 9px;
	object-fit: contain;
}

.wcf-gallery-thumbs button {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.wcf-gallery-thumbs button[aria-pressed="true"] img {
	border-color: var(--wcf-orange-dark);
	box-shadow: 0 0 0 2px var(--wcf-orange);
}

.wcf-product-summary h1 {
	font-size: clamp(2.3rem, 5vw, 4.3rem);
	margin-block: 0 12px;
}

.wcf-product-summary .wcf-model {
	font-size: 1rem;
}

.wcf-product-summary .wcf-product-lead {
	color: var(--wcf-muted);
	font-size: 1.08rem;
}

.wcf-product-summary .wcf-button {
	margin-top: 18px;
}

.wcf-product-status {
	background: #fff7eb;
	border: 1px solid #f2cca1;
	border-radius: var(--wcf-radius-sm);
	color: var(--wcf-warning);
	font-size: 0.85rem;
	margin-bottom: 24px;
	padding: 13px 15px;
}

.wcf-spec-table {
	border: 1px solid var(--wcf-line);
	border-radius: var(--wcf-radius);
	overflow: hidden;
	width: 100%;
}

.wcf-spec-table table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.wcf-spec-table th,
.wcf-spec-table td {
	border: 0;
	border-bottom: 1px solid var(--wcf-line);
	padding: 15px 18px;
	text-align: left;
}

.wcf-spec-table th {
	background: var(--wcf-surface);
	color: var(--wcf-navy-dark);
	width: 45%;
}

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

.wcf-product-section {
	border-top: 1px solid var(--wcf-line);
	margin-top: 58px;
	padding-top: 52px;
}

.wcf-product-section > h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.wcf-document-list {
	list-style: none;
	padding-left: 0;
}

.wcf-document-list li {
	align-items: start;
	border-bottom: 1px solid var(--wcf-line);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-block: 18px;
}

.wcf-document-list small {
	color: var(--wcf-muted);
	display: block;
}

.wcf-site .nav-links {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 42px;
}

.wcf-site .page-numbers {
	align-items: center;
	border: 1px solid var(--wcf-line);
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 7px 11px;
	text-decoration: none;
}

.wcf-site .page-numbers.current {
	background: var(--wcf-navy);
	border-color: var(--wcf-navy);
	color: var(--wcf-white);
}

/* Thank you */
.wcf-thank-you {
	margin-inline: auto;
	max-width: 820px;
	padding-block: clamp(70px, 12vw, 150px);
	text-align: center;
}

.wcf-success-mark {
	align-items: center;
	background: #e8f6ef;
	border-radius: 50%;
	color: var(--wcf-success);
	display: flex;
	font-size: 2.2rem;
	font-weight: 850;
	height: 78px;
	justify-content: center;
	margin: 0 auto 30px;
	width: 78px;
}

.wcf-thank-you h1 {
	font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.wcf-thank-you .wp-block-buttons {
	justify-content: center;
	margin-top: 32px;
}

/* Footer */
.wcf-prefooter {
	background: var(--wcf-orange);
	color: var(--wcf-navy-dark);
	padding: clamp(38px, 6vw, 66px) 0;
}

.wcf-prefooter .wcf-shell {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 26px;
	justify-content: space-between;
}

.wcf-prefooter .wcf-eyebrow {
	color: var(--wcf-navy-dark);
}

.wcf-prefooter h2 {
	font-size: clamp(1.8rem, 3.4vw, 3rem);
	margin-block: 0 10px;
}

.wcf-prefooter p:last-child {
	margin: 0;
}

.wcf-prefooter .wcf-button {
	background: var(--wcf-navy-dark);
	border-color: var(--wcf-navy-dark);
	color: var(--wcf-white);
	flex: 0 0 auto;
}

.wcf-footer {
	background: var(--wcf-navy-dark);
	color: #bdcbd5;
	padding: clamp(54px, 8vw, 88px) 0;
}

.wcf-footer a {
	color: var(--wcf-white);
}

.wcf-footer-grid {
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr);
}

.wcf-footer h2 {
	color: var(--wcf-white);
	font-size: 1rem;
	letter-spacing: 0;
	margin-block: 0 20px;
}

.wcf-footer-brand .custom-logo {
	filter: brightness(0) invert(1);
	margin-bottom: 22px;
	max-width: 180px;
}

.wcf-wordmark {
	color: var(--wcf-white);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 22px;
	text-decoration: none;
}

.wcf-footer-menu,
.wcf-legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wcf-footer-menu li {
	margin-bottom: 10px;
}

.wcf-footer-menu a {
	text-decoration: none;
}

.wcf-site .site-info {
	background: #071a2b;
	color: #9fb0bd;
	font-size: 0.76rem;
	padding: 18px 20px;
}

.wcf-copyright {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: space-between;
}

.wcf-legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	justify-content: center;
}

.wcf-legal-menu a {
	color: #d7e1e7;
	text-decoration: none;
}

.wcf-mobile-quote {
	background: var(--wcf-orange);
	border-radius: 999px;
	bottom: 16px;
	box-shadow: 0 8px 25px rgba(12, 34, 55, 0.25);
	color: var(--wcf-navy-dark) !important;
	font-size: 0.85rem;
	font-weight: 850;
	left: 50%;
	padding: 13px 22px;
	position: fixed;
	text-decoration: none;
	transform: translateX(-50%);
	z-index: 90;
}

@media (min-width: 600px) {
	.wcf-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-feature-grid,
	.wcf-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-check-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.wcf-field-wide {
		grid-column: 1 / -1;
	}

	.wcf-form-actions {
		flex-direction: row;
		justify-content: space-between;
	}

	.wcf-footer-grid {
		grid-template-columns: 1.4fr 0.8fr 1.2fr;
	}

	.wcf-copyright {
		flex-direction: row;
	}
}

@media (min-width: 782px) {
	.wcf-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wcf-market-grid,
	.wcf-certificate-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcf-cta,
	.wcf-prefooter .wcf-shell {
		flex-direction: row;
	}

	.wcf-trust-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wcf-trust-strip > div + div {
		border-left: 1px solid var(--wcf-line);
		padding-left: 28px;
	}

	.wcf-placeholder-gallery {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.wcf-product-hero {
		align-items: start;
		grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	}

	.wcf-archive-hero {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1040px) {
	.wcf-steps {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.wcf-steps-four {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.wcf-mobile-quote {
		display: none;
	}
}

@media (max-width: 900px) {
	.wcf-site .main-navigation.toggled .main-nav {
		background: var(--wcf-white);
		border-bottom: 1px solid var(--wcf-line);
		box-shadow: 0 18px 35px rgba(12, 34, 55, 0.1);
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.wcf-site .main-navigation.toggled .main-nav ul li a {
		line-height: 48px;
		padding-inline: 24px;
	}

	.wcf-site .main-navigation .main-nav ul li.wcf-menu-cta a {
		border-radius: 0;
		margin-left: 0;
	}
}

@media (max-width: 782px) {
	.admin-bar.wcf-site #masthead {
		top: 46px;
	}

	.wcf-utility p {
		display: none;
	}

	.wcf-utility .wcf-shell {
		justify-content: center;
	}

	.wcf-hero-visual {
		height: 250px;
		opacity: 0.22;
		right: -60px;
		width: 250px;
	}

	.wcf-hero-wheel {
		inset: 55px;
	}

	.wcf-hero-seat {
		display: none;
	}

	.wcf-site .wp-block-columns {
		gap: 26px;
	}
}

@media (max-width: 480px) {
	:root {
		--wcf-shell: calc(100vw - 28px);
	}

	body.wcf-site {
		font-size: 16px;
	}

	.wcf-site .site-content,
	.wcf-site .inside-header {
		padding-left: 14px;
		padding-right: 14px;
	}

	.wcf-hero {
		border-radius: 20px;
		padding: 45px 22px;
	}

	.wcf-site .site-logo img,
	.wcf-site .custom-logo {
		max-width: 155px;
		width: 155px;
	}

	.wcf-placeholder-gallery {
		grid-template-columns: minmax(0, 1fr);
	}

	.wcf-card-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

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

	.wcf-site *,
	.wcf-site *::before,
	.wcf-site *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.wcf-utility,
	.wcf-site #masthead,
	.wcf-prefooter,
	.wcf-footer,
	.wcf-site .site-info,
	.wcf-mobile-quote,
	.wcf-form-actions {
		display: none !important;
	}

	.wcf-site .site-content {
		padding: 0;
	}

	.wcf-site a {
		color: inherit;
		text-decoration: underline;
	}
}
