.mbn-age-gate {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.mbn-age-gate__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(255, 248, 244, 0.82);
	backdrop-filter: blur(12px);
}

.mbn-age-gate__dialog {
	position: relative;
	width: min(100%, 1060px);
	background: #ffffff;
	padding: 48px 40px 44px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	text-align: center;
	z-index: 2;
}

.mbn-age-gate__lang {
	position: absolute;
	top: 28px;
	right: 28px;
	font-size: 16px;
	line-height: 1;
}

.mbn-age-gate__lang .widget,
.mbn-age-gate__lang .wp-block-group,
.mbn-age-gate__lang .wpml-ls,
.mbn-age-gate__lang .pll-parent-menu-item {
	margin: 0;
}

.mbn-age-gate__lang select,
.mbn-age-gate__lang a,
.mbn-age-gate__lang button,
.mbn-age-gate__lang .wp-block-navigation-item__content {
	color: #161616;
	text-decoration: none;
	font-size: 18px;
}

.mbn-age-gate__brand {
	font-size: clamp(48px, 6vw, 78px);
	line-height: 1;
	letter-spacing: 0.06em;
	color: #1b1719;
	margin-bottom: 54px;
}

.mbn-age-gate__title {
	font-size: clamp(34px, 4vw, 64px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #413836;
	margin: 0 0 42px;
	text-transform: uppercase;
}

.mbn-age-gate__actions {
	display: inline-flex;
	gap: 18px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 38px;
}

.mbn-age-gate__button {
	appearance: none;
	border: 2px solid #d6beb8;
	background: #ffffff;
	color: #1d1d1d;
	padding: 18px 52px;
	min-width: 180px;
	border-radius: 999px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.mbn-age-gate__button:hover,
.mbn-age-gate__button:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(174, 118, 106, 0.18);
	outline: none;
}

.mbn-age-gate__button--primary {
	background: #af756c;
	border-color: #af756c;
	color: #ffffff;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.mbn-age-gate__button--secondary {
	background: #ffffff;
	color: #252525;
}

.mbn-age-gate__remember {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 20px;
	color: #444444;
	margin-bottom: 34px;
	cursor: pointer;
}

.mbn-age-gate__remember input[type='checkbox'] {
	appearance: none;
	width: 34px;
	height: 34px;
	border: 2px solid #dcc9c4;
	border-radius: 4px;
	background: #ffffff;
	position: relative;
	margin: 0;
	flex: 0 0 auto;
}

.mbn-age-gate__remember input[type='checkbox']:checked::after {
	content: '';
	position: absolute;
	left: 11px;
	top: 5px;
	width: 8px;
	height: 15px;
	border-right: 3px solid #af756c;
	border-bottom: 3px solid #af756c;
	transform: rotate(40deg);
}

.mbn-age-gate__message {
	font-size: 18px;
	line-height: 1.5;
	color: #8d3b3b;
	margin: 0 0 24px;
	font-weight: 600;
}

.mbn-age-gate__description {
	max-width: 620px;
	margin: 0 auto;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.5;
	color: #555555;
}

html.mbn-age-gate-open,
html.mbn-age-gate-open body {
	overflow: hidden;
}

html.mbn-age-gate-accepted .mbn-age-gate {
	display: none !important;
}

@media (max-width: 767px) {
	.mbn-age-gate {
		padding: 16px;
	}

	.mbn-age-gate__dialog {
		padding: 34px 20px 28px;
	}

	.mbn-age-gate__lang {
		position: static;
		text-align: right;
		margin-bottom: 22px;
	}

	.mbn-age-gate__brand {
		margin-bottom: 30px;
	}

	.mbn-age-gate__title {
		margin-bottom: 28px;
	}

	.mbn-age-gate__actions {
		display: flex;
		gap: 12px;
		margin-bottom: 28px;
	}

	.mbn-age-gate__button {
		width: 100%;
		padding: 16px 22px;
		min-width: 0;
	}

	.mbn-age-gate__remember {
		font-size: 17px;
		gap: 12px;
		margin-bottom: 24px;
	}

	.mbn-age-gate__remember input[type='checkbox'] {
		width: 28px;
		height: 28px;
	}

	.mbn-age-gate__remember input[type='checkbox']:checked::after {
		left: 8px;
		top: 3px;
		width: 7px;
		height: 13px;
	}
}
