body.mbh-plugin-home {
	margin: 0;
	background: #fff;
}

body.mbh-plugin-home #wpadminbar {
	z-index: 99999;
}

.mbh,
.mbh * {
	box-sizing: border-box;
}

.mbh {
	--mbh-black: #070707;
	--mbh-white: #fff;
	--mbh-yellow: #ffbd00;
	--mbh-yellow-dark: #e4a900;
	--mbh-soft: #f3f3f1;
	--mbh-line: #deded9;
	--mbh-muted: #626262;
	width: 100%;
	min-width: 0;
	margin: 0;
	color: var(--mbh-black);
	background: var(--mbh-white);
	font-family: Barlow, Arial, Helvetica, sans-serif;
	line-height: 1.45;
	overflow: clip;
}

.mbh img {
	display: block;
	max-width: 100%;
}

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

.mbh a:focus-visible {
	outline: 3px solid var(--mbh-yellow);
	outline-offset: 3px;
}

.mbh p,
.mbh h1,
.mbh h2,
.mbh h3 {
	margin-top: 0;
}

.mbh-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 32px;
	min-height: 94px;
	padding: 18px clamp(24px, 5vw, 96px);
	color: var(--mbh-white);
	background: var(--mbh-black);
}

.mbh-logo {
	display: inline-flex;
	align-items: center;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 900;
	letter-spacing: -1.8px;
	line-height: 1;
}

.mbh-logo-image {
	width: auto;
	max-width: 230px;
	height: 42px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.mbh-nav {
	min-width: 0;
}

.mbh-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 46px;
	min-height: 46px;
	padding: 9px 12px;
	color: var(--mbh-white);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 999px;
	background: transparent;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.mbh-menu-toggle-lines {
	display: grid;
	gap: 4px;
	width: 18px;
}

.mbh-menu-toggle-lines span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform .18s ease, opacity .18s ease;
}

.mbh .mbh-menu-toggle:hover,
.mbh .mbh-menu-toggle:focus-visible {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-yellow) !important;
	background: var(--mbh-yellow) !important;
}

.mbh-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2vw, 34px);
	padding: 0;
	margin: 0;
	list-style: none;
}

.mbh-nav-list a {
	display: block;
	padding: 10px 0;
	color: var(--mbh-white);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .4px;
	white-space: nowrap;
	opacity: 1;
}

.mbh .mbh-header .mbh-nav-list a,
.mbh .mbh-header .mbh-nav-list a:visited {
	color: var(--mbh-white) !important;
	background: transparent !important;
	box-shadow: none !important;
	opacity: 1 !important;
}

.mbh .mbh-header .mbh-nav-list a:hover,
.mbh .mbh-header .mbh-nav-list a:focus-visible,
.mbh .mbh-header .mbh-nav-list .current-menu-item > a,
.mbh .mbh-header .mbh-nav-list .is-current > a,
.mbh .mbh-header .mbh-nav-list a[aria-current="page"] {
	color: var(--mbh-yellow) !important;
	background: transparent !important;
	opacity: 1;
}

.mbh-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.mbh .mbh-phone,
.mbh .mbh-phone:visited {
	color: var(--mbh-white) !important;
	background: transparent !important;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.mbh .mbh-phone:hover,
.mbh .mbh-phone:focus-visible {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-yellow) !important;
	background: var(--mbh-yellow) !important;
}

.mbh-alert {
	padding: 15px 24px;
	color: var(--mbh-black);
	background: var(--mbh-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
	text-align: center;
	text-transform: uppercase;
}

.mbh-hero {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
	min-height: 610px;
	color: var(--mbh-white);
	background: var(--mbh-black);
}

.mbh-hero-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: clamp(56px, 7vw, 110px) clamp(28px, 5vw, 96px);
	background:
		radial-gradient(circle at 92% 28%, rgba(255, 189, 0, .15), transparent 34%),
		linear-gradient(120deg, #070707 0%, #171717 100%);
}

.mbh-kicker {
	margin-bottom: 12px;
	color: var(--mbh-yellow);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.mbh-hero h1 {
	max-width: 760px;
	margin-bottom: 22px;
	color: var(--mbh-white);
	font-size: clamp(44px, 5vw, 76px);
	font-weight: 700;
	letter-spacing: -2.5px;
	line-height: 1.02;
}

.mbh-hero-text {
	max-width: 620px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(17px, 1.45vw, 22px);
	line-height: 1.5;
}

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

.mbh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mbh .mbh-button-primary,
.mbh .mbh-button-primary:visited {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-yellow) !important;
	background: var(--mbh-yellow) !important;
}

.mbh .mbh-button-primary:hover,
.mbh .mbh-button-primary:focus-visible {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-white) !important;
	background: var(--mbh-white) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
	transform: translateY(-2px);
}

.mbh .mbh-button-secondary,
.mbh .mbh-button-secondary:visited {
	color: var(--mbh-white) !important;
	border-color: rgba(255, 255, 255, .72) !important;
	background: transparent !important;
}

.mbh .mbh-button-secondary:hover,
.mbh .mbh-button-secondary:focus-visible {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-yellow) !important;
	background: var(--mbh-yellow) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
	transform: translateY(-2px);
}

.mbh-hero-media {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
	min-height: 440px;
	overflow: hidden;
}

.mbh-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(7, 7, 7, .72) 0%, rgba(7, 7, 7, .12) 36%, rgba(7, 7, 7, .08) 100%);
	pointer-events: none;
}

.mbh-vehicle-panel {
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 28px 16px;
	overflow: hidden;
	background: linear-gradient(165deg, #4e6b76 0%, #a7c0c7 44%, #273b34 45%, #111a17 100%);
}

.mbh-vehicle-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, .58) 100%);
	pointer-events: none;
}

.mbh-vehicle-panel:nth-child(2) {
	background: linear-gradient(165deg, #b4a37e 0%, #e0c58e 44%, #735939 45%, #241b13 100%);
}

.mbh-vehicle-panel:nth-child(3) {
	background: linear-gradient(165deg, #5e7853 0%, #aebf8d 44%, #4a4d2b 45%, #151c11 100%);
}

.mbh-vehicle-panel span {
	position: relative;
	z-index: 2;
	color: var(--mbh-white);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
}

.mbh-vehicle-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mbh-section {
	padding: clamp(52px, 6vw, 88px) clamp(24px, 5vw, 96px);
}

.mbh-section-soft {
	background: var(--mbh-soft);
}

.mbh-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	max-width: 1500px;
	margin: 0 auto 28px;
}

.mbh-section-heading h2 {
	margin-bottom: 0;
	font-size: clamp(32px, 3.3vw, 50px);
	font-weight: 700;
	letter-spacing: -1.4px;
	line-height: 1.05;
}

.mbh-section-heading > p {
	max-width: 520px;
	margin-bottom: 0;
	color: var(--mbh-muted);
	font-size: 15px;
}

.mbh-section-heading-inline {
	align-items: center;
}

.mbh-brand-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(90px, 1fr));
	gap: 10px;
	max-width: 1500px;
	margin: 0 auto;
}

.mbh-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	padding: 14px;
	border: 1px solid var(--mbh-line);
	border-radius: 13px;
	background: var(--mbh-white);
	transition: transform .18s ease, border-color .18s ease;
}

.mbh-brand:hover {
	border-color: var(--mbh-yellow);
	transform: translateY(-2px);
}

.mbh-brand-logo {
	display: block;
	width: auto;
	max-width: min(100%, 155px);
	height: auto;
	max-height: 58px;
	margin: auto;
	object-fit: contain;
}

.mbh-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;
}

.mbh-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 1500px;
	margin: 0 auto;
}

.mbh-feature {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 410px;
	padding: clamp(26px, 3vw, 46px);
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(145deg, #273136 0%, #60747b 42%, #12191c 43%, #050505 100%);
}

.mbh-feature-warm {
	background: linear-gradient(145deg, #a59264 0%, #d5c79c 40%, #596445 41%, #202519 100%);
}

.mbh-feature-news {
	background: linear-gradient(145deg, #544715 0%, #9b7b12 39%, #272109 40%, #080704 100%);
}

.mbh-feature-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mbh-feature-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .03) 5%, rgba(0, 0, 0, .92) 95%);
}

.mbh-feature-copy {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.mbh-feature-label {
	margin-bottom: 10px;
	color: var(--mbh-yellow);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.mbh-feature h3 {
	margin-bottom: 12px;
	color: var(--mbh-white);
	font-size: clamp(25px, 2.15vw, 36px);
	font-weight: 700;
	letter-spacing: -1.1px;
	line-height: 1.06;
}

.mbh-feature-copy > p:not(.mbh-feature-label) {
	max-width: 560px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .76);
	font-size: 15px;
}

.mbh-tools-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	max-width: 1500px;
	margin: 0 auto;
}

.mbh .mbh-tool-card,
.mbh .mbh-tool-card:visited {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-width: 0;
	min-height: 250px;
	padding: 26px;
	color: var(--mbh-black) !important;
	border: 1px solid var(--mbh-line);
	border-radius: 16px;
	background: var(--mbh-white) !important;
	box-shadow: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mbh .mbh-tool-card:hover,
.mbh .mbh-tool-card:focus-visible {
	color: var(--mbh-black) !important;
	border-color: var(--mbh-yellow);
	background: var(--mbh-white) !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, .09);
	transform: translateY(-3px);
}

.mbh-tool-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
	color: var(--mbh-yellow);
	border-radius: 13px;
	background: var(--mbh-black);
}

.mbh-tool-icon .mbh-tool-svg {
	display: block;
	width: 26px;
	height: 26px;
}

.mbh-tool-card h3 {
	margin-bottom: 10px;
	color: var(--mbh-black);
	font-size: clamp(20px, 1.55vw, 25px);
	font-weight: 700;
	letter-spacing: -.4px;
	line-height: 1.12;
}

.mbh-tool-card p {
	margin-bottom: 20px;
	color: var(--mbh-muted);
	font-size: 14px;
}

.mbh-tool-action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	font-size: 13px;
	font-weight: 800;
}

.mbh-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 18px;
	max-width: 1500px;
	margin: 0 auto;
}

.mbh-post-card {
	min-width: 0;
	border: 1px solid var(--mbh-line);
	border-radius: 15px;
	background: var(--mbh-white);
	overflow: hidden;
}

.mbh-post-media {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--mbh-white);
}

.mbh .mbh-post-media .mbh-post-image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
}

.mbh-post-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--mbh-white);
	background: linear-gradient(145deg, #252b2e 0%, #65777d 48%, #171a1b 49%, #080808 100%);
	font-size: 22px;
	font-weight: 900;
}

.mbh-post-copy {
	padding: 22px;
}

.mbh-post-meta {
	margin-bottom: 8px;
	color: var(--mbh-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .6px;
	text-transform: uppercase;
}

.mbh-post-copy h3 {
	margin-bottom: 18px;
	font-size: clamp(19px, 1.55vw, 26px);
	font-weight: 700;
	line-height: 1.15;
}

.mbh-text-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 14px;
	font-weight: 800;
}

.mbh-text-link:hover {
	color: #775900;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mbh-empty {
	max-width: 1500px;
	margin: 0 auto;
}

.mbh-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 36px clamp(24px, 5vw, 96px);
	color: var(--mbh-white);
	background: var(--mbh-black);
}

.mbh-footer strong {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -1px;
}

.mbh-footer p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .68);
	font-size: 13px;
}

@media (max-width: 1100px) {
	.mbh-header {
		grid-template-columns: auto auto;
		gap: 14px 22px;
	}

	.mbh-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		overflow-x: auto;
	}

	.mbh-nav-list {
		justify-content: flex-start;
	}

	.mbh-phone {
		justify-self: end;
	}

	.mbh-hero {
		grid-template-columns: 1fr 1fr;
		min-height: 540px;
	}

	.mbh-brand-grid {
		grid-template-columns: repeat(4, minmax(100px, 1fr));
	}

	.mbh-feature {
		min-height: 390px;
		padding: 28px;
	}

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

@media (max-width: 760px) {
	.mbh-header {
		position: relative;
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 10px;
		padding: 14px 18px;
	}

	.mbh-logo {
		font-size: 25px;
	}

	.mbh-logo-image {
		max-width: 175px;
		height: 34px;
	}

	.mbh-phone {
		grid-column: 2;
		grid-row: 1;
		min-width: 46px;
		min-height: 46px;
		padding: 10px 14px;
	}

	.mbh-phone-text {
		display: none;
	}

	.mbh-header.has-js .mbh-menu-toggle {
		display: inline-flex;
		grid-column: 3;
		grid-row: 1;
	}

	.mbh-menu-toggle-label {
		display: none;
	}

	.mbh-header.has-js .mbh-nav {
		display: none;
		grid-column: 1 / -1;
		grid-row: 2;
		width: 100%;
		padding-top: 8px;
		overflow: visible;
	}

	.mbh-header.has-js.is-menu-open .mbh-nav {
		display: block;
	}

	.mbh-header.is-menu-open .mbh-menu-toggle-lines span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

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

	.mbh-header.is-menu-open .mbh-menu-toggle-lines span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.mbh-nav-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2px 8px;
		padding: 8px 0 2px;
		border-top: 1px solid rgba(255, 255, 255, .16);
	}

	.mbh-nav-list a {
		padding: 12px 10px;
		border-radius: 7px;
		background: rgba(255, 255, 255, .04);
	}

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

	.mbh-hero-copy {
		padding: 52px 22px;
	}

	.mbh-hero h1 {
		font-size: clamp(38px, 11vw, 56px);
	}

	.mbh-hero-media {
		min-height: 360px;
	}

	.mbh-section {
		padding: 46px 18px;
	}

	.mbh-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

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

	.mbh-feature-grid,
	.mbh-post-grid,
	.mbh-tools-grid {
		grid-template-columns: 1fr;
	}

	.mbh-feature {
		min-height: 350px;
		padding: 26px;
	}

	.mbh-footer {
		align-items: flex-start;
		flex-direction: column;
		padding: 30px 18px;
	}
}

@media (max-width: 420px) {
	.mbh-header {
		padding-inline: 14px;
	}

	.mbh-logo {
		font-size: 21px;
		letter-spacing: -1.2px;
	}

	.mbh-logo-image {
		max-width: 138px;
	}

	.mbh-hero-copy {
		padding: 44px 18px;
	}

	.mbh-hero h1 {
		font-size: clamp(34px, 12vw, 46px);
		letter-spacing: -1.7px;
	}

	.mbh-actions,
	.mbh-actions .mbh-button {
		width: 100%;
	}

	.mbh-brand {
		min-height: 88px;
		padding: 12px;
	}

	.mbh-brand-logo {
		max-width: min(100%, 125px);
		max-height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mbh *,
	.mbh *::before,
	.mbh *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
