.c36-age-gate {
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(15, 16, 18, 0.28);
	backdrop-filter: blur(15px) saturate(120%);
	-webkit-backdrop-filter: blur(15px) saturate(120%);
}

.c36-age-gate[hidden] {
	display: none !important;
}

body.c36-age-gate-open {
	overflow: hidden !important;
}

.c36-age-gate__panel {
	position: relative;
	width: min(100%, 520px);
	overflow: hidden;
	padding: clamp(30px, 6vw, 52px);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 28px;
	background: rgba(250, 250, 248, 0.84);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.9);
	color: #171719;
	text-align: center;
}

.c36-age-gate__mark {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: #171719;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 750;
}

.c36-age-gate__eyebrow {
	margin: 0 0 10px;
	color: #8b6728;
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.c36-age-gate h2 {
	margin: 0;
	font-size: clamp(1.85rem, 5vw, 2.7rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
}

.c36-age-gate__message {
	max-width: 410px;
	margin: 18px auto 26px;
	color: #656568;
	font-size: 0.98rem;
	line-height: 1.6;
}

.c36-age-gate button,
.c36-age-gate__denied a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid #171719;
	border-radius: 999px;
	background: #171719;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.c36-age-gate button:hover,
.c36-age-gate__denied a:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.c36-age-gate__confirm {
	width: 100%;
}

.c36-age-gate__divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 22px 0;
	color: #929296;
	font-size: 0.76rem;
}

.c36-age-gate__divider::before,
.c36-age-gate__divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: rgba(23, 23, 25, 0.12);
}

.c36-age-gate__form label {
	display: block;
	margin-bottom: 9px;
	font-size: 0.82rem;
	font-weight: 650;
	text-align: left;
}

.c36-age-gate__date-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.c36-age-gate__date-row input {
	width: 100%;
	min-width: 0;
	height: 48px;
	padding: 8px 13px;
	border: 1px solid rgba(23, 23, 25, 0.16);
	border-radius: 999px;
	outline: none;
	background: rgba(255, 255, 255, 0.78);
	color: #171719;
}

.c36-age-gate__date-row input:focus {
	border-color: rgba(23, 23, 25, 0.45);
	box-shadow: 0 0 0 3px rgba(23, 23, 25, 0.08);
}

.c36-age-gate__denied p {
	margin: 0 0 18px;
	font-weight: 650;
}

.c36-age-gate__feedback {
	min-height: 1.3em;
	margin: 14px 0 0;
	color: #9b2c2c;
	font-size: 0.82rem;
}

@media (max-width: 520px) {
	.c36-age-gate {
		padding: 12px;
	}

	.c36-age-gate__panel {
		padding: 30px 22px;
		border-radius: 22px;
	}

	.c36-age-gate__date-row {
		grid-template-columns: 1fr;
	}

	.c36-age-gate__date-row button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.c36-age-gate * {
		transition-duration: 0.01ms !important;
	}
}
