/*
Theme Name: 50Million Toys Classic
Theme URI: https://50milliontoys.com/
Author: Third Oak Productions
Description: A custom classic WordPress theme inspired by the original 50Million Toys website design.
Version: 2.0.10
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fifty-million-toys
*/

@font-face {
	font-family: "Press Start 2P";
	src: url("assets/fonts/PressStart2P-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Bitter";
	src: url("assets/fonts/Bitter-VariableFont_wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Bitter";
	src: url("assets/fonts/Bitter-Italic-VariableFont_wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--mt-navy: #071d50;
	--mt-navy-deep: #03102f;
	--mt-orange: #f36b00;
	--mt-orange-dark: #c94e00;
	--mt-black: #050609;
	--mt-paper: #f2f1ec;
	--mt-paper-shadow: #c7cfdf;
	--mt-white: #ffffff;
	--mt-text: #15171c;
	--mt-frame: 1180px;
	--mt-edge-space: 8px;
	--mt-header-photo: url("/wp-content/themes/fifty-million-toys-classic/assets/images/comics-banner-swaps.webp");
	--mt-header-photo-position: center 12%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	background: #fff;
}

body {
	min-height: 100vh;
	margin: 0;
	padding: var(--mt-edge-space);
	color: var(--mt-text);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

a {
	color: var(--mt-orange-dark);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--mt-orange);
}

img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--mt-black);
	background: var(--mt-white);
	font-weight: 700;
}

.site-shell {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: calc(100vh - 16px);
	margin: 0;
	overflow: hidden;
	background: var(--mt-black);
	border: 1px solid rgba(255, 255, 255, .32);
	border-radius: 10px;
	box-shadow:
		0 3px 14px rgba(0, 0, 0, .72),
		0 0 5px rgba(255, 255, 255, .2);
}

.site-header {
	position: relative;
	flex: 0 0 auto;
	min-height: 196px;
	background:
		linear-gradient(180deg, transparent 0 128px, var(--mt-black) 128px 100%),
		linear-gradient(120deg, transparent 0 16%, rgba(255, 255, 255, .08) 16% 22%, transparent 22% 41%, rgba(0, 0, 0, .22) 41% 47%, transparent 47%),
		radial-gradient(ellipse at 70% 20%, rgba(46, 104, 153, .44), transparent 25%),
		linear-gradient(180deg, #0a245d, var(--mt-navy));
	border-bottom: 0;
}

.site-header::before,
.site-header::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.site-header::before {
	display: none;
}

.site-header::after {
	display: none;
}

.site-branding {
	position: absolute;
	top: 4px;
	left: clamp(18px, 4vw, 48px);
	z-index: 5;
	width: clamp(175px, 20vw, 230px);
}

.brand-link {
	display: block;
	filter:
		drop-shadow(0 0 2px #fff)
		drop-shadow(0 0 7px #fff)
		drop-shadow(0 0 17px rgba(255, 255, 255, .92))
		drop-shadow(0 11px 11px rgba(0, 0, 0, .82));
}

.brand-link:focus-visible {
	outline: 3px solid var(--mt-white);
	outline-offset: 4px;
	border-radius: 50%;
}

.brand-logo {
	display: block;
	width: 100%;
}

.header-wordmark {
	position: absolute;
	top: 56px;
	left: clamp(210px, 25vw, 305px);
	z-index: 4;
	display: flex;
	align-items: baseline;
	color: var(--mt-white);
	white-space: nowrap;
	line-height: 1;
	pointer-events: none;
	text-shadow:
		0 2px 1px rgba(0, 0, 0, .82),
		0 0 4px rgba(0, 0, 0, .42);
}

.header-wordmark__name {
	font-family: "Arial Black", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: clamp(22px, 2.6vw, 38px);
	font-style: oblique 10deg;
	font-weight: 900;
	letter-spacing: -.045em;
}

.header-wordmark__domain {
	margin-left: .12em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(13px, 1.4vw, 20px);
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.035em;
}

.legacy-header-animation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 128px;
	overflow: hidden;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(7, 29, 80, .9), rgba(10, 36, 93, .76) 50%, rgba(6, 25, 69, .9)),
		var(--mt-header-photo);
	background-color: #071d50;
	background-position: center, var(--mt-header-photo-position);
	background-repeat: no-repeat, no-repeat;
	background-size: cover, cover;
}

.header-punchout {
	position: absolute;
	top: 4px;
	left: 50%;
	z-index: 3;
	display: block;
	width: 136px;
	height: 39px;
	max-width: none;
	transform: translateX(-50%);
}

.legacy-slide {
	position: absolute;
	z-index: 3;
	display: block;
	width: auto;
	height: auto;
	opacity: 0;
}

.legacy-slide {
	top: 10px;
	right: clamp(12px, 2vw, 28px);
	height: 97px;
	transition: opacity 130ms linear;
}

.legacy-slide.is-active {
	opacity: 1;
}

.menu-rail {
	position: absolute;
	top: 128px;
	right: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - clamp(270px, 35vw, 430px));
	min-height: 56px;
	padding: 0 clamp(18px, 4vw, 44px) 0 clamp(32px, 3vw, 48px);
	background: linear-gradient(180deg, #ff820c, var(--mt-orange));
	border-radius: 0 0 0 16px;
	border-top: 1px solid rgba(255, 213, 145, .92);
	border-bottom: 2px solid #a73a00;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), inset 0 -1px 0 rgba(91, 29, 0, .5), 0 4px 0 rgba(0, 0, 0, .4);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 11px;
	min-height: 52px;
	padding: 0 4px;
	color: var(--mt-white);
	background: transparent;
	border: 0;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: 10px;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
	text-transform: uppercase;
	cursor: pointer;
}

.menu-toggle:focus-visible {
	outline: 2px solid var(--mt-white);
	outline-offset: 4px;
}

.menu-toggle__icon {
	position: relative;
	display: inline-block;
	width: 27px;
	height: 20px;
}

.menu-toggle__line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background: currentColor;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	transition: top 180ms ease, transform 180ms ease, opacity 140ms ease;
}

.menu-toggle__line:nth-child(1) { top: 0; }
.menu-toggle__line:nth-child(2) { top: 8px; }
.menu-toggle__line:nth-child(3) { top: 16px; }

.menu-rail.is-menu-open .menu-toggle__line:nth-child(1) {
	top: 8px;
	transform: rotate(45deg);
}

.menu-rail.is-menu-open .menu-toggle__line:nth-child(2) {
	opacity: 0;
}

.menu-rail.is-menu-open .menu-toggle__line:nth-child(3) {
	top: 8px;
	transform: rotate(-45deg);
}

.primary-navigation__panel {
	display: contents;
}

.menu-popup-close {
	display: none;
}

.primary-menu {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: flex;
	align-items: center;
	min-height: 53px;
	padding: 0 clamp(12px, 2vw, 22px);
	color: var(--mt-white);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .13em;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .55);
	text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: var(--mt-white);
	background: rgba(0, 0, 0, .24);
}

.primary-menu a:focus-visible {
	outline: 2px solid var(--mt-white);
	outline-offset: -4px;
}

.primary-menu .menu-item-has-children > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 8px;
	border-top: 5px solid currentColor;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	z-index: 100;
	min-width: 230px;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: linear-gradient(155deg, #0b2d6b, var(--mt-navy-deep));
	border: 1px solid rgba(255, 255, 255, .2);
	border-top: 5px solid var(--mt-orange);
	border-radius: 0 0 10px 10px;
	box-shadow: 0 16px 30px rgba(0, 0, 0, .48);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.primary-menu .sub-menu a {
	min-height: 44px;
	padding: 0 16px;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
	font-size: 11px;
	white-space: nowrap;
}

.primary-menu .sub-menu li:last-child > a {
	border-bottom: 0;
}

@media (max-width: 1024px) {
	body.is-mobile-menu-open {
		overflow: hidden;
	}

	.menu-rail {
		z-index: 20;
		justify-content: flex-end;
	}

	.menu-rail.is-menu-open {
		z-index: 1002;
	}

	.menu-toggle {
		position: relative;
		z-index: 2;
		display: flex;
	}

	.menu-rail.is-menu-open .menu-toggle {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.primary-navigation {
		position: fixed;
		inset: 0;
		z-index: 1;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		padding: clamp(88px, 14vh, 142px) 16px 32px;
		background: rgba(2, 7, 20, .9);
		backdrop-filter: blur(5px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 180ms ease, visibility 180ms ease;
	}

	.menu-rail.is-menu-open .primary-navigation {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.primary-navigation__panel {
		position: relative;
		display: block;
		width: min(430px, 100%);
		max-height: calc(100vh - 130px);
		margin: 0;
		padding: 52px 16px 16px;
		overflow-y: auto;
		background: linear-gradient(155deg, #0b2d6b, var(--mt-navy-deep));
		border: 1px solid rgba(255, 255, 255, .2);
		border-top: 7px solid var(--mt-orange);
		border-radius: 12px;
		box-shadow: 0 24px 70px rgba(0, 0, 0, .62);
	}

	.menu-popup-close {
		position: absolute;
		top: 10px;
		right: 10px;
		display: grid;
		place-items: center;
		width: 36px;
		height: 36px;
		padding: 0;
		color: var(--mt-white);
		background: rgba(0, 0, 0, .2);
		border: 1px solid rgba(255, 255, 255, .2);
		border-radius: 6px;
		cursor: pointer;
	}

	.menu-popup-close::before,
	.menu-popup-close::after {
		content: "";
		position: absolute;
		width: 20px;
		height: 3px;
		background: currentColor;
		border-radius: 2px;
	}

	.menu-popup-close::before { transform: rotate(45deg); }
	.menu-popup-close::after { transform: rotate(-45deg); }

	.menu-popup-close:hover,
	.menu-popup-close:focus {
		background: var(--mt-orange);
	}

	.menu-popup-close:focus-visible {
		outline: 2px solid var(--mt-white);
		outline-offset: 2px;
	}

	.primary-navigation .primary-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.primary-navigation .primary-menu li {
		width: 100%;
	}

	.primary-navigation .primary-menu a {
		justify-content: flex-start;
		width: 100%;
		min-height: 56px;
		padding: 0 18px;
		border-bottom: 1px solid rgba(255, 255, 255, .14);
		font-size: 12px;
	}

	.primary-navigation .primary-menu li:last-child > a {
		border-bottom: 0;
	}

	.primary-navigation .primary-menu .sub-menu {
		position: static;
		min-width: 0;
		margin: 0;
		padding: 0 0 7px 18px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}

	.menu-rail:not(.is-menu-open) .primary-navigation .primary-menu .sub-menu {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.primary-navigation .primary-menu .sub-menu a {
		min-height: 43px;
		padding: 0 16px 0 24px;
		color: #d6e0f2;
		font-size: 10px;
	}

	.primary-navigation .primary-menu .sub-menu a::before {
		content: "";
		width: 8px;
		height: 3px;
		margin-right: 10px;
		background: var(--mt-orange);
	}

	.primary-navigation .primary-menu a:hover,
	.primary-navigation .primary-menu a:focus,
	.primary-navigation .primary-menu .current-menu-item > a,
	.primary-navigation .primary-menu .current_page_item > a {
		background: rgba(243, 107, 0, .28);
	}

	body.admin-bar .primary-navigation {
		top: 32px;
	}
}

.site-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: clamp(12px, 1.8vw, 20px) clamp(18px, 3.2vw, 38px) 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .02), transparent 14% 86%, rgba(255, 255, 255, .02)),
		var(--mt-black);
}

.cardboard-panel {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	padding: clamp(42px, 5vw, 64px) clamp(32px, 8vw, 100px);
	overflow: hidden;
	background-image:
		linear-gradient(rgba(250, 249, 245, .91), rgba(246, 244, 237, .95)),
		url("/wp-content/themes/fifty-million-toys-classic/assets/images/background.webp");
	background-position: center, top center;
	background-size: auto, clamp(360px, 72vw, 900px) auto;
	background-repeat: no-repeat, repeat;
	clip-path: polygon(1.2% 9px, 8% 3px, 18% 7px, 31% 2px, 45% 6px, 61% 3px, 74% 8px, 87% 3px, 98.8% 9px, 99.4% 13%, 98.7% 27%, 99.5% 44%, 98.8% 61%, 99.4% 78%, 98.7% calc(100% - 9px), 86% calc(100% - 3px), 72% calc(100% - 7px), 58% calc(100% - 2px), 43% calc(100% - 7px), 28% calc(100% - 3px), 14% calc(100% - 8px), 1% calc(100% - 5px), .4% 83%, 1.1% 68%, .5% 53%, 1.2% 37%, .5% 20%);
	box-shadow: inset 0 0 46px rgba(40, 54, 84, .24), 0 0 0 2px rgba(255, 255, 255, .72), 0 18px 32px rgba(0, 0, 0, .5);
}

.cardboard-panel::before,
.cardboard-panel::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.cardboard-panel::before {
	inset: 18px;
	border: 1px solid rgba(65, 60, 53, .1);
	clip-path: inherit;
}

.cardboard-panel::after {
	left: 12%;
	right: 12%;
	bottom: -42px;
	height: 115px;
	background: radial-gradient(ellipse, rgba(21, 42, 91, .4), transparent 67%);
	filter: blur(18px);
}

.page-card {
	position: relative;
	z-index: 1;
	width: min(720px, 100%);
	margin: 0 auto;
}

.entry-header {
	margin-bottom: 30px;
	text-align: center;
}

.entry-kicker {
	margin: 0 0 12px;
	color: var(--mt-orange-dark);
	font-size: 25px;
	font-weight: 900;
	letter-spacing: .24em;
	text-transform: uppercase;
}

.entry-title {
	margin: 0;
	color: var(--mt-navy-deep);
	font-family: "Bitter", serif;
	font-size: clamp(42px, 7vw, 72px);
	line-height: 1;
}

.entry-header::after {
	content: "";
	display: block;
	width: 74px;
	height: 5px;
	margin: 26px auto 0;
	background: var(--mt-orange);
}

.entry-content {
	font-family: "Bitter", serif;
	font-size: clamp(18px, 2.2vw, 21px);
	line-height: 1.8;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3 {
	color: var(--mt-navy);
	line-height: 1.2;
}

.page-id-8 .page-card {
	width: min(1000px, 100%);
}

.about-page__lead {
	max-width: 790px;
	margin: 0 auto clamp(26px, 4vw, 42px);
	color: var(--mt-navy-deep);
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 700;
	line-height: 1.55;
	text-align: center;
}

.about-page__photo {
	margin: 0 0 clamp(34px, 5vw, 54px);
	overflow: hidden;
	border: 6px solid var(--mt-navy-deep);
	border-radius: 12px;
	background: var(--mt-navy-deep);
	box-shadow: 0 14px 28px rgba(2, 10, 28, .28);
}

.about-page__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.about-page__photo figcaption {
	margin: 0;
	padding: 10px 16px;
	background: var(--mt-navy-deep);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.about-page__story {
	max-width: 760px;
	margin: 0 auto;
}

.about-page__story h2 {
	margin: clamp(34px, 5vw, 50px) 0 14px;
	font-size: clamp(28px, 4vw, 38px);
}

.about-page__story h2:first-child {
	margin-top: 0;
}

.about-page__signature {
	margin-top: 8px;
	color: var(--mt-orange-dark);
	font-size: 1.15em;
	font-weight: 900;
}

.about-page__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: clamp(30px, 5vw, 46px);
}

.about-page__button .wp-block-button__link {
	display: inline-block;
	padding: 13px 20px;
	border: 2px solid var(--mt-orange);
	border-radius: 8px;
	background: var(--mt-orange);
	box-shadow: 0 5px 0 var(--mt-orange-dark);
	color: #08142f;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.2;
	text-decoration: none;
}

.about-page__button--secondary .wp-block-button__link {
	border-color: var(--mt-navy);
	background: var(--mt-navy);
	box-shadow: 0 5px 0 var(--mt-navy-deep);
	color: #fff;
}

.about-page__button .wp-block-button__link:hover,
.about-page__button .wp-block-button__link:focus {
	transform: translateY(2px);
	box-shadow: 0 3px 0 var(--mt-orange-dark);
}

.about-page__button--secondary .wp-block-button__link:hover,
.about-page__button--secondary .wp-block-button__link:focus {
	box-shadow: 0 3px 0 var(--mt-navy-deep);
}

.local-shops-page__lead {
	margin: 0 auto clamp(30px, 5vw, 46px);
	color: var(--mt-navy-deep);
	font-size: clamp(20px, 2.5vw, 25px);
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.shops-directory__list {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shops-directory__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 62px;
	padding: 14px 18px;
	border: 2px solid rgba(10, 40, 101, .2);
	border-left: 7px solid var(--mt-orange);
	border-radius: 8px;
	background: linear-gradient(100deg, var(--mt-navy-deep), var(--mt-navy));
	box-shadow: 0 6px 13px rgba(4, 14, 38, .2);
	color: #fff;
	line-height: 1.35;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.shops-directory__link:hover,
.shops-directory__link:focus {
	border-color: var(--mt-orange);
	box-shadow: 0 8px 16px rgba(4, 14, 38, .28);
	color: #fff;
	transform: translateX(4px);
}

.shops-directory__link:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
}

.shops-directory__name {
	font-size: clamp(17px, 2vw, 20px);
	font-weight: 900;
}

.shops-directory__action {
	flex: 0 0 auto;
	color: #ffb36f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
}

@media (max-width: 520px) {
	.shops-directory__link {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}
}

.comic-swap-page {
	position: relative;
	z-index: 1;
	width: min(1080px, 100%);
	margin: 0 auto;
}

.comic-swap-hero {
	max-width: 800px;
	margin: 0 auto clamp(24px, 4vw, 42px);
	text-align: center;
}

.comic-swap-hero .entry-kicker {
	margin-bottom: 14px;
}

.comic-swap-title {
	margin: 0;
	color: var(--mt-navy-deep);
	font-family: "Bitter", serif;
	font-size: clamp(44px, 7vw, 78px);
	letter-spacing: -.045em;
	line-height: .94;
}

.comic-swap-tagline {
	margin: 18px 0 0;
	color: var(--mt-orange-dark);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1.1vw, 12px);
	line-height: 1.7;
	text-transform: uppercase;
}

.swap-next-event {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin-bottom: clamp(34px, 5vw, 58px);
	padding: clamp(22px, 3vw, 34px);
	color: var(--mt-white);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 45%),
		linear-gradient(135deg, #071d50, #0d397f);
	border-left: 9px solid var(--mt-orange);
	border-radius: 10px;
	box-shadow: 0 13px 24px rgba(3, 16, 47, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.swap-next-event__label {
	margin: 0 0 10px;
	color: #ff9a38;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1.1vw, 12px);
	letter-spacing: .04em;
	line-height: 1.6;
	text-transform: uppercase;
}

.swap-next-event__date {
	display: block;
	font-family: "Bitter", serif;
	font-size: clamp(18px, 2.35vw, 28px);
	font-weight: 700;
	line-height: 1.08;
	white-space: nowrap;
}

.swap-next-event__date-compact {
	display: none;
}

.swap-next-event__date.is-tba {
	color: #e2e7f1;
}

.swap-next-event__location {
	display: flex;
	flex-direction: column;
	min-width: 180px;
	margin: 0;
	padding: 14px 18px;
	text-align: center;
	background: rgba(1, 9, 30, .38);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 10px;
}

.swap-next-event__location span {
	color: #bdc9e0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.swap-next-event__location strong {
	margin-top: 5px;
	font-family: "Bitter", serif;
	font-size: 23px;
}

.comic-swap-story {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	column-gap: clamp(30px, 5vw, 68px);
	row-gap: clamp(24px, 3vw, 38px);
}

.comic-swap-story__heading {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--mt-navy);
	font-family: "Bitter", serif;
	font-size: clamp(29px, 4vw, 46px);
	letter-spacing: -.035em;
	line-height: 1.12;
}

.comic-swap-story__copy {
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.68;
}

.comic-swap-address {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 28px;
	padding: 18px 20px;
	color: var(--mt-navy-deep);
	background: rgba(243, 107, 0, .12);
	border-left: 5px solid var(--mt-orange);
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.comic-swap-photo {
	margin: 0;
	padding: 7px;
	overflow: hidden;
	background: #080b12;
	border-radius: 10px;
	box-shadow: 0 12px 24px rgba(5, 12, 27, .38), 0 0 0 1px rgba(255, 255, 255, .1);
}

.comic-swap-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.comic-swap-photo figcaption {
	padding: 10px 8px 4px;
	color: #f2f1ec;
	font-family: "Bitter", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.45;
	text-align: center;
}

.comic-swap-photo--hero {
	transform: rotate(.6deg);
}

.comic-swap-photo--hero img {
	aspect-ratio: 1.72 / 1;
}

.comic-swap-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: clamp(44px, 7vw, 78px) 0;
}

.comic-swap-highlight {
	position: relative;
	overflow: hidden;
	padding: 28px 24px 25px;
	color: var(--mt-white);
	background: linear-gradient(150deg, #0b2d6b, var(--mt-navy-deep));
	border-top: 6px solid var(--mt-orange);
	border-radius: 10px;
	box-shadow: 0 9px 18px rgba(5, 12, 27, .2);
}

.comic-swap-highlight > span {
	position: absolute;
	top: 12px;
	right: 14px;
	color: rgba(255, 255, 255, .16);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: 24px;
}

.comic-swap-highlight h2 {
	position: relative;
	margin: 0 0 12px;
	padding-right: 28px;
	font-family: "Bitter", serif;
	font-size: clamp(20px, 2.4vw, 28px);
	line-height: 1.05;
}

.comic-swap-highlight p {
	position: relative;
	margin: 0;
	color: #d9e0ee;
	font-size: 14px;
	line-height: 1.6;
}

.comic-swap-gallery > h2 {
	margin: 0 0 22px;
	color: var(--mt-navy-deep);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(13px, 2vw, 20px);
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
}

.comic-swap-gallery {
	margin-bottom: clamp(22px, 3vw, 38px);
}

.comic-swap-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.comic-swap-gallery__grid .comic-swap-photo {
	height: clamp(260px, 31vw, 380px);
	padding: 5px;
}

.comic-swap-gallery__grid .comic-swap-photo:nth-child(2) {
	transform: translateY(12px) rotate(-.45deg);
}

@media (max-width: 900px) {
	.swap-next-event__date-full {
		display: none;
	}

	.swap-next-event__date-compact {
		display: inline;
	}

	.swap-next-event__date {
		font-size: clamp(16px, 2.5vw, 20px);
	}

	.comic-swap-story {
		grid-template-columns: 1fr;
	}

	.comic-swap-photo--hero {
		max-width: 680px;
		margin-inline: auto;
	}

	.comic-swap-highlights {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.swap-next-event {
		grid-template-columns: 1fr;
		padding: 22px 20px;
		border-left-width: 6px;
	}

	.swap-next-event__location {
		min-width: 0;
		text-align: left;
	}

	.swap-next-event__date {
		font-size: clamp(14px, 4.2vw, 17px);
	}

	.comic-swap-gallery__grid {
		grid-template-columns: 1fr;
	}

	.comic-swap-gallery__grid .comic-swap-photo {
		height: min(112vw, 460px);
	}

	.comic-swap-gallery__grid .comic-swap-photo:nth-child(2) {
		transform: none;
	}
}

/* Static Comic Gauntlet page. */
.page-id-19 .page-card {
	width: min(1080px, 100%);
}

.comic-gauntlet-static {
	color: var(--mt-navy-deep);
	font-family: "Bitter", serif;
}

.gauntlet-next-event {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin: 0 0 clamp(34px, 5vw, 58px);
	padding: clamp(22px, 3vw, 34px);
	color: var(--mt-white);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 45%),
		linear-gradient(135deg, #071d50, #0d397f);
	border-left: 9px solid var(--mt-orange);
	border-radius: 10px;
	box-shadow: 0 13px 24px rgba(3, 16, 47, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.gauntlet-next-event__label {
	margin: 0 0 10px;
	color: #ff9a38;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1.1vw, 12px);
	letter-spacing: .04em;
	line-height: 1.6;
	text-transform: uppercase;
}

.gauntlet-next-event__date {
	display: block;
	font-family: "Bitter", serif;
	font-size: clamp(18px, 2.35vw, 28px);
	font-weight: 700;
	line-height: 1.08;
	white-space: nowrap;
}

.gauntlet-next-event__date-compact {
	display: none;
}

.gauntlet-next-event__date.is-tba {
	color: #e2e7f1;
}

.gauntlet-next-event__challenge {
	display: flex;
	flex-direction: column;
	min-width: 205px;
	margin: 0;
	padding: 14px 18px;
	text-align: center;
	background: rgba(1, 9, 30, .38);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 10px;
}

.gauntlet-next-event__challenge span {
	color: #bdc9e0;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.gauntlet-next-event__challenge strong {
	margin-top: 5px;
	font-family: "Bitter", serif;
	font-size: 22px;
	line-height: 1.12;
}

@media (max-width: 900px) {
	.gauntlet-next-event__date-full {
		display: none;
	}

	.gauntlet-next-event__date-compact {
		display: inline;
	}

	.gauntlet-next-event__date {
		font-size: clamp(16px, 2.5vw, 20px);
	}
}

@media (max-width: 640px) {
	.gauntlet-next-event {
		grid-template-columns: 1fr;
		padding: 22px 20px;
		border-left-width: 6px;
	}

	.gauntlet-next-event__challenge {
		min-width: 0;
		text-align: left;
	}

	.gauntlet-next-event__date {
		font-size: clamp(14px, 4.2vw, 17px);
	}
}

.gauntlet-intro {
	max-width: 850px;
	margin: 0 auto clamp(30px, 5vw, 52px);
	text-align: center;
}

.gauntlet-intro__eyebrow,
.gauntlet-closing__eyebrow {
	margin: 0 0 15px;
	color: var(--mt-orange-dark);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1.1vw, 12px);
	line-height: 1.7;
	text-transform: uppercase;
}

.gauntlet-intro h2,
.gauntlet-closing h2 {
	margin: 0 0 22px;
	color: var(--mt-navy-deep);
	font-size: clamp(30px, 4.5vw, 52px);
	letter-spacing: -.035em;
	line-height: 1.06;
}

.gauntlet-intro p,
.gauntlet-closing p {
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.72;
}

.gauntlet-intro__lead {
	color: var(--mt-navy);
	font-size: clamp(19px, 2vw, 24px) !important;
	font-weight: 750;
	line-height: 1.55 !important;
}

.gauntlet-mission {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px 20px;
	margin: 0 0 clamp(42px, 7vw, 74px);
	padding: clamp(22px, 3vw, 34px);
	color: var(--mt-white);
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 45%),
		linear-gradient(135deg, #071d50, #0d397f);
	border-left: 9px solid var(--mt-orange);
	border-radius: 12px;
	box-shadow: 0 13px 24px rgba(3, 16, 47, .28), inset 0 1px 0 rgba(255, 255, 255, .18);
}

.gauntlet-mission span {
	color: #ffad62;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(8px, .85vw, 10px);
	line-height: 1.6;
	text-transform: uppercase;
}

.gauntlet-mission strong {
	font-size: clamp(19px, 2.2vw, 28px);
	line-height: 1.15;
}

.gauntlet-stops {
	display: grid;
	gap: clamp(38px, 6vw, 68px);
}

.gauntlet-shop {
	position: relative;
	padding: clamp(18px, 3vw, 30px);
	overflow: hidden;
	background: rgba(255, 255, 255, .8);
	border: 2px solid var(--mt-navy-deep);
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(3, 16, 47, .2);
}

.gauntlet-shop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: linear-gradient(90deg, var(--mt-orange) 0 34%, var(--mt-navy) 34% 100%);
}

.gauntlet-shop__header {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 46px);
	margin: 4px 0 clamp(24px, 4vw, 38px);
}

.gauntlet-shop__logo-link {
	display: grid;
	width: 100%;
	min-height: 160px;
	padding: 16px;
	place-items: center;
	background: #fff;
	border: 5px solid #080b12;
	border-radius: 10px;
	box-shadow: 0 9px 18px rgba(5, 12, 27, .26);
	transition: transform .18s ease, box-shadow .18s ease;
}

.gauntlet-shop__logo-link:hover,
.gauntlet-shop__logo-link:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 13px 22px rgba(5, 12, 27, .32), 0 0 0 3px var(--mt-orange);
}

.gauntlet-shop__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 160px;
	object-fit: contain;
}

.gauntlet-shop__copy {
	align-self: center;
}

.gauntlet-shop__number {
	margin: 0 0 10px;
	color: var(--mt-orange-dark);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(8px, .85vw, 10px);
	line-height: 1.6;
	text-transform: uppercase;
}

.gauntlet-shop__copy h2 {
	margin: 0 0 14px;
	color: var(--mt-navy-deep);
	font-size: clamp(28px, 3.8vw, 46px);
	letter-spacing: -.035em;
	line-height: 1.02;
}

.gauntlet-shop__copy > p:not(.gauntlet-shop__number) {
	margin: 0 0 18px;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.62;
}

.gauntlet-shop__website {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 15px;
	color: #fff;
	background: var(--mt-navy);
	border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

.gauntlet-shop__website:hover,
.gauntlet-shop__website:focus-visible {
	color: #fff;
	background: var(--mt-orange-dark);
	transform: translateY(-2px);
}

.gauntlet-shop__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 18px);
}

.gauntlet-shop__gallery--one {
	grid-template-columns: 1fr;
}

.gauntlet-shop__gallery--five .gauntlet-shop__photo:last-child {
	grid-column: 1 / -1;
	aspect-ratio: 16 / 9;
}

.gauntlet-shop__gallery--one .gauntlet-shop__photo {
	aspect-ratio: 16 / 9;
}

.gauntlet-shop__photo {
	display: block;
	width: 100%;
	margin: 0;
	padding: 6px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #080b12;
	border-radius: 10px;
	box-shadow: 0 9px 18px rgba(5, 12, 27, .28);
}

.gauntlet-shop__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}

.gauntlet-shop__photo--portrait img {
	object-position: center 42%;
}

.gauntlet-shop__photo--contain {
	position: relative;
	isolation: isolate;
	background-color: #071126;
}

.gauntlet-shop__photo--contain::before {
	content: "";
	position: absolute;
	inset: 6px;
	z-index: -1;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
	filter: blur(8px) saturate(.8);
	opacity: .42;
	transform: scale(1.08);
}

.gauntlet-shop__photo--contain img {
	position: relative;
	z-index: 1;
	object-fit: contain;
}

.gauntlet-shop__photo--ultimate-v2::before {
	background-image:
		linear-gradient(rgba(3, 16, 47, .22), rgba(3, 16, 47, .42)),
		url("https://50milliontoys.com/wp-content/uploads/2026/07/IMG_1972-Paul50-Ortigoni-v2.jpg");
}

.gauntlet-closing {
	max-width: 850px;
	margin: clamp(48px, 8vw, 88px) auto 10px;
	padding: clamp(28px, 4vw, 44px);
	text-align: center;
	background: rgba(243, 107, 0, .1);
	border: 2px solid rgba(201, 78, 0, .42);
	border-radius: 12px;
}

@media (max-width: 760px) {
	.gauntlet-mission {
		grid-template-columns: 1fr;
		border-left-width: 6px;
	}

	.gauntlet-mission strong + span {
		margin-top: 10px;
	}

	.gauntlet-shop__header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gauntlet-shop__logo-link {
		min-height: 140px;
	}

	.gauntlet-shop__logo {
		max-height: 145px;
	}

	.gauntlet-shop__gallery {
		grid-template-columns: 1fr;
	}

	.gauntlet-shop__gallery--one .gauntlet-shop__photo,
	.gauntlet-shop__gallery--five .gauntlet-shop__photo:last-child {
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 420px) {
	.gauntlet-shop {
		padding: 17px;
	}

	.gauntlet-shop__logo-link {
		padding: 16px;
	}

	.gauntlet-shop__website {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
}

/* Press coverage. */
.page-id-76 .page-card {
	width: min(1040px, 100%);
}

.press-page {
	font-family: "Bitter", serif;
}

.press-page__intro {
	max-width: 740px;
	margin: 0 auto clamp(30px, 5vw, 52px);
	color: var(--mt-navy-deep);
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.65;
	text-align: center;
}

.press-page__eyebrow {
	margin: 0 0 12px;
	color: var(--mt-orange-dark);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1vw, 11px);
	line-height: 1.7;
	text-transform: uppercase;
}

.press-page__intro p:last-child {
	margin: 0;
}

.press-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr);
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(145deg, rgba(16, 58, 128, .72), transparent 62%),
		var(--mt-navy-deep);
	border: 6px solid #080b12;
	border-top-color: var(--mt-orange);
	border-radius: 12px;
	box-shadow: 0 16px 32px rgba(3, 16, 47, .3);
}

.press-feature + .press-feature {
	margin-top: clamp(32px, 5vw, 54px);
}

.press-feature__image-link {
	position: relative;
	display: block;
	min-height: 410px;
	overflow: hidden;
	background: #080b12;
}

.press-feature__image-link::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	box-shadow: inset -22px 0 36px rgba(3, 16, 47, .24);
}

.press-feature__image-link img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .28s ease, filter .28s ease;
}

.press-feature--website .press-feature__image-link {
	background: #fff;
}

.press-feature--website .press-feature__image-link img {
	padding: clamp(24px, 4vw, 48px);
	object-fit: contain;
}

.press-feature__image-link:hover img,
.press-feature__image-link:focus-visible img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.018);
}

.press-feature__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	padding: 9px 11px;
	color: #fff;
	background: var(--mt-orange-dark);
	border-radius: 4px;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: 8px;
	line-height: 1.45;
	text-transform: uppercase;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .34);
}

.press-feature__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
}

.press-feature__publication {
	margin-bottom: 17px;
	color: #ff9d43;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1vw, 11px);
	line-height: 1.65;
	text-transform: uppercase;
}

.press-feature h2 {
	margin: 0;
	font-size: clamp(30px, 3.6vw, 46px);
	letter-spacing: -.04em;
	line-height: 1.03;
}

.press-feature h2 a {
	color: #fff;
	text-decoration-color: transparent;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
}

.press-feature h2 a:hover,
.press-feature h2 a:focus-visible {
	color: #fff;
	text-decoration-color: var(--mt-orange);
}

.press-feature__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	margin: 18px 0 0;
	color: #bdc9e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.press-feature__meta > * + *::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 12px 2px 0;
	background: var(--mt-orange);
	border-radius: 50%;
}

.press-feature__summary {
	margin: 24px 0;
	color: #e0e5ef;
	font-size: clamp(15px, 1.4vw, 17px);
	line-height: 1.65;
}

.press-feature__read-more {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	padding: 12px 16px;
	color: #fff;
	background: var(--mt-orange-dark);
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .18s ease, transform .18s ease;
}

.press-feature__read-more:hover,
.press-feature__read-more:focus-visible {
	color: var(--mt-navy-deep);
	background: #fff;
	transform: translateY(-2px);
}

@media (max-width: 880px) {
	.press-feature {
		grid-template-columns: 1fr;
	}

	.press-feature__image-link {
		min-height: 0;
		aspect-ratio: 3 / 2;
	}

	.press-feature__image-link::after {
		box-shadow: inset 0 -20px 32px rgba(3, 16, 47, .2);
	}
}

@media (max-width: 480px) {
	.press-feature {
		border-width: 4px;
		border-top-width: 6px;
	}

	.press-feature__content {
		padding: 25px 21px 28px;
	}

	.press-feature__badge {
		top: 11px;
		left: 11px;
	}

	.press-feature__meta {
		flex-direction: column;
	}

	.press-feature__meta > * + *::before {
		display: none;
	}

	.press-feature__read-more {
		align-self: stretch;
		justify-content: center;
	}
}

/* Front page destination layout. */
.home-site-content {
	padding-top: clamp(12px, 1.8vw, 20px);
}

.home-panel {
	padding: clamp(18px, 3vw, 34px);
}

.home-page {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.home-page__content {
	font-size: 16px;
	line-height: 1.65;
}

.home-destination-page {
	width: 100%;
}

.home-hero {
	overflow: hidden;
	background: var(--mt-navy-deep);
	border: 6px solid #080b12;
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(3, 16, 47, .32);
}

.home-hero__image {
	display: block;
	width: 100%;
	height: auto;
}

.home-hero__content {
	padding: clamp(28px, 4.5vw, 54px);
	color: #fff;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, .08), transparent 45%),
		linear-gradient(135deg, #071d50, #0d397f);
	border-top: 8px solid var(--mt-orange);
	text-align: center;
}

.home-hero__content h1 {
	max-width: 900px;
	margin: 0 auto 18px;
	color: #fff;
	font-family: "Bitter", serif;
	font-size: clamp(38px, 6vw, 72px);
	letter-spacing: -.045em;
	line-height: .98;
}

.home-hero__content > p:not(.home-section__eyebrow) {
	max-width: 810px;
	margin: 0 auto 24px;
	color: #e0e6f1;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.58;
}

.home-section__eyebrow {
	margin: 0 0 14px;
	color: #ff9228;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1vw, 11px);
	line-height: 1.65;
	text-transform: uppercase;
}

.home-section__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 12px 16px;
	color: #fff;
	background: var(--mt-orange-dark);
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.home-section__link:hover,
.home-section__link:focus-visible {
	color: var(--mt-navy-deep);
	background: #fff;
	box-shadow: 0 0 0 2px var(--mt-orange);
	transform: translateY(-2px);
}

.home-sections {
	display: grid;
	gap: clamp(28px, 5vw, 52px);
	margin-top: clamp(28px, 5vw, 52px);
}

.home-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(145deg, rgba(16, 58, 128, .68), transparent 62%),
		var(--mt-navy-deep);
	border: 5px solid #080b12;
	border-top-color: var(--mt-orange);
	border-radius: 12px;
	box-shadow: 0 14px 28px rgba(3, 16, 47, .27);
}

.home-feature--reverse .home-feature__media {
	order: 2;
}

.home-feature--reverse .home-feature__content {
	order: 1;
}

.home-feature__media {
	display: block;
	min-height: 340px;
	overflow: hidden;
	background: #080b12;
}

.home-feature__media > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: filter .25s ease, transform .25s ease;
}

.home-feature__media:hover > img,
.home-feature__media:focus-visible > img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.018);
}

.home-feature__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 4vw, 48px);
}

.home-feature__content h2 {
	margin: 0 0 17px;
	color: #fff;
	font-family: "Bitter", serif;
	font-size: clamp(34px, 4vw, 52px);
	letter-spacing: -.04em;
	line-height: 1;
}

.home-event-date {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0 0 22px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, .08);
	border-left: 5px solid var(--mt-orange);
	border-radius: 6px;
}

.home-event-date__label {
	color: #ffad5f;
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: 9px;
	line-height: 1.5;
	text-transform: uppercase;
}

.home-event-date__value {
	color: #fff;
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 800;
	line-height: 1.4;
}

.home-event-date__value.is-tba {
	color: #e4e9f3;
	font-style: italic;
}

.home-feature__content > p:not(.home-section__eyebrow) {
	margin: 0 0 24px;
	color: #dce3ef;
	font-size: clamp(15px, 1.5vw, 18px);
	line-height: 1.65;
}

.home-feature__content .home-section__link {
	align-self: flex-start;
}

.home-feature__shop-logos {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2px;
	padding: 2px;
	background: var(--mt-orange);
}

.home-feature__shop-logos span {
	display: grid;
	min-height: 168px;
	padding: clamp(14px, 2vw, 22px);
	place-items: center;
	background: #fff;
}

.home-feature__shop-logos img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 125px;
	object-fit: contain;
}

@media (max-width: 880px) {
	.home-feature,
	.home-feature--reverse {
		grid-template-columns: 1fr;
	}

	.home-feature--reverse .home-feature__media,
	.home-feature--reverse .home-feature__content {
		order: initial;
	}

	.home-feature__media {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.home-feature__shop-logos {
		aspect-ratio: auto;
	}
}

@media (max-width: 600px) {
	.home-panel {
		padding: 14px;
	}

	.home-hero,
	.home-feature {
		border-width: 4px;
		border-top-width: 6px;
	}

	.home-hero__image {
		height: auto;
		object-fit: contain;
	}

	.home-hero__content,
	.home-feature__content {
		padding: 26px 21px 29px;
	}

	.home-feature__media {
		aspect-ratio: 4 / 3;
	}

	.home-feature__shop-logos {
		grid-template-columns: 1fr 1fr;
		aspect-ratio: auto;
	}

	.home-feature__shop-logos span {
		min-height: 120px;
		padding: 12px;
	}

	.home-feature__shop-logos img {
		max-height: 92px;
	}

	.home-section__link,
	.home-feature__content .home-section__link {
		align-self: stretch;
		justify-content: center;
		text-align: center;
	}
}

.site-footer {
	flex: 0 0 auto;
	margin-top: auto;
	color: var(--mt-white);
	background: var(--mt-black);
}

body.admin-bar .site-shell {
	min-height: calc(100vh - 48px);
}

.footer-divider {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: clamp(60px, 5vw, 72px);
	padding: 0 18px;
	color: var(--mt-white);
	background: var(--mt-black);
	font-family: "Press Start 2P", "Lucida Console", Monaco, monospace;
	font-size: clamp(9px, 1.4vw, 15px);
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.5;
	white-space: nowrap;
	text-align: center;
}

.footer-divider::before,
.footer-divider::after {
	content: "";
	height: 7px;
	background: var(--mt-orange);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}

.footer-divider::before,
.footer-divider::after { flex: 1 1 50%; }

.footer-bar {
	position: relative;
	min-height: 104px;
	padding: 31px clamp(26px, 6vw, 76px) 22px;
	background: linear-gradient(180deg, #0a2865, var(--mt-navy-deep));
	clip-path: polygon(0 0, 27% 0, 31% 28px, 100% 28px, 100% 100%, 0 100%);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
}

.footer-bar p {
	margin: 0;
}

.footer-copy {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	text-align: left;
}

.footer-domain {
	font-size: 14px;
	letter-spacing: .12em;
}

.footer-copyright {
	color: #c6d0e5;
	font-size: 11px;
	letter-spacing: .06em;
}

.footer-credit-separator {
	margin: 0 .45em;
}

.footer-copyright a {
	color: inherit;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: var(--mt-white);
	text-decoration: underline;
}

@media (max-width: 760px) {
	.site-header {
		min-height: 230px;
	}

	.primary-navigation {
		display: block;
		padding: 10px 12px 24px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		-webkit-overflow-scrolling: touch;
	}

	.primary-navigation__panel {
		width: min(430px, 100%);
		max-height: none;
		margin: 0 auto;
		overflow: visible;
	}

	.site-branding {
		left: 8px;
		width: clamp(88px, 27vw, 132px);
		transform: none;
	}

	.header-wordmark {
		top: 78px;
		left: clamp(118px, 26vw, 198px);
	}

	.header-wordmark__name {
		font-size: clamp(14px, 4vw, 22px);
	}

	.header-wordmark__domain {
		font-size: clamp(10px, 2.5vw, 14px);
	}

	.legacy-header-animation {
		display: block;
	}

	.legacy-slide {
		display: block;
		right: 8px;
		height: clamp(48px, 14vw, 72px);
	}

	.menu-rail {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 62px;
		padding: 0 12px;
		border-radius: 0;
	}

	.primary-menu {
		width: 100%;
		justify-content: flex-start;
	}

	.primary-menu a {
		min-height: 62px;
		padding: 0 12px;
		font-size: 11px;
	}

	.site-content {
		padding: 12px 12px 0;
	}

	.cardboard-panel {
		min-height: 0;
		padding: 58px 26px;
		clip-path: polygon(1% 6px, 25% 2px, 49% 6px, 74% 3px, 99% 6px, 99.5% 25%, 98.8% 50%, 99.4% 75%, 99% calc(100% - 6px), 75% calc(100% - 3px), 50% calc(100% - 7px), 25% calc(100% - 3px), 1% calc(100% - 6px), .4% 75%, 1.1% 50%, .4% 25%);
	}

	.footer-bar {
		min-height: 96px;
		padding: 29px 24px 20px;
		clip-path: polygon(0 0, 42% 0, 50% 22px, 100% 22px, 100% 100%, 0 100%);
	}
}

@media (max-width: 600px) {
	.header-wordmark {
		top: 86px;
		left: clamp(128px, 33vw, 198px);
	}

	.header-wordmark__name {
		font-size: clamp(18px, 5vw, 24px);
	}

	.header-wordmark__domain {
		font-size: clamp(12px, 3vw, 15px);
	}
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-shell {
		min-height: calc(100vh - 62px);
	}

	body.admin-bar .primary-navigation {
		top: 46px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
