/**
 * Mokana Homepage v5 — Styles
 * Scoped under .mokana-homepage-v5 with .mh- BEM prefix.
 * Fonts: Cormorant Garamond (headings) + Inter (body) — loaded by Blocksy.
 */

/* ============ BLOCKSY OVERRIDES ============ */
.page-template-page-homepage-v5 .site-main {
	padding: 0;
	max-width: 100%;
}
.page-template-page-homepage-v5 .site-main > article {
	max-width: 100%;
}
.page-template-page-homepage-v5 .entry-content {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/* ============ SCOPE & CUSTOM PROPERTIES ============ */
.mokana-homepage-v5 {
	--mh-gold: #c8a96e;
	--mh-gold-hover: #b89555;
	--mh-black: #1a1a1a;
	--mh-warm: #f5f0e8;
	--mh-light: #faf9f6;
	--mh-border: #f0ece6;
	--mh-radius: 16px;
	--mh-font-heading: 'Cormorant Garamond', serif;
	--mh-font-body: 'Inter', sans-serif;

	font-family: var(--mh-font-body);
	color: #333;
	-webkit-font-smoothing: antialiased;
}
.mokana-homepage-v5 a {
	text-decoration: none;
	color: inherit;
}
.mokana-homepage-v5 img {
	max-width: 100%;
	height: auto;
}

/* ============ CONTAINER ============ */
.mh-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ============ GSAP INITIAL STATES ============ */
.gsap-ready .mh-reveal {
	opacity: 0;
	transform: translateY(28px);
}
.gsap-ready .mh-reveal-child {
	opacity: 0;
	transform: translateY(20px);
}

/* ============ SECTIONS ============ */
.mh-section {
	padding: 60px 0;
}
.mh-section--alt {
	background: var(--mh-light);
}
.mh-section--warm {
	background: var(--mh-warm);
}
.mh-section + .mh-section {
	border-top: 1px solid var(--mh-border);
}
.mh-section--alt + .mh-section,
.mh-section--warm + .mh-section,
.mh-section + .mh-section--alt,
.mh-section + .mh-section--warm {
	border-top: none;
}
.mh-section__title {
	font-family: var(--mh-font-heading);
	font-size: 36px;
	font-weight: 600;
	color: var(--mh-black);
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.2;
}
.mh-section__subtitle {
	font-size: 15px;
	color: #888;
	text-align: center;
	margin-bottom: 36px;
}

/* ============ BUTTONS ============ */
.mh-btn-gold {
	display: inline-block;
	padding: 14px 32px;
	background: var(--mh-gold);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	width: fit-content;
	transition: all 0.3s;
	text-decoration: none;
}
.mh-btn-gold:hover {
	background: var(--mh-gold-hover);
}
.mh-see-all {
	font-size: 13px;
	color: var(--mh-gold);
	font-weight: 600;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: color 0.3s;
	margin-left: 8px;
}
.mh-see-all:hover {
	color: var(--mh-gold-hover);
}

/* ============ HERO SLIDER ============ */
.mh-hero {
	position: relative;
	width: 100%;
	height: 75vh;
	min-height: 500px;
	max-height: 700px;
	overflow: hidden;
	background: #111;
}
.mh-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	z-index: 1;
}
.mh-hero__slide.active {
	opacity: 1;
	z-index: 2;
}
.mh-hero__bg {
	position: absolute;
	inset: -5%;
	width: 110%;
	height: 110%;
	background-size: cover;
	background-position: center;
	will-change: transform;
}
.mh-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.1) 70%, transparent 100%);
}
.mh-hero__content {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 80px;
	color: #fff !important;
}
.mh-hero__content *,
.mokana-homepage-v5 .mh-hero__content * {
	color: #fff !important;
}
.gsap-ready .mh-hero__content > * {
	opacity: 0;
	transform: translateY(40px);
}
.mh-hero__tag {
	display: inline-block;
	background: rgba(200, 169, 110, 0.9);
	color: #fff;
	padding: 6px 16px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
	width: fit-content;
}
.mh-hero__title {
	font-family: var(--mh-font-heading);
	font-size: 48px;
	line-height: 1.15;
	max-width: 550px;
	margin-bottom: 16px;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
	font-weight: 600;
}
.mh-hero__desc {
	font-size: 16px;
	max-width: 440px;
	line-height: 1.6;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
}
.mh-hero__cta {
	display: inline-block;
	padding: 16px 36px;
	background: var(--mh-gold);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	border-radius: 4px;
	margin-top: 28px;
	width: fit-content;
	transition: all 0.3s;
}
.mh-hero__cta:hover {
	background: var(--mh-gold-hover);
}
.mh-hero__dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	gap: 12px;
}
.mh-hero__dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3) !important;
	border: 2px solid rgba(255, 255, 255, 0.6) !important;
	cursor: pointer;
	transition: all 0.3s;
	padding: 0;
}
.mh-hero__dot.active {
	background: #fff !important;
	border-color: #fff !important;
}
.mh-hero__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.1);
	z-index: 10;
}
.mh-hero__progress-bar {
	height: 100%;
	background: var(--mh-gold);
	width: 0%;
}

/* ============ CONFIGURATOR ============ */
.mh-configurator {
	text-align: center;
	padding: 32px 0 0;
	display: flex;
	justify-content: center;
}
.mh-configurator__btn,
.mokana-homepage-v5 a.mh-configurator__btn,
.mh-configurator__btn *,
.mokana-homepage-v5 a.mh-configurator__btn * {
	color: #fff !important;
}
.mh-configurator__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--mh-black);
	color: #fff !important;
	padding: 14px 32px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	border: 1px solid #333;
	width: auto;
	max-width: fit-content;
}
.mh-configurator__btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(200, 169, 110, 0.15), transparent);
	transition: left 0.6s;
}
.mh-configurator__btn:hover::before {
	left: 100%;
}
.mh-configurator__btn:hover {
	background: var(--mh-gold);
	border-color: var(--mh-gold);
}
.mh-configurator__icon {
	font-size: 16px;
}
.mh-configurator__arrow {
	transition: transform 0.3s;
	font-size: 16px;
}
.mh-configurator__btn:hover .mh-configurator__arrow {
	transform: translateX(4px);
}

/* ============ CATEGORIES ============ */
.mh-categories {
	padding: 36px 0 20px;
}
.mh-categories__grid {
	display: flex;
	gap: 10px;
	flex-wrap: nowrap;
	justify-content: center;
}
.mh-categories__tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 14px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	text-decoration: none;
	color: var(--mh-black);
	transition: all 0.3s;
	cursor: pointer;
	text-align: center;
	width: 140px;
	flex-shrink: 0;
}
.mh-categories__tile:hover {
	border-color: var(--mh-gold);
}
.mh-categories__tile img,
.mh-categories__tile svg {
	width: 56px;
	height: 56px;
	object-fit: contain;
	border-radius: 8px;
	flex-shrink: 0;
}
.mh-categories__egg {
	filter: drop-shadow(0 2px 4px rgba(200, 169, 110, 0.3));
}
.mh-categories__tile span {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.2px;
}

/* ============ H1 BLOCK ============ */
.mh-h1-block {
	position: relative;
	overflow: hidden;
	border-radius: var(--mh-radius);
	text-align: center;
	margin-bottom: 40px;
	background: var(--mh-black);
	min-height: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mh-h1-block__bg {
	position: absolute;
	inset: 0;
	background-image: url('../images/woonwinkel/voorkant-winkel.jpeg');
	background-size: cover;
	background-position: center 60%;
	opacity: 0.7;
}
.mh-h1-block__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.55) 0%, rgba(26, 26, 26, 0.7) 50%, rgba(26, 26, 26, 0.55) 100%);
	z-index: 1;
}
.mh-h1-block__content {
	position: relative;
	z-index: 2;
	padding: 56px 40px;
}
.mh-h1-block__accent {
	display: block;
	font-family: var(--mh-font-body);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--mh-gold);
	margin-bottom: 16px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.mh-h1-block__title {
	font-family: var(--mh-font-heading);
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	font-weight: 600;
	max-width: 720px;
	margin: 0 auto;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.mh-h1-block__line {
	width: 60px;
	height: 2px;
	background: var(--mh-gold);
	margin: 20px auto 0;
}

/* ============ PRODUCT GRID ============ */
.mh-products__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.mh-pcard {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--mh-border);
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	transform-style: preserve-3d;
	will-change: transform;
	text-decoration: none;
	color: inherit;
}
.mh-pcard:hover {
	border-color: var(--mh-gold);
}
.mh-pcard__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--mh-gold);
	color: #fff;
	padding: 6px 16px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 2;
}
.mh-pcard__image {
	height: 240px;
	overflow: hidden;
	flex-shrink: 0;
}
.mh-pcard__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.mh-pcard:hover .mh-pcard__image img {
	transform: none;
}
.mh-pcard__shine {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 3;
	opacity: 0;
	transition: opacity 0.4s;
	background: radial-gradient(circle 200px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.18) 0%, transparent 70%);
	mix-blend-mode: soft-light;
}
.mh-pcard:hover .mh-pcard__shine {
	opacity: 0;
}
.mh-pcard__info {
	padding: 18px 20px 22px;
	border-top: 1px solid var(--mh-border);
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}
.mh-pcard__title {
	font-size: 15px;
	color: var(--mh-black);
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
}
.mh-pcard__price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-top: auto;
}
.mh-pcard__price-row > span {
	font-family: var(--mh-font-heading);
	font-size: 20px;
	color: var(--mh-black);
	font-weight: 600;
}
.mh-pcard__vanaf {
	font-family: var(--mh-font-body) !important;
	font-size: 11px !important;
	color: #888 !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-right: 4px;
}
.mh-pcard__old-price {
	color: #999;
	font-size: 12px;
	font-family: var(--mh-font-body);
	font-weight: 400;
}
.mh-pcard__link {
	font-size: 13px !important;
	color: var(--mh-gold) !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0;
	transition: opacity 0.3s;
	font-family: var(--mh-font-body) !important;
}
.mh-pcard:hover .mh-pcard__link {
	opacity: 1;
}

/* ============ NIEUW IN COLLECTIE (CAROUSEL) ============ */
.mh-nieuw-wrap {
	overflow: hidden;
	position: relative;
	cursor: grab;
	-webkit-user-select: none;
	user-select: none;
}
.mh-nieuw-wrap::before,
.mh-nieuw-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.mh-nieuw-wrap::before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.mh-nieuw-wrap::after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, transparent 100%);
}
.mh-nieuw-track {
	display: flex;
	gap: 20px;
	width: max-content;
}
.mh-nieuw-nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}
.mh-nieuw-nav button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid var(--mh-border);
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s;
	font-size: 18px;
	color: var(--mh-black);
}
.mh-nieuw-nav button:hover {
	background: var(--mh-gold);
	border-color: var(--mh-gold);
	color: #fff;
}
.mh-nieuw-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--mh-border);
	transition: all 0.35s ease;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
	text-decoration: none;
	color: inherit;
	width: 300px;
}
.mh-nieuw-card:hover {
	border-color: var(--mh-gold);
}
.mh-nieuw-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	background: var(--mh-gold);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 14px;
	border-radius: 4px;
	z-index: 2;
}
.mh-nieuw-card__image {
	height: 240px;
	overflow: hidden;
}
.mh-nieuw-card__image-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.5s;
}
.mh-nieuw-card:hover .mh-nieuw-card__image-inner {
	transform: none;
}
.mh-nieuw-card__info {
	padding: 18px 20px 22px;
	border-top: 1px solid var(--mh-border);
}
.mh-nieuw-card__info h4 {
	font-family: var(--mh-font-body);
	font-size: 15px;
	font-weight: 500;
	color: var(--mh-black);
	margin-bottom: 10px;
	line-height: 1.45;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mh-nieuw-card__price {
	font-family: var(--mh-font-heading);
	font-size: 20px;
	font-weight: 600;
	color: var(--mh-black);
}

/* ============ SEO TEXT ============ */
.mh-seo {
	max-width: 900px;
	margin: 0 auto;
}
.mh-seo p {
	font-size: 14.5px;
	color: #555;
	line-height: 1.8;
	margin-bottom: 14px;
}
.mh-seo a {
	color: var(--mh-gold);
	text-decoration: underline;
	text-decoration-color: rgba(200, 169, 110, 0.3);
	transition: text-decoration-color 0.2s;
}
.mh-seo a:hover {
	text-decoration-color: var(--mh-gold);
}
.mh-seo strong {
	color: #333;
}
.mh-seo blockquote {
	border-left: 3px solid var(--mh-gold);
	padding-left: 20px;
	margin: 16px 0;
	font-style: italic;
}
.mh-seo ul {
	margin: 10px 0 16px 24px;
	font-size: 14.5px;
	color: #555;
	line-height: 1.8;
}
.mh-seo ul li {
	margin-bottom: 6px;
}
.mh-seo__h2 {
	font-family: var(--mh-font-heading);
	font-size: 22px;
	color: var(--mh-black);
	margin: 28px 0 12px;
	line-height: 1.3;
	font-weight: 600;
}
.mh-seo__more {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.mh-seo__more.show {
	max-height: none;
}
.mh-seo__toggle {
	display: inline-block;
	padding: 12px 28px;
	background: var(--mh-gold);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	border: none;
	margin-top: 16px;
	transition: all 0.3s;
	font-family: var(--mh-font-body);
}
.mh-seo__toggle:hover {
	background: var(--mh-gold-hover);
}
.mh-seo__product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	list-style: none;
	margin: 20px 0 28px;
	padding: 0;
}
.mh-seo__product-grid li {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	transition: transform 0.3s, box-shadow 0.3s;
	text-align: center;
}
.mh-seo__product-grid li:hover {
	border-color: var(--mh-gold);
}
.mh-seo__product-grid li img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.mh-seo__product-grid li span {
	display: block;
	padding: 12px 10px;
	font-family: var(--mh-font-body);
	font-size: 13px;
	font-weight: 600;
	color: var(--mh-black);
	line-height: 1.4;
}

/* ============ REVIEWS ============ */
.mh-reviews__stars {
	color: var(--mh-gold);
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 8px;
}
.mh-reviews__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1000px;
	margin: 0 auto;
}
.mh-reviews__card {
	background: #fff;
	border-radius: 12px;
	padding: 28px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
	border: 1px solid var(--mh-border);
	transition: all 0.3s;
}
.mh-reviews__card:hover {
	border-color: var(--mh-gold);
}
.mh-reviews__card-stars {
	color: var(--mh-gold);
	font-size: 14px;
	margin-bottom: 8px;
}
.mh-reviews__card-text {
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 16px;
}
.mh-reviews__card-author {
	display: flex;
	align-items: center;
	gap: 10px;
}
.mh-reviews__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #e8e4dc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: var(--mh-gold);
}
.mh-reviews__name {
	font-weight: 600;
	font-size: 14px;
}

/* ============ SPLIT SECTIONS ============ */
.mh-split {
	display: flex;
	gap: 0;
	border-radius: var(--mh-radius);
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.3s;
}
.mh-split:hover {
}
.mh-split--warm {
	background: var(--mh-warm);
}
.mh-split--light {
	background: var(--mh-light);
}
.mh-split__text {
	flex: 1;
	padding: 60px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.mh-split__tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--mh-gold);
	margin-bottom: 12px;
}
.mh-split__text h2,
.mh-split__text h3 {
	font-family: var(--mh-font-heading);
	font-size: 30px;
	color: var(--mh-black);
	margin-bottom: 16px;
	line-height: 1.3;
	font-weight: 600;
}
.mh-split__text p {
	font-size: 15px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 28px;
}
.mh-split__image {
	flex: 1;
	min-height: 380px;
	background-size: cover;
	background-position: center;
	transition: transform 6s ease;
	overflow: hidden;
}
.mh-split:hover .mh-split__image {
	transform: none;
}

/* ============ TOPMERKEN MARQUEE ============ */
.mh-merken-wrap {
	overflow: clip;
	overflow-clip-margin: 20px;
	position: relative;
	margin: 28px 0 36px;
	padding: 20px 0;
}
.mh-merken-wrap::before,
.mh-merken-wrap::after {
	content: '';
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}
.mh-merken-wrap::before {
	left: 0;
	background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.mh-merken-wrap::after {
	right: 0;
	background: linear-gradient(270deg, #fff 0%, transparent 100%);
}
.mh-merken-track {
	display: flex;
	gap: 32px;
	animation: mh-marquee 120s linear infinite;
	width: max-content;
}
@keyframes mh-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.mh-merken-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	padding: 32px 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	cursor: pointer;
	flex-shrink: 0;
	min-width: 220px;
	height: 120px;
	text-decoration: none;
}
.mh-merken-card:hover {
	border-color: var(--mh-gold);
}
.mh-merken-card img {
	height: 64px;
	width: auto;
	max-width: 180px;
	object-fit: contain;
	filter: grayscale(40%);
	opacity: 0.8;
	transition: all 0.3s;
}
.mh-merken-card:hover img {
	filter: grayscale(0%);
	opacity: 1;
}
.mh-merken-btn {
	display: inline-block;
	padding: 14px 32px;
	background: var(--mh-gold);
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	transition: all 0.3s;
	text-decoration: none;
}
.mh-merken-btn:hover {
	background: var(--mh-gold-hover);
}

/* ============ CTA BLOCKS ============ */
.mh-cta-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.mh-cta__block {
	position: relative;
	border-radius: var(--mh-radius);
	overflow: hidden;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	transition: all 0.4s;
}
.mh-cta__block:hover {
}
.mh-cta__block--tall {
	grid-row: span 2;
	min-height: 624px;
}
.mh-cta__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.65) 100%);
}
.mh-cta__content {
	position: relative;
	z-index: 2;
	padding: 32px;
	color: #fff !important;
}
.mh-cta__tag {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	opacity: 0.8;
	display: block;
	margin-bottom: 4px;
	color: #fff !important;
}
.mh-cta__content h3 {
	font-family: var(--mh-font-heading);
	font-size: 24px;
	margin-bottom: 8px;
	font-weight: 600;
	color: #fff !important;
}
.mh-cta__content p {
	font-size: 14px;
	opacity: 0.9;
	margin-bottom: 16px;
	line-height: 1.5;
	color: #fff !important;
}
.mh-cta__btn {
	display: inline-block;
	padding: 12px 28px;
	background: var(--mh-gold);
	color: #fff !important;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 6px;
	transition: all 0.3s;
}
.mh-cta__btn:hover {
	background: var(--mh-gold-hover);
}

/* ============ FAQ ============ */
.mokana-homepage-v5 .mh-section:has(.mh-faq) {
	background: #fff !important;
}
.mh-faq {
	max-width: 900px;
	margin: 0 auto;
	background: transparent !important;
}
.mh-faq__item {
	border-bottom: 1px solid #e8e4df;
	background: #fff !important;
}
.mh-faq__item:first-child {
	border-top: 1px solid #e8e4df;
}
.mh-faq__question {
	width: 100%;
	padding: 20px 0;
	background: transparent !important;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--mh-font-body);
	font-size: 16px;
	font-weight: 500;
	color: var(--mh-black) !important;
	text-align: left;
	transition: color 0.2s;
	line-height: 1.5;
}
.mh-faq__question:hover {
	color: var(--mh-gold) !important;
}
.mh-faq__question:focus {
	outline: none;
}
.mh-faq__question:focus-visible {
	outline: 2px solid var(--mh-gold);
	outline-offset: 2px;
}
.mh-faq__icon {
	font-size: 20px;
	color: var(--mh-gold);
	font-weight: 300;
	transition: transform 0.3s;
	flex-shrink: 0;
	margin-left: 16px;
}
.mh-faq__answer {
	height: 0;
	overflow: hidden;
	background: transparent !important;
}
.mh-faq__answer p {
	padding: 0 0 20px;
	font-size: 15px;
	color: #555 !important;
	line-height: 1.85;
	background: transparent !important;
}

/* ============ NEWSLETTER ============ */
.mh-newsletter {
	background: var(--mh-black);
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.mh-newsletter h3 {
	font-family: var(--mh-font-heading);
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 600;
}
.mh-newsletter p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 24px;
}
.mh-newsletter__form {
	display: flex;
	max-width: 460px;
	margin: 0 auto;
	gap: 0;
}
.mh-newsletter__form input {
	flex: 1;
	padding: 14px 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 14px;
	border-radius: 6px 0 0 6px;
	outline: none;
	font-family: var(--mh-font-body);
}
.mh-newsletter__form input::placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mh-newsletter__form button {
	padding: 14px 28px;
	background: var(--mh-gold);
	color: #fff;
	border: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 6px 6px 0;
	cursor: pointer;
	transition: background 0.2s;
	font-family: var(--mh-font-body);
}
.mh-newsletter__form button:hover {
	background: var(--mh-gold-hover);
	box-shadow: 0 4px 20px rgba(200, 169, 110, 0.45);
}

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
	.mh-reveal,
	.mh-reveal-child,
	.mh-pcard,
	.mh-hero__slide,
	.mh-h1-block__bg,
	.mh-h1-block__title,
	.mh-h1-block__accent,
	.mh-h1-block__line {
		transition: none !important;
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
	.mh-merken-track,
	.mh-nieuw-track {
		animation: none !important;
	}
}

/* ============ TABLET ============ */
@media (max-width: 1024px) {
	.mh-container {
		padding: 0 24px;
	}
	.mh-products__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.mh-split {
		flex-direction: column;
	}
	.mh-split__image {
		min-height: 280px;
		order: -1;
	}
	.mh-split__text {
		padding: 40px 32px;
	}
	.mh-reviews__cards {
		grid-template-columns: 1fr;
		max-width: 600px;
	}
	.mh-cta-grid {
		grid-template-columns: 1fr;
	}
	.mh-cta__block--tall {
		grid-row: auto;
		min-height: 300px;
	}
	.mh-hero__content {
		padding: 40px;
	}
	.mh-hero__title {
		font-size: 36px;
	}
	.mh-section__title {
		font-size: 30px;
	}
}

/* ============ MOBILE ============ */
@media (max-width: 640px) {
	.mh-container {
		padding: 0 16px;
	}
	.mh-section {
		padding: 40px 0;
	}
	.mh-hero {
		height: 70vh;
		min-height: 380px;
		max-height: 520px;
	}
	.mh-hero__content {
		padding: 20px 18px;
		justify-content: flex-end;
		padding-bottom: 50px;
	}
	.mh-hero__tag {
		font-size: 10px;
		padding: 5px 12px;
		margin-bottom: 12px;
	}
	.mh-hero__title {
		font-size: 24px;
		max-width: 280px;
		margin-bottom: 10px;
	}
	.mh-hero__desc {
		font-size: 12px;
		max-width: 260px;
		line-height: 1.5;
	}
	.mh-hero__cta {
		padding: 12px 24px;
		font-size: 11px;
		letter-spacing: 1px;
		margin-top: 16px;
	}
	.mh-hero__dots {
		bottom: 16px;
		gap: 8px;
	}
	.mh-hero__dot {
		width: 8px;
		height: 8px;
	}
	.mh-hero__overlay {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.78) 100%);
	}
	.mh-section__title {
		font-size: 24px;
	}
	.mh-section__subtitle {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.mh-categories__grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 8px;
		flex-wrap: wrap;
	}
	.mh-categories__tile {
		width: auto;
		padding: 12px 8px;
		gap: 6px;
	}
	.mh-categories__tile img,
	.mh-categories__tile svg {
		width: 40px;
		height: 40px;
	}
	.mh-categories__tile span {
		font-size: 11px;
	}
	.mh-products__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.mh-pcard__image {
		height: 150px;
	}
	.mh-pcard__info {
		padding: 12px 14px 16px;
	}
	.mh-pcard__title {
		font-size: 13px;
		margin-bottom: 6px;
		min-height: 38px;
	}
	.mh-pcard__price-row > span {
		font-size: 16px;
	}
	.mh-pcard__link {
		opacity: 1 !important;
	}
	.mh-nieuw-card {
		width: 240px;
	}
	.mh-nieuw-card__image {
		height: 180px;
	}
	.mh-h1-block {
		min-height: 240px;
		margin-bottom: 24px;
	}
	.mh-h1-block__content {
		padding: 32px 20px;
	}
	.mh-h1-block__title {
		font-size: 22px;
	}
	.mh-split__text {
		padding: 28px 20px;
	}
	.mh-split__text h2,
	.mh-split__text h3 {
		font-size: 24px;
	}
	.mh-split__image {
		min-height: 220px;
	}
	.mh-merken-card {
		min-width: 160px;
		height: 90px;
		padding: 20px 28px;
	}
	.mh-merken-card img {
		height: 40px;
	}
	.mh-reviews__cards {
		gap: 16px;
	}
	.mh-reviews__card {
		padding: 20px;
	}
	.mh-cta__content h3 {
		font-size: 20px;
	}
	.mh-faq__question {
		font-size: 14px;
	}
	.mh-newsletter {
		padding: 48px 0;
	}
	.mh-newsletter h3 {
		font-size: 22px;
	}
	.mh-newsletter__form {
		flex-direction: column;
		gap: 8px;
	}
	.mh-newsletter__form input {
		border-radius: 6px;
	}
	.mh-newsletter__form button {
		border-radius: 6px;
	}
	.mh-seo__product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.mh-configurator {
		padding: 20px 16px 0;
	}
	.mh-configurator__btn {
		font-size: 12px;
		padding: 12px 20px;
	}
}
