:root {
	--gg-bg: #080808;
	--gg-panel: rgba(14, 14, 16, 0.88);
	--gg-panel-strong: rgba(5, 5, 6, 0.95);
	--gg-red: #e08821;
	--gg-red-dark: #9a5211;
	--gg-gold: #f0ad4e;
	--gg-text: #f3f0ea;
	--gg-muted: rgba(243, 240, 234, 0.68);
	--gg-line: rgba(255, 255, 255, 0.14);
	--gg-line-hot: rgba(224, 136, 33, 0.48);
	--gg-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
	--gg-shadow-hot: 0 22px 70px rgba(224, 136, 33, 0.18);
	--gg-heading: "Marcellus SC", serif;
	--gg-body: "Roboto Condensed", Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--gg-bg);
}

body.gg-theme {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 42px),
		linear-gradient(180deg, #050505 0%, var(--gg-bg) 42%, #030303 100%);
	color: var(--gg-text);
	font-family: var(--gg-body);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	overflow-x: hidden;
}

::selection {
	background: rgba(224, 136, 33, 0.92);
	color: #050505;
}

body.gg-nav-open {
	overflow: hidden;
}

body.gg-preloader-active {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.gg-container {
	margin: 0 auto;
	max-width: 1240px;
	padding: 0 24px;
	width: 100%;
}

.gg-preloader {
	align-items: center;
	background:
		radial-gradient(circle at 50% 52%, rgba(224, 136, 33, 0.2), transparent 30%),
		#000;
	display: flex;
	inset: 0;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
}

.gg-preloader.is-hidden {
	display: none;
}

.gg-preloader-bg {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	will-change: background-position;
}

.gg-preloader.is-closing .gg-preloader-bg {
	animation: gg-preloader-burst var(--gg-preloader-speed, 1200ms) steps(22) forwards;
}

.gg-preloader-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	position: relative;
	z-index: 2;
}

.gg-preloader-content img {
	filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.8));
	max-height: 112px;
	width: min(280px, 58vw);
}

.gg-preloader-content strong {
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(2rem, 9vw, 5rem);
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.gg-preloader-content span {
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-left-color: var(--gg-red);
	border-radius: 50%;
	box-shadow: 0 0 32px rgba(224, 136, 33, 0.42);
	height: 46px;
	width: 46px;
	animation: gg-preloader-spin 850ms linear infinite;
}

.gg-preloader.is-closing .gg-preloader-content {
	animation: gg-preloader-content-out 320ms ease forwards;
}

@keyframes gg-preloader-burst {
	to {
		background-position: 0% 50%;
	}
}

@keyframes gg-preloader-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes gg-preloader-content-out {
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.gg-preloader,
	.gg-preloader-bg,
	.gg-preloader-content,
	.gg-preloader-content span {
		animation: none !important;
		transition: none !important;
	}
}

.gg-page-background {
	background-position: center;
	background-size: cover;
	inset: 0;
	opacity: 0.42;
	position: fixed;
	z-index: -3;
}

.gg-page-background::after {
	background:
		linear-gradient(120deg, rgba(224, 136, 33, 0.18), transparent 42%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.2), #070707 72%);
	content: "";
	inset: 0;
	position: absolute;
}

.gg-page-border {
	inset: 0;
	pointer-events: none;
	position: fixed;
	z-index: 60;
}

.gg-page-border > div {
	position: absolute;
}

.gg-page-border-t,
.gg-page-border-b {
	background: url("../godlike/images/border-top.png") repeat-x center;
	height: 28px;
	left: 0;
	right: 0;
}

.gg-page-border-t {
	top: 0;
}

.gg-page-border-b {
	bottom: 0;
	display: none;
	transform: rotate(180deg);
}

.gg-page-border-r,
.gg-page-border-l {
	background: url("../godlike/images/border-right.png") repeat-y center;
	bottom: 0;
	top: 0;
	width: 28px;
}

.gg-page-border-r {
	right: 0;
}

.gg-page-border-l {
	left: 0;
	transform: rotate(180deg);
}

.gg-header {
	left: 0;
	position: fixed;
	right: 0;
	top: var(--wp-admin--admin-bar--height, 0);
	z-index: 70;
}

.gg-contacts-top {
	background:
		linear-gradient(90deg, rgba(224, 136, 33, 0.1), transparent 32%, rgba(224, 136, 33, 0.08)),
		rgba(0, 0, 0, 0.74);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.gg-contacts-inner,
.gg-nav-table {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.gg-contacts-left,
.gg-contacts-right {
	align-items: center;
	display: flex;
	gap: 18px;
	min-height: 36px;
}

.gg-contacts-top a,
.gg-contacts-top span {
	color: rgba(255, 255, 255, 0.76);
}

.gg-contacts-top a:hover {
	color: var(--gg-gold);
}

.gg-navbar {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.68)),
		linear-gradient(90deg, transparent, rgba(224, 136, 33, 0.08), transparent);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(224, 136, 33, 0.18);
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.gg-nav-table {
	min-height: 78px;
}

.gg-nav-logo {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	min-width: 120px;
}

.gg-nav-logo img {
	display: block;
	max-height: 58px;
	width: auto;
}

.gg-nav-logo span {
	font-family: var(--gg-heading);
	font-size: 1.35rem;
}

.gg-nav-desktop {
	flex: 1 1 auto;
	padding: 0 28px;
}

.nk-nav,
.nk-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-primary-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 18px;
	justify-content: center;
}

.gg-primary-nav > li {
	position: relative;
}

.gg-primary-nav a {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 12px 0;
	position: relative;
	text-transform: uppercase;
	transition: color 180ms ease, text-shadow 180ms ease;
}

.gg-primary-nav > li > a::after {
	background: var(--gg-red);
	bottom: 6px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 180ms ease;
	width: 100%;
}

.gg-primary-nav > li:hover > a,
.gg-primary-nav .current-menu-item > a,
.gg-primary-nav .current-menu-ancestor > a {
	color: #fff;
	text-shadow: 0 0 18px rgba(224, 136, 33, 0.32);
}

.gg-primary-nav > li:hover > a::after,
.gg-primary-nav .current-menu-item > a::after,
.gg-primary-nav .current-menu-ancestor > a::after {
	transform: translateX(-50%) scaleX(1);
}

.gg-primary-nav .dropdown {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		var(--gg-panel-strong);
	border: 1px solid rgba(224, 136, 33, 0.26);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.06);
	left: -22px;
	min-width: 230px;
	opacity: 0;
	padding: 12px 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(0);
	transition: opacity 160ms ease;
	z-index: 10;
}

.gg-primary-nav .nk-drop-item:hover > .dropdown,
.gg-primary-nav .nk-drop-item.is-open > .dropdown,
.gg-primary-nav .nk-drop-item:focus-within > .dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.gg-primary-nav .dropdown .dropdown {
	left: 100%;
	top: 0;
}

.gg-primary-nav .dropdown .nk-drop-item:hover > .dropdown,
.gg-primary-nav .dropdown .nk-drop-item.is-open > .dropdown,
.gg-primary-nav .dropdown .nk-drop-item:focus-within > .dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.gg-primary-nav .dropdown a {
	font-size: 0.82rem;
	padding: 8px 18px;
	white-space: nowrap;
}

.gg-primary-nav .dropdown a:hover,
.gg-primary-nav .dropdown .current-menu-item > a {
	background: rgba(224, 136, 33, 0.12);
	color: #fff;
}

.gg-nav-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
}

.gg-store-link {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		rgba(14, 14, 14, 0.94);
	border: 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: var(--gg-heading);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 11px 22px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, transform 200ms ease;
	white-space: nowrap;
}

.gg-store-link::before {
	border: 1px solid var(--gg-red);
	border-radius: 2px;
	bottom: 4px;
	content: "";
	left: 4px;
	pointer-events: none;
	position: absolute;
	right: 4px;
	top: 4px;
	transition: border-color 300ms ease;
}

.gg-store-link:hover {
	background: #0e0e0e;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5), 0 0 28px rgba(224, 136, 33, 0.16);
	color: #fff;
	transform: translateY(-2px);
}

.gg-store-link:hover::before {
	border-color: #e08821;
}

.gg-nav-toggle,
.gg-nav-close {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
}

.gg-nav-toggle {
	display: none;
	height: 40px;
	padding: 8px;
	width: 44px;
}

.gg-nav-toggle span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
	width: 100%;
}

.gg-mobile-nav {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(224, 136, 33, 0.16), transparent 38%),
		rgba(0, 0, 0, 0.94);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 90;
}

.gg-nav-open .gg-mobile-nav {
	opacity: 1;
	pointer-events: auto;
}

.gg-mobile-bg {
	background-position: center;
	background-size: cover;
	inset: 0;
	opacity: 0.2;
	position: absolute;
}

.gg-mobile-bg::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.92)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.56));
	content: "";
	inset: 0;
	position: absolute;
}

.gg-mobile-panel {
	max-height: 90vh;
	overflow: auto;
	padding: 42px 24px;
	position: relative;
	text-align: center;
	width: min(560px, 92vw);
}

.gg-nav-close {
	font-size: 2.6rem;
	line-height: 1;
	position: absolute;
	right: 24px;
	top: 16px;
}

.gg-mobile-logo img {
	max-height: 82px;
}

.gg-mobile-menu {
	margin-top: 32px;
}

.gg-mobile-menu a {
	display: block;
	font-family: var(--gg-heading);
	font-size: 1.55rem;
	padding: 10px;
	text-transform: uppercase;
}

.gg-mobile-menu .menu-item-has-children > a {
	padding-right: 42px;
	position: relative;
}

.gg-mobile-menu .menu-item-has-children > a::after {
	color: var(--gg-gold);
	content: "+";
	font-family: var(--gg-body);
	font-size: 1.2rem;
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.gg-mobile-menu .menu-item-has-children.is-mobile-open > a::after {
	content: "-";
}

.gg-mobile-menu .dropdown {
	display: none;
	margin: 0;
	padding: 2px 0 10px;
}

.gg-mobile-menu .menu-item-has-children.is-mobile-open > .dropdown {
	display: block;
}

.gg-mobile-menu .dropdown a {
	color: var(--gg-muted);
	font-family: var(--gg-body);
	font-size: 1rem;
	padding: 6px;
}

.gg-mobile-menu .dropdown .dropdown {
	padding-bottom: 4px;
}

.gg-mobile-menu .dropdown .dropdown a {
	font-size: 0.92rem;
	opacity: 0.86;
}

.gg-wrapper {
	position: relative;
	z-index: 1;
}

.gg-main {
	overflow: hidden;
}

.gg-hero {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	min-height: 100vh;
	padding: 170px 0 90px;
	position: relative;
}

.gg-hero::after {
	background:
		linear-gradient(90deg, rgba(224, 136, 33, 0.42), transparent 24%, transparent 76%, rgba(224, 136, 33, 0.18)),
		linear-gradient(180deg, transparent, rgba(224, 136, 33, 0.16) 48%, transparent);
	content: "";
	inset: auto 0 0;
	height: 1px;
	position: absolute;
	z-index: 2;
}

.gg-hero-overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.7) 48%, rgba(0, 0, 0, 0.38)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(8, 8, 8, 0.28) 48%, var(--gg-bg)),
		linear-gradient(130deg, rgba(224, 136, 33, 0.18), transparent 38%);
	inset: 0;
	position: absolute;
}

.gg-hero-grid {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	position: relative;
	z-index: 2;
}

.gg-subtitle {
	color: var(--gg-gold);
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.gg-subtitle::before {
	background: var(--gg-red);
	box-shadow: 0 0 18px rgba(224, 136, 33, 0.42);
	content: "";
	display: inline-block;
	height: 2px;
	margin-right: 10px;
	transform: translateY(-0.22em);
	width: 34px;
}

.gg-hero h1,
.gg-section h2,
.gg-footer h2 {
	color: #fff;
	font-family: var(--gg-heading);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-transform: uppercase;
}

.gg-hero h1 {
	font-size: clamp(4rem, 10vw, 9.5rem);
	max-width: 820px;
	text-shadow: 0 8px 38px rgba(0, 0, 0, 0.65), 0 0 34px rgba(224, 136, 33, 0.12);
}

.gg-hero p {
	color: var(--gg-muted);
	font-size: 1.22rem;
	max-width: 760px;
}

.gg-hero-actions,
.gg-footer-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 30px;
}

.gg-btn {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		rgba(14, 14, 14, 0.94);
	border: 0;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: var(--gg-heading);
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 14px 36px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, transform 200ms ease;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.gg-btn::before {
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	bottom: 4px;
	content: "";
	left: 4px;
	pointer-events: none;
	position: absolute;
	right: 4px;
	top: 4px;
	transition: border-color 300ms ease, background-color 300ms ease;
}

.gg-btn:hover,
.gg-btn:focus-visible {
	background: #0e0e0e;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.48), 0 0 28px rgba(224, 136, 33, 0.14);
	color: #fff;
	outline: 0;
	transform: translateY(-2px);
}

.gg-btn:hover::before,
.gg-btn:focus-visible::before {
	border-color: #fff;
}

.gg-btn-main {
	background:
		linear-gradient(180deg, rgba(224, 136, 33, 0.1), rgba(255, 255, 255, 0)),
		rgba(14, 14, 14, 0.96);
	color: #e08821;
}

.gg-btn-main::before {
	border-color: var(--gg-red);
}

.gg-btn-main:hover,
.gg-btn-main:focus-visible {
	background: #0e0e0e;
	color: #f0ad4e;
}

.gg-btn-main:hover::before,
.gg-btn-main:focus-visible::before {
	border-color: #f0ad4e;
}

.gg-hero-stats {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	max-width: 660px;
}

.gg-hero-stats div,
.gg-event-list a {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		rgba(0, 0, 0, 0.52);
	border: 1px solid var(--gg-line);
	padding: 16px;
}

.gg-hero-stats span,
.gg-event-list span,
.gg-image-box span {
	color: var(--gg-gold);
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-hero-stats strong {
	color: #fff;
	display: block;
	font-family: var(--gg-heading);
	font-size: 1.35rem;
	font-weight: 400;
	margin-top: 4px;
	text-transform: uppercase;
}

.gg-hero-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
		var(--gg-panel);
	border: 1px solid rgba(224, 136, 33, 0.28);
	box-shadow: var(--gg-shadow), var(--gg-shadow-hot);
	padding: 12px;
	position: relative;
}

.gg-hero-card::before {
	border: 1px solid rgba(255, 255, 255, 0.18);
	content: "";
	inset: 7px;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.gg-hero-card img {
	aspect-ratio: 4 / 5;
	display: block;
	object-fit: cover;
	width: 100%;
}

.gg-hero-card div {
	padding: 18px;
}

.gg-hero-card span {
	color: var(--gg-gold);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-hero-card strong {
	color: #fff;
	display: block;
	font-family: var(--gg-heading);
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.1;
	margin-top: 8px;
	text-transform: uppercase;
}

.gg-section {
	padding: 100px 0;
	position: relative;
}

.gg-section::before {
	background: linear-gradient(90deg, transparent, rgba(224, 136, 33, 0.2), transparent);
	content: "";
	height: 1px;
	left: 50%;
	opacity: 0.55;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: min(980px, calc(100% - 48px));
}

.gg-section-heading {
	margin: 0 auto 52px;
	max-width: 820px;
	text-align: center;
}

.gg-section h2 {
	font-size: clamp(2.6rem, 5vw, 5rem);
}

.gg-section-heading p,
.gg-events p,
.gg-cta p,
.gg-footer p {
	color: var(--gg-muted);
	font-size: 1.12rem;
}

.gg-card-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-image-box {
	background: #111;
	border: 1px solid var(--gg-line);
	color: #fff;
	display: block;
	min-height: 440px;
	overflow: hidden;
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gg-image-box img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 450ms ease, filter 450ms ease;
	width: 100%;
}

.gg-image-box::after {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.9)),
		linear-gradient(120deg, rgba(224, 136, 33, 0.22), transparent 42%);
	content: "";
	inset: 0;
	position: absolute;
}

.gg-image-box::before {
	border: 1px solid rgba(255, 255, 255, 0.16);
	content: "";
	inset: 10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 220ms ease;
	z-index: 2;
}

.gg-image-box:hover {
	border-color: rgba(224, 136, 33, 0.62);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 44px rgba(224, 136, 33, 0.12);
	transform: translateY(-4px);
}

.gg-image-box:hover::before {
	opacity: 1;
}

.gg-image-box:hover img {
	filter: saturate(1.12) contrast(1.08);
	transform: scale(1.06);
}

.gg-image-box-content {
	bottom: 0;
	left: 0;
	padding: 28px;
	position: absolute;
	right: 0;
	z-index: 2;
}

.gg-image-box h3 {
	font-family: var(--gg-heading);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	margin: 8px 0 10px;
	text-transform: uppercase;
}

.gg-image-box p {
	color: rgba(255, 255, 255, 0.72);
	margin: 0;
}

.gg-events {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.gg-events::before {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.62)),
		linear-gradient(180deg, var(--gg-bg), rgba(0, 0, 0, 0.18), var(--gg-bg)),
		linear-gradient(120deg, rgba(224, 136, 33, 0.16), transparent 44%);
	content: "";
	inset: 0;
	position: absolute;
}

.gg-events-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
	position: relative;
	z-index: 1;
}

.gg-event-list {
	display: grid;
	gap: 16px;
}

.gg-event-list a {
	display: block;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.gg-event-list a:hover {
	border-color: var(--gg-red);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
	transform: translateX(8px);
}

.gg-event-list strong {
	color: #fff;
	display: block;
	font-family: var(--gg-heading);
	font-size: 1.42rem;
	font-weight: 400;
	line-height: 1.12;
	margin-top: 8px;
	text-transform: uppercase;
}

.gg-gallery-section {
	padding-bottom: 40px;
}

.gg-gallery {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1500px;
	padding: 0 24px;
}

.gg-gallery figure {
	border: 1px solid var(--gg-line);
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.gg-gallery img {
	aspect-ratio: 4 / 5;
	display: block;
	object-fit: cover;
	transition: filter 420ms ease, transform 420ms ease;
	width: 100%;
}

.gg-gallery figure:hover {
	border-color: rgba(224, 136, 33, 0.64);
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
	transform: translateY(-3px);
}

.gg-gallery figure:hover img {
	filter: saturate(1.12) contrast(1.06);
	transform: scale(1.045);
}

.gg-gallery figcaption {
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.84));
	bottom: 0;
	color: #fff;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.08em;
	padding: 54px 18px 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.gg-cta {
	padding-top: 60px;
}

.gg-cta-panel {
	background:
		linear-gradient(120deg, rgba(224, 136, 33, 0.18), rgba(240, 173, 78, 0.07)),
		var(--gg-panel);
	border: 1px solid var(--gg-line);
	padding: clamp(32px, 6vw, 76px);
	text-align: center;
}

.gg-cta-panel p {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.gg-footer {
	background: #050505;
	border-top: 1px solid var(--gg-line);
	padding: 86px 0 46px;
	text-align: center;
}

.gg-footer-rune {
	align-items: center;
	border: 1px solid var(--gg-red);
	color: var(--gg-gold);
	display: inline-flex;
	font-family: var(--gg-heading);
	height: 72px;
	justify-content: center;
	margin-bottom: 24px;
	width: 72px;
}

.gg-footer h2 {
	font-size: 3rem;
}

.gg-footer p {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}

.gg-footer-actions {
	justify-content: center;
}

.gg-footer-meta {
	border-top: 1px solid var(--gg-line);
	color: rgba(255, 255, 255, 0.55);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	gap: 12px 24px;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: 54px;
	padding-top: 24px;
	text-transform: uppercase;
}

.gg-page {
	min-height: 70vh;
	padding: 190px 0 90px;
}

.gg-content-shell,
.gg-post-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
		var(--gg-panel);
	border: 1px solid var(--gg-line);
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
	color: var(--gg-text);
	display: block;
	padding: 30px;
}

.gg-content-shell {
	margin: 0 auto;
	max-width: 980px;
}

.gg-page h1,
.gg-post-card h2 {
	color: #fff;
	font-family: var(--gg-heading);
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.gg-page h1 {
	font-size: clamp(2.8rem, 6vw, 5rem);
	margin: 0 0 28px;
}

.gg-list-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-entry,
.gg-entry p,
.gg-entry li,
.gg-post-card p {
	color: var(--gg-muted);
}

.gg-entry h2,
.gg-entry h3,
.gg-entry h4 {
	color: #fff;
	font-family: var(--gg-heading);
	font-weight: 400;
	line-height: 1.05;
	margin: 34px 0 14px;
}

.gg-entry h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.gg-entry h3 {
	font-size: clamp(1.45rem, 3vw, 2rem);
}

.gg-entry p,
.gg-entry li {
	font-size: 1.04rem;
	line-height: 1.75;
}

.gg-entry a {
	color: var(--gg-gold);
}

.gg-guide {
	display: grid;
	gap: 26px;
}

.gg-guide-hero {
	background:
		linear-gradient(120deg, rgba(224, 136, 33, 0.24), rgba(255, 255, 255, 0.04)),
		rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(224, 136, 33, 0.22);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
	padding: clamp(22px, 4vw, 42px);
}

.gg-guide-hero p {
	font-size: 1.18rem;
	max-width: 850px;
}

.gg-guide-kicker,
.gg-guide-card strong,
.gg-guide-callout strong {
	color: var(--gg-gold);
	display: block;
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-guide-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-guide-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gg-guide-card,
.gg-guide-callout {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		rgba(0, 0, 0, 0.44);
	border: 1px solid var(--gg-line);
	padding: 20px;
}

.gg-guide-card h3,
.gg-guide-callout h3 {
	margin-top: 6px;
}

.gg-guide-list {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin: 0;
	padding: 22px 24px 22px 44px;
}

.gg-guide-list li + li {
	margin-top: 10px;
}

.gg-guide-steps {
	counter-reset: guide-step;
	display: grid;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-guide-steps li {
	background: rgba(0, 0, 0, 0.38);
	border: 1px solid var(--gg-line);
	counter-increment: guide-step;
	padding: 18px 18px 18px 64px;
	position: relative;
}

.gg-guide-steps li::before {
	align-items: center;
	background: var(--gg-red);
	color: #fff;
	content: counter(guide-step);
	display: flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	left: 18px;
	position: absolute;
	top: 20px;
	width: 34px;
}

.gg-guide-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.gg-guide-links a {
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	padding: 10px 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.gg-guide-links a:hover {
	background: var(--gg-red);
	border-color: var(--gg-red);
}

.gg-ltp-page {
	padding-top: 150px;
}

.gg-ltp-hero {
	padding: 64px 0 44px;
}

.gg-ltp-hero-grid {
	align-items: end;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.gg-ltp-hero h1 {
	font-size: clamp(4rem, 8vw, 7.5rem);
	margin: 4px 0 14px;
}

.gg-ltp-hero p {
	color: var(--gg-muted);
	font-size: 1.2rem;
	margin: 0;
	max-width: 760px;
}

.gg-ltp-hero-panel {
	background:
		linear-gradient(130deg, rgba(224, 136, 33, 0.2), rgba(240, 173, 78, 0.08)),
		rgba(0, 0, 0, 0.5);
	border: 1px solid var(--gg-line);
	padding: 24px;
}

.gg-ltp-hero-panel span,
.gg-ltp-card span {
	color: var(--gg-gold);
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-ltp-hero-panel strong {
	color: #fff;
	display: block;
	font-family: var(--gg-heading);
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	font-weight: 400;
	line-height: 1.05;
	margin: 8px 0 24px;
	text-transform: uppercase;
}

.gg-ltp-section {
	padding: 44px 0;
}

.gg-ltp-feature-grid,
.gg-ltp-archive-grid {
	display: grid;
	gap: 18px;
}

.gg-ltp-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gg-ltp-archive-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-ltp-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
		rgba(0, 0, 0, 0.5);
	border: 1px solid var(--gg-line);
	color: var(--gg-muted);
	display: block;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.gg-ltp-card:hover {
	border-color: rgba(224, 136, 33, 0.72);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
	transform: translateY(-3px);
}

.gg-ltp-card img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	transition: filter 360ms ease, transform 360ms ease;
	width: 100%;
}

.gg-ltp-card:hover img {
	filter: saturate(1.1) contrast(1.06);
	transform: scale(1.035);
}

.gg-ltp-card span,
.gg-ltp-card h3,
.gg-ltp-card p {
	margin-left: 18px;
	margin-right: 18px;
}

.gg-ltp-card span {
	margin-top: 18px;
}

.gg-ltp-card h3 {
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(1.45rem, 2.4vw, 2rem);
	font-weight: 400;
	line-height: 1.03;
	margin-bottom: 10px;
	margin-top: 8px;
	text-transform: uppercase;
}

.gg-ltp-card p {
	color: var(--gg-muted);
	font-size: 1rem;
	line-height: 1.55;
	margin-bottom: 20px;
}

.gg-ltp-card.is-featured {
	background:
		linear-gradient(180deg, rgba(224, 136, 33, 0.16), rgba(255, 255, 255, 0.02)),
		rgba(0, 0, 0, 0.58);
}

.gg-ltp-archive-section {
	padding-bottom: 90px;
}

.gg-ltp-archive-group + .gg-ltp-archive-group {
	margin-top: 42px;
}

.gg-ltp-archive-group > h3 {
	border-bottom: 1px solid var(--gg-line);
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 400;
	line-height: 1;
	margin: 0 0 18px;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.gg-game-archive {
	padding-top: 150px;
}

.gg-game-archive-hero {
	padding: 58px 0 34px;
}

.gg-game-archive-hero-grid {
	align-items: stretch;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
}

.gg-game-archive-copy {
	align-content: end;
	background:
		linear-gradient(130deg, rgba(224, 136, 33, 0.2), rgba(255, 255, 255, 0.035)),
		rgba(0, 0, 0, 0.46);
	border: 1px solid rgba(224, 136, 33, 0.22);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
	display: grid;
	min-height: 420px;
	padding: clamp(26px, 5vw, 54px);
}

.gg-game-archive-copy h1 {
	font-size: clamp(4rem, 8vw, 7.5rem);
	margin: 6px 0 18px;
}

.gg-game-archive-copy p {
	color: var(--gg-muted);
	font-size: clamp(1.1rem, 1.8vw, 1.28rem);
	line-height: 1.68;
	margin: 0;
	max-width: 820px;
}

.gg-game-archive-media {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(224, 136, 33, 0.22);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
	margin: 0;
	min-height: 420px;
	overflow: hidden;
	position: relative;
}

.gg-game-archive-media::after {
	background:
		linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72)),
		linear-gradient(90deg, rgba(0, 0, 0, 0.36), transparent 38%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.gg-game-archive-media img {
	display: block;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	width: 100%;
}

.gg-game-archive-section {
	padding: 48px 0 28px;
}

.gg-game-archive-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-game-archive-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0)),
		rgba(0, 0, 0, 0.5);
	border: 1px solid var(--gg-line);
	color: var(--gg-muted);
	display: block;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.gg-game-archive-card:hover {
	border-color: rgba(224, 136, 33, 0.72);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
	transform: translateY(-3px);
}

.gg-game-archive-card img {
	aspect-ratio: 16 / 10;
	display: block;
	object-fit: cover;
	transition: filter 360ms ease, transform 360ms ease;
	width: 100%;
}

.gg-game-archive-card:hover img {
	filter: saturate(1.1) contrast(1.06);
	transform: scale(1.035);
}

.gg-game-archive-card div {
	padding: 18px 20px 22px;
}

.gg-game-archive-card span {
	color: var(--gg-gold);
	display: block;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-game-archive-card h3 {
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(1.55rem, 2.5vw, 2.2rem);
	font-weight: 400;
	line-height: 1.02;
	margin: 8px 0 10px;
	text-transform: uppercase;
}

.gg-game-archive-card p,
.gg-game-archive-empty,
.gg-game-archive-cta-panel p {
	color: var(--gg-muted);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0;
}

.gg-game-archive-empty {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid var(--gg-line);
	padding: 22px;
}

.gg-game-archive-cta {
	padding: 34px 0 94px;
}

.gg-game-archive-cta-panel {
	align-items: center;
	background:
		linear-gradient(120deg, rgba(224, 136, 33, 0.18), rgba(255, 255, 255, 0.03)),
		rgba(0, 0, 0, 0.54);
	border: 1px solid rgba(224, 136, 33, 0.24);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: clamp(24px, 4vw, 38px);
}

.gg-game-archive-cta-panel h2 {
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 400;
	line-height: 1;
	margin: 6px 0 10px;
	text-transform: uppercase;
}

.gg-post-card__image,
.gg-feature-image {
	aspect-ratio: 16 / 9;
	display: block;
	margin-bottom: 22px;
	object-fit: cover;
	width: 100%;
}

.gg-contact-grid {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.gg-contact-layout {
	align-items: center;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
}

.gg-contact-grid div {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid var(--gg-line);
	padding: 18px;
}

.gg-contact-grid strong,
.gg-contact-grid span {
	display: block;
}

.gg-contact-grid strong {
	color: var(--gg-gold);
	text-transform: uppercase;
}

.gg-map iframe {
	aspect-ratio: 4 / 3;
	border: 0;
	height: auto;
	width: 100%;
}

.gg-calendar-page {
	padding-top: 150px;
}

.gg-calendar-hero {
	padding: 64px 0 36px;
}

.gg-calendar-hero-grid {
	align-items: end;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.gg-calendar-hero h1 {
	font-size: clamp(3.8rem, 8vw, 7rem);
	margin: 4px 0 14px;
}

.gg-calendar-hero p {
	color: var(--gg-muted);
	font-size: 1.18rem;
	margin: 0;
	max-width: 700px;
}

.gg-calendar-meta {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gg-calendar-meta div {
	background: rgba(0, 0, 0, 0.52);
	border: 1px solid var(--gg-line);
	padding: 14px;
}

.gg-calendar-meta span {
	color: var(--gg-gold);
	display: block;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gg-calendar-meta strong {
	color: #fff;
	display: block;
	font-family: var(--gg-heading);
	font-size: 1.18rem;
	font-weight: 400;
	line-height: 1.05;
	margin-top: 4px;
}

.gg-calendar-section {
	padding-bottom: 90px;
}

.gg-calendar-shell {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		var(--gg-panel);
	border: 1px solid rgba(224, 136, 33, 0.2);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.46);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(18px, 3vw, 34px);
}

.gg-calendar-entry {
	overflow-x: auto;
}

.gg-calendar-entry .mc-main {
	color: #fff;
	font-family: var(--gg-body);
	min-width: 920px;
}

.gg-calendar-entry .mc-main script {
	display: none !important;
}

.gg-calendar-entry .mc-main .heading {
	color: #fff;
	font-family: var(--gg-heading);
	font-size: clamp(1.7rem, 3vw, 2.6rem);
	font-weight: 400;
	margin: 0 0 22px;
	text-align: left;
}

.gg-calendar-entry .my-calendar-navigation {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
		rgba(0, 0, 0, 0.46);
	border: 1px solid rgba(224, 136, 33, 0.18);
	margin-bottom: 20px;
	padding: 14px;
}

.gg-calendar-entry .my-calendar-header,
.gg-calendar-entry .mc_filters,
.gg-calendar-entry .mc-format,
.gg-calendar-entry .mc-print {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gg-calendar-entry .my-calendar-nav ul {
	display: flex;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-calendar-entry .mc-date-switcher form > div,
.gg-calendar-entry .mc-categories-switcher {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.gg-calendar-entry .mc-main a,
.gg-calendar-entry .mc-main button,
.gg-calendar-entry .mc-main input[type="submit"] {
	border-radius: 0;
	font-weight: 800;
	text-decoration: none;
}

.gg-calendar-entry .my-calendar-nav a,
.gg-calendar-entry .mc-format a,
.gg-calendar-entry .mc-print a,
.gg-calendar-entry .mc-main button,
.gg-calendar-entry .mc-main input[type="submit"] {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
		rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: inline-flex;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	min-height: 40px;
	padding: 10px 13px;
	text-transform: uppercase;
}

.gg-calendar-entry .my-calendar-nav a:hover,
.gg-calendar-entry .mc-format a:hover,
.gg-calendar-entry .mc-print a:hover,
.gg-calendar-entry .mc-main button:hover,
.gg-calendar-entry .mc-main input[type="submit"]:hover,
.gg-calendar-entry .mc-main .mc-active {
	background: var(--gg-red);
	border-color: var(--gg-red);
	box-shadow: 0 0 28px rgba(224, 136, 33, 0.18);
	color: #fff;
}

.gg-calendar-entry .mc-main select {
	appearance: none;
	background: #111;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	font: 700 0.86rem var(--gg-body);
	min-height: 40px;
	padding: 0 36px 0 12px;
}

.gg-calendar-entry .mc-main label {
	color: var(--gg-gold);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gg-calendar-entry .my-calendar-table {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

.gg-calendar-entry .my-calendar-table th {
	background: #101010;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	color: var(--gg-gold);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	padding: 12px 8px;
	text-transform: uppercase;
}

.gg-calendar-entry .my-calendar-table td {
	background: rgba(10, 10, 10, 0.88) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--gg-muted);
	height: 128px;
	padding: 0;
	vertical-align: top;
}

.gg-calendar-entry .my-calendar-table td:nth-child(5),
.gg-calendar-entry .my-calendar-table td:nth-child(6),
.gg-calendar-entry .my-calendar-table td:nth-child(7) {
	background: rgba(18, 18, 18, 0.94) !important;
}

.gg-calendar-entry .my-calendar-table td.no-events {
	background: rgba(0, 0, 0, 0.42) !important;
	color: rgba(243, 240, 234, 0.34);
}

.gg-calendar-entry .my-calendar-table td.no-events:nth-child(5),
.gg-calendar-entry .my-calendar-table td.no-events:nth-child(6),
.gg-calendar-entry .my-calendar-table td.no-events:nth-child(7) {
	background: rgba(0, 0, 0, 0.5) !important;
}

.gg-calendar-entry .my-calendar-table td.nextmonth,
.gg-calendar-entry .my-calendar-table td.past-day.no-events {
	background: rgba(0, 0, 0, 0.32) !important;
}

.gg-calendar-entry .my-calendar-table td.has-events {
	background:
		linear-gradient(180deg, rgba(224, 136, 33, 0.07), rgba(255, 255, 255, 0.015)),
		rgba(10, 10, 10, 0.9) !important;
}

.gg-calendar-entry .my-calendar-table td.has-events:nth-child(5),
.gg-calendar-entry .my-calendar-table td.has-events:nth-child(6),
.gg-calendar-entry .my-calendar-table td.has-events:nth-child(7) {
	background:
		linear-gradient(180deg, rgba(224, 136, 33, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(18, 18, 18, 0.96) !important;
}

.gg-calendar-entry .my-calendar-table td.current-day {
	color: var(--gg-muted) !important;
	box-shadow: inset 0 0 0 2px var(--gg-gold);
}

.gg-calendar-entry .mc-date-container {
	background: rgba(255, 255, 255, 0.045);
	color: rgba(243, 240, 234, 0.72);
	font-weight: 900;
	padding: 7px 9px;
	text-align: right;
}

.gg-calendar-entry .my-calendar-table td.no-events .mc-date-container {
	background: transparent;
	color: rgba(243, 240, 234, 0.34);
	font-weight: 700;
}

.gg-calendar-entry .my-calendar-table td.has-events .mc-date-container {
	background: rgba(224, 136, 33, 0.16);
	color: #fff;
}

.gg-calendar-entry .my-calendar-table td.current-day .mc-date-container {
	background: var(--gg-red);
	color: #fff;
}

.gg-calendar-entry .calendar-event {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)) !important;
	border-left: 3px solid var(--gg-red);
	margin: 4px 5px;
	overflow: hidden;
	transition: background-color 160ms ease, transform 160ms ease;
}

.gg-calendar-entry .calendar-event header {
	margin: 0;
}

.gg-calendar-entry .calendar-event h3 {
	font-family: var(--gg-body);
	font-size: 0.78rem;
	line-height: 1.35;
	margin: 0;
}

.gg-calendar-entry .calendar-event a {
	align-items: flex-start;
	color: #fff;
	display: flex;
	gap: 6px;
	padding: 7px 8px;
}

.gg-calendar-entry .calendar-event a:hover {
	background: rgba(224, 136, 33, 0.12);
	transform: translateX(2px);
}

.gg-calendar-entry .calendar-event .category-icon {
	flex: 0 0 14px;
	height: 14px;
	margin-top: 2px;
	width: 14px;
}

.gg-calendar-entry .mc_primary_flesh-and-blood {
	border-color: #e08821;
}

.gg-calendar-entry .mc_primary_magic-the-gathering {
	border-color: #2f9bff;
}

.gg-calendar-entry .mc_primary_pokemon,
.gg-calendar-entry .mc_primary_pokémon {
	border-color: #ffd43b;
}

.gg-calendar-entry .mc_primary_lorcana {
	border-color: #8b5cf6;
}

.gg-calendar-entry .mc_primary_riftbound {
	border-color: #00c2a8;
}

.gg-calendar-entry .mc_primary_yu-gi-oh {
	border-color: #d946ef;
}

.gg-calendar-entry .mc-list,
.gg-calendar-entry .mc-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gg-calendar-entry .mc-list > li {
	background: rgba(255, 255, 255, 0.035);
	border: 1px solid rgba(255, 255, 255, 0.12);
	margin: 0 0 18px;
	padding: 0;
}

.gg-calendar-entry .mc-list .event-date {
	background: rgba(0, 0, 0, 0.54);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	display: block;
	margin: 0;
}

.gg-calendar-entry .mc-list .event-date button {
	background: transparent;
	border: 0;
	color: #fff !important;
	font-size: 0.95rem;
	justify-content: flex-start;
	letter-spacing: 0.04em;
	padding: 13px 16px;
	width: 100%;
}

.gg-calendar-entry .mc-list .event-date .mc-text-button,
.gg-calendar-entry .mc-list .event-date .mc-text-button span {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.gg-calendar-entry .mc-list-date-wrapper {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.gg-calendar-entry .mc-list .list-event,
.gg-calendar-entry .mc-list .details {
	background: rgba(0, 0, 0, 0.42);
	border: 1px solid var(--gg-line);
	margin: 10px 0;
	padding: 14px;
}

.gg-calendar-entry .mc-list .list-event {
	background:
		linear-gradient(90deg, rgba(224, 136, 33, 0.18), rgba(255, 255, 255, 0.02)),
		rgba(0, 0, 0, 0.52) !important;
	border-left: 4px solid var(--gg-red);
	height: auto !important;
	margin: 0;
	min-height: 82px;
	overflow: visible !important;
	padding: 0;
}

.gg-calendar-entry .mc-list .list-event .details {
	background: transparent !important;
	border: 0;
	color: var(--gg-text);
	display: block !important;
	box-shadow: none !important;
	margin: 0;
	padding: 16px 18px;
}

.gg-calendar-entry .mc-list .list-event .details > *,
.gg-calendar-entry .mc-list .list-event .sub-details,
.gg-calendar-entry .mc-list .list-event .time-block,
.gg-calendar-entry .mc-list .list-event .description {
	background: transparent !important;
	box-shadow: none !important;
}

.gg-calendar-entry .mc-list .event-date,
.gg-calendar-entry .mc-list .event-title {
	color: #fff;
	font-weight: 900;
}

.gg-calendar-entry .mc-list .event-title {
	align-items: center;
	background: transparent !important;
	display: flex;
	font-family: var(--gg-heading);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 400;
	gap: 9px;
	height: auto !important;
	line-height: 1.05;
	margin: 0 0 10px;
	min-height: 0;
	padding: 0 !important;
	width: auto !important;
}

.gg-calendar-entry .mc-list .event-title,
.gg-calendar-entry .mc-list .event-title a,
.gg-calendar-entry .mc-list .event-title span {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.gg-calendar-entry .mc-list .event-title .category-icon {
	flex: 0 0 18px;
	height: 18px;
	width: 18px;
}

.gg-calendar-entry .mc-list .time-block {
	background: transparent !important;
	color: var(--gg-gold) !important;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.gg-calendar-entry .mc-list .time-block p {
	background: transparent !important;
	color: inherit !important;
	margin: 0;
}

.gg-calendar-entry .mc-list .time-block .time-wrapper,
.gg-calendar-entry .mc-list .time-block .date-wrapper {
	display: block;
}

.gg-calendar-entry .mc-list .time-block .date-wrapper {
	color: rgba(243, 240, 234, 0.72) !important;
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	margin-top: 3px;
	text-transform: none;
}

.gg-calendar-entry .mc-list .time-block br,
.gg-calendar-entry .mc-list .mc-location,
.gg-calendar-entry .mc-list .location,
.gg-calendar-entry .mc-list .address,
.gg-calendar-entry .mc-list .map,
.gg-calendar-entry .mc-list .sharing,
.gg-calendar-entry .mc-list .edit,
.gg-calendar-entry .mc-list .delete {
	display: none !important;
}

.gg-calendar-entry .mc-list .description,
.gg-calendar-entry .mc-list .description p {
	background: transparent !important;
	color: var(--gg-muted) !important;
	margin: 10px 0 0;
}

.gg-calendar-entry .mc-main .details,
.gg-calendar-entry .mc-main .details p,
.gg-calendar-entry .mc-main .location,
.gg-calendar-entry .mc-main .time-block {
	color: var(--gg-muted);
}

.gg-calendar-entry .mc-list .mc_primary_magic-the-gathering {
	border-left-color: #2f9bff;
}

.gg-calendar-entry .mc-list .mc_primary_flesh-and-blood {
	border-left-color: #e08821;
}

.gg-calendar-entry .mc-list .mc_primary_pokemon,
.gg-calendar-entry .mc-list .mc_primary_pokémon {
	border-left-color: #ffd43b;
}

.gg-calendar-entry .mc-list .mc_primary_lorcana {
	border-left-color: #8b5cf6;
}

.gg-calendar-entry .mc-list .mc_primary_riftbound {
	border-left-color: #00c2a8;
}

@media (max-width: 1180px) {
	.gg-nav-desktop {
		display: none;
	}

	.gg-nav-toggle {
		display: block;
	}
}

@media (max-width: 900px) {
	.gg-contacts-top {
		display: none;
	}

	.gg-header {
		top: var(--wp-admin--admin-bar--height, 0);
	}

	.gg-hero {
		padding-top: 132px;
	}

	.gg-hero-grid,
	.gg-events-grid,
	.gg-card-grid,
	.gg-ltp-hero-grid,
	.gg-game-archive-hero-grid {
		grid-template-columns: 1fr;
	}

	.gg-hero-card {
		max-width: 520px;
	}

	.gg-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gg-list-grid,
	.gg-contact-layout,
	.gg-guide-grid,
	.gg-guide-grid.two,
	.gg-ltp-feature-grid,
	.gg-ltp-archive-grid,
	.gg-game-archive-grid,
	.gg-calendar-hero-grid {
		grid-template-columns: 1fr;
	}

	.gg-game-archive-copy,
	.gg-game-archive-media,
	.gg-game-archive-media img {
		min-height: 340px;
	}

	.gg-game-archive-cta-panel {
		align-items: flex-start;
		flex-direction: column;
	}

	.gg-calendar-meta {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.gg-container {
		padding: 0 18px;
	}

	.gg-page-border {
		display: none;
	}

	.gg-nav-table {
		min-height: 68px;
	}

	.gg-store-link {
		display: none;
	}

	.gg-hero h1 {
		font-size: clamp(3.2rem, 18vw, 5rem);
	}

	.gg-hero-stats {
		grid-template-columns: 1fr;
	}

	.gg-gallery {
		grid-template-columns: 1fr;
	}

	.gg-btn,
	.gg-hero-actions {
		width: 100%;
	}

	.gg-footer-actions .gg-btn,
	.gg-game-archive-cta-panel .gg-btn,
	.gg-ltp-hero-panel .gg-btn {
		width: auto;
	}

	.gg-btn {
		white-space: normal;
	}

	.gg-calendar-page {
		padding-top: 104px;
	}

	.gg-ltp-page {
		padding-top: 104px;
	}

	.gg-game-archive {
		padding-top: 104px;
	}

	.gg-ltp-hero {
		padding: 46px 0 24px;
	}

	.gg-game-archive-hero {
		padding: 46px 0 24px;
	}

	.gg-game-archive-copy,
	.gg-game-archive-media,
	.gg-game-archive-media img {
		min-height: 280px;
	}

	.gg-calendar-hero {
		padding: 46px 0 24px;
	}

	.gg-calendar-meta {
		grid-template-columns: 1fr;
	}

	.gg-calendar-shell {
		padding: 14px;
	}

	.gg-calendar-entry .mc-main {
		min-width: 760px;
	}

	.gg-calendar-entry .my-calendar-table td {
		height: 108px;
	}
}
