/*
Theme Name: MCR Roadbook
Theme URI: https://mcrdetroit.com/
Author: Motor City Riot
Description: A gritty, responsive Detroit moped-club theme with events, members, Cloudinary galleries, ride maps, contact forms, and WooCommerce support.
Version: 1.0.25.44
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: mcr-roadbook
License: GPL-2.0-or-later
*/

:root {
	--mcr-red: #d61f2c;
	--mcr-red-dark: #8e1019;
	--mcr-ink: #0a0b0d;
	--mcr-panel: rgba(17, 18, 21, .94);
	--mcr-paper: #eee9df;
	--mcr-muted: #aaa59b;
	--mcr-yellow: #f5c84c;
	--mcr-line: rgba(255,255,255,.14);
	--mcr-shadow: 0 22px 70px rgba(0,0,0,.45);
	--mcr-heading: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	--mcr-body: "IBM Plex Sans", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	padding-top: 64px;
	overflow-x: clip;
	color: var(--mcr-paper);
	background-color: var(--mcr-ink);
	background-image: linear-gradient(rgba(6,7,8,.83), rgba(6,7,8,.92)), var(--mcr-bg);
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	font: 16px/1.58 var(--mcr-body);
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: 9998;
	opacity: .12;
	background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.055) 4px);
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
iframe, video, table { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px; overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}
.mcr-wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mcr-section { padding: 64px 0; position: relative; scroll-margin-top: 72px; }
.mcr-section--panel {
	background: linear-gradient(135deg, rgba(18,19,22,.96), rgba(7,8,10,.94));
	border-block: 1px solid var(--mcr-line);
	box-shadow: var(--mcr-shadow);
}
.mcr-kicker {
	display: inline-flex; gap: 9px; align-items: center;
	color: var(--mcr-yellow);
	font: 800 .76rem/1 var(--mcr-body);
	letter-spacing: .18em; text-transform: uppercase;
}
.mcr-kicker::before { content: ""; width: 35px; height: 3px; background: var(--mcr-red); transform: skew(-20deg); }
.mcr-title {
	margin: 10px 0 18px;
	color: #fff;
	font: 900 clamp(2rem, 5vw, 4.2rem)/.92 var(--mcr-heading);
	letter-spacing: -.025em;
	text-transform: uppercase;
}
.mcr-title em { color: var(--mcr-red); font-style: normal; }
.mcr-lede { max-width: 720px; color: #d3cfc7; font-size: 1.12rem; }
.mcr-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 42px; padding: 10px 18px;
	border: 1px solid var(--mcr-red); border-radius: 2px;
	color: #fff; background: var(--mcr-red);
	font: 900 .8rem/1 var(--mcr-body);
	letter-spacing: .11em; text-decoration: none; text-transform: uppercase;
	transform: skew(-3deg);
	transition: .2s ease;
	cursor: pointer;
}
.mcr-button:hover, .mcr-button:focus-visible,
button[type="submit"]:hover, input[type="submit"]:hover {
	background: #fff; border-color: #fff; color: var(--mcr-ink);
	transform: translateY(-2px) skew(-3deg);
}
.mcr-button--ghost { background: transparent; border-color: rgba(255,255,255,.5); }

/* Header */
.mcr-header {
	position: fixed; z-index: 1000; top: 0; right: 0; left: 0;
	background: rgba(7,8,10,.9);
	border-bottom: 1px solid var(--mcr-line);
	backdrop-filter: blur(16px);
}
body.admin-bar .mcr-header { top: 32px; }
.mcr-header__inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.mcr-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.mcr-brand img { width: 44px; height: 44px; object-fit: contain; }
.mcr-brand__text strong { display: block; font: 900 1.25rem/.95 var(--mcr-heading); letter-spacing: .05em; }
.mcr-brand__text small { color: var(--mcr-muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.mcr-nav ul { display: flex; align-items: center; gap: 16px; margin: 0; padding: 0; list-style: none; }
.mcr-nav a { font: 800 .75rem/1 var(--mcr-body); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.mcr-nav a:hover { color: var(--mcr-red); }
.mcr-nav__icon { display: none; }
.mcr-nav .menu-item-shop a { padding: 10px 14px; border: 1px solid var(--mcr-red); }
.mcr-menu-toggle { display: none; background: transparent; color: #fff; border: 0; padding: 10px; }
.mcr-menu-toggle svg { width: 30px; height: 30px; }

@media (min-width: 981px) {
	.mcr-nav a.is-active,
	.mcr-nav .current-menu-item > a,
	.mcr-nav .current_page_item > a {
		color: #fff;
		text-decoration-line: underline !important;
		text-decoration-color: var(--mcr-red) !important;
		text-decoration-thickness: 3px !important;
		text-decoration-skip-ink: none;
		text-underline-offset: 8px;
	}
}

/* Hero */
.mcr-hero#home { scroll-margin-top: 64px; }
.mcr-hero { min-height: calc(100svh - 64px); display: grid; align-items: center; overflow: hidden; position: relative; }
.mcr-hero::after {
	content: "DETROIT • 50CC • SINCE 2011";
	position: absolute; right: -35px; bottom: 22%; transform: rotate(-90deg);
	color: rgba(255,255,255,.15); font: 900 .72rem/1 var(--mcr-body); letter-spacing: .35em;
}
.mcr-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 44px; align-items: center; }
.mcr-hero__copy { display: block; padding: 0; }
.mcr-hero__visual { display: grid; place-items: center; padding: 0; }
.mcr-hero__logo { width: auto; height: clamp(300px, 30vw, 390px); max-width: 100%; object-fit: contain; filter: drop-shadow(0 22px 26px rgba(0,0,0,.5)); }
.mcr-hero h1 { margin: 18px 0 8px; font: 900 clamp(2.8rem, 7vw, 6rem)/.8 var(--mcr-heading); text-transform: uppercase; }
.mcr-hero h1 span { display: block; color: var(--mcr-red); }
.mcr-hero__sub { margin: 0 0 22px; color: #d5d0c7; font-size: clamp(.95rem, 1.7vw, 1.12rem); }
.mcr-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mcr-next {
	position: relative; width: 100%; padding: 20px;
	background: linear-gradient(145deg, rgba(31,32,36,.96), rgba(10,11,13,.96));
	border: 1px solid rgba(255,255,255,.16);
	box-shadow: 22px 22px 0 rgba(214,31,44,.12), var(--mcr-shadow);
	transform: rotate(1deg);
}
.mcr-next::before { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(255,255,255,.16); pointer-events: none; }
.mcr-next__label { display: inline-block; padding: 7px 10px; background: var(--mcr-yellow); color: var(--mcr-ink); font: 900 .7rem/1 var(--mcr-body); letter-spacing: .15em; text-transform: uppercase; }
.mcr-next h2 { margin: 16px 0 7px; font: 900 clamp(1.7rem,3.2vw,2.7rem)/.94 var(--mcr-heading); text-transform: uppercase; }
.mcr-next__meta { color: #d2cdc5; }

/* Cards and content */
.mcr-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.mcr-card {
	position: relative; min-width: 0; overflow: hidden;
	background: var(--mcr-panel); border: 1px solid var(--mcr-line);
	box-shadow: 0 16px 36px rgba(0,0,0,.25);
	transition: transform .2s ease, border-color .2s ease;
}
.mcr-card:hover { transform: translateY(-6px) rotate(-.35deg); border-color: rgba(214,31,44,.7); }
.mcr-card__image { aspect-ratio: 16/10; overflow: hidden; background: #16171a; }
.mcr-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.mcr-card:hover .mcr-card__image img { transform: scale(1.045); }
.mcr-card__body { padding: 18px; }
.mcr-card__date { color: var(--mcr-yellow); font: 800 .73rem/1.3 var(--mcr-body); letter-spacing: .12em; text-transform: uppercase; }
.mcr-card h3 { margin: 8px 0; font: 900 1.4rem/1 var(--mcr-heading); text-transform: uppercase; }
.mcr-card h3 a { text-decoration: none; }
.mcr-card p { color: #bbb7af; font-size: .94rem; }
.mcr-text-link { color: #fff; font: 800 .76rem/1 var(--mcr-body); letter-spacing: .1em; text-transform: uppercase; text-underline-offset: 5px; }
.mcr-grid--events .mcr-card { aspect-ratio: 1 / 1; min-height: 0; isolation: isolate; }
.mcr-grid--events .mcr-card__image { position: absolute; inset: 0; z-index: -2; aspect-ratio: auto; }
.mcr-grid--events .mcr-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5,6,8,.04) 12%, rgba(5,6,8,.24) 43%, rgba(5,6,8,.97) 100%);
}
.mcr-grid--events .mcr-card__body {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 22px;
}
.mcr-grid--events .mcr-card__body > p { display: none; }
.mcr-grid--events .mcr-card h3 { margin: 9px 0 16px; font-size: clamp(1.35rem, 2.35vw, 2rem); }
.mcr-grid--events .mcr-card__date { text-shadow: 0 2px 12px #000; }
.mcr-grid--events .mcr-text-link { color: #fff; }
.mcr-empty { padding: 28px; border: 1px dashed rgba(255,255,255,.25); color: var(--mcr-muted); }
.mcr-about { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: start; }
.mcr-about__visual { position: sticky; top: 120px; }
.mcr-about__badge { position: relative; padding: 28px; background: var(--mcr-red); color: #fff; transform: rotate(-2deg); }
.mcr-about__badge strong { display: block; font: 900 4.5rem/.82 var(--mcr-heading); }
.mcr-about__badge span { font: 900 1.05rem/1 var(--mcr-heading); text-transform: uppercase; }
.mcr-about__photo { width: 114%; margin: 30px 0 0 -7%; filter: drop-shadow(0 22px 28px rgba(0,0,0,.48)); transform: rotate(1deg); }
.mcr-about__photo img { display: block; width: 100%; }
.mcr-content { color: #d6d1c8; }
.mcr-content, .mcr-card, .mcr-member { min-width: 0; }
.mcr-content h1, .mcr-content h2, .mcr-content h3 { color: #fff; font-family: var(--mcr-body); text-transform: none; }
.mcr-content a { color: var(--mcr-yellow); }
.mcr-content img { border: 1px solid var(--mcr-line); }
.mcr-page-shell .mcr-content {
	max-width: 960px;
	font-size: 1rem;
	line-height: 1.55;
}
.mcr-page-shell .mcr-content > p,
.mcr-page-shell .mcr-content > ul,
.mcr-page-shell .mcr-content > ol,
.mcr-page-shell .mcr-content > blockquote,
.mcr-page-shell .mcr-content > figure,
.mcr-page-shell .mcr-content > .wp-block-buttons,
.mcr-page-shell .mcr-content > .wp-block-columns,
.mcr-page-shell .mcr-content > .wp-block-cover,
.mcr-page-shell .mcr-content > .wp-block-gallery,
.mcr-page-shell .mcr-content > .wp-block-group,
.mcr-page-shell .mcr-content > .wp-block-media-text,
.mcr-page-shell .mcr-content > .wp-block-table {
	margin-top: 0 !important;
	margin-bottom: 1.65rem !important;
}
.mcr-page-shell .mcr-content > h1,
.mcr-page-shell .mcr-content > h2,
.mcr-page-shell .mcr-content > h3,
.mcr-page-shell .mcr-content > h4,
.mcr-page-shell .mcr-content > h5,
.mcr-page-shell .mcr-content > h6 {
	margin-top: 1.8rem !important;
	margin-bottom: .7rem !important;
	font-family: var(--mcr-body) !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
}
.mcr-page-shell .mcr-content > h1 { font-size: clamp(1.9rem, 4vw, 2.25rem) !important; }
.mcr-page-shell .mcr-content > h2 { font-size: clamp(1.65rem, 3vw, 1.95rem) !important; }
.mcr-page-shell .mcr-content > h3 { font-size: clamp(1.35rem, 2.5vw, 1.6rem) !important; font-weight: 500 !important; }
.mcr-page-shell .mcr-content > h4 { font-size: 1.2rem !important; }
.mcr-page-shell .mcr-content > h5 { font-size: 1.08rem !important; }
.mcr-page-shell .mcr-content > h6 { font-size: 1rem !important; }
.mcr-page-shell .mcr-content > :first-child { margin-top: 0 !important; }
.mcr-page-shell .mcr-content > ul,
.mcr-page-shell .mcr-content > ol { padding-left: 3rem; }
.mcr-page-shell .mcr-content li + li { margin-top: .25rem !important; }
.mcr-page-shell .mcr-content > .wp-block-spacer {
	margin-block: 0 !important;
}
.mcr-page-shell { min-height: 65vh; padding: 56px 0 72px; }
.mcr-page-header { padding: 46px 0 26px; border-bottom: 1px solid var(--mcr-line); }
.mcr-post-list { display: grid; gap: 22px; }
.mcr-post { padding: 28px; background: var(--mcr-panel); border-left: 5px solid var(--mcr-red); }
.mcr-post h2 { margin-top: 0; font-family: var(--mcr-heading); text-transform: uppercase; }

/* Members */
.mcr-members { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.mcr-member { position: relative; padding: 10px 10px 19px; color: #171719; background: #e9e4da; box-shadow: 0 12px 30px rgba(0,0,0,.35); transform: rotate(var(--tilt, -1deg)); }
.mcr-member:nth-child(even) { --tilt: 1deg; }
.mcr-member__photo { aspect-ratio: 1/1.08; background: #242528; overflow: hidden; filter: saturate(.8) contrast(1.05); }
.mcr-member__photo img { width: 100%; height: 100%; object-fit: cover; }
.mcr-member__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-content: center;
	gap: 12px;
	color: #d8d3ca;
	text-align: center;
	background:
		linear-gradient(135deg, transparent 48%, rgba(214,31,44,.35) 49% 51%, transparent 52%),
		#202125;
}
.mcr-member__placeholder i { color: var(--mcr-red); font-size: 3.2rem; }
.mcr-member__placeholder span {
	font: 900 .72rem/1 var(--mcr-body);
	letter-spacing: .08em;
	text-transform: uppercase;
}
.mcr-member h3 { margin: 13px 4px 4px; font: 900 1.35rem/.92 var(--mcr-heading); text-transform: uppercase; }
.mcr-member p { margin: 6px 4px 14px; color: #555; font-size: .85rem; }
.mcr-socials { display: flex; flex-wrap: wrap; gap: 7px; margin-inline: 4px; }
.mcr-socials a {
	display: inline-grid; place-items: center; width: 36px; height: 36px; padding: 7px;
	border: 1px solid #aaa; color: #222; text-decoration: none;
	transition: .18s ease;
}
.mcr-socials a:hover, .mcr-socials a:focus-visible { color: #fff; border-color: var(--mcr-red); background: var(--mcr-red); transform: translateY(-2px); }
.mcr-socials svg, .mcr-footer__socials svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mcr-socials svg .is-filled, .mcr-footer__socials svg .is-filled { fill: currentColor; stroke: none; }
.mcr-socials .fa-motorcycle, .mcr-footer__socials .fa-motorcycle,
.mcr-socials .fa-steam, .mcr-footer__socials .fa-steam {
	display: block;
	font-size: 1.15rem;
	line-height: 1;
}
.mcr-section-action {
	display: flex;
	justify-content: flex-start;
	margin-top: 38px;
}
.mcr-member-roll__hero p {
	max-width: 760px;
	margin: 15px 0 0;
	color: #d7d2c9;
	font-size: clamp(1rem, 2vw, 1.16rem);
}
.mcr-member-roll { padding-top: 34px; }
.mcr-member-group {
	padding: 42px 0 54px;
	border-bottom: 1px solid var(--mcr-line);
}
.mcr-member-group:first-child { padding-top: 10px; }
.mcr-member-group__header {
	display: grid;
	grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr);
	gap: 8px 32px;
	align-items: end;
	margin-bottom: 28px;
}
.mcr-member-group__header .mcr-kicker { grid-column: 1 / -1; }
.mcr-member-group__header h2 {
	margin: 0;
	font: 900 clamp(2rem, 5vw, 4rem)/.9 var(--mcr-heading);
	text-transform: uppercase;
}
.mcr-member-group__header p {
	max-width: 640px;
	margin: 0 0 3px;
	color: var(--mcr-muted);
}
.mcr-member-group--memorial {
	position: relative;
	padding-inline: clamp(18px, 3vw, 38px);
	background: linear-gradient(135deg, rgba(214,31,44,.12), rgba(10,11,13,.35));
	border: 1px solid rgba(214,31,44,.4);
}
.mcr-member-group--memorial .mcr-kicker { color: #fff; }

@media (max-width: 700px) {
	.mcr-member-group { padding-block: 34px 42px; }
	.mcr-member-group__header { grid-template-columns: 1fr; gap: 10px; }
	.mcr-member-group__header .mcr-kicker { grid-column: auto; }
	.mcr-member-group__header h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
}

/* Social links page */
.mcr-social-directory { max-width: 1000px; }
.mcr-social-directory__intro {
	max-width: 720px;
	margin: 0 0 32px !important;
	color: #d6d1c8;
	font-size: clamp(1rem, 2vw, 1.18rem);
}
.mcr-social-directory__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.mcr-social-directory__card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--mcr-line);
	color: #fff !important;
	background: linear-gradient(145deg, rgba(29,30,34,.96), rgba(10,11,13,.96));
	box-shadow: 0 15px 34px rgba(0,0,0,.25);
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.mcr-social-directory__card:hover,
.mcr-social-directory__card:focus-visible {
	border-color: var(--mcr-red);
	background: linear-gradient(145deg, rgba(51,22,27,.98), rgba(10,11,13,.98));
	transform: translateY(-4px);
}
.mcr-social-directory__icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.22);
	color: #fff;
	background: var(--mcr-red);
}
.mcr-social-directory__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mcr-social-directory__icon svg .is-filled { fill: currentColor; stroke: none; }
.mcr-social-directory__icon .fa-motorcycle { font-size: 1.45rem; }
.mcr-social-directory__copy { min-width: 0; }
.mcr-social-directory__copy strong {
	display: block;
	font: 900 1.45rem/1 var(--mcr-heading);
	letter-spacing: .02em;
	text-transform: uppercase;
}
.mcr-social-directory__copy small {
	display: block;
	margin-top: 7px;
	color: #bbb7af;
	font-size: .86rem;
	line-height: 1.35;
}
.mcr-social-directory__arrow { color: var(--mcr-yellow); font-size: 1.35rem; }

/* Map, gallery, shop, forms */
.mcr-map { height: min(70vh, 650px); min-height: 420px; border: 1px solid var(--mcr-line); background: #161719; box-shadow: var(--mcr-shadow); }
.mcr-map-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
.mcr-map-filter { min-height: 38px; padding: 7px 12px; border: 1px solid var(--mcr-line); color: #fff; background: rgba(0,0,0,.45); cursor: pointer; }
.mcr-map-filter.is-active { background: var(--mcr-red); border-color: var(--mcr-red); }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: #17181b; color: #eee; }
.mcr-gallery-shell .mcr-cloudinary-albums { color: #fff; }
.mcr-shop .woocommerce { columns: auto !important; column-count: 1 !important; column-width: auto !important; }
.mcr-shop .woocommerce ul.products,
.woocommerce-page .mcr-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 24px !important;
	width: 100% !important;
	max-width: none !important;
	float: none !important;
	clear: both !important;
	margin: 35px 0 !important;
	padding: 0 !important;
}
.mcr-shop .woocommerce ul.products::before,
.mcr-shop .woocommerce ul.products::after { display: none !important; content: none !important; }
.mcr-shop .woocommerce ul.products li.product,
.woocommerce-page .mcr-shop ul.products li.product {
	position: relative !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 16px 16px 72px !important;
	overflow: hidden !important;
	background: var(--mcr-panel);
	border: 1px solid var(--mcr-line);
}
.mcr-shop ul.products li.product img { display: block !important; width: 100% !important; height: auto !important; margin: 0 0 16px !important; object-fit: cover; }
.mcr-shop ul.products li.product .woocommerce-loop-product__title { overflow-wrap: anywhere; color: #fff; font-family: var(--mcr-heading); text-transform: uppercase; }
.mcr-shop ul.products li.product .price { display: block; color: var(--mcr-yellow) !important; }
.mcr-shop ul.products li.product .button { position: absolute; right: 16px; bottom: 16px; left: 16px; width: auto; margin: 0 !important; text-align: center; }
#main .mcr-page-shell ul.products {
	display: grid !important;
	columns: auto !important;
	column-count: 1 !important;
	column-width: auto !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 28px 24px !important;
	clear: both !important;
	width: 100% !important;
	margin: 38px 0 0 !important;
	padding: 0 !important;
}
#main .mcr-page-shell ul.products::before,
#main .mcr-page-shell ul.products::after { display: none !important; content: none !important; }
#main .mcr-page-shell ul.products li.product {
	position: relative !important;
	float: none !important;
	clear: none !important;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 16px !important;
	overflow: hidden;
	background: var(--mcr-panel);
	border: 1px solid var(--mcr-line);
}
#main .mcr-page-shell ul.products li.product > a {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	text-decoration: none;
}
#main .mcr-page-shell ul.products li.product img {
	display: block;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	margin: 0 0 16px !important;
	object-fit: cover;
}
#main .mcr-page-shell .woocommerce-loop-category__title,
#main .mcr-page-shell .woocommerce-loop-product__title {
	margin: 0 !important;
	padding: 4px 2px 8px !important;
	color: #fff;
	font-family: var(--mcr-heading);
	line-height: 1.05;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}
#main .mcr-page-shell mark.count {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	padding: 3px 7px;
	border: 1px solid rgba(255,255,255,.32);
	color: #fff !important;
	background: #000 !important;
	font: 800 .68em/1 var(--mcr-body);
}
#main .mcr-page-shell .mcr-category-count {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	padding: 3px 7px;
	border: 1px solid rgba(255,255,255,.32);
	color: #fff !important;
	background: #000 !important;
	font: 800 .68em/1 var(--mcr-body);
}
#main .mcr-page-shell ul.products li.product .price { margin-top: auto; color: var(--mcr-yellow) !important; }
#main .mcr-page-shell ul.products li.product .button { position: static !important; width: 100%; margin: 14px 0 0 !important; }
#main .mcr-page-shell > .mcr-wrap > .page-title { display: none; }
#main .mcr-page-shell .page-description { max-width: 850px; margin-bottom: 32px; }
.mcr-contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; }
.mcr-contact-card { padding: 32px; background: var(--mcr-red); box-shadow: 18px 18px 0 rgba(0,0,0,.24); transform: rotate(-1deg); }
.mcr-contact-card h3 { font: 900 2.2rem/.9 var(--mcr-heading); text-transform: uppercase; }
.mcr-contact-form { padding: 30px; background: rgba(12,13,15,.91); border: 1px solid var(--mcr-line); }
.mcr-contact-form input:not([type="submit"]):not([type="checkbox"]),
.mcr-contact-form textarea,
.mcr-contact-form select,
.mcr-content input:not([type="submit"]):not([type="checkbox"]),
.mcr-content textarea {
	width: 100%; padding: 13px 14px; border: 1px solid #54565c; border-radius: 0;
	color: #fff; background: #0b0c0e;
}
.mcr-contact-form .wpforms-field-label,
.mcr-contact-form .wpforms-field-label-inline,
.mcr-contact-form .wpforms-field-description,
.mcr-contact-form .wpforms-field-sublabel,
.mcr-contact-form .wpforms-required-label,
.mcr-contact-form .wpforms-confirmation-container,
.mcr-contact-form .wpforms-error,
.mcr-contact-form em,
.mcr-contact-form small {
	color: #f2eee6 !important;
}
.mcr-contact-form .wpforms-field-description,
.mcr-contact-form .wpforms-field-sublabel { opacity: .82; }
.mcr-contact-form label.wpforms-error { color: #ff9ba2 !important; }

/* Footer */
.mcr-footer { padding: 48px 0 25px; border-top: 4px solid var(--mcr-red); background: #07080a; }
.mcr-footer__grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.mcr-footer__brand { display: flex; gap: 14px; align-items: center; }
.mcr-footer__brand img { width: 66px; }
.mcr-footer__brand strong { font: 900 1.8rem/1 var(--mcr-heading); text-transform: uppercase; }
.mcr-footer__socials { display: flex; flex-wrap: wrap; gap: 16px; }
.mcr-footer__socials a {
	display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 9px;
	border: 1px solid rgba(255,255,255,.26); color: #fff;
	text-decoration: none; transition: .18s ease;
}
.mcr-footer__socials a:hover, .mcr-footer__socials a:focus-visible { border-color: var(--mcr-yellow); color: var(--mcr-yellow); transform: translateY(-2px); }
.mcr-footer__bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--mcr-line); color: #85827c; font-size: .75rem; }

@media (max-width: 980px) {
	.mcr-section { padding: 56px 0; }
	.mcr-nav { display: none; position: absolute; inset: 64px 0 auto; background: #090a0c; border-bottom: 1px solid var(--mcr-line); }
	.mcr-nav.is-open { display: block; }
	.mcr-nav ul { display: grid; gap: 0; }
	.mcr-nav li { border-top: 1px solid var(--mcr-line); }
	.mcr-nav a { display: flex; align-items: center; gap: 13px; padding: 19px 24px; font-size: .9rem; }
	.mcr-nav__icon {
		display: inline-grid;
		place-items: center;
		width: 1.35em;
		color: var(--mcr-red);
		font-size: 1.05rem;
	}
	.mcr-menu-toggle { display: inline-grid; place-items: center; }
	.mcr-hero__grid, .mcr-about, .mcr-contact-grid { grid-template-columns: 1fr; }
	.mcr-hero__grid { gap: 32px; }
	.mcr-about, .mcr-contact-grid { gap: 38px; }
	.mcr-hero {
		min-height: auto;
		padding: 42px 0 54px;
		background-image: linear-gradient(rgba(6,7,8,.66), rgba(6,7,8,.84)), var(--mcr-bg);
		background-size: cover;
		background-position: center top;
	}
	.mcr-hero__copy { display: block !important; visibility: visible !important; opacity: 1 !important; order: 2; }
	.mcr-hero__visual { display: grid !important; visibility: visible !important; opacity: 1 !important; order: 1; gap: 22px; text-align: center; }
	.mcr-hero__logo { width: 160px; height: auto; margin: 0 auto; }
	.mcr-next { max-width: 640px; }
	.mcr-grid { grid-template-columns: repeat(2,1fr); }
	.mcr-members { grid-template-columns: repeat(2,1fr); }
	.mcr-shop .woocommerce ul.products, .woocommerce-page .mcr-shop ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	#main .mcr-page-shell ul.products { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.mcr-about__visual { position: relative; top: auto; width: min(640px,100%); }
	.mcr-about__badge { width: min(330px,90%); }
	.mcr-about__photo { width: 100%; margin: 26px 0 0; }
	.mcr-contact-card, .mcr-contact-form { padding: 26px; }
	.mcr-page-shell { padding: 46px 0 60px; }
	.mcr-page-header { padding: 36px 0 22px; }
	.mcr-social-directory__grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 620px) {
	body {
		background-image: linear-gradient(rgba(6,7,8,.70), rgba(6,7,8,.88)), var(--mcr-bg);
		background-size: auto 100vh;
		background-position: center top;
		background-repeat: no-repeat;
		background-attachment: scroll;
		font-size: 16px;
	}
	body.admin-bar .mcr-header { top: 46px; }
	.mcr-wrap { width: min(100% - 26px, 1180px); }
	.mcr-section { padding: 44px 0; }
	.mcr-brand { display: flex !important; position: relative; z-index: 2; }
	.mcr-brand img { display: block !important; visibility: visible !important; width: 48px; height: 48px; opacity: 1 !important; }
	.mcr-brand__text small { display: none; }
	.mcr-hero::after { display: none; }
	.mcr-hero { padding: 30px 0 42px; }
	.mcr-hero__grid { row-gap: 20px; }
	.mcr-hero__visual { display: contents !important; }
	.mcr-hero__logo { grid-column: 1; grid-row: 1; justify-self: center; }
	.mcr-hero__copy { grid-column: 1; grid-row: 2; }
	.mcr-next { grid-column: 1; grid-row: 3; width: 100%; margin-top: 8px; text-align: left; }
	.mcr-hero__logo { width: 132px; }
	.mcr-hero h1 { margin-top: 14px; font-size: clamp(2.55rem,14vw,4rem); }
	.mcr-hero__sub { margin-bottom: 18px; }
	.mcr-grid, .mcr-members { grid-template-columns: minmax(0, 1fr); }
	.mcr-members { justify-items: center; }
	.mcr-grid--events .mcr-card { width: 100%; max-width: 460px; margin-inline: auto; }
	.mcr-grid--events .mcr-card__body { padding: 23px; }
	.mcr-shop .woocommerce ul.products, .woocommerce-page .mcr-shop ul.products { grid-template-columns: minmax(0,1fr) !important; gap: 18px !important; }
	#main .mcr-page-shell ul.products { grid-template-columns: minmax(0,1fr) !important; gap: 20px !important; }
	.mcr-member {
		justify-self: center;
		width: 100% !important;
		max-width: 420px;
		margin-inline: 0;
	}
	.mcr-member__photo { width: 100%; aspect-ratio: 1 / 1; }
	.mcr-member__photo img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: none;
		object-fit: cover !important;
		object-position: center top;
	}
	.mcr-actions { display: grid; }
	.mcr-actions .mcr-button { width: 100%; }
	.mcr-about { gap: 30px; }
	.mcr-about__badge { padding: 22px; }
	.mcr-about__badge strong { font-size: 3.65rem; }
	.mcr-about__photo { margin-top: 20px; }
	.mcr-contact-grid { gap: 28px; }
	.mcr-contact-card, .mcr-contact-form { padding: 20px; }
	.mcr-contact-card h3 { font-size: 1.85rem; }
	.mcr-page-shell { padding: 36px 0 48px; }
	.mcr-page-header { padding: 28px 0 18px; }
	.mcr-page-shell .mcr-content > p,
	.mcr-page-shell .mcr-content > ul,
	.mcr-page-shell .mcr-content > ol,
	.mcr-page-shell .mcr-content > blockquote,
	.mcr-page-shell .mcr-content > figure { margin-bottom: 1.35rem !important; }
	.mcr-page-shell .mcr-content > ul,
	.mcr-page-shell .mcr-content > ol { padding-left: 1.6rem; }
	.mcr-social-directory__intro { margin-bottom: 24px !important; }
	.mcr-social-directory__grid { gap: 13px; }
	.mcr-social-directory__card {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		gap: 14px;
		padding: 17px;
	}
	.mcr-social-directory__icon { width: 48px; height: 48px; padding: 11px; }
	.mcr-social-directory__copy strong { font-size: 1.25rem; }
	.mcr-social-directory__copy small { font-size: .8rem; }
	.mcr-footer { padding-top: 38px; }
	.mcr-footer__brand img { width: 54px; }
	.mcr-footer__brand strong { font-size: 1.5rem; }
	.mcr-footer__grid { grid-template-columns: 1fr; }
	.mcr-footer__socials { gap: 12px; }
	.mcr-map { min-height: 480px; }
}

@media (min-width: 760px) and (max-width: 980px) and (orientation: landscape) {
	body { background-attachment: scroll; }
	.mcr-hero { padding: 32px 0 40px; }
	.mcr-hero__grid { grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr); gap: 30px; }
	.mcr-hero__copy { order: 1; }
	.mcr-hero__visual { order: 2; }
	.mcr-hero__logo { width: min(230px, 26vw); }
	.mcr-hero h1 { font-size: clamp(3rem, 7vw, 4.5rem); }
	.mcr-about { grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 34px; }
	.mcr-about__visual { position: sticky; top: 92px; }
	.mcr-about__badge { width: 100%; padding: 22px; }
	.mcr-about__badge strong { font-size: 3.8rem; }
	.mcr-contact-grid { grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); gap: 28px; }
	.mcr-contact-card, .mcr-contact-form { padding: 22px; }
	.mcr-contact-card h3 { font-size: 1.8rem; }
}

@media (max-width: 980px) and (orientation: landscape) and (max-height: 600px) {
	.mcr-nav {
		max-height: calc(100vh - 64px);
		overflow-y: auto;
	}
	.mcr-nav ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mcr-nav li { border-right: 1px solid var(--mcr-line); }
	.mcr-nav a { min-height: 48px; padding: 12px 18px; }
	.mcr-hero { min-height: calc(100svh - 64px); padding-block: 24px 30px; }
	.mcr-hero__grid { row-gap: 14px; }
	.mcr-hero__logo { width: 108px; }
	.mcr-hero h1 { font-size: clamp(2.45rem, 8vw, 3.4rem); }
	.mcr-hero__sub { margin-bottom: 14px; }
	.mcr-section { padding: 40px 0; }
}

@media (max-width: 782px) {
	body.admin-bar .mcr-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Complete event archive */
.mcr-event-archive__header { border-bottom: 1px solid var(--mcr-line); }
.mcr-event-archive { padding-top: 34px; }
.mcr-event-filters {
	position: sticky;
	top: 76px;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(260px, 1fr) 180px 180px auto;
	gap: 12px;
	padding: 16px;
	background: rgba(10,11,13,.96);
	border: 1px solid var(--mcr-line);
	box-shadow: 0 16px 40px rgba(0,0,0,.35);
	backdrop-filter: blur(12px);
}
.mcr-event-filters label { margin: 0; }
.mcr-event-filters input,
.mcr-event-filters select {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	color: #fff;
	background: #17181b;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
}
.mcr-event-filters input:focus,
.mcr-event-filters select:focus { outline: 2px solid var(--mcr-red); outline-offset: 2px; }
.mcr-event-search { position: relative; }
.mcr-event-search i {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	color: var(--mcr-yellow);
}
.mcr-event-search input { padding-left: 44px; }
.mcr-event-filters .mcr-button { min-height: 48px; padding-block: 0; }
.mcr-event-count { margin: 20px 0 34px; color: var(--mcr-muted); font-weight: 700; }
.mcr-event-year { margin-bottom: 54px; }
.mcr-event-year > h2 {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin: 0 0 22px;
	padding-bottom: 10px;
	color: #fff;
	border-bottom: 3px solid var(--mcr-red);
	font: 900 clamp(2.4rem, 6vw, 4.6rem)/.9 var(--mcr-heading);
}
.mcr-event-year > h2 small {
	color: var(--mcr-muted);
	font: 700 .75rem/1 var(--mcr-body);
	letter-spacing: .14em;
	text-transform: uppercase;
}
.mcr-event-month { margin: 0 0 34px; }
.mcr-event-year[hidden],
.mcr-event-month[hidden] { display: none !important; }
.mcr-event-month > h3 {
	margin: 0 0 15px;
	color: var(--mcr-yellow);
	font: 900 1.25rem/1 var(--mcr-heading);
	letter-spacing: .08em;
	text-transform: uppercase;
}
.mcr-event-archive__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; }
.mcr-event-archive__card {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(27,28,32,.98), rgba(13,14,16,.98));
	border: 1px solid var(--mcr-line);
	box-shadow: 0 12px 30px rgba(0,0,0,.28);
	transition: transform .2s ease, border-color .2s ease;
}
.mcr-event-archive__card:hover { transform: translateY(-3px); border-color: rgba(214,31,44,.75); }
.mcr-event-archive__card[hidden] { display: none; }
.mcr-event-archive__image { display: block; width: 200px; height: 200px; overflow: hidden; background: #090a0c; }
.mcr-event-archive__image img { width: 100%; height: 100%; object-fit: cover; }
.mcr-event-archive__body { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 20px 24px; }
.mcr-event-archive__body time {
	color: var(--mcr-yellow);
	font: 800 .7rem/1.3 var(--mcr-body);
	letter-spacing: .11em;
	text-transform: uppercase;
}
.mcr-event-archive__body h4 {
	margin: 8px 0 9px;
	color: #fff;
	font: 900 clamp(1.45rem, 2.4vw, 2rem)/1 var(--mcr-heading);
	text-transform: uppercase;
}
.mcr-event-archive__body h4 a { text-decoration: none; }
.mcr-event-archive__body p { margin: 0 0 10px; color: #c0bcb3; font-size: .9rem; }
.mcr-event-archive__body p i { margin-right: 5px; color: var(--mcr-red); }
.mcr-event-archive__excerpt {
	display: -webkit-box;
	overflow: hidden;
	max-width: 780px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.mcr-event-archive__body .mcr-text-link { margin-top: auto; }

@media (max-width: 900px) {
	.mcr-event-filters { grid-template-columns: minmax(0, 1fr) 1fr 1fr; }
	.mcr-event-search { grid-column: 1 / -1; }
	.mcr-event-archive__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 560px) {
	.mcr-event-archive { padding-top: 20px; }
	.mcr-event-filters { position: static; grid-template-columns: minmax(0, 1fr); padding: 12px; }
	.mcr-event-search { grid-column: auto; }
	.mcr-event-year { margin-bottom: 42px; }
	.mcr-event-year > h2 { justify-content: space-between; }
	.mcr-event-archive__card { grid-template-columns: 108px minmax(0, 1fr); min-height: 148px; }
	.mcr-event-archive__image { width: 108px; height: 108px; margin: 14px 0 14px 14px; }
	.mcr-event-archive__body { padding: 15px; }
	.mcr-event-archive__body h4 { font-size: 1.2rem; }
	.mcr-event-archive__excerpt { -webkit-line-clamp: 2; font-size: .84rem !important; }
	.mcr-event-archive__location { font-size: .8rem !important; }
}

/* Site search */
.mcr-site-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	max-width: 760px;
	margin-top: 24px;
}
.mcr-site-search label { position: relative; }
.mcr-site-search label i {
	position: absolute;
	top: 50%;
	left: 17px;
	transform: translateY(-50%);
	color: var(--mcr-yellow);
}
.mcr-site-search input {
	width: 100%;
	height: 50px;
	padding: 0 16px 0 46px;
	color: #fff;
	background: #17181b;
	border: 1px solid rgba(255,255,255,.22);
}
.mcr-site-search input:focus { outline: 2px solid var(--mcr-red); outline-offset: 2px; }
.mcr-search-results { display: grid; gap: 18px; }
.mcr-search-card {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	width: 100%;
	min-height: 200px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(27,28,32,.98), rgba(13,14,16,.98));
	border: 1px solid var(--mcr-line);
	box-shadow: 0 12px 30px rgba(0,0,0,.28);
	transition: transform .2s ease, border-color .2s ease;
}
.mcr-search-card:hover { transform: translateY(-3px); border-color: rgba(214,31,44,.75); }
.mcr-search-card__image { display: block; width: 200px; height: 200px; overflow: hidden; background: #090a0c; }
.mcr-search-card__image img { width: 100%; height: 100%; max-width: none; object-fit: cover; }
.mcr-search-card__body { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 20px 24px; }
.mcr-search-card__type {
	color: var(--mcr-yellow);
	font: 800 .7rem/1.3 var(--mcr-body);
	letter-spacing: .12em;
	text-transform: uppercase;
}
.mcr-search-card h2 { margin: 8px 0 9px; font: 900 clamp(1.45rem, 2.4vw, 2rem)/1 var(--mcr-heading); text-transform: uppercase; }
.mcr-search-card h2 a { text-decoration: none; }
.mcr-search-card p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 12px;
	color: #c0bcb3;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.mcr-search-card .mcr-text-link { margin-top: auto; }
.mcr-search-results .navigation { margin-top: 18px; }
.mcr-search-results .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.mcr-search-results .page-numbers { padding: 8px 12px; border: 1px solid var(--mcr-line); text-decoration: none; }
.mcr-search-results .page-numbers.current { color: #fff; background: var(--mcr-red); border-color: var(--mcr-red); }

@media (max-width: 560px) {
	.mcr-site-search { grid-template-columns: minmax(0, 1fr); }
	.mcr-search-card { grid-template-columns: 108px minmax(0, 1fr); min-height: 148px; }
	.mcr-search-card__image { width: 108px; height: 108px; margin: 14px 0 14px 14px; }
	.mcr-search-card__body { padding: 15px; }
	.mcr-search-card h2 { font-size: 1.2rem; }
	.mcr-search-card p { font-size: .84rem; -webkit-line-clamp: 2; }
}

/* Cohesive WooCommerce store */
.mcr-merch-tools {
	position: relative;
	z-index: 40;
	color: #fff;
	background: rgba(10,11,13,.97);
	border-bottom: 1px solid var(--mcr-line);
	box-shadow: 0 12px 30px rgba(0,0,0,.35);
	backdrop-filter: blur(14px);
}
.mcr-merch-tools__toggle { display: none; }
.mcr-merch-tools__inner {
	display: grid;
	grid-template-columns: auto minmax(230px, 1fr) minmax(190px, .65fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 70px;
	padding-block: 10px;
}
@media (min-width: 621px) {
	.mcr-merch-tools > .mcr-merch-tools__inner { display: grid !important; }
}
.mcr-merch-tools__home,
.mcr-cart-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 15px;
	color: #fff;
	border: 1px solid var(--mcr-line);
	font: 900 .82rem/1 var(--mcr-body);
	letter-spacing: .07em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
.mcr-merch-tools__home i { color: var(--mcr-yellow); }
.mcr-cart-status { background: var(--mcr-red); border-color: var(--mcr-red); }
.mcr-cart-status strong {
	display: inline-grid;
	place-items: center;
	min-width: 25px;
	height: 25px;
	padding: 0 6px;
	color: #111;
	background: #fff;
	border-radius: 50%;
	font-size: .76rem;
}
.mcr-product-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
}
.mcr-product-search label,
.mcr-product-category { position: relative; min-width: 0; margin: 0; }
.mcr-product-search label i,
.mcr-product-category i {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
	transform: translateY(-50%);
	color: var(--mcr-yellow);
	pointer-events: none;
}
.mcr-product-search input,
.mcr-product-category select {
	width: 100%;
	height: 46px;
	padding: 0 14px 0 43px;
	color: #fff;
	background: #191a1e;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 0;
}
.mcr-product-search button {
	min-width: 86px;
	height: 46px;
	padding: 0 15px;
	color: #fff;
	background: #2a2b30;
	border: 1px solid rgba(255,255,255,.2);
	border-left: 0;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}
.mcr-product-search input:focus,
.mcr-product-category select:focus { outline: 2px solid var(--mcr-red); outline-offset: 2px; }
.mcr-product-category option,
.mcr-product-search input::placeholder { color: #d8d4cc; background: #191a1e; }
.mcr-product-category select,
.mcr-merch-page table.variations select,
.woocommerce form select,
.woocommerce-checkout select,
.wc-block-components-address-form select,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
	-webkit-appearance: none !important;
	appearance: none !important;
	padding-right: 44px !important;
	background-color: #191a1e !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='m2 2 6 6 6-6' fill='none' stroke='%23f5c84c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important;
	background-size: 14px 9px !important;
	cursor: pointer;
}
.mcr-shop-header {
	background: linear-gradient(120deg, rgba(10,11,13,.74), rgba(10,11,13,.96));
	border-bottom: 1px solid var(--mcr-line);
}
.mcr-merch-page { padding-top: 38px; }
.mcr-merch-page .woocommerce-breadcrumb { color: #aaa59b; }
.mcr-merch-page .woocommerce-breadcrumb a { color: #fff; }
.mcr-merch-page .woocommerce-result-count { color: #bbb7af; }
.mcr-merch-page .woocommerce-ordering select {
	min-height: 44px;
	padding: 7px 38px 7px 12px;
	color: #fff;
	background: #191a1e;
	border: 1px solid var(--mcr-line);
}
.mcr-merch-page ul.products li.product {
	box-shadow: 0 14px 34px rgba(0,0,0,.3);
	transition: transform .2s ease, border-color .2s ease;
}
.mcr-merch-page ul.products li.product:hover {
	transform: translateY(-5px);
	border-color: rgba(214,31,44,.72) !important;
}
.mcr-merch-page ul.products li.product img { background: #fff; }
.mcr-merch-page ul.products li.product .button,
.mcr-merch-page .single_add_to_cart_button,
.mcr-merch-page .checkout-button,
.woocommerce-cart .button,
.woocommerce-checkout .button {
	color: #fff !important;
	background: var(--mcr-red) !important;
	border: 1px solid var(--mcr-red) !important;
	border-radius: 0 !important;
	font: 800 .78rem/1 var(--mcr-body) !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

/* Product detail pages */
.mcr-merch-page div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
	gap: 44px;
}
.mcr-merch-page div.product .woocommerce-product-gallery,
.mcr-merch-page div.product .summary { float: none !important; width: auto !important; }
.mcr-merch-page div.product .woocommerce-product-gallery {
	padding: 14px;
	background: #fff;
	border: 1px solid var(--mcr-line);
}
.mcr-merch-page div.product .summary {
	padding: 28px;
	background: rgba(18,19,22,.94);
	border: 1px solid var(--mcr-line);
	box-shadow: var(--mcr-shadow);
}
.mcr-merch-page div.product .product_title {
	margin-top: 0;
	color: #fff;
	font: 900 clamp(2rem, 5vw, 3.6rem)/.9 var(--mcr-heading);
	text-transform: uppercase;
}
.mcr-merch-page div.product .price { color: var(--mcr-yellow) !important; font-size: 1.4rem !important; }
.mcr-merch-page div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }
.mcr-merch-page div.product form.cart .quantity input { min-height: 46px; }
.mcr-merch-page table.variations {
	width: 100%;
	margin-bottom: 18px;
	color: #eee9df;
	background: transparent;
	border: 0;
}
.mcr-merch-page table.variations th,
.mcr-merch-page table.variations td { display: block; width: 100%; padding: 0 0 8px; border: 0; text-align: left; }
.mcr-merch-page table.variations label {
	color: #fff;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.mcr-merch-page table.variations select {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 0 44px 0 14px;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	border: 1px solid rgba(255,255,255,.35) !important;
}
.single-product .variations select,
.single-product .variations select option,
.single-product select.woo-variation-raw-select,
.single-product select.woo-variation-raw-select option,
.single-product .select2-selection__rendered,
.single-product .select2-selection__placeholder {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}
.single-product .variations select option,
.single-product select.woo-variation-raw-select option {
	color: #fff !important;
	background: #191a1e !important;
}
.mcr-merch-page table.variations select:focus { outline: 2px solid var(--mcr-red); outline-offset: 2px; }
.mcr-merch-page table.variations .reset_variations { display: inline-block; margin-top: 8px; color: var(--mcr-yellow); }
.mcr-merch-page div.product .woocommerce-tabs,
.mcr-merch-page div.product .related { grid-column: 1 / -1; }
.mcr-merch-page .woocommerce-tabs ul.tabs { padding-left: 0 !important; }
.mcr-merch-page .woocommerce-tabs ul.tabs li {
	color: #fff !important;
	background: #1a1b1f !important;
	border-color: var(--mcr-line) !important;
	border-radius: 0 !important;
}
.mcr-merch-page .woocommerce-tabs ul.tabs li.active { background: var(--mcr-red) !important; }
.mcr-merch-page .woocommerce-tabs .panel {
	padding: 24px;
	background: rgba(18,19,22,.92);
	border: 1px solid var(--mcr-line);
}

/* Classic WooCommerce cart and checkout readability */
.woocommerce form .form-row label,
.woocommerce-checkout label,
.woocommerce-cart label { color: #eee9df !important; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce-cart input:not([type="radio"]):not([type="checkbox"]),
.woocommerce-checkout input:not([type="radio"]):not([type="checkbox"]),
.woocommerce-checkout textarea,
.woocommerce-checkout select {
	min-height: 46px;
	color: #fff !important;
	background: #191a1e !important;
	border: 1px solid rgba(255,255,255,.25) !important;
	border-radius: 0 !important;
}
.woocommerce form .form-row textarea { padding: 12px; }
.woocommerce form input::placeholder,
.woocommerce form textarea::placeholder,
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder,
.wc-block-components-text-input input::placeholder,
.wc-block-components-textarea::placeholder {
	color: #bdb8af !important;
	-webkit-text-fill-color: #bdb8af !important;
	opacity: 1 !important;
}
.woocommerce select option,
.woocommerce-checkout select option,
.mcr-merch-page select option { color: #fff !important; background: #191a1e !important; }
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-results__option { color: #fff !important; }
.select2-dropdown,
.select2-results,
.select2-container--default .select2-results__option { color: #fff !important; background: #191a1e !important; }
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] { color: #fff !important; background: var(--mcr-red) !important; }
.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.woocommerce-checkout #payment,
.woocommerce .cart_totals,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-form-login {
	color: #eee9df;
	background: rgba(18,19,22,.96) !important;
	border: 1px solid var(--mcr-line) !important;
	border-radius: 0 !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { color: #eee9df; border-color: var(--mcr-line) !important; }
.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce ul#shipping_method {
	color: #eee9df !important;
	background: #17181b !important;
}
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #17181b !important; }
.woocommerce-checkout #payment label,
.woocommerce ul#shipping_method label { color: #fff !important; opacity: 1 !important; }
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
	color: #fff;
	background: #1a1b1f;
	border-top-color: var(--mcr-red);
}
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a { color: var(--mcr-yellow); }
.woocommerce .woocommerce-message a.button.wc-forward,
.woocommerce .woocommerce-notices-wrapper a.button.wc-forward {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: var(--mcr-red) !important;
	border: 1px solid var(--mcr-red) !important;
	border-radius: 0 !important;
	font-weight: 900 !important;
	letter-spacing: .06em;
	text-decoration: none !important;
	text-transform: uppercase;
}
.woocommerce .woocommerce-message a.button.wc-forward:hover,
.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,
.woocommerce .woocommerce-notices-wrapper a.button.wc-forward:hover,
.woocommerce .woocommerce-notices-wrapper a.button.wc-forward:focus-visible {
	color: var(--mcr-ink) !important;
	-webkit-text-fill-color: var(--mcr-ink) !important;
	background: #fff !important;
	border-color: #fff !important;
}

/* WooCommerce Cart and Checkout blocks */
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-components-panel,
.wc-block-components-checkout-step,
.wc-block-components-radio-control,
.wc-block-components-radio-control-accordion-option {
	color: #eee9df !important;
	background-color: rgba(18,19,22,.96) !important;
	border-color: var(--mcr-line) !important;
}
.wc-block-components-title,
.wc-block-components-checkout-step__title,
.wc-block-components-order-summary-item__description,
.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__description,
.wc-block-components-address-card__address-section,
.wc-block-components-checkbox__label,
.wc-block-components-formatted-money-amount { color: #eee9df !important; opacity: 1 !important; }
.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-address-form select,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
	color: #fff !important;
	background: #191a1e !important;
	border-color: rgba(255,255,255,.28) !important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-address-form select,
.wc-block-components-country-input select,
.wc-block-components-state-input select {
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}
.wc-block-components-text-input label,
.wc-block-components-combobox label { color: #ddd8cf !important; }
.wc-block-components-radio-control__option,
.wc-block-components-radio-control-accordion-option {
	position: relative !important;
	display: block !important;
	min-height: 58px;
	padding: 16px 18px 16px 54px !important;
	color: #eee9df !important;
	background: #17181b !important;
	border: 1px solid rgba(255,255,255,.18) !important;
}
.wc-block-components-radio-control__option-checked,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	background: #24262b !important;
	border-color: var(--mcr-red) !important;
	box-shadow: inset 4px 0 0 var(--mcr-red);
}
.wc-block-components-radio-control__option *,
.wc-block-components-radio-control-accordion-option *,
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group,
.wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__description,
.wc-block-components-radio-control-accordion-content,
.wc-block-components-radio-control-accordion-content * {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	opacity: 1 !important;
}
.wc-block-components-radio-control input[type="radio"],
.wc-block-checkout input[type="radio"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	position: absolute !important;
	z-index: 2;
	top: 50% !important;
	left: 18px !important;
	display: block !important;
	width: 20px !important;
	min-width: 20px !important;
	max-width: 20px !important;
	height: 20px !important;
	min-height: 20px !important;
	max-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
	border: 2px solid #eee9df !important;
	border-radius: 50% !important;
	background: #090a0c !important;
	box-shadow: none !important;
	cursor: pointer;
}
.wc-block-components-radio-control input[type="radio"]:checked,
.wc-block-checkout input[type="radio"]:checked {
	border-color: var(--mcr-red) !important;
	background: radial-gradient(circle, var(--mcr-red) 0 5px, #090a0c 6px 100%) !important;
}
.wc-block-components-radio-control__option:has(input[type="radio"]:checked),
.wc-block-components-radio-control-accordion-option:has(input[type="radio"]:checked) {
	border-color: var(--mcr-red) !important;
	box-shadow: inset 4px 0 0 var(--mcr-red) !important;
	background: #24262b !important;
}
.wc-block-components-radio-control__label,
.wc-block-components-radio-control__label-group,
.wc-block-components-radio-control__description {
	position: relative;
	z-index: 1;
	display: block;
	width: auto !important;
}
.wc-block-components-checkbox input[type="checkbox"],
.wc-block-checkout input[type="checkbox"] {
	min-height: 0 !important;
	accent-color: var(--mcr-red);
}
.wc-block-checkout .wc-block-components-radio-control__option::after,
.wc-block-checkout .wc-block-components-radio-control-accordion-option::after { border-color: rgba(255,255,255,.28) !important; }
.wc-block-components-radio-control-accordion-content {
	padding: 18px !important;
	background: rgba(8,9,11,.68) !important;
	border-top: 1px solid rgba(255,255,255,.18);
}
.wc-block-components-radio-control-accordion-content input,
.wc-block-components-radio-control-accordion-content select,
.wc-block-components-radio-control-accordion-content textarea {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background-color: #15161a !important;
	border-color: rgba(255,255,255,.35) !important;
}
.wc-block-components-button:not(.is-link) {
	color: #fff !important;
	background: var(--mcr-red) !important;
	border: 1px solid var(--mcr-red) !important;
	border-radius: 0 !important;
}

/* Product quantity badges in WooCommerce block summaries and carts */
.wc-block-components-order-summary-item__quantity,
.wc-block-mini-cart__badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 30px !important;
	min-width: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	padding: 0 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-align: center !important;
	background: var(--mcr-red) !important;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	box-shadow: 0 2px 8px rgba(0,0,0,.45) !important;
}
.wc-block-mini-cart__badge *,
.wc-block-mini-cart__badge-count {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

@media (max-width: 980px) {
	.mcr-merch-tools__inner { grid-template-columns: auto minmax(0, 1fr) auto; }
	.mcr-product-category { grid-column: 1 / -1; }
	.mcr-merch-page div.product { grid-template-columns: minmax(0, 1fr); gap: 24px; }
	.mcr-merch-page div.product .woocommerce-tabs,
	.mcr-merch-page div.product .related { grid-column: auto; }
}

@media (max-width: 620px) {
	.mcr-merch-tools__toggle {
		display: flex;
		align-items: center;
		gap: 12px;
		width: calc(100% - 32px);
		min-height: 58px;
		margin: 0 auto;
		padding: 9px 2px;
		color: #fff;
		background: transparent;
		border: 0;
		cursor: pointer;
		text-align: left;
		list-style: none;
	}
	.mcr-merch-tools__toggle::-webkit-details-marker { display: none; }
	.mcr-merch-tools__toggle-icon {
		display: inline-grid;
		flex: 0 0 38px;
		width: 38px;
		height: 38px;
		place-items: center;
		color: #fff;
		background: var(--mcr-red);
	}
	.mcr-merch-tools__toggle-copy { display: grid; gap: 3px; min-width: 0; }
	.mcr-merch-tools__toggle-copy strong {
		font: 900 .88rem/1 var(--mcr-body);
		letter-spacing: .08em;
		text-transform: uppercase;
	}
	.mcr-merch-tools__toggle-copy small { color: var(--mcr-muted); font-size: .75rem; }
	.mcr-merch-tools__chevron {
		margin-left: auto;
		color: var(--mcr-yellow);
		transition: transform .2s ease;
	}
	.mcr-merch-tools:not([open]) .mcr-merch-tools__chevron { transform: rotate(180deg); }
	.mcr-merch-tools__inner { display: flex; flex-direction: column; align-items: stretch; gap: 9px; padding-block: 14px; }
	.mcr-merch-tools__home,
	.mcr-cart-status { width: 100%; justify-content: center; }
	.mcr-product-search,
	.mcr-product-category { width: 100%; }
	.mcr-merch-tools__home { order: 1; }
	.mcr-product-search { order: 2; }
	.mcr-product-category { order: 3; }
	.mcr-cart-status { order: 4; }
	.mcr-merch-page { padding-top: 26px; }
	.mcr-merch-page div.product .summary { padding: 20px; }
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td { color: #eee9df !important; background: rgba(18,19,22,.96); }
}
