/**
 * Mr Boerboel brand system.
 * Replaces the old purple (#894B8D, #7f54b3) outside ShopLentor internals.
 * Does not override WooCommerce templates or ShopLentor JS.
 */

:root {
	--mb-black: #0B0B0B;
	--mb-blue: #1737C7;
	--mb-cyan: #10A9E8;
	--mb-white: #FFFFFF;
	--mb-light: #F5F7FA;
	--mb-text: #1A1A1A;
	--mb-muted: #5B6470;
	--mb-radius: 2px;
	--mb-shadow: none;
	--mb-focus: 3px solid var(--mb-cyan);
	--mb-grid-dark:
		linear-gradient(rgba(16, 169, 232, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(16, 169, 232, 0.06) 1px, transparent 1px);
	--mb-grid-size: 56px 56px;
	--mb-hatch: repeating-linear-gradient(
		-28deg,
		transparent,
		transparent 13px,
		rgba(16, 169, 232, 0.04) 13px,
		rgba(16, 169, 232, 0.04) 14px
	);
	--mb-dot-light: radial-gradient(rgba(23, 55, 199, 0.075) 1px, transparent 1.1px);
	--mb-dot-size: 18px 18px;
	--mb-glow-dark:
		radial-gradient(ellipse 70% 55% at 88% 8%, rgba(16, 169, 232, 0.18), transparent 58%),
		radial-gradient(ellipse 50% 50% at 6% 96%, rgba(23, 55, 199, 0.26), transparent 52%);
}

.mb-brand,
.mb-brand body,
body.mb-brand {
	color: var(--mb-text);
}

/* Skip link already provided by HFE. Strengthen focus. */
.hfe-skip-link:focus,
.skip-link:focus {
	background: var(--mb-black);
	color: var(--mb-white);
	outline: var(--mb-focus);
}

/* -------------------------------------------------------------------------- */
/* Header — keep the existing HFE header, restyle it. No second header.       */
/* -------------------------------------------------------------------------- */

header#masthead {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: var(--mb-white);
	background-image: var(--mb-dot-light);
	background-size: var(--mb-dot-size);
	box-shadow: none;
	border-bottom: 1px solid #e6eaef;
}

header#masthead::before {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(90deg, var(--mb-cyan), var(--mb-blue) 48%, var(--mb-cyan));
}

header#masthead a,
.elementor-14 .premium-menu-link,
.elementor-14 .hfe-menu-item,
.elementor-14 .premium-hamburger-toggle {
	color: var(--mb-black) !important;
}

header#masthead a:hover,
header#masthead a:focus,
.elementor-14 .premium-menu-link:hover,
.elementor-14 .premium-menu-link:focus,
.elementor-14 .hfe-menu-item:hover,
.elementor-14 .hfe-menu-item:focus {
	color: var(--mb-blue) !important;
}

.elementor-14 .premium-menu-link,
.elementor-14 .hfe-menu-item {
	letter-spacing: 0.14em !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

.elementor-14 .current-menu-item > a,
.elementor-14 .current_page_item > a,
.elementor-14 .premium-active-menu > .premium-menu-link {
	color: var(--mb-cyan) !important;
}

/* Logo: never stretch. Desktop 60–80px, mobile 48–60px. */
.hfe-site-logo img,
.mb-logo,
header#masthead img.mb-logo,
.elementor-14 .hfe-site-logo img,
.elementor-19 img.attachment-full {
	
	max-width: 280px !important;
	object-fit: contain !important;
}

@media (max-width: 767px) {
	.hfe-site-logo img,
	.mb-logo,
	header#masthead img.mb-logo,
	.elementor-14 .hfe-site-logo img {
		max-width: 200px !important;
	}
}

/* Override HFE inline 260px width. */
.elementor-14 .elementor-element-510f8ed7 .hfe-site-logo .hfe-site-logo-container img {
	width: auto !important;
}

/* Keyboard focus */
header#masthead a:focus-visible,
.mb-btn:focus-visible,
.mb-social-card:focus-visible,
.mb-card a:focus-visible,
.woocommerce a.button:focus-visible,
.woocommerce button.button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible {
	outline: var(--mb-focus);
	outline-offset: 2px;
}

/* 44px touch targets */
header#masthead .premium-menu-link,
header#masthead .hfe-menu-item,
.premium-hamburger-toggle,
#hfe-menu-cart__toggle_button,
.mb-btn {
	min-height: 44px;
	min-width: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.premium-hamburger-toggle,
.menu-toggle {
	min-width: 44px;
	min-height: 44px;
}

/* Hide empty-menu notice once a menu exists; keep it if still empty. */
.premium-empty-nav-notice {
	color: var(--mb-muted);
}

/* -------------------------------------------------------------------------- */
/* Replace old purple (#894B8D, #7f54b3) in custom CSS / Elementor chrome     */
/* Do not restyle ShopLentor filter internals beyond buttons/links.           */
/* -------------------------------------------------------------------------- */

.submitwrap input,
.relatedproducts .button.product_type_external,
.wl_button_price button,
.woocommerce span.onsale,
.shortcodeproduct .button.product_type_external,
#review_form .form-submit input,
.relatedproducts .price bdi,
.shortcodeproduct ins bdi {
	background-color: var(--mb-blue) !important;
	background: var(--mb-blue) !important;
	border-color: var(--mb-blue) !important;
	color: var(--mb-white) !important;
}

.relatedproducts .price bdi,
.shortcodeproduct ins bdi {
	background: transparent !important;
	color: var(--mb-blue) !important;
}

.submitwrap input:hover,
.relatedproducts .button.product_type_external:hover,
.wl_button_price button:hover,
.shortcodeproduct .button.product_type_external:hover {
	background: var(--mb-cyan) !important;
	border-color: var(--mb-cyan) !important;
	color: var(--mb-black) !important;
}

/* WooCommerce buttons — brand, not Woo purple. Avoid ShopLentor AJAX widgets. */
body.mb-brand .woocommerce a.button,
body.mb-brand .woocommerce button.button,
body.mb-brand .woocommerce input.button,
body.mb-brand .woocommerce #respond input#submit,
body.mb-brand .woocommerce a.button.alt,
body.mb-brand .woocommerce button.button.alt,
body.mb-brand .woocommerce input.button.alt {
	background-color: var(--mb-blue);
	color: var(--mb-white);
	border-radius: var(--mb-radius);
	border: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	min-height: 44px;
	padding: 0.75rem 1.25rem;
}

body.mb-brand .woocommerce a.button:hover,
body.mb-brand .woocommerce button.button:hover,
body.mb-brand .woocommerce input.button:hover,
body.mb-brand .woocommerce a.button.alt:hover,
body.mb-brand .woocommerce button.button.alt:hover {
	background-color: var(--mb-cyan);
	color: var(--mb-black);
}

body.mb-brand .woocommerce span.onsale {
	background-color: var(--mb-blue);
	color: var(--mb-white);
}

body.mb-brand .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.mb-brand h2.woocommerce-loop-product__title {
	color: var(--mb-text);
}

body.mb-brand .woocommerce div.product p.price,
body.mb-brand .woocommerce ul.products li.product .price {
	color: var(--mb-blue);
}

.aws-search-btn.aws-form-btn {
	background: var(--mb-blue) !important;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

footer .elementor-19,
.elementor-19,
.elementor-location-footer {
	background-color: var(--mb-black) !important;
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark) !important;
	background-size: auto, var(--mb-grid-size), auto !important;
	color: var(--mb-white);
}

.elementor-19 a,
.elementor-location-footer a {
	color: var(--mb-white) !important;
}

.elementor-19 a:hover,
.elementor-19 a:focus,
.elementor-location-footer a:hover,
.elementor-location-footer a:focus {
	color: var(--mb-cyan) !important;
}

.elementor-19 .elementor-heading-title,
.elementor-19 p,
.elementor-19 .elementor-icon-list-text {
	color: var(--mb-white) !important;
}

/* -------------------------------------------------------------------------- */
/* Shared layout                                                              */
/* -------------------------------------------------------------------------- */

.mb-home,
.mb-social-layout,
.mb-site-header,
.mb-site-footer {
	font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
}

.mb-home h1,
.mb-home h2,
.mb-social-layout h1,
.mb-social-layout h2,
.mb-principle h2,
.mb-cta h2,
.mb-spotlight h2,
.mb-site-footer h2 {
	font-family: "Cormorant Garamond", "Georgia", serif;
	font-weight: 500;
}

.mb-wrap {
	width: min(1180px, calc(100% - 3rem));
	margin-inline: auto;
}

.mb-hero {
	background-color: var(--mb-black);
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark);
	background-size: auto, var(--mb-grid-size), auto;
	color: var(--mb-white);
	padding: 7.5rem 0 6.5rem;
	position: relative;
}

.mb-ornament {
	display: block;
	width: 52px;
	height: 1px;
	background: var(--mb-cyan);
	position: relative;
	margin: 0 0 1.6rem;
}

.mb-ornament::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border: 1px solid var(--mb-cyan);
	background: var(--mb-black);
	transform: translate(-50%, -50%) rotate(45deg);
}

.mb-ornament--center {
	margin-left: auto;
	margin-right: auto;
}

.mb-pattern-dark {
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark) !important;
	background-size: auto, var(--mb-grid-size), auto !important;
}

.mb-pattern-light {
	background-image: var(--mb-dot-light) !important;
	background-size: var(--mb-dot-size) !important;
}

.mb-hero::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--mb-cyan), var(--mb-blue));
	z-index: 2;
}

.mb-hero--home {
	min-height: min(92vh, 920px);
	display: flex;
	align-items: center;
	padding: 5.5rem 0 4.5rem;
	overflow: hidden;
}

.mb-hero__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(ellipse 55% 50% at 88% 12%, rgba(16, 169, 232, 0.2), transparent 58%),
		radial-gradient(ellipse 45% 55% at 8% 92%, rgba(23, 55, 199, 0.28), transparent 52%);
}

.mb-hero__watermark {
	position: absolute;
	right: -3%;
	bottom: -10%;
	margin: 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(7rem, 22vw, 18rem);
	font-weight: 500;
	line-height: 0.72;
	letter-spacing: -0.05em;
	color: rgba(255, 255, 255, 0.045);
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.mb-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.9fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.mb-hero__inner,
.mb-hero__copy {
	position: relative;
	z-index: 1;
	max-width: 38rem;
	width: 100%;
}

.mb-hero--social {
	text-align: left;
	padding: 6.5rem 0 5.5rem;
	overflow: hidden;
}

.mb-hero--social h1 {
	font-size: clamp(2.8rem, 6.4vw, 5.2rem);
	line-height: 0.95;
	letter-spacing: -0.03em;
}

.mb-hero--social .mb-hero__lede {
	max-width: 36ch;
}

.elementor-widget-shortcode,
.elementor-widget-html {
	margin: 0 !important;
}

.elementor-widget-shortcode > .elementor-widget-container,
.elementor-widget-html > .elementor-widget-container {
	padding: 0;
}

.mb-kicker,
.mb-label {
	color: var(--mb-cyan);
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	font-size: 0.6875rem;
	margin: 0 0 1.35rem;
}

.mb-hero h1 {
	color: var(--mb-white);
	font-size: clamp(2.15rem, 5vw, 3.65rem);
	line-height: 1.12;
	letter-spacing: -0.025em;
	font-weight: 500;
	margin: 0 0 1.5rem;
	text-transform: none;
}

.mb-hero--home h1 {
	font-size: clamp(3.4rem, 8.4vw, 6.75rem);
	line-height: 0.92;
	letter-spacing: -0.035em;
	margin: 0 0 1.75rem;
}

.mb-hero__line {
	display: block;
}

.mb-hero__line--accent {
	color: var(--mb-cyan);
	font-style: italic;
}

.mb-hero__lede {
	font-size: 1.125rem;
	line-height: 1.7;
	max-width: 34ch;
	color: #c5ced8;
	margin: 0 0 2.4rem;
	font-weight: 400;
}

.mb-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.mb-stage {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	text-decoration: none;
	color: var(--mb-white);
	background: #101114;
	border: 1px solid rgba(16, 169, 232, 0.28);
	box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

.mb-stage:hover,
.mb-stage:focus {
	border-color: var(--mb-cyan);
	color: var(--mb-white);
}

.mb-stage::before,
.mb-stage::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	z-index: 2;
	pointer-events: none;
}

.mb-stage::before {
	top: 12px;
	left: 12px;
	border-top: 1px solid var(--mb-cyan);
	border-left: 1px solid var(--mb-cyan);
}

.mb-stage::after {
	right: 12px;
	bottom: 12px;
	border-right: 1px solid var(--mb-cyan);
	border-bottom: 1px solid var(--mb-cyan);
}

.mb-stage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mb-stage--product img {
	object-fit: contain;
	background: #141414;
	padding: 12%;
}

.mb-stage__play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	z-index: 1;
}

.mb-stage__meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 3.5rem 1.5rem 1.4rem;
	background: linear-gradient(transparent, rgba(11, 11, 11, 0.92));
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.mb-stage__label {
	font-size: 0.6875rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--mb-cyan);
	font-weight: 600;
}

.mb-stage__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.25;
	color: var(--mb-white);
}

.mb-stage--mark {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background:
		radial-gradient(circle at 50% 40%, rgba(23, 55, 199, 0.35), transparent 58%),
		#101114;
}

.mb-stage__brand {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(4.5rem, 10vw, 7rem);
	line-height: 0.85;
	letter-spacing: -0.04em;
	color: var(--mb-white);
}

.mb-stage__caption {
	margin-top: 1rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	font-size: 0.6875rem;
	color: var(--mb-cyan);
	font-weight: 600;
}

.mb-btn {
	border-radius: 1px;
	padding: 1rem 1.85rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.75rem;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mb-btn--primary {
	background: var(--mb-blue);
	color: var(--mb-white);
	border-color: var(--mb-blue);
}

.mb-btn--primary:hover,
.mb-btn--primary:focus {
	background: var(--mb-cyan);
	border-color: var(--mb-cyan);
	color: var(--mb-black);
}

.mb-btn--ghost {
	background: transparent;
	color: var(--mb-white);
	border-color: rgba(255, 255, 255, 0.28);
}

.mb-btn--ghost:hover,
.mb-btn--ghost:focus {
	border-color: var(--mb-cyan);
	color: var(--mb-cyan);
	background: transparent;
}

.mb-principles {
	background: var(--mb-white);
	border-top: 1px solid #e6eaef;
	border-bottom: 1px solid #e6eaef;
	padding: 0;
}

.mb-principles--dark {
	background-color: #080808;
	background-image: var(--mb-hatch), var(--mb-grid-dark);
	background-size: auto, var(--mb-grid-size);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(16, 169, 232, 0.12);
}

.mb-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}

.mb-principle {
	padding: 3.5rem 2.4rem 3.75rem;
	border-right: 1px solid #e6eaef;
	color: var(--mb-text);
}

.mb-principles--dark .mb-principle {
	border-right-color: rgba(255, 255, 255, 0.08);
	color: var(--mb-white);
}

.mb-principle:first-child {
	padding-left: 0;
}

.mb-principle:last-child {
	padding-right: 0;
	border-right: 0;
}

.mb-principle__index {
	display: block;
	color: var(--mb-cyan);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.75rem;
	letter-spacing: -0.04em;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1.15rem;
}

.mb-principle h2 {
	color: var(--mb-black);
	font-size: 1.65rem;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	text-transform: none;
}

.mb-principles--dark .mb-principle h2 {
	color: var(--mb-white);
}

.mb-principle p {
	margin: 0;
	color: var(--mb-muted);
	font-size: 0.9375rem;
	line-height: 1.7;
	max-width: 30ch;
}

.mb-principles--dark .mb-principle p {
	color: #9aa3ad;
}

.mb-spotlight {
	background-color: var(--mb-light);
	background-image: var(--mb-dot-light);
	background-size: var(--mb-dot-size);
	padding: 6rem 0;
}

.mb-spotlight__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.mb-spotlight__media {
	background: var(--mb-white);
	border: 1px solid #e6eaef;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	padding: 12%;
}

.mb-spotlight__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mb-spotlight h2 {
	font-size: clamp(2.4rem, 4.5vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	margin: 0 0 1rem;
	color: var(--mb-black);
}

.mb-spotlight__price {
	font-size: 1.25rem;
	color: var(--mb-blue);
	font-weight: 600;
	margin-bottom: 1rem;
}

.mb-spotlight__copy p {
	color: var(--mb-muted);
	max-width: 36ch;
	line-height: 1.7;
	margin: 0 0 2rem;
}

.mb-section {
	padding: 5.5rem 0;
}

.mb-section--light,
.mb-section--feed {
	background-color: var(--mb-light);
	background-image: var(--mb-dot-light);
	background-size: var(--mb-dot-size);
}

.mb-section--watch {
	background-color: #0e0f12;
	background-image: var(--mb-hatch), var(--mb-grid-dark);
	background-size: auto, var(--mb-grid-size);
	border-top: 0;
}

.mb-section--watch h2,
.mb-section--watch .mb-section__intro {
	color: var(--mb-white);
}

.mb-section h2,
.mb-cta h2 {
	font-size: clamp(2.1rem, 4vw, 3.4rem);
	letter-spacing: -0.03em;
	margin: 0 0 0.75rem;
	color: var(--mb-black);
	text-transform: none;
	line-height: 1.08;
}

.mb-section__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}

.mb-section__intro {
	color: var(--mb-muted);
	margin: 0 0 2.25rem;
	max-width: 42ch;
	line-height: 1.65;
}

.mb-text-link {
	color: var(--mb-blue);
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.6875rem;
	text-decoration: none;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid currentColor;
}

.mb-text-link--light {
	color: var(--mb-cyan);
}

.mb-text-link:hover,
.mb-text-link:focus {
	color: var(--mb-cyan);
}

.mb-social-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.mb-social-card {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background: #16181c;
	border-radius: 1px;
	padding: 1.85rem 1.5rem 1.7rem;
	text-decoration: none;
	color: var(--mb-white);
	min-height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 1px solid var(--mb-cyan);
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.mb-social-card:hover,
.mb-social-card:focus {
	border-color: var(--mb-cyan);
	background: #1b1e24;
	color: var(--mb-white);
}

.mb-social-card__platform {
	color: var(--mb-cyan);
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-size: 0.6875rem;
}

.mb-social-card__title {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
	font-size: 1.55rem;
	color: var(--mb-white);
	margin-top: 0.35rem;
	letter-spacing: -0.02em;
}

.mb-social-card__text {
	color: #9aa3ad;
	font-size: 0.9rem;
	line-height: 1.6;
	margin-top: auto;
}

.mb-cta {
	background-color: var(--mb-black);
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark);
	background-size: auto, var(--mb-grid-size), auto;
	color: var(--mb-white);
	padding: 7rem 0;
	border-top: 1px solid rgba(16, 169, 232, 0.28);
	position: relative;
}

.mb-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 50% 80% at 50% 120%, rgba(23, 55, 199, 0.28), transparent 60%);
}

.mb-cta__inner {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.mb-cta h2,
.mb-cta p {
	color: var(--mb-white);
}

.mb-cta h2 {
	font-size: clamp(2.6rem, 5vw, 4.4rem);
	line-height: 1.02;
}

.mb-cta p {
	color: #b7c0c9;
	margin: 0 auto 2rem;
	max-width: 34ch;
	line-height: 1.65;
}

.mb-woo ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mb-woo ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	background: var(--mb-white);
	border-radius: 2px;
	box-shadow: none;
	padding: 1rem 1rem 1.25rem;
	border: 1px solid #e6eaef;
}

.mb-woo ul.products li.product img {
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 1 / 1;
	background: var(--mb-light);
}

.mb-woo .woocommerce-loop-category__title,
.mb-woo .product-category h2,
.mb-woo h2.woocommerce-loop-product__title {
	color: var(--mb-black) !important;
	font-weight: 600;
}

.mb-woo--categories ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mb-woo--categories ul.products li.product {
	background: var(--mb-white);
	color: var(--mb-black);
}

.mb-woo--categories .woocommerce-loop-category__title,
.mb-woo .woocommerce-info {
	background: transparent;
	border: 0;
	padding: 0;
	color: var(--mb-muted);
	box-shadow: none;
}

.mb-section--products {
	background-color: var(--mb-white);
	background-image: var(--mb-dot-light);
	background-size: var(--mb-dot-size);
}

.mb-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.15rem 0 1.25rem;
	flex-wrap: wrap;
	width: min(1180px, calc(100% - 3rem));
	margin-inline: auto;
	position: relative;
}

.mb-site-header img {
	height: 56px;
	width: auto;
	object-fit: contain;
}

.mb-site-header nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
}

.mb-site-header a {
	color: var(--mb-black);
	text-decoration: none;
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.mb-site-header a:hover,
.mb-site-header a:focus {
	color: var(--mb-blue);
}

.mb-site-footer {
	background-color: var(--mb-black);
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark);
	background-size: auto, var(--mb-grid-size), auto;
	color: var(--mb-white);
	padding: 4.25rem 0 0;
}

.mb-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr 0.85fr 0.85fr;
	gap: 2.5rem;
	width: min(1120px, calc(100% - 3rem));
	margin: 0 auto;
}

.mb-site-footer img {
	height: 48px;
	width: auto;
	object-fit: contain;
	margin-bottom: 1rem;
}

.mb-site-footer p,
.mb-site-footer li,
.mb-site-footer a {
	color: #c5ced8;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.mb-site-footer h2 {
	color: var(--mb-white);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin: 0 0 1rem;
}

.mb-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mb-site-footer a {
	text-decoration: none;
}

.mb-site-footer a:hover,
.mb-site-footer a:focus {
	color: var(--mb-cyan);
}

.mb-site-footer__bar {
	margin-top: 2.75rem;
	padding: 1.15rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	width: min(1180px, calc(100% - 3rem));
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8b949e;
}

/* Contact form coordination */
#contactformblock .wpcf7-form-control:focus,
.wpcf7 input:focus,
.wpcf7 textarea:focus {
	outline: var(--mb-focus);
	border-color: var(--mb-blue);
}

/* Horizontal overflow guard */
img,
iframe,
video,
svg {
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

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

@media (max-width: 999px) {
	.mb-hero__grid,
	.mb-spotlight__grid {
		grid-template-columns: 1fr;
	}

	.mb-hero--home {
		min-height: 0;
		padding: 4.75rem 0 3.5rem;
	}

	.mb-stage {
		max-width: 440px;
		width: 100%;
		margin-inline: 0;
	}

	.mb-principle:first-child,
	.mb-principle:last-child {
		padding-left: 2.4rem;
		padding-right: 2.4rem;
	}
}

@media (max-width: 1199px) {
	.mb-principles__grid,
	.mb-social-cards,
	.mb-woo ul.products,
	.mb-woo--categories ul.products,
	.mb-site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mb-principle:nth-child(2) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.mb-hero,
	.mb-hero--social,
	.mb-hero--home {
		padding: 4rem 0 3.25rem;
	}

	.mb-hero__watermark {
		font-size: 7rem;
		right: -18%;
		bottom: -6%;
	}

	.mb-principles__grid,
	.mb-social-cards,
	.mb-woo ul.products,
	.mb-woo--categories ul.products,
	.mb-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.mb-principle {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 2.4rem 0;
	}

	.mb-principle:first-child,
	.mb-principle:last-child {
		padding-left: 0;
		padding-right: 0;
	}

	.mb-principle:last-child {
		border-bottom: 0;
	}

	.mb-hero__actions {
		width: 100%;
	}

	.mb-hero__actions .mb-btn {
		width: 100%;
	}

	.mb-spotlight,
	.mb-cta {
		padding: 4rem 0;
	}

	body {
		overflow-x: hidden;
	}
}

/* -------------------------------------------------------------------------- */
/* Elementor-editable homepage (01-mrboerboel-home.json)                      */
/* -------------------------------------------------------------------------- */

.elementor-section.mb-el-hero {
	overflow: hidden;
	min-height: min(88vh, 900px);
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark) !important;
	background-size: auto, var(--mb-grid-size), auto !important;
}

.elementor-section.mb-el-principles,
.elementor-section.mb-el-watch,
.elementor-section.mb-el-watch-head,
.elementor-section.mb-el-cta {
	background-image: var(--mb-hatch), var(--mb-grid-dark) !important;
	background-size: auto, var(--mb-grid-size) !important;
}

.elementor-section.mb-el-shop {
	background-image: var(--mb-dot-light) !important;
	background-size: var(--mb-dot-size) !important;
}

.elementor-section.mb-el-social-hero {
	background-image: var(--mb-hatch), var(--mb-grid-dark), var(--mb-glow-dark) !important;
	background-size: auto, var(--mb-grid-size), auto !important;
	overflow: hidden;
}

.elementor-section.mb-el-social-feed {
	background-image: var(--mb-dot-light) !important;
	background-size: var(--mb-dot-size) !important;
}

.elementor-section.mb-el-hero::after {
	content: "Boerboel";
	position: absolute;
	right: -3%;
	bottom: -12%;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(7rem, 22vw, 16rem);
	font-weight: 500;
	line-height: 0.72;
	letter-spacing: -0.05em;
	color: rgba(255, 255, 255, 0.045);
	pointer-events: none;
	white-space: nowrap;
}

.mb-el-hero .mb-el-kicker::before,
.mb-el-social-hero .mb-el-kicker::before,
.mb-el-cta .mb-el-kicker::before {
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	background: var(--mb-cyan);
	margin: 0 auto 1.15rem 0;
	box-shadow: 0 0 0 3px var(--mb-black), 0 0 0 4px var(--mb-cyan);
}

.mb-el-cta .mb-el-kicker::before {
	margin-left: auto;
	margin-right: auto;
}

.elementor-section.mb-el-header {
	background-color: #fff !important;
	background-image: var(--mb-dot-light) !important;
	background-size: var(--mb-dot-size) !important;
	border-bottom: 1px solid #e6eaef;
}

.elementor-section.mb-el-header::before {
	content: "";
	display: block;
	height: 2px;
	background: linear-gradient(90deg, var(--mb-cyan), var(--mb-blue) 50%, var(--mb-cyan));
}

.mb-el-kicker .elementor-heading-title {
	font-family: "Plus Jakarta Sans", "Poppins", sans-serif !important;
	font-size: 0.6875rem !important;
	letter-spacing: 0.32em !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}

.mb-el-hero-title .elementor-heading-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: clamp(3rem, 7vw, 6.2rem) !important;
	line-height: 0.92 !important;
	font-weight: 500 !important;
	letter-spacing: -0.035em !important;
}

.mb-el-hero .mb-el-hero-title {
	margin-bottom: 0 !important;
}

.mb-el-hero-accent .elementor-heading-title {
	font-style: italic !important;
}

.mb-el-lede {
	max-width: 36ch;
}

.mb-el-lede p {
	margin: 0.75rem 0 1.5rem;
	line-height: 1.7;
}

.mb-el-index .elementor-heading-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-size: 2.75rem !important;
	font-weight: 500 !important;
	letter-spacing: -0.04em !important;
}

.mb-el-principle-title .elementor-heading-title,
.mb-el-section-title .elementor-heading-title,
.mb-el-card-title .elementor-heading-title,
.mb-el-cta-title .elementor-heading-title {
	font-family: "Cormorant Garamond", Georgia, serif !important;
	font-weight: 500 !important;
	letter-spacing: -0.03em !important;
}

.mb-el-section-title .elementor-heading-title {
	font-size: clamp(2.1rem, 4vw, 3.4rem) !important;
}

.mb-el-cta-title .elementor-heading-title {
	font-size: clamp(2.6rem, 5vw, 4.4rem) !important;
}

.mb-el-card-title .elementor-heading-title {
	font-size: 1.55rem !important;
}

.mb-el-principle {
	padding-top: 3.25rem !important;
	padding-bottom: 3.5rem !important;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mb-el-card > .elementor-widget-wrap,
.mb-el-card .elementor-element-populated {
	background: #16181c;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 1px solid var(--mb-cyan);
	padding: 1.75rem 1.35rem !important;
	min-height: 240px;
}

.mb-el-shop .mb-woo ul.products,
.mb-el-shop .woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 2rem;
}

.mb-el-shop .woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	background: var(--mb-white);
	padding: 1rem;
	border: 1px solid #e6eaef;
}

.mb-el-cta .mb-el-lede {
	margin-inline: auto;
	text-align: center;
}

.mb-el-home .elementor-button {
	border-radius: 1px !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 0.75rem !important;
	font-weight: 600 !important;
	min-height: 44px;
	padding: 1rem 1.85rem !important;
}

@media (max-width: 1024px) {
	.elementor-section.mb-el-hero {
		min-height: 0;
	}

	.mb-el-principle {
		border-right: 0;
	}

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

@media (max-width: 767px) {
	.mb-el-shop .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.elementor-section.mb-el-hero::after {
		font-size: 6.5rem;
		right: -20%;
	}
}