.menin-age-gate-open {
	overflow: hidden;
}

.menin-age-gate {
	position: fixed;
	inset: 0;
	z-index: 99999;
	padding: 0;
	background: radial-gradient(91.04% 153.61% at 91.04% 124.32%, #4D4D4D 0%, #474747 4%, #303030 24%, #202020 45%, #171717 69%, #141414 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}


.menin-age-gate.is-hidden {
	display: none;
}

.menin-age-gate__inner {
	position: relative;
	color: #fff;
	height: 100dvh;
	z-index: 1;
}

.menin-age-gate__bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	inset: 0;
	z-index: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menin-age-gate__bg img {
	width: 100%;
	height: auto;
	padding: 0 10%;
	object-fit: contain;
}

.menin-age-gate__content{
	position: relative;
	z-index: 2;
}

.menin-age-gate__content-inner{
	display: flex	;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.menin-age-gate__logos {
	margin-top: 108px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 1.2rem;
	text-align: right;
}

.menin-age-gate__main-logo {
	max-width: 206px;
	height: auto;
	width: auto;
}

.menin-age-gate__brand-logos {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.menin-age-gate__brand-logo {
	max-width: 95px;
	width: auto;
	height: auto;
}


.menin-age-gate__title {
	font-family: "Canela Deck", serif;
	font-style: italic;
	font-weight: 700;
	font-size: 56px;
	line-height: 1.1;
	margin-bottom: 24px;
}

.menin-age-gate__intro,
.menin-age-gate__description,
.menin-age-gate__question {
	font-family: "Satoshi", sans-serif;
	font-size: 15px;
	line-height: 1.74;
	margin: 0 0 36px;
	opacity: 0.9;
}

.menin-age-gate__actions {
	display: flex;
	gap: 40px;
	margin-top: 24px;
	justify-content: flex-end;
	padding-right: 72px;
}

.menin-age-gate__button {
	background: transparent;
	border: 0;
	color: #fff;
	font-family: "Canela Deck", serif;
	font-style: italic;
	font-size: 32px;
	text-decoration: underline;
	text-underline-offset: 6px;
	cursor: pointer;
	padding: 0;
	transition: opacity 0.2s ease;
}

.menin-age-gate__button:hover,
.menin-age-gate__button:focus-visible {
	opacity: 0.75;
}

.menin-age-gate__legal {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: clamp(1rem, 2vw, 1.6rem);
	display: flex;
	gap: 2.4rem;
}

.menin-age-gate__legal-link {
	font-family: "Satoshi", sans-serif;
	font-size: 0.55rem;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

.menin-age-gate__legal-link:hover,
.menin-age-gate__legal-link:focus-visible {
	text-decoration: underline;
	color: #fff;
}

