/*
Theme Name: E-Bude 45
Theme URI: https://www.e-bude45.de/
Author: E-Bude 45
Author URI: https://www.e-bude45.de/
Description: Eigenständiges, schnelles Zwei-Spalten-Theme für die E-Bude 45 – mit Mysterybox-Angeboten, Red-Bull-Dauerpreis, animiertem Intro, frei belegbarem Menü und Sidebar.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-bude45
Tags: custom-header, custom-logo, custom-menu, featured-images, two-columns, right-sidebar, blog, e-commerce
*/

:root {
	--eb-black: #050505;
	--eb-black-soft: #0c0d0d;
	--eb-panel: #111313;
	--eb-panel-light: #181b1a;
	--eb-lime: #cfff00;
	--eb-lime-bright: #e4ff32;
	--eb-pink: #ff167f;
	--eb-cream: #f5efe3;
	--eb-muted: #b7b7ae;
	--eb-line: rgba(207, 255, 0, 0.26);
	--eb-width: 1240px;
	--eb-radius: 18px;
	--eb-shadow: 0 22px 65px rgba(0, 0, 0, 0.42);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 8% 18%, rgba(255, 22, 127, 0.08), transparent 24rem),
		radial-gradient(circle at 92% 40%, rgba(207, 255, 0, 0.06), transparent 26rem),
		var(--eb-black);
	color: var(--eb-cream);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
}

body::before {
	position: fixed;
	z-index: -1;
	inset: 0;
	background-image: repeating-linear-gradient(
		117deg,
		rgba(255, 255, 255, 0.018) 0,
		rgba(255, 255, 255, 0.018) 1px,
		transparent 1px,
		transparent 8px
	);
	content: "";
	pointer-events: none;
}

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

a {
	color: var(--eb-lime);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus {
	color: var(--eb-lime-bright);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
input[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--eb-pink);
	outline-offset: 4px;
}

::selection {
	background: var(--eb-pink);
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--eb-cream);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

h1 {
	font-size: clamp(2.45rem, 6vw, 5rem);
}

h2 {
	font-size: clamp(2rem, 4.5vw, 3.7rem);
}

h3 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

p {
	margin-top: 0;
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--eb-cream);
	color: var(--eb-black);
	font-weight: 800;
	white-space: normal;
}

.eb-container {
	width: min(calc(100% - 36px), var(--eb-width));
	margin-inline: auto;
}

.site-notice {
	position: relative;
	z-index: 30;
	padding: 9px 18px;
	border-bottom: 1px solid rgba(207, 255, 0, 0.28);
	background: #000;
	color: var(--eb-cream);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}

.site-notice strong {
	color: var(--eb-lime);
}

.custom-header {
	position: relative;
	overflow: hidden;
	background: #000;
}

.custom-header::after {
	position: absolute;
	inset: auto 0 0;
	height: 5px;
	background: linear-gradient(90deg, var(--eb-lime) 0 62%, var(--eb-pink) 62% 100%);
	box-shadow: 0 0 25px rgba(207, 255, 0, 0.6);
	content: "";
}

.custom-header-media {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}

body:not(.home) .custom-header-media {
	max-height: 340px;
	aspect-ratio: 4 / 1;
	object-position: center top;
}

.custom-header-fallback {
	display: grid;
	min-height: 280px;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(207, 255, 0, 0.12), transparent 45%),
		linear-gradient(45deg, #000, #111);
	text-align: center;
}

.fallback-brand {
	display: block;
	color: var(--eb-cream);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(3rem, 10vw, 8rem);
	letter-spacing: 0.03em;
	line-height: 0.9;
}

.fallback-brand span {
	color: var(--eb-lime);
}

.fallback-tagline {
	margin-top: 16px;
	color: var(--eb-lime);
	font-weight: 900;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.site-navigation {
	position: sticky;
	z-index: 25;
	top: 0;
	border-bottom: 1px solid rgba(207, 255, 0, 0.28);
	background: rgba(4, 4, 4, 0.95);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(16px);
}

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

.nav-inner {
	display: flex;
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.nav-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--eb-cream);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-brand-mark {
	display: grid;
	width: 42px;
	height: 42px;
	border: 2px solid var(--eb-lime);
	border-radius: 9px;
	color: var(--eb-lime);
	font-size: 0.92rem;
	line-height: 1;
	place-items: center;
	transform: rotate(-2deg);
}

.custom-logo-link img {
	width: auto;
	max-width: 180px;
	height: 48px;
	object-fit: contain;
}

.menu-toggle {
	display: none;
	padding: 10px 14px;
	border: 1px solid var(--eb-lime);
	border-radius: 8px;
	background: transparent;
	color: var(--eb-cream);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.primary-menu,
.primary-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2px;
}

.primary-menu a {
	display: block;
	padding: 20px 13px;
	color: var(--eb-cream);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a {
	color: var(--eb-lime);
}

.primary-menu li {
	position: relative;
}

.primary-menu .sub-menu {
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 0;
	display: none;
	width: 230px;
	border: 1px solid var(--eb-line);
	background: #080909;
	box-shadow: var(--eb-shadow);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	padding: 12px 16px;
}

.site-content {
	padding: clamp(42px, 7vw, 88px) 0;
}

.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
	align-items: start;
	gap: clamp(28px, 4vw, 54px);
}

.content-area {
	min-width: 0;
}

.sidebar {
	position: sticky;
	top: 100px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 13px;
	color: var(--eb-lime);
	font-size: 0.79rem;
	font-weight: 950;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 30px;
	height: 3px;
	background: var(--eb-pink);
	box-shadow: 0 0 13px rgba(255, 22, 127, 0.75);
	content: "";
}

.gradient-title em {
	color: var(--eb-lime);
	font-style: normal;
}

.lead {
	max-width: 760px;
	color: #e2ded4;
	font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.button,
.wp-block-button__link,
input[type="submit"] {
	display: inline-flex;
	min-height: 48px;
	padding: 12px 20px;
	border: 2px solid var(--eb-lime);
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	background: var(--eb-lime);
	box-shadow: 5px 5px 0 var(--eb-pink);
	color: #050505;
	font-size: 0.83rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: var(--eb-lime-bright);
	box-shadow: 2px 2px 0 var(--eb-pink);
	color: #050505;
	transform: translate(3px, 3px);
}

.button--ghost {
	border-color: rgba(245, 239, 227, 0.55);
	background: transparent;
	box-shadow: none;
	color: var(--eb-cream);
}

.button--ghost:hover,
.button--ghost:focus {
	border-color: var(--eb-lime);
	background: rgba(207, 255, 0, 0.08);
	box-shadow: none;
	color: var(--eb-lime);
	transform: none;
}

.button-row {
	display: flex;
	margin: 28px 0 0;
	flex-wrap: wrap;
	gap: 14px;
}

.intro-story {
	position: relative;
	margin: 0 0 54px;
	overflow: hidden;
	border: 1px solid rgba(207, 255, 0, 0.35);
	border-radius: var(--eb-radius);
	background:
		linear-gradient(180deg, transparent 64%, rgba(0, 0, 0, 0.78)),
		linear-gradient(130deg, #101216 0%, #050505 50%, #15100f 100%);
	box-shadow: var(--eb-shadow), inset 0 0 55px rgba(255, 22, 127, 0.05);
	isolation: isolate;
}

.intro-story::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 49.7%, rgba(207, 255, 0, 0.05) 50%, transparent 50.3%),
		repeating-linear-gradient(0deg, transparent 0 42px, rgba(255, 255, 255, 0.025) 43px 44px);
	content: "";
}

.intro-story__top {
	display: flex;
	padding: 20px 22px 0;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.intro-story__top h2 {
	margin: 0;
	font-size: clamp(1.45rem, 3vw, 2.35rem);
}

.intro-replay {
	padding: 8px 12px;
	border: 1px solid rgba(207, 255, 0, 0.55);
	border-radius: 99px;
	background: rgba(0, 0, 0, 0.72);
	color: var(--eb-lime);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.intro-replay:hover,
.intro-replay:focus {
	background: var(--eb-lime);
	color: #000;
}

.intro-stage {
	position: relative;
	height: clamp(330px, 43vw, 470px);
	min-height: 330px;
	overflow: hidden;
}

.intro-neon {
	position: absolute;
	top: 38px;
	left: 50%;
	color: var(--eb-pink);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(1.25rem, 3vw, 2.25rem);
	letter-spacing: 0.06em;
	text-shadow: 0 0 7px var(--eb-pink), 0 0 22px rgba(255, 22, 127, 0.72);
	text-transform: uppercase;
	transform: translateX(-50%) rotate(-2deg);
	white-space: nowrap;
}

.intro-floor {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30%;
	border-top: 1px solid rgba(207, 255, 0, 0.18);
	background:
		linear-gradient(90deg, transparent 49.7%, rgba(207, 255, 0, 0.11) 50%, transparent 50.3%),
		linear-gradient(170deg, transparent, rgba(207, 255, 0, 0.065));
	transform: perspective(280px) rotateX(55deg);
	transform-origin: bottom;
}

.intro-door {
	position: absolute;
	bottom: 82px;
	left: 4%;
	width: 75px;
	height: 205px;
	border: 3px solid var(--eb-lime);
	border-bottom: 0;
	box-shadow: 0 0 19px rgba(207, 255, 0, 0.26), inset 0 0 22px rgba(207, 255, 0, 0.05);
}

.intro-door::after {
	position: absolute;
	top: 14px;
	left: 50%;
	color: var(--eb-lime);
	content: "24/7";
	font-size: 0.75rem;
	font-weight: 950;
	transform: translateX(-50%);
}

.intro-machine {
	position: absolute;
	right: 7%;
	bottom: 78px;
	width: clamp(110px, 17vw, 160px);
	height: clamp(220px, 33vw, 310px);
	border: 3px solid var(--eb-pink);
	border-radius: 8px 8px 2px 2px;
	background: linear-gradient(135deg, #101316, #020303 70%);
	box-shadow: 0 0 18px rgba(255, 22, 127, 0.48), inset 0 0 23px rgba(255, 22, 127, 0.1);
}

.intro-machine::before {
	position: absolute;
	top: 12px;
	right: 10px;
	left: 10px;
	height: 34px;
	border: 1px solid var(--eb-lime);
	color: var(--eb-lime);
	content: "DRINKS";
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	letter-spacing: 0.08em;
	line-height: 32px;
	text-align: center;
}

.machine-grid {
	position: absolute;
	top: 60px;
	right: 12px;
	left: 12px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
}

.machine-grid i {
	display: block;
	height: clamp(34px, 5vw, 50px);
	border: 1px solid rgba(245, 239, 227, 0.24);
	background:
		linear-gradient(90deg, transparent 25%, #2365bb 26% 61%, #d91f4f 62% 77%, transparent 78%),
		#090a0a;
	box-shadow: inset 0 -8px 10px rgba(255, 255, 255, 0.03);
}

.machine-slot {
	position: absolute;
	right: 14px;
	bottom: 15px;
	width: 55%;
	height: 22px;
	border: 1px solid rgba(207, 255, 0, 0.55);
	background: #000;
}

.intro-person,
.intro-person-two {
	position: absolute;
	z-index: 4;
	bottom: 78px;
	width: 47px;
	height: 132px;
	opacity: 0;
}

.intro-person {
	left: 8%;
}

.intro-person-two {
	left: -9%;
	filter: hue-rotate(145deg);
}

.person-head {
	position: absolute;
	top: 0;
	left: 14px;
	width: 25px;
	height: 25px;
	border: 2px solid var(--eb-lime);
	border-radius: 50%;
	background: #0c0d0d;
	box-shadow: 0 0 10px rgba(207, 255, 0, 0.35);
}

.person-body {
	position: absolute;
	top: 28px;
	left: 10px;
	width: 33px;
	height: 61px;
	border: 2px solid var(--eb-lime);
	border-radius: 14px 14px 7px 7px;
	background: #111;
}

.person-body::before,
.person-body::after {
	position: absolute;
	top: 55px;
	width: 2px;
	height: 46px;
	background: var(--eb-lime);
	content: "";
	transform-origin: top;
}

.person-body::before {
	left: 8px;
	transform: rotate(7deg);
}

.person-body::after {
	right: 8px;
	transform: rotate(-7deg);
}

.intro-can {
	position: absolute;
	z-index: 8;
	right: 27%;
	bottom: 150px;
	width: 25px;
	height: 70px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 7px;
	background: linear-gradient(90deg, #163c80 0 48%, #d8d9d4 49% 70%, #cf183c 71%);
	box-shadow: 0 0 14px rgba(67, 118, 221, 0.75);
	opacity: 0;
	transform: rotate(7deg);
}

.intro-can::after {
	position: absolute;
	top: 24px;
	left: -4px;
	width: 31px;
	color: #fff;
	content: "RB";
	font-size: 0.58rem;
	font-weight: 950;
	text-align: center;
	transform: rotate(-90deg);
}

.intro-box {
	position: absolute;
	z-index: 7;
	right: 29%;
	bottom: 80px;
	display: grid;
	width: 72px;
	height: 72px;
	border: 3px solid var(--eb-pink);
	background: #1b0811;
	box-shadow: 0 0 18px rgba(255, 22, 127, 0.65);
	color: var(--eb-pink);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 2.4rem;
	opacity: 0;
	place-items: center;
}

.intro-burst {
	position: absolute;
	z-index: 6;
	right: 24%;
	bottom: 68px;
	width: 170px;
	height: 170px;
	border: 5px dashed var(--eb-lime);
	border-radius: 50%;
	box-shadow: 0 0 45px var(--eb-pink), inset 0 0 34px rgba(207, 255, 0, 0.35);
	opacity: 0;
	transform: scale(0.2);
}

.intro-prize {
	position: absolute;
	z-index: 10;
	right: 29%;
	bottom: 115px;
	padding: 5px 9px;
	border: 1px solid var(--eb-lime);
	border-radius: 4px;
	background: #080909;
	box-shadow: 0 0 12px rgba(207, 255, 0, 0.35);
	color: var(--eb-lime);
	font-size: clamp(0.58rem, 1.15vw, 0.78rem);
	font-weight: 950;
	letter-spacing: 0.05em;
	opacity: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.intro-prize--1 {
	--tx: -120px;
	--ty: -155px;
}

.intro-prize--2 {
	--tx: -20px;
	--ty: -205px;
}

.intro-prize--3 {
	--tx: 95px;
	--ty: -145px;
}

.intro-prize--4 {
	--tx: 105px;
	--ty: -40px;
}

.intro-caption {
	position: absolute;
	z-index: 12;
	bottom: 16px;
	left: 50%;
	width: min(88%, 600px);
	padding: 10px 15px;
	border-left: 3px solid var(--eb-pink);
	background: rgba(0, 0, 0, 0.78);
	color: #fff;
	font-size: clamp(0.76rem, 1.6vw, 0.95rem);
	font-weight: 850;
	text-align: center;
	transform: translateX(-50%);
}

.intro-story.is-playing .intro-person {
	animation: person-walk 11s ease-in-out both;
}

.intro-story.is-playing .intro-can {
	animation: can-move 11s ease-in-out both;
}

.intro-story.is-playing .intro-box {
	animation: box-grow 11s ease-in-out both;
}

.intro-story.is-playing .intro-burst {
	animation: burst 11s ease-out both;
}

.intro-story.is-playing .intro-prize {
	animation: prize-fly 11s cubic-bezier(0.21, 0.83, 0.26, 1.1) both;
}

.intro-story.is-playing .intro-person-two {
	animation: second-customer 11s ease-in-out both;
}

@keyframes person-walk {
	0% { opacity: 0; transform: translateX(0); }
	5% { opacity: 1; }
	35% { opacity: 1; transform: translateX(clamp(170px, 38vw, 440px)); }
	54% { opacity: 1; transform: translateX(clamp(170px, 38vw, 440px)); }
	69% { opacity: 1; transform: translateX(clamp(95px, 26vw, 330px)); }
	100% { opacity: 1; transform: translateX(clamp(95px, 26vw, 330px)); }
}

@keyframes can-move {
	0%, 33% { opacity: 0; transform: translate(0, 0) rotate(7deg); }
	39%, 54% { opacity: 1; transform: translate(0, 0) rotate(7deg); }
	66%, 100% { opacity: 1; transform: translate(clamp(-295px, -27vw, -110px), -12px) rotate(-8deg); }
}

@keyframes box-grow {
	0%, 42% { opacity: 0; transform: translate(0, 0) scale(0.5) rotate(0); }
	48% { opacity: 1; transform: translate(0, 0) scale(1) rotate(0); }
	63% { opacity: 1; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(1) rotate(-3deg); }
	72% { opacity: 1; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(1.8) rotate(3deg); }
	76%, 100% { opacity: 0; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(2.3) rotate(6deg); }
}

@keyframes burst {
	0%, 70% { opacity: 0; transform: translate(0, 0) scale(0.15) rotate(0); }
	75% { opacity: 1; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(1.25) rotate(45deg); }
	89%, 100% { opacity: 0; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(1.8) rotate(120deg); }
}

@keyframes prize-fly {
	0%, 72% { opacity: 0; transform: translate(clamp(-285px, -27vw, -108px), 0) scale(0.3) rotate(-8deg); }
	79%, 94% { opacity: 1; transform: translate(calc(clamp(-285px, -27vw, -108px) + var(--tx)), var(--ty)) scale(1) rotate(2deg); }
	100% { opacity: 0; transform: translate(calc(clamp(-285px, -27vw, -108px) + var(--tx)), calc(var(--ty) - 10px)) scale(0.94); }
}

@keyframes second-customer {
	0%, 76% { opacity: 0; transform: translateX(0); }
	82% { opacity: 1; }
	100% { opacity: 1; transform: translateX(clamp(70px, 15vw, 160px)); }
}

.hero-copy {
	padding: clamp(30px, 5vw, 58px);
	margin-bottom: 54px;
	border-left: 5px solid var(--eb-lime);
	border-radius: 0 var(--eb-radius) var(--eb-radius) 0;
	background:
		linear-gradient(115deg, rgba(207, 255, 0, 0.09), transparent 58%),
		var(--eb-panel);
	box-shadow: var(--eb-shadow);
}

.hero-copy h1 {
	margin-bottom: 20px;
}

.proof-row {
	display: grid;
	margin: 34px 0 0;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.proof-item {
	padding: 15px;
	border: 1px solid rgba(245, 239, 227, 0.13);
	background: rgba(0, 0, 0, 0.32);
	text-align: center;
}

.proof-item strong {
	display: block;
	color: var(--eb-lime);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.proof-item span {
	display: block;
	margin-top: 6px;
	color: var(--eb-muted);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.section-block {
	margin: 0 0 64px;
	scroll-margin-top: 100px;
}

.section-heading {
	display: flex;
	margin-bottom: 26px;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.section-heading h2 {
	margin-bottom: 0;
}

.section-heading p {
	max-width: 440px;
	margin-bottom: 4px;
	color: var(--eb-muted);
}

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

.mystery-card {
	position: relative;
	min-height: 280px;
	padding: 28px;
	overflow: hidden;
	border: 1px solid rgba(255, 22, 127, 0.34);
	border-radius: 14px;
	background:
		linear-gradient(145deg, rgba(255, 22, 127, 0.11), transparent 58%),
		var(--eb-panel);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
	transition: border-color 180ms ease, transform 180ms ease;
}

.mystery-card::after {
	position: absolute;
	right: -18px;
	bottom: -38px;
	color: rgba(255, 22, 127, 0.12);
	content: "?";
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 10rem;
	line-height: 1;
	transform: rotate(10deg);
}

.mystery-card:hover {
	border-color: var(--eb-pink);
	transform: translateY(-4px);
}

.mystery-card--featured {
	grid-column: 1 / -1;
	min-height: 310px;
	border-color: var(--eb-lime);
	background:
		linear-gradient(110deg, rgba(207, 255, 0, 0.13), transparent 55%),
		var(--eb-panel);
	box-shadow: 0 0 0 1px rgba(207, 255, 0, 0.08), 0 18px 48px rgba(0, 0, 0, 0.44);
}

.mystery-card--featured::after {
	color: rgba(207, 255, 0, 0.13);
}

.mystery-card__label {
	display: inline-block;
	padding: 5px 9px;
	margin-bottom: 18px;
	border: 1px solid var(--eb-pink);
	color: var(--eb-pink);
	font-size: 0.69rem;
	font-weight: 950;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mystery-card--featured .mystery-card__label {
	border-color: var(--eb-lime);
	color: var(--eb-lime);
}

.mystery-card__price {
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	color: var(--eb-cream);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(3.2rem, 7vw, 5.6rem);
	letter-spacing: -0.02em;
	line-height: 0.84;
}

.mystery-card__price small {
	color: var(--eb-lime);
	font-size: 0.42em;
}

.mystery-card h3 {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.mystery-card p {
	position: relative;
	z-index: 1;
	max-width: 510px;
	margin: 0;
	color: var(--eb-muted);
	font-size: 0.95rem;
}

.bonus-banner {
	position: relative;
	z-index: 2;
	display: inline-flex;
	padding: 10px 13px;
	margin-top: 20px;
	border-left: 4px solid var(--eb-pink);
	background: #030303;
	color: var(--eb-cream);
	font-size: 0.84rem;
	font-weight: 900;
}

.bonus-banner strong {
	color: var(--eb-lime);
}

.redbull-panel {
	position: relative;
	display: grid;
	padding: clamp(28px, 5vw, 52px);
	overflow: hidden;
	border: 2px solid var(--eb-lime);
	border-radius: var(--eb-radius);
	grid-template-columns: minmax(0, 1.2fr) minmax(170px, 0.8fr);
	align-items: center;
	gap: 28px;
	background:
		radial-gradient(circle at 85% 50%, rgba(25, 75, 156, 0.42), transparent 22%),
		linear-gradient(120deg, rgba(207, 255, 0, 0.11), transparent 50%),
		#080909;
	box-shadow: var(--eb-shadow), 0 0 25px rgba(207, 255, 0, 0.12);
}

.redbull-panel::after {
	position: absolute;
	right: 5%;
	bottom: -80px;
	width: 120px;
	height: 310px;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 26px;
	background: linear-gradient(90deg, #173c81 0 48%, #d5d7d4 49% 70%, #c9183e 71%);
	box-shadow: 0 0 38px rgba(31, 84, 176, 0.55);
	content: "";
	transform: rotate(12deg);
}

.redbull-panel__content {
	position: relative;
	z-index: 2;
}

.redbull-panel__content h2 {
	margin-bottom: 12px;
}

.redbull-price {
	color: var(--eb-lime);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(4.2rem, 10vw, 8rem);
	letter-spacing: -0.02em;
	line-height: 0.9;
	text-shadow: 5px 5px 0 var(--eb-pink);
}

.redbull-price-note {
	margin-top: 14px;
	color: var(--eb-muted);
	font-size: 0.76rem;
}

.redbull-stamp {
	position: relative;
	z-index: 3;
	justify-self: center;
	padding: 16px 18px;
	border: 3px solid var(--eb-pink);
	color: var(--eb-pink);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: clamp(1.3rem, 3vw, 2.4rem);
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-7deg);
}

.info-strip {
	display: grid;
	margin: 0 0 64px;
	border: 1px solid rgba(245, 239, 227, 0.12);
	grid-template-columns: repeat(3, 1fr);
	background: #080909;
}

.info-strip__item {
	padding: 22px 18px;
	border-right: 1px solid rgba(245, 239, 227, 0.12);
	text-align: center;
}

.info-strip__item:last-child {
	border-right: 0;
}

.info-strip__icon {
	display: block;
	margin-bottom: 7px;
	color: var(--eb-lime);
	font-size: 1.8rem;
	line-height: 1;
}

.info-strip__item strong {
	display: block;
	font-size: 0.81rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.info-strip__item span {
	color: var(--eb-muted);
	font-size: 0.78rem;
}

.widget {
	padding: 24px;
	margin: 0 0 20px;
	border: 1px solid rgba(207, 255, 0, 0.18);
	border-radius: 12px;
	background:
		linear-gradient(145deg, rgba(207, 255, 0, 0.05), transparent 48%),
		var(--eb-panel);
	box-shadow: 0 13px 34px rgba(0, 0, 0, 0.26);
}

.widget-title {
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(207, 255, 0, 0.18);
	color: var(--eb-lime);
	font-size: 1.3rem;
}

.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.widget li:last-child {
	border-bottom: 0;
}

.widget a {
	color: var(--eb-cream);
	text-decoration: none;
}

.widget a:hover,
.widget a:focus {
	color: var(--eb-lime);
}

.sidebar-offer {
	overflow: hidden;
	border-color: var(--eb-pink);
	background:
		linear-gradient(155deg, rgba(255, 22, 127, 0.16), transparent 55%),
		var(--eb-panel);
}

.sidebar-offer__price {
	display: block;
	margin: 4px 0 8px;
	color: var(--eb-lime);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 3.7rem;
	line-height: 0.95;
	text-shadow: 3px 3px 0 rgba(255, 22, 127, 0.85);
}

.sidebar-offer__label {
	display: block;
	color: var(--eb-pink);
	font-size: 0.72rem;
	font-weight: 950;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sidebar-offer p {
	color: var(--eb-muted);
	font-size: 0.86rem;
}

.sidebar-bonus {
	border-left: 4px solid var(--eb-lime);
}

.sidebar-bonus strong {
	color: var(--eb-lime);
}

.entry-card {
	display: grid;
	padding: 26px;
	margin-bottom: 24px;
	border: 1px solid rgba(245, 239, 227, 0.12);
	border-radius: 14px;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 24px;
	background: var(--eb-panel);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25);
}

.entry-card:not(:has(.entry-card__thumb)) {
	grid-template-columns: 1fr;
}

.entry-card__thumb img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	object-fit: cover;
}

.entry-card__title {
	margin-bottom: 9px;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.entry-card__title a {
	color: var(--eb-cream);
	text-decoration: none;
}

.entry-card__title a:hover,
.entry-card__title a:focus {
	color: var(--eb-lime);
}

.entry-meta {
	margin-bottom: 12px;
	color: var(--eb-muted);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.page-header {
	padding-bottom: 22px;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--eb-lime);
}

.page-header h1 {
	margin-bottom: 0;
}

.entry-content {
	overflow-wrap: anywhere;
}

.entry-content > * {
	max-width: 820px;
}

.entry-content > .alignwide {
	max-width: 1040px;
}

.entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.entry-content img {
	border-radius: 10px;
}

.entry-content blockquote {
	padding: 20px 26px;
	margin: 28px 0;
	border-left: 5px solid var(--eb-pink);
	background: var(--eb-panel);
	color: #e8e2d7;
	font-size: 1.1rem;
}

.entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content th,
.entry-content td {
	padding: 12px;
	border: 1px solid rgba(245, 239, 227, 0.15);
	text-align: left;
}

.entry-content th {
	background: rgba(207, 255, 0, 0.08);
	color: var(--eb-lime);
}

.featured-image {
	margin: 0 0 28px;
}

.featured-image img {
	width: min(100%, 820px);
	max-height: 520px;
	border: 1px solid rgba(207, 255, 0, 0.2);
	border-radius: var(--eb-radius);
	object-fit: cover;
}

.legal-card {
	padding: clamp(24px, 4vw, 42px);
	margin-bottom: 24px;
	border: 1px solid rgba(245, 239, 227, 0.14);
	border-radius: 12px;
	background: var(--eb-panel);
}

.legal-card h2 {
	color: var(--eb-lime);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.legal-placeholder {
	padding: 14px 16px;
	border-left: 4px solid var(--eb-pink);
	background: rgba(255, 22, 127, 0.09);
	color: #f5ddea;
}

.posts-navigation,
.post-navigation,
.pagination {
	margin-top: 36px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.page-numbers,
.nav-links a {
	display: inline-block;
	padding: 9px 13px;
	border: 1px solid rgba(207, 255, 0, 0.3);
	background: var(--eb-panel);
	text-decoration: none;
}

.page-numbers.current {
	background: var(--eb-lime);
	color: #000;
	font-weight: 900;
}

.comments-area {
	padding-top: 35px;
	margin-top: 45px;
	border-top: 1px solid var(--eb-line);
}

.comment-list {
	padding: 0;
	list-style: none;
}

.comment-body {
	padding: 22px;
	margin-bottom: 16px;
	border: 1px solid rgba(245, 239, 227, 0.12);
	background: var(--eb-panel);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(245, 239, 227, 0.24);
	border-radius: 6px;
	background: #080909;
	color: var(--eb-cream);
}

.search-form {
	display: flex;
	gap: 8px;
}

.search-form label {
	flex: 1;
}

.search-submit {
	min-height: auto;
	padding-inline: 14px;
	box-shadow: none;
}

.nothing-found {
	padding: 34px;
	border: 1px solid var(--eb-line);
	border-radius: var(--eb-radius);
	background: var(--eb-panel);
}

.site-footer {
	position: relative;
	padding: 58px 0 24px;
	border-top: 4px solid var(--eb-lime);
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 22, 127, 0.12), transparent 26rem),
		#020303;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr;
	gap: 38px;
}

.footer-brand {
	color: var(--eb-cream);
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	font-size: 2.7rem;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.footer-brand span {
	color: var(--eb-lime);
}

.footer-tagline {
	margin-top: 12px;
	color: var(--eb-muted);
}

.footer-title {
	margin-bottom: 14px;
	color: var(--eb-lime);
	font-size: 1.15rem;
}

.footer-menu,
.footer-facts {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu li,
.footer-facts li {
	margin: 8px 0;
}

.footer-menu a {
	color: var(--eb-cream);
	text-decoration: none;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: var(--eb-lime);
}

.footer-bottom {
	display: flex;
	padding-top: 22px;
	margin-top: 42px;
	border-top: 1px solid rgba(245, 239, 227, 0.12);
	justify-content: space-between;
	gap: 24px;
	color: #878a84;
	font-size: 0.75rem;
}

.footer-bottom p {
	margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce div.product {
	padding: 20px;
	border: 1px solid var(--eb-line);
	border-radius: 12px;
	background: var(--eb-panel);
}

.woocommerce span.onsale {
	background: var(--eb-pink);
	color: #fff;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
	color: var(--eb-lime);
	font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--eb-lime);
	color: #050505;
}

@media (max-width: 980px) {
	.admin-bar .site-navigation {
		top: 46px;
	}

	.content-grid {
		grid-template-columns: 1fr;
	}

	.sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.widget {
		margin-bottom: 0;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-grid > :first-child {
		grid-column: 1 / -1;
	}

	.menu-toggle {
		display: block;
	}

	.primary-menu-container {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 8px 18px 16px;
		border-bottom: 1px solid var(--eb-line);
		background: rgba(4, 4, 4, 0.98);
	}

	.primary-menu-container.is-open {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu a {
		padding: 12px 4px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		width: auto;
		padding-left: 16px;
		border: 0;
		box-shadow: none;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.eb-container {
		width: min(calc(100% - 24px), var(--eb-width));
	}

	.custom-header-media {
		aspect-ratio: 3 / 2;
	}

	body:not(.home) .custom-header-media {
		max-height: 230px;
		aspect-ratio: 2 / 1;
	}

	.nav-inner {
		min-height: 60px;
	}

	.nav-brand {
		font-size: 1.2rem;
	}

	.nav-brand-mark {
		width: 36px;
		height: 36px;
	}

	.custom-logo-link img {
		max-width: 135px;
		height: 42px;
	}

	.site-content {
		padding-top: 34px;
	}

	.hero-copy {
		padding: 25px 20px;
	}

	.proof-row,
	.info-strip,
	.box-grid,
	.sidebar,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.mystery-card--featured,
	.footer-grid > :first-child {
		grid-column: auto;
	}

	.info-strip__item {
		border-right: 0;
		border-bottom: 1px solid rgba(245, 239, 227, 0.12);
	}

	.info-strip__item:last-child {
		border-bottom: 0;
	}

	.section-heading {
		display: block;
	}

	.section-heading p {
		margin-top: 12px;
	}

	.redbull-panel {
		grid-template-columns: 1fr;
	}

	.redbull-stamp {
		justify-self: start;
	}

	.redbull-panel::after {
		right: -20px;
		opacity: 0.55;
	}

	.intro-story__top {
		align-items: flex-start;
	}

	.intro-stage {
		height: 355px;
	}

	.intro-machine {
		right: 3%;
	}

	.intro-person {
		left: 3%;
	}

	.intro-door {
		left: 1%;
		width: 60px;
	}

	.intro-prize--1 {
		--tx: -82px;
		--ty: -145px;
	}

	.intro-prize--2 {
		--tx: 5px;
		--ty: -185px;
	}

	.intro-prize--3 {
		--tx: 82px;
		--ty: -130px;
	}

	.intro-prize--4 {
		--tx: 78px;
		--ty: -50px;
	}

	.entry-card {
		grid-template-columns: 1fr;
	}

	.entry-card__thumb img {
		width: 150px;
		height: 150px;
	}

	.footer-bottom {
		display: block;
	}

	.footer-bottom p + p {
		margin-top: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	.intro-person,
	.intro-person-two {
		opacity: 1;
	}

	.intro-person {
		transform: translateX(clamp(95px, 26vw, 330px));
	}

	.intro-person-two {
		transform: translateX(clamp(70px, 15vw, 160px));
	}

	.intro-can {
		opacity: 1;
		transform: translate(clamp(-295px, -27vw, -110px), -12px);
	}
}
