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

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

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	background: #000000;
	color: #f4f4f4;
	overflow-x: hidden;
}

svg {
	fill: none;
}

.site-wrapper {
	max-width: 1440px;
	margin-inline: auto;
	background: var(--W);
	position: relative;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
	min-height: 100vh;
}

:root {
	--Y: #ffd700;
	--Yd: #e5c200;
	--K: #111111;
	--W: #ffffff;
	--cream: #fffdf5;
	--gray: #555;
	--lgray: #999;
	--bebas: "Bebas Neue", Impact, sans-serif;
	--script: "Dancing Script", cursive;
	--sans: "Inter", sans-serif;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: var(--K);
}

::-webkit-scrollbar-thumb {
	background: var(--Y);
	border-radius: 3px;
}

/* -- NAV -- */
.nav {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1440px;
	z-index: 1000;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: black;
	left: 50%;
	transform: translateX(-50%);
}

.nav.scrolled {
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}

.nav-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 32px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	text-decoration: none;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 32px;
}

.nav-link {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	transition: color 0.2s;
	text-decoration: none;
}

.nav-link:hover,
.nav-link.active {
	color: var(--Y);
}

.nav-cta {
	background: var(--Y);
	color: var(--K);
	padding: 10px 22px;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	transition: background 0.2s;
	font-family: var(--sans);
}

.nav-cta:hover {
	background: var(--Yd);
}

.nav-hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 4px;
}

.nav-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--W);
	transition: all 0.3s;
}

.nav-hamburger.open span:nth-child(1) {
	transform: rotate(45deg) translateY(9px);
}

.nav-hamburger.open span:nth-child(2) {
	opacity: 0;
}

.nav-hamburger.open span:nth-child(3) {
	transform: rotate(-45deg) translateY(-9px);
}

.nav-mobile {
	display: none;
	background: #111;
	padding: 20px 24px;
	flex-direction: column;
	gap: 16px;
}

.nav-mobile.active {
	display: flex;
}

.nav-mobile .nav-link {
	display: block;
}

@media (max-width: 992px) {

	.nav-links,
	.nav-cta {
		display: none;
	}

	.nav-hamburger {
		display: flex;
	}
}

body.no-scroll {
	overflow: hidden;
}

/* -- HERO -- */
.hero {
	position: relative;
	min-height: 700px;
	margin-top: 72px;
	overflow: hidden;
	background: #f5f0e9;
}

.hero--static {
	height: auto;
}

.hero-static {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(860px 540px at 82% 14%, rgba(193, 148, 68, 0.16), transparent 65%),
		radial-gradient(780px 500px at 10% 88%, rgba(255, 255, 255, 0.7), transparent 70%),
		linear-gradient(180deg, #f8f3ec 0%, #f5f0e9 100%);
}

.hero-static::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.35) 0%, transparent 48%, rgba(198, 153, 74, 0.08) 100%);
	opacity: 1;
	pointer-events: none;
	z-index: 0;
}

.hero-static-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 82px 32px 74px;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 54px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero-static-left {
	max-width: 620px;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.6);
	margin-bottom: 16px;
	font-weight: 600;
}

.hero-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: rgba(17, 17, 17, 0.25);
}

.hero-title {
	margin: 0;
	line-height: 0.93;
	letter-spacing: 1px;
}

.hero-title-bold {
	display: block;
	font-family: var(--bebas);
	font-size: clamp(46px, 6.3vw, 96px);
	color: #111;
}

.hero-title-script {
	display: block;
	font-family: var(--script);
	font-size: clamp(32px, 3.3vw, 54px);
	color: #b58938;
	margin-top: 10px;
	line-height: 1.05;
}


/* -- NEW HERO STATS -- */
.h-stat-row {
	display: flex;
	align-items: center;
	gap: 0;
	margin-top: 32px;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 247, 236, 0.15);
	border-bottom: 1px solid rgba(255, 247, 236, 0.15);
	width: fit-content;
}

.h-stat-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.h-stat-icon {
	width: 25px;
	height: 25px;
	color: #FFD601;
	flex-shrink: 0;
}

.h-stat-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.h-stat-num {
	font-family: var(--bebas);
	font-size: clamp(32px, 5vw, 45px);
	color: #fdf3e3;
	line-height: 1;
	display: block;
}

.h-stat-label {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: rgba(255, 247, 236, 0.75);
	font-weight: 500;
	margin-top: 6px;
}

.h-stat-sep {
	width: 1px;
	height: 44px;
	background: rgba(255, 247, 236, 0.2);
	margin: 0 32px;
}

@media (max-width: 600px) {
	.h-stat-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.h-stat-sep {
		display: none;
	}
}

.hero-sub {
	margin-top: 20px;
	max-width: 56ch;
	color: rgba(17, 17, 17, 0.76);
	font-size: 14px;
	line-height: 1.75;
}

.hero-ctas {
	margin-top: 28px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.hero--static .hs-btn-stall,
.hero--static .hs-btn-pass {
	padding: 14px 28px;
	font-size: 12px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	border-radius: 10px;
	border: 1px solid transparent;
	font-weight: 700;
	box-shadow: 0 12px 22px rgba(145, 104, 40, 0.15);
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.hero--static .hs-btn-stall {
	background: linear-gradient(180deg, #ca9a3e 0%, #b9892f 100%);
	color: #fffdf8;
}

.hero--static .hs-btn-stall:hover {
	background: linear-gradient(180deg, #d5a248 0%, #c08f34 100%);
	box-shadow: 0 14px 24px rgba(145, 104, 40, 0.2);
	transform: translateY(-1px);
}

.hero--static .hs-btn-pass {
	background: #fffaf2;
	color: #27211a;
	border-color: rgba(146, 108, 47, 0.45);
	box-shadow: 0 8px 18px rgba(89, 63, 24, 0.12);
}

.hero--static .hs-btn-pass:hover {
	background: #fff;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(89, 63, 24, 0.18);
}

.hero-trust {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	color: rgba(17, 17, 17, 0.65);
	font-size: 12px;
}

.hero-trust-sep {
	color: rgba(146, 108, 47, 0.75);
}

.hero-static-right {
	display: flex;
	justify-content: flex-end;
}

.hero-collage {
	position: relative;
	width: min(590px, 100%);
	min-height: 560px;
	padding: 22px 8px 22px 18px;
}

.hero-collage-card {
	position: absolute;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 0 18px 46px rgba(64, 44, 18, 0.2);
	background: #efe7da;
	animation: heroFloat 8s ease-in-out infinite;
}

.hero-collage-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hero-collage-card--1 {
	right: 16px;
	top: 14px;
	width: 55%;
	height: 84%;
	transform: rotate(-4.5deg);
	z-index: 3;
}

.hero-collage-card--2 {
	left: 18px;
	top: 56px;
	width: 37%;
	height: 62%;
	transform: rotate(-7deg);
	z-index: 4;
	animation-delay: 1.2s;
}

.hero-collage-card--3 {
	right: -2px;
	bottom: 16px;
	width: 34%;
	height: 46%;
	transform: rotate(8deg);
	z-index: 5;
	animation-delay: 2s;
}

.hero-collage-accent {
	position: absolute;
	pointer-events: none;
}

.hero-collage-accent--a {
	left: -8px;
	bottom: 14px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(208, 165, 90, 0.35), rgba(208, 165, 90, 0.05) 65%, transparent 70%);
}

.hero-collage-accent--b {
	right: -18px;
	top: -10px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(196, 149, 72, 0.35);
}

.hero-collage-accent--c {
	left: 34%;
	top: -2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #c89a46;
	box-shadow:
		140px 40px 0 rgba(200, 154, 70, 0.55),
		-60px 120px 0 rgba(200, 154, 70, 0.45),
		120px 170px 0 rgba(200, 154, 70, 0.35);
}

@keyframes heroFloat {

	0%,
	100% {
		transform: translateY(0) rotate(var(--hero-rot, 0deg));
	}

	50% {
		transform: translateY(-6px) rotate(var(--hero-rot, 0deg));
	}
}

.hero-collage-card--1 {
	--hero-rot: -4.5deg;
}

.hero-collage-card--2 {
	--hero-rot: -7deg;
}

.hero-collage-card--3 {
	--hero-rot: 8deg;
}

@media (max-width: 1024px) {
	.hero-static-inner {
		padding: 66px 28px 60px;
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.hero-static-right {
		justify-content: flex-start;
	}

	.hero-collage {
		width: min(620px, 100%);
		min-height: 470px;
		padding-left: 6px;
	}

	.hero-collage-card--1 {
		width: 55%;
		height: 82%;
	}

	.hero-collage-card--2 {
		width: 36%;
		height: 60%;
	}
}

@media (max-width: 760px) {}

@media (max-width: 600px) {
	.hero {
		min-height: 0;
	}

	.hero-static-inner {
		padding: 46px 20px 52px;
	}

	.hero--static .hs-btn-stall,
	.hero--static .hs-btn-pass {
		width: 100%;
		justify-content: center;
	}

	.hero-collage {
		min-height: 380px;
		padding: 12px 0 0;
	}

	.hero-collage-card {
		border-width: 4px;
	}

	.hero-collage-card--1 {
		right: 0;
		width: 60%;
		height: 80%;
	}

	.hero-collage-card--2 {
		left: 0;
		top: 42px;
		width: 41%;
		height: 54%;
	}

	.hero-collage-card--3 {
		width: 38%;
		height: 40%;
		right: 2px;
		bottom: 8px;
	}

	.hero-collage-accent--a,
	.hero-collage-accent--b {
		width: 90px;
		height: 90px;
	}
}

/* -- HERO FULL-SCREEN EDITORIAL OVERRIDES -- */
.hero.hero--static {
	position: relative;
	min-height: 100vh;
	margin-top: 72px;
	overflow: hidden;
	background: #f5f0e9;
}

.hero-bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	pointer-events: none;
	z-index: 0;
}

.hero-bg-picture {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
	z-index: 0;
}

.hero--static .hero-static {
	position: relative;
	min-height: calc(100vh - 72px);
	background: transparent;
	z-index: 2;
}

.hero--static .hero-static::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(90deg, rgba(18, 14, 10, 0.68) 0%, rgba(18, 14, 10, 0.52) 34%, rgba(18, 14, 10, 0.24) 58%, rgba(18, 14, 10, 0.08) 78%, rgba(18, 14, 10, 0.04) 100%),
		linear-gradient(180deg, rgba(245, 240, 233, 0.18) 0%, rgba(18, 14, 10, 0.10) 100%);
}

.hero--static .hero-static-inner {
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 72px);
	max-width: 1320px;
	margin: 0 auto;
	padding: 102px 36px 76px;
	display: grid;
	grid-template-columns: minmax(0, 680px);
	align-items: center;
	align-content: center;
}

.hero--static .hero-static-left {
	max-width: 700px;
	transform: translateY(-26px);
}

.hero--static .hero-eyebrow {
	color: rgba(247, 225, 186, 0.95);
	font-size: 12px;
	letter-spacing: 3.8px;
	font-weight: 500;
	margin-bottom: 14px;
	max-width: 520px;
	text-transform: uppercase;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.hero--static .hero-kicker {
	border: 0;
	color: rgba(246, 230, 196, 0.92);
	background: transparent;
	backdrop-filter: none;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: 2.4px;
	font-size: 10px;
	font-weight: 500;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.hero--static .hero-eyebrow::before {
	background: rgba(247, 225, 186, 0.6);
	width: 56px;
}

.hero--static .hero-title-bold {
	color: #fdf3e3;
	font-size: clamp(72px, 9.2vw, 132px);
	line-height: 0.84;
	letter-spacing: 0.8px;
	font-weight: 700;
	text-shadow: 0 9px 28px rgba(0, 0, 0, 0.32);
}

.hero--static .hero-title-script {
	color: #FFD601;
	font-size: clamp(44px, 4.9vw, 82px);
	margin-top: -10px;
	line-height: 0.92;
	text-shadow: 0 3px 11px rgba(0, 0, 0, 0.26);
}

.hero--static .hero-title {
	margin-bottom: 24px;
	max-width: 680px;
}


.hero--static .hero-sub {
	color: rgba(255, 247, 236, 0.86);
}

.hero--static .hero-sub {
	max-width: 620px;
	font-size: 16px;
	line-height: 1.78;
	letter-spacing: 0.1px;
	margin-top: 0;
	margin-bottom: 24px;
	color: rgba(246, 232, 205, 0.9);
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
}

.hero--static .hero-ctas {
	margin-top: 0;
	gap: 14px;
	align-items: center;
}

.hero--static .hs-btn-stall,
.hero--static .hs-btn-pass {
	padding: 15px 30px;
	font-size: 11px;
	letter-spacing: 1.5px;
	min-height: 50px;
}

.hero--static .hs-btn-stall {
	background: #FFD601;
	color: #111111;
	box-shadow: 0 12px 24px rgba(98, 74, 10, 0.26);
	border-color: rgba(255, 214, 1, 0.85);
}

.hero--static .hs-btn-stall:hover {
	background: #f2cc00;
	box-shadow: 0 14px 26px rgba(98, 74, 10, 0.34);
}

.hero--static .hs-btn-pass {
	box-shadow: 0 10px 20px rgba(89, 63, 24, 0.2);
}

.hero--static .hs-btn-pass:hover {
	box-shadow: 0 12px 24px rgba(89, 63, 24, 0.28);
}

.hero--static .hero-trust {
	margin-top: 14px;
	font-size: 11.5px;
	letter-spacing: 0.5px;
	opacity: 0.9;
	gap: 7px 12px;
	color: rgba(241, 218, 178, 0.84);
}

.hero--static .hero-trust-sep {
	color: rgba(231, 194, 122, 0.95);
	opacity: 0.9;
}

.hero--static .hero-static-right,
.hero--static .hero-collage {
	display: none;
}

@media (max-width: 1024px) {
	.hero.hero--static {
		margin-top: 72px;
	}

	.hero-bg-img {
		object-position: 68% center;
	}

	.hero--static .hero-static-inner {
		padding: 96px 28px 62px;
	}

	.hero--static .hero-static-left {
		transform: translateY(-8px);
		max-width: 650px;
	}

	.hero--static .hero-title-bold {
		font-size: clamp(62px, 10vw, 106px);
	}

	.hero--static .hero-title-script {
		font-size: clamp(38px, 6.2vw, 64px);
		margin-top: -6px;
	}

	.hero--static .hero-sub {
		font-size: 15px;
		max-width: 560px;
	}
}

@media (max-width: 640px) {
	.hero--static .hero-static-inner {
		padding: 88px 20px 48px;
	}

	.hero-bg-img {
		object-position: 74% center;
	}

	.hero--static .hero-static-left {
		transform: none;
	}

	.hero--static .hero-title-bold {
		font-size: clamp(48px, 14vw, 72px);
		line-height: 0.89;
	}

	.hero--static .hero-title-script {
		font-size: clamp(32px, 9.8vw, 50px);
		margin-top: -4px;
	}

	.hero--static .hero-title {
		margin-bottom: 18px;
	}

	.hero--static .hero-sub {
		font-size: 14px;
		line-height: 1.66;
		margin-bottom: 20px;
	}
}

@media (max-width: 480px) {
	.hero-bg-img {
		object-position: 78% center;
	}
}

.hero-slide {
	position: absolute;
	inset: 0;
	background: var(--Y);
	opacity: 0;
	transition: opacity 0.7s ease;
	pointer-events: none;
	overflow: hidden;
}

.hero-slide.active {
	opacity: 1;
	pointer-events: auto;
	overflow: hidden;
}

/* Left yellow panel â€” legacy, now unused */
.hs-pattern {
	position: absolute;
	inset: 0;
	background-image: repeating-linear-gradient(45deg,
			rgba(0, 0, 0, 0.03) 0,
			rgba(0, 0, 0, 0.03) 1px,
			transparent 0,
			transparent 50%);
	background-size: 22px 22px;
	pointer-events: none;
}

.hs-geo-a {
	position: absolute;
	top: -100px;
	right: 44%;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.05);
	pointer-events: none;
}

.hs-geo-b {
	position: absolute;
	bottom: -50px;
	left: 34%;
	width: 160px;
	height: 160px;
	transform: rotate(45deg);
	background: rgba(0, 0, 0, 0.04);
	pointer-events: none;
}

.hs-geo-c {
	position: absolute;
	top: 15%;
	left: -40px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.07);
	pointer-events: none;
}

/* Model image â€” right, full height, transparent PNG blends into yellow */
.hs-model {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 108%;
	width: 58%;
	display: flex;
	align-items: flex-end;
}

.hs-model img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: right bottom;
	display: block;
}

.hs-model-fade {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background: linear-gradient(to right,
			var(--Y) 15%,
			rgba(255, 215, 0, 0.6) 65%,
			transparent 100%);
	pointer-events: none;
}

/* Text content */
.hs-content {
	position: relative;
	z-index: 3;
	padding: 44px 32px 44px 80px;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hs-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--K);
	color: var(--Y);
	font-size: 9px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding: 5px 14px;
	font-weight: 700;
	margin-bottom: 16px;
	width: fit-content;
	font-family: var(--sans);
}

.hs-eyebrow {
	font-size: 11px;
	letter-spacing: 3.5px;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
	font-family: var(--sans);
}

.hs-title-bold {
	font-family: var(--bebas);
	font-size: clamp(64px, 8vw, 118px);
	color: var(--K);
	line-height: 0.88;
	letter-spacing: 2px;
}

.hs-title-script {
	font-family: var(--script);
	font-size: clamp(44px, 5.5vw, 80px);
	color: var(--K);
	line-height: 1.1;
	margin-bottom: 18px;
}

/* Location â€” impossible to miss */
.hs-loc {
	margin-bottom: 18px;
}

.hs-loc-city {
	font-family: var(--bebas);
	font-size: clamp(48px, 6.5vw, 90px);
	color: var(--K);
	letter-spacing: 3px;
	line-height: 0.9;
	display: flex;
	align-items: center;
}

.hs-loc-bar {
	display: inline-block;
	width: 8px;
	height: 0.85em;
	background: var(--K);
	margin-right: 14px;
	flex-shrink: 0;
}

.hs-loc-row2 {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-left: 22px;
	margin-top: 6px;
}

.hs-loc-venue {
	font-size: 14px;
	font-weight: 700;
	color: var(--K);
	letter-spacing: 0.3px;
}

.hs-loc-sep {
	width: 5px;
	height: 5px;
	background: var(--K);
	border-radius: 50%;
	flex-shrink: 0;
}

.hs-loc-date {
	font-family: var(--bebas);
	font-size: 22px;
	color: var(--K);
	letter-spacing: 1.5px;
}

/* Hand-drawn underline under city */
.hs-underline {
	margin-left: 22px;
	margin-top: 4px;
	margin-bottom: 14px;
	opacity: 0.3;
}

.hs-tagline {
	font-family: var(--script);
	font-size: clamp(15px, 1.8vw, 21px);
	color: rgba(0, 0, 0, 0.65);
	margin-bottom: 24px;
	line-height: 1.4;
}

.hs-btns {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hs-btn-stall {
	background: var(--K);
	color: var(--Y);
	padding: 14px 28px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: var(--sans);
	transition: background 0.2s;
}

.hs-btn-stall:hover {
	background: #222;
}

.hs-btn-pass {
	background: transparent;
	color: var(--K);
	padding: 14px 28px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2.5px solid var(--K);
	cursor: pointer;
	font-family: var(--sans);
	transition: background 0.2s;
}

.hs-btn-pass:hover {
	background: rgba(0, 0, 0, 0.08);
}

/* Arrows */
.hero-arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	transition: background 0.2s;
	color: var(--Y);
}

.hero-arr:hover {
	background: var(--K);
}

.hero-arr-prev {
	left: 16px;
}

.hero-arr-next {
	right: 16px;
}

/* Dots */
.hero-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.hero-dot-btn {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
	border: none;
	cursor: pointer;
	transition: all 0.35s;
	padding: 0;
}

.hero-dot-btn.on {
	background: var(--K);
	width: 28px;
	border-radius: 4px;
}

/* Slide counter */
.hero-counter {
	position: absolute;
	top: 20px;
	right: 72px;
	font-family: var(--bebas);
	font-size: 14px;
	color: rgba(0, 0, 0, 0.35);
	letter-spacing: 2px;
	z-index: 10;
}

/* -- STATS -- */
.stats {
	background: var(--K);
}

.stats-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 32px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}

.stat-item {
	text-align: center;
	padding: 0 16px;
	position: relative;
}

.stat-main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.stat-icon {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--Y);
	opacity: 0.85;
	flex-shrink: 0;
}

.stat-icon svg {
	width: 100%;
	height: 100%;
}

.stat-text {
	text-align: left;
}

.stat-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 52px;
	background: rgba(255, 215, 0, 0.2);
}

.stat-num {
	font-family: var(--bebas);
	font-size: clamp(40px, 5vw, 64px);
	color: var(--Y);
	line-height: 1;
	letter-spacing: 2px;
}

.stat-label {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 2.5px;
	text-transform: uppercase;
	margin-top: 8px;
}

.stat-sub {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.22);
	margin-top: 3px;
}

.fm-form-group--other-event,
.fm-form-group--other-business {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform-origin: top;
	transition:
		max-height 0.25s ease,
		opacity 0.25s ease;
}

.fm-form-group--other-event.is-visible,
.fm-form-group--other-business.is-visible {
	max-height: 120px;
	opacity: 1;
}

/* -- SECTION HEADER -- */
.sh {
	text-align: center;
	margin-bottom: 52px;
}

.sh-eye {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 10px;
}

.sh-eye-line {
	width: 32px;
	height: 2px;
	background: var(--Y);
}

.sh-eye-txt {
	font-size: 10px;
	letter-spacing: 4px;
	color: var(--Y);
	text-transform: uppercase;
	font-weight: 700;
}

.sh-title {
	font-family: var(--bebas);
	font-size: clamp(36px, 5vw, 68px);
	color: var(--K);
	letter-spacing: 2px;
	line-height: 1;
}

.sh-title.light {
	color: var(--W);
}

.sh-title.dark-bg {
	color: var(--K);
}

.sh-sub {
	font-size: 14px;
	color: var(--gray);
	margin-top: 10px;
	font-style: italic;
}

.sh-sub.light {
	color: rgba(255, 255, 255, 0.45);
}

/* -- EVENTS -- */
.events {
	padding: 80px 20px;
	background: #F5F0E9;
	overflow: hidden;
}

.events-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.events-grid {
	display: flex;
	gap: 0;
}

/* Swiper specific */
.events-carousel-container {
	position: relative;
	padding: 0 50px;
}

.events-carousel .swiper-wrapper {
	align-items: stretch;
}

.events-carousel .swiper-slide {
	height: auto;
	display: block;
	width: 100% !important;
	flex-shrink: 0;
}

/* Defensive production override: prevent stale swiper-grid wrapping */
.events-carousel.swiper-grid .swiper-wrapper,
.events-carousel .swiper-wrapper.swiper-grid {
	flex-wrap: nowrap !important;
}

@media (max-width: 1024px) {
	.events-carousel-container {
		padding: 0 40px;
	}
}

@media (max-width: 768px) {
	.events-carousel-container {
		padding: 0;
	}
}

.events-carousel {
	padding-bottom: 12px;
	position: relative;
	overflow: hidden;
}

/* Desktop: 2 cards per slide (2 columns); tablet/mobile overridden via JS-added classes */
.events-slide {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.ev-slide-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

/* Tablet — JS adds .ev-slide-grid--tablet: two cards stacked (one column) */
.ev-slide-grid--tablet {
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	gap: 18px;
}

.events-carousel--mobile .ev-slide-grid,
.events-carousel--mobile .ev-slide-grid.ev-slide-grid--single {
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (max-width: 992px) {
	.ev-slide-grid {
		gap: 18px;
	}
}

.ev-card--placeholder {
	visibility: hidden;
	pointer-events: none;
}

.events-pagination {
	position: relative;
	bottom: auto !important;
	margin-top: 20px;
	text-align: center;
	min-height: 14px;
	z-index: 3;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

/* n4x7pa — default bullets; y8p3zr — active (gold) */
#n4x7pa.swiper-pagination .swiper-pagination-bullet,
.events-pagination .swiper-pagination-bullet {
	background: #777;
	opacity: 1 !important;
	width: 11px;
	height: 11px;
	transition: background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

#n4x7pa.swiper-pagination .swiper-pagination-bullet:hover,
.events-pagination .swiper-pagination-bullet:hover {
	opacity: 1 !important;
}

/* y8p3zr */
#n4x7pa.swiper-pagination .swiper-pagination-bullet-active,
.events-pagination .swiper-pagination-bullet-active {
	background: #ffd601 !important;
	opacity: 1 !important;
	transform: scale(1.05);
}

.events-pagination.swiper-pagination-lock {
	display: flex !important;
}

@media (max-width: 768px) {
	.events-pagination {
		margin-top: 14px;
	}
}

/* Short desktop viewport tuning (Windows laptop 100% zoom) */
@media (min-width: 1024px) and (max-height: 860px) {
	.hero--static .hero-static-inner {
		padding-top: 86px;
		padding-bottom: 48px;
	}

	.hero--static .hero-static-left {
		transform: translateY(-10px);
	}

	.hero--static .hero-title-bold {
		font-size: clamp(58px, 7.2vw, 104px);
	}

	.hero--static .hero-title-script {
		font-size: clamp(34px, 4vw, 64px);
		margin-top: -6px;
	}

	.hero--static .hero-title {
		margin-bottom: 16px;
	}

	.hero--static .hero-trust {
		margin-top: 10px;
	}
}

.events-arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	transition: all 0.2s;
	color: var(--Y);
	padding: 0;
}

.events-arr:hover {
	background: var(--K);
	color: var(--W);
}

.events-arr-prev {
	left: 10px;
}

.events-arr-next {
	right: 10px;
}

@media (max-width: 1024px) {
	.events-arr {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 992px) {
	.events-grid-static {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 600px) {
	.events-grid-static {
		grid-template-columns: 1fr !important;
	}
}

.ev-card {
	background: var(--W);
	overflow: hidden;
	transition:
		transform 0.3s;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	display: block;
}

.ev-card:hover {
	transform: translateY(-6px);
	box-shadow: none;
}

/* Homepage Specific Event Cards */
.ev-card--home {
	background: #fff;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.08);
	display: flex !important;
	flex-direction: column;
	height: 100% !important;
	border-radius: 0;
}

.ev-card--home:hover {
	box-shadow: none !important;
	transform: none;
	border-color: rgba(0, 0, 0, 0.08);
}

.ev-card--home .ev-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 22px 20px;
}

.ev-card--home .ev-card-meta {
	margin-bottom: 16px;
}

.ev-card--home .ev-card-title {
	font-family: var(--bebas);
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 1.05;
}

.ev-card--home .ev-card-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 18px;
	line-height: 1.5;
	min-height: calc(1.5em * 2);
	max-height: calc(1.5em * 2);
}

.ev-card--home .ev-card-btns {
	margin-top: auto;
	margin-bottom: 0;
}

.ev-card--home.ev-card--ended {
	pointer-events: none;
	opacity: 0.9;
}

.ev-card--home.ev-card--ended .ev-card-btns .btn-ok,
.ev-card--home.ev-card--ended .ev-card-btns .btn-Y {
	opacity: 0.7;
	cursor: default;
}

.ev-card--home:hover .ev-card-img img {
	transform: none;
}

.ev-card--home .ev-card-ended-badge {
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	box-shadow: none;
	background: rgba(17, 17, 17, 0.92);
	border: 1px solid rgba(255, 215, 0, 0.25);
	padding: 8px 12px;
	font-size: 13px;
	letter-spacing: 2px;
}

.ev-card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ev-card-img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
	transition: all 0.5s ease;
}

.ev-card--ended .ev-card-img img {
	filter: grayscale(100%) brightness(0.8) contrast(1.1);
}

.ev-card--ended:hover .ev-card-img img {
	filter: grayscale(0%) brightness(1) contrast(1);
}

.ev-card-ended-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.ev-card--ended:hover .ev-card-ended-overlay {
	opacity: 0;
}

.ev-card-ended-badge {
	background: rgba(17, 17, 17, 0.92);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	color: var(--Y);
	padding: 14px 32px;
	font-family: var(--bebas);
	font-size: 20px;
	letter-spacing: 3px;
	border: 1px solid rgba(255, 215, 0, 0.4);
	box-shadow: none;
	transform: translateY(0);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Remove hover shadows on event card CTAs (site-wide) */
.ev-card .btn-animate:hover,
.ep-card .btn-animate:hover {
	box-shadow: none;
}

@media (max-width: 1200px) {
	.ev-card-img img {
		height: 360px;
	}
}

@media (max-width: 992px) {
	.ev-card-img img {
		height: 340px;
	}
}

@media (max-width: 768px) {
	.ev-card-img img {
		height: 320px;
	}
}

@media (max-width: 480px) {
	.ev-card-img img {
		height: 280px;
	}
}

.ev-card:hover .ev-card-img img {
	transform: scale(1.04);
}

.ev-card-tag {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--Y);
	color: var(--K);
	font-family: var(--bebas);
	font-size: 15px;
	letter-spacing: 1.5px;
	padding: 5px 16px;
}

.ev-card-body {
	padding: 24px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.ev-card-title {
	font-family: var(--bebas);
	font-size: 26px;
	color: var(--K);
	letter-spacing: 1px;
	margin-bottom: 8px;
	line-height: 1.05;
}

.ev-card-desc {
	font-size: 13px;
	color: var(--gray);
	line-height: 1.65;
	margin-bottom: 18px;
}

.ev-card-btns {
	display: flex !important;
	gap: 8px;
	flex-wrap: nowrap !important;
	width: 100%;
	margin-bottom: 22px;
}

.ev-card-btns .btn-ok,
.ev-card-btns .btn-Y {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 14px 10px;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.ev-card-meta {
	display: flex;
	gap: 16px;
	margin-bottom: 22px;
	flex-wrap: wrap;
}

.ev-card-meta-item {
	font-size: 11px;
	color: var(--lgray);
	display: flex;
	align-items: center;
	gap: 5px;
}

/* -- BUTTONS -- */
.btn-Y {
	background: var(--Y);
	color: var(--K);
	padding: 12px 26px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	font-family: var(--sans);
}

.btn-Y:hover {
	background: var(--Yd);
}

.btn-K {
	background: var(--K);
	color: var(--W);
	padding: 12px 26px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	transition: background 0.2s;
	font-family: var(--sans);
}

.btn-K:hover {
	background: #222;
}

.btn-ok {
	background: transparent;
	color: var(--K);
	padding: 12px 26px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	border: 2px solid var(--K);
	cursor: pointer;
	transition: all 0.2s;
	font-family: var(--sans);
}

.btn-ok:hover {
	background: var(--K);
	color: var(--W);
}

/* -- WHY -- */
.why {
	padding: 96px 32px;
	background: #F5F0E9;
}

.why-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
}

.why-col {
	background: var(--cream);
	padding: 44px 32px;
	transition: all 0.3s;
	cursor: default;
}

.why-col:hover {
	background: var(--K);
}

.why-icon {
	width: 48px;
	height: 48px;
	border: 1.5px solid rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	color: var(--K);
	transition: all 0.3s;
}

.why-col:hover .why-icon {
	border-color: rgba(255, 215, 0, 0.3);
	color: var(--Y);
}

.why-col-title {
	font-family: var(--bebas);
	font-size: 22px;
	letter-spacing: 1px;
	color: var(--K);
	margin-bottom: 12px;
	transition: color 0.3s;
}

.why-col:hover .why-col-title {
	color: var(--Y);
}

.why-col-text {
	font-size: 13px;
	color: var(--gray);
	line-height: 1.75;
	transition: color 0.3s;
}

.why-col:hover .why-col-text {
	color: rgba(255, 255, 255, 0.5);
}

/* -- AUDIENCE -- */
.audience {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	background: var(--K);
}

.aud-divider {
	background: linear-gradient(to bottom,
			transparent 8%,
			var(--Y) 30%,
			var(--Y) 70%,
			transparent 92%);
	align-self: stretch;
}

.aud-col {
	padding: 88px 72px;
	background: var(--K);
}

.aud-eyebrow {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 14px;
	font-family: var(--sans);
	color: var(--Y);
}

.aud-title {
	font-family: var(--bebas);
	font-size: clamp(30px, 3.5vw, 50px);
	letter-spacing: 1px;
	margin-bottom: 28px;
	line-height: 1.05;
	color: var(--W);
}

.aud-list {
	list-style: none;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.aud-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.6);
}

.aud-list li::before {
	content: "\2192";
	font-size: 12px;
	flex-shrink: 0;
	margin-top: 2px;
	font-weight: 700;
	color: var(--Y);
}

/* -- SCHEDULE -- */
.schedule {
	padding: 88px 32px;
	background: var(--Y);
}

.schedule-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.sch-container {
	border: 2px solid var(--K);
	padding: 40px;
}

.sch-tabs-wrapper {
	margin-bottom: 40px;
}

.sch-tabs-container {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.sch-tab-btn {
	background: transparent;
	border: 2px solid var(--K);
	color: var(--K);
	font-family: var(--bebas);
	font-size: 24px;
	letter-spacing: 1.5px;
	padding: 8px 24px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-transform: uppercase;
}

.sch-tab-btn:hover {
	background: rgba(17, 17, 17, 0.08);
}

.sch-tab-btn.active {
	background: var(--K);
	color: var(--Y);
}

.sch-h-line {
	height: 2px;
	background-color: var(--K);
	width: 100%;
}

.sch-month-content {
	display: none;
}

.sch-month-content.active {
	display: block;
	animation: fadeInSchedule 0.4s ease forwards;
}

@keyframes fadeInSchedule {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sch-dual-grid {
	display: flex;
	gap: 40px;
	position: relative;
}

.sch-group {
	flex: 1;
}

.sch-group-title {
	font-family: var(--bebas);
	font-size: 18px;
	color: var(--K);
	letter-spacing: 1.5px;
	margin-bottom: 25px;
	background: var(--K);
	color: var(--Y);
	display: inline-block;
	padding: 4px 12px;
	border-radius: 20px;
}

.sch-items-columns {
	display: flex;
	gap: 40px;
}

.sch-column {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.sch-item {
	display: inline-flex;
	width: 100%;
	align-items: flex-start;
	gap: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 8px;
	margin-bottom: 20px;
	break-inside: avoid;
	page-break-inside: avoid;
}

.sch-date {
	font-family: var(--sans);
	font-weight: 700;
	font-size: 13px;
	color: var(--K);
	min-width: 40px;
	margin-top: 3px;
}

.sch-city {
	font-family: var(--sans);
	font-weight: 700;
	font-size: 15px;
	color: var(--K);
	text-transform: uppercase;
	line-height: 1.2;
}

.sch-venue {
	font-family: var(--sans);
	font-size: 11px;
	color: rgba(0, 0, 0, 0.6);
	font-style: italic;
	margin-top: 2px;
}

.sch-v-sep {
	width: 2px;
	background: linear-gradient(to bottom,
			transparent,
			var(--K) 20%,
			var(--K) 80%,
			transparent);
	opacity: 0.5;
}

@media (max-width: 992px) {
	.sch-dual-grid {
		flex-direction: column;
		gap: 50px;
	}

	.sch-v-sep {
		width: 100%;
		height: 2px;
		background: linear-gradient(to right,
				transparent,
				var(--K) 20%,
				var(--K) 80%,
				transparent);
	}
}

@media (max-width: 600px) {
	.sch-items-columns {
		flex-direction: column;
		gap: 0;
	}

	.sch-container {
		padding: 25px;
	}
}

.sch-more {
	font-size: 11px;
	color: rgba(0, 0, 0, 0.5);
	font-style: italic;
	padding-top: 8px;
}

/* -- GALLERY -- */
.gallery {
	padding: 96px 32px;
	background: var(--K);
}

.gallery-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.gal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 240px 240px;
	gap: 6px;
	margin-bottom: 40px;
}

.gal-item {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.gal-item.tall {
	grid-row: span 2;
}

.gal-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s;
	min-height: 240px;
}

.gal-item.tall img {
	min-height: 480px;
}

.gal-item:hover img {
	transform: scale(1.05);
}

.gal-ovl {
	position: absolute;
	inset: 0;
	background: rgba(255, 215, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s;
}

.gal-item:hover .gal-ovl {
	opacity: 1;
}

.gal-ovl-icon {
	width: 40px;
	height: 40px;
	background: var(--Y);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Homepage gallery — align with /gallery/ rhythm (scoped, no standalone page changes) */
.gallery.gallery--home {
	padding: 88px 32px 96px;
}

.gallery.gallery--home .gallery-inner {
	max-width: 1400px;
}

.gallery.gallery--home .sh {
	margin-bottom: 40px;
}

.gallery.gallery--home .sh-title.light {
	font-size: clamp(28px, 3.2vw, 44px);
	letter-spacing: 3px;
}

.gallery.gallery--home .sh-sub.light {
	font-size: 13px;
	margin-top: 8px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
}

.gallery.gallery--home .gal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-auto-rows: auto;
	grid-template-rows: none;
	gap: 12px;
	margin-bottom: 36px;
}

.gallery.gallery--home .gal-item {
	aspect-ratio: 1 / 1;
	background: #111;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}

.gallery.gallery--home .gal-item.tall {
	grid-row: span 2;
	aspect-ratio: 1 / 2;
}

.gallery.gallery--home .gal-item img,
.gallery.gallery--home .gal-item video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	min-height: 0;
	transition: opacity 0.35s ease;
}

.gallery.gallery--home .gal-video-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
}

.gallery.gallery--home .gal-video-container iframe,
.gallery.gallery--home .gal-video-container>* {
	max-width: 100%;
	max-height: 100%;
}

.gallery.gallery--home .gal-item:hover img {
	transform: none;
}

.gallery.gallery--home .gal-btn-wrap {
	margin-top: 28px;
}

@media (max-width: 900px) {
	.gallery.gallery--home .gal-grid {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
		gap: 12px;
	}
}

/* -- TESTIMONIALS -- */
.testimonials {
	padding: 96px 32px;
	background: var(--cream);
}

.testimonials-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.testimonials-carousel-container {
	position: relative;
	padding: 0 50px;
}

.testimonials-carousel {
	overflow: hidden;
}

.testimonials-carousel .swiper-wrapper {
	align-items: stretch;
}

.testimonials-carousel .swiper-slide {
	height: auto;
}

.tes-slide {
	display: flex;
	align-items: stretch;
	height: auto;
}

.tes-slide .tes-card {
	width: 100%;
	flex: 1 1 auto;
}

.tes-grid {
	display: flex;
	align-items: stretch;
}

.tes-card {
	background: var(--W);
	padding: 44px 40px;
	border-top: 4px solid var(--Y);
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
}

.tes-big-q {
	font-family: var(--bebas);
	font-size: 100px;
	color: var(--Y);
	opacity: 0.12;
	position: absolute;
	top: 10px;
	left: 28px;
	line-height: 1;
	pointer-events: none;
}

.tes-stars {
	color: var(--Y);
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.tes-text {
	font-size: 15px;
	color: var(--K);
	line-height: 1.8;
	margin-bottom: 28px;
	font-style: italic;
	position: relative;
	z-index: 1;
}

.tes-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.testimonials-pagination {
	position: relative;
	bottom: auto !important;
	margin-top: 22px;
	text-align: center;
	min-height: 14px;
	z-index: 3;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.testimonials-pagination .swiper-pagination-bullet {
	background: #777;
	opacity: 1 !important;
	width: 11px;
	height: 11px;
	transition: background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.testimonials-pagination .swiper-pagination-bullet-active {
	background: #ffd601 !important;
	opacity: 1 !important;
}

.testimonials-arr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	transition: all 0.2s;
	color: var(--Y);
	padding: 0;
}

.testimonials-arr:hover {
	background: var(--K);
	color: var(--W);
}

.testimonials-arr-prev {
	left: 10px;
}

.testimonials-arr-next {
	right: 10px;
}

@media (max-width: 1024px) {
	.testimonials-carousel-container {
		padding: 0 40px;
	}

	.testimonials-arr {
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 768px) {
	.testimonials-carousel-container {
		padding: 0;
	}
}

.tes-avatar {
	width: 44px;
	height: 44px;
	background: var(--Y);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bebas);
	font-size: 22px;
	color: var(--K);
	flex-shrink: 0;
}

.tes-name {
	font-weight: 700;
	font-size: 12px;
	color: var(--K);
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

/* -- FINAL CTA -- */
.final-cta {
	padding: 96px 32px;
	background: var(--K);
	position: relative;
	overflow: hidden;
}

.final-cta-bg {
	position: absolute;
	inset: 0;
	font-family: var(--bebas);
	font-size: clamp(80px, 12vw, 160px);
	color: rgba(255, 215, 0, 0.04);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	letter-spacing: 4px;
	white-space: nowrap;
	overflow: hidden;
	pointer-events: none;
	line-height: 1;
}

.final-cta-inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.final-cta-script {
	font-family: var(--script);
	font-size: 36px;
	color: var(--Y);
	margin-bottom: 2px;
}

.final-cta-big {
	font-family: var(--bebas);
	font-size: clamp(52px, 7vw, 96px);
	color: var(--W);
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 6px;
}

.final-cta-big span {
	color: var(--Y);
}

.final-cta-sub {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 48px;
}

.cta-btns {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

/* -- FOOTER -- */
.footer {
	background: #0a0a0a;
	padding: 64px 32px 28px;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.footer-top {
	display: grid;
	grid-template-columns: 2fr 1.2fr 1.8fr;
	gap: 56px;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	margin-bottom: 28px;
}

.footer-logo-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.footer-brand-name {
	font-family: var(--bebas);
	font-size: 26px;
	color: var(--W);
	letter-spacing: 3px;
}

.footer-brand-tag {
	font-size: 9px;
	color: var(--Y);
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.footer-brand-desc {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.32);
	line-height: 1.75;
	max-width: 280px;
	margin-bottom: 24px;
}

.footer-social {
	display: flex;
	gap: 8px;
}

.footer-app-btns {
	display: flex;
	gap: 12px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.app-store-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #1a1a1a;
	color: var(--W);
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.2s ease;
	min-width: 140px;
}

.app-store-btn:hover {
	background: #222;
	border-color: var(--Y);
	transform: translateY(-2px);
}

.app-store-icon {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	object-fit: contain;
}

.app-store-btn--apple .app-store-icon {
	/* Makes the black Apple logo white */
	filter: brightness(0) invert(1);
}

.app-store-btn span {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	font-family: var(--sans);
	font-weight: 600;
	font-size: 14px;
}

.app-store-btn small {
	font-size: 9px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-sb {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
	color: rgba(255, 255, 255, 0.4);
}

.footer-sb:hover {
	border-color: var(--Y);
	color: var(--Y);
}

.footer-col-title {
	font-family: var(--bebas);
	font-size: 18px;
	letter-spacing: 2px;
	color: var(--Y);
	margin-bottom: 20px;
}

.footer-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links li a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.38);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-links li a:hover {
	color: var(--Y);
}

.fci {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
	align-items: flex-start;
}

.fci-icon {
	color: var(--Y);
	flex-shrink: 0;
	margin-top: 2px;
}

.fci-text {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.6;
}

.fci-text a {
	color: rgba(255, 255, 255, 0.38);
	text-decoration: none;
}

.fci-text a:hover {
	color: var(--Y);
}

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

.footer-copy {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
}

.footer-btm-links {
	display: flex;
	gap: 20px;
}

.footer-btm-links a {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.footer-btm-links a:hover {
	color: var(--Y);
}

/* â”€â”€ TWEAKS PANEL â”€â”€ */
.tweaks-panel {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background: var(--W);
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
	width: 280px;
	z-index: 9999;
	display: none;
}

.tweaks-panel.visible {
	display: block;
}

.tweaks-header {
	background: var(--K);
	padding: 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tweaks-title-bar {
	font-family: var(--bebas);
	font-size: 17px;
	letter-spacing: 2px;
	color: var(--Y);
}

.tweaks-close {
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}

.tweaks-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.twk-row {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.twk-label {
	font-size: 10px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--gray);
}

.twk-opts {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.twk-opt {
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	cursor: pointer;
	background: var(--W);
	transition: all 0.15s;
	font-family: var(--sans);
}

.twk-opt.on {
	background: var(--Y);
	border-color: var(--Y);
	font-weight: 700;
}

.twk-color {
	width: 26px;
	height: 26px;
	border: 2.5px solid transparent;
	cursor: pointer;
	transition: border 0.15s;
}

.twk-color.on {
	border-color: var(--K);
}

/* â”€â”€ RESPONSIVE â”€â”€ */
@media (max-width: 1024px) {
	.stats-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.events-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.why-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sch-grid {
		width: 100%;
	}

	.sch-col {
		border-right: none;
		border-bottom: 2.5px solid var(--K);
	}

	.sch-col:last-child {
		border-bottom: none;
	}

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

	.footer-top>*:last-child {
		grid-column: 1/-1;
	}
}

@media (max-width: 768px) {

	.nav-links,
	.nav-cta {
		display: none;
	}

	.nav-hamburger {
		display: flex;
	}

	.hero-slide {
		display: block;
	}

	.hs-content {
		width: 100%;
		padding: 36px 24px 120px 32px;
	}

	.hs-model {
		width: 100%;
		height: 55%;
		position: absolute;
		bottom: 0;
		right: 0;
		opacity: 0.35;
	}

	.hs-title-bold {
		font-size: 52px;
	}

	.hs-loc-city {
		font-size: 40px;
	}

	.stats-inner {
		grid-template-columns: repeat(2, 1fr);
		padding: 48px 20px;
	}

	.events {
		padding: 64px 20px;
	}

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

	.why {
		padding: 64px 20px;
	}

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

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

	.aud-col {
		padding: 56px 24px;
	}

	.schedule {
		padding: 64px 20px;
	}

	.gallery {
		padding: 64px 20px;
	}

	.gal-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery.gallery--home {
		padding: 64px 20px 72px;
	}

	.gallery.gallery--home .sh {
		margin-bottom: 32px;
	}

	.gallery.gallery--home .gal-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 28px;
	}

	.gallery.gallery--home .gal-item.tall {
		grid-row: auto;
		aspect-ratio: 1 / 1;
	}

	.gal-item.tall {
		grid-row: span 1;
	}

	.testimonials {
		padding: 64px 20px;
	}

	.final-cta {
		padding: 72px 20px;
	}

	.footer {
		padding: 48px 20px 24px;
	}

	.footer-top {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.footer-top>*:last-child {
		grid-column: auto;
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.hs-title-bold {
		font-size: 42px;
	}

	.hs-loc-city {
		font-size: 32px;
	}

	.hs-loc-row2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.hs-loc-sep {
		display: none;
	}

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

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

	.hs-btns {
		flex-direction: column;
	}

	.cta-btns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.cta-btns>a {
		width: 100%;
		justify-content: center;
		padding: 12px 10px !important;
	}
}

/* â”€â”€ LIGHTBOX â”€â”€ */
.lightbox {
	display: none;
	position: fixed;
	z-index: 2000;
	inset: 0;
	background: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
	padding: 40px;
	backdrop-filter: blur(8px);
}

.lightbox.active {
	display: flex;
}

.lightbox-img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	transform: scale(0.9);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 2px solid rgba(255, 255, 255, 0.1);
}

.lightbox.active .lightbox-img {
	transform: scale(1);
}

.lightbox-close {
	position: absolute;
	top: 30px;
	right: 40px;
	color: white;
	font-size: 50px;
	cursor: pointer;
	transition: all 0.2s;
	line-height: 1;
	font-weight: 300;
	user-select: none;
}

.lightbox-close:hover {
	color: var(--Y);
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.lightbox {
		padding: 20px;
	}

	.lightbox-close {
		top: 20px;
		right: 20px;
	}
}

/* â”€â”€ ANIMATED HOVER LINKS â”€â”€ */
.hover-link {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom: 2px;
}

.hover-link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	opacity: 0.9;
	transition:
		transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.2s ease;
	will-change: transform;
}

.hover-link:hover::after {
	transform: scaleX(1);
}

.hover-link.is-leaving::after {
	transform-origin: right;
	transform: scaleX(0);
}

/* Keep underline visible for active nav links (override hover "leave" state) */
.nav-link.active::after,
.nav-link.active.is-leaving::after {
	transform-origin: left;
	transform: scaleX(1);
	opacity: 1;
}

/* Footer Link Base Styles */
.footer-links {
	list-style: none;
	padding: 0;
}

.footer-links a,
.footer-btm-links a,
.fci-text a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	transition: color 0.2s;
}

.footer-links a:hover,
.footer-btm-links a:hover,
.fci-text a:hover {
	color: var(--W);
}

/* â”€â”€ BUTTON ANIMATION â”€â”€ */
.btn-animate {
	position: relative;
	/* Removed overflow: hidden to allow ::after to extend hit-area and prevent flickering */
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 1;
	display: inline-block;
	will-change: transform;
}

/* Prevent hover "flicker" when the button moves up:
   The ::after pseudo-element extends the hoverable area BELOW the button.
   When the button translates -5px up, the mouse stays within this extended area,
   preventing the hover state from toggling off/on rapidly. */
.btn-animate::after {
	content: "";
	position: absolute;
	inset: 0;
	bottom: -20px;
	/* Extended hit area below the button */
	background: transparent;
	z-index: 10;
	pointer-events: auto;
}

.btn-animate:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.btn-animate:active {
	transform: translateY(-2px);
}

.btn-animate::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.4),
			transparent);
	background-size: 200% 100%;
	background-position: -150% 0;
	background-repeat: no-repeat;
	transition: background-position 0.75s ease;
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
}

.btn-animate:hover::before {
	background-position: 150% 0;
}

/* â”€â”€ UTILITY CLASSES FOR INLINE STYLE REMOVAL â”€â”€ */

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

.hero-arrow {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	display: block;
}

.hs-underline svg {
	width: 140px;
	height: 12px;
}

.sh-schedule {
	margin-bottom: 40px;
}

.sh-eye-line.dark {
	background: #111;
}

.sh-eye-txt.dark {
	color: #111;
}

.sh-sub.dark {
	color: rgba(0, 0, 0, 0.6);
}

.gal-ovl-icon svg {
	width: 18px;
	height: 18px;
}

.cta-btn-y {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: var(--W) !important;
	padding: 15px 30px !important;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	transition: all 0.3s ease;
}

.cta-btn-y:hover {
	background: var(--Y) !important;
	color: var(--K) !important;
	border-color: var(--Y) !important;
}

.cta-btn-outline {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: var(--W) !important;
	padding: 15px 30px !important;
	font-weight: 700;
	font-size: 13px;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-btn-outline:hover {
	background: var(--W) !important;
	color: var(--K) !important;
	border-color: var(--W) !important;
}

.cta-btn-whatsapp {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: var(--W) !important;
	padding: 15px 30px !important;
	font-weight: 700;
	font-size: 13px;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-btn-whatsapp:hover {
	background: #25d366 !important;
	color: var(--W) !important;
	border-color: #25d366 !important;
}

.cta-btn-instagram {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: var(--W) !important;
	padding: 15px 30px !important;
	font-weight: 700;
	font-size: 13px;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-btn-instagram:hover {
	background: linear-gradient(45deg,
			#f09433 0%,
			#e6683c 25%,
			#dc2743 50%,
			#cc2366 75%,
			#bc1888 100%) !important;
	color: var(--W) !important;
	border-color: transparent !important;
}

.cta-btn-facebook {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: var(--W) !important;
	padding: 15px 30px !important;
	font-weight: 700;
	font-size: 13px;
	border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cta-btn-facebook:hover {
	background: #1877f2 !important;
	color: var(--W) !important;
	border-color: #1877f2 !important;
}

.footer-icon {
	width: 15px;
	height: 15px;
	opacity: 0.6;
}

.footer-logo-img {
	height: 60px;
	width: auto;
	margin-bottom: 15px;
}

.fci-icon-small {
	font-size: 12px;
}

/* â”€â”€ ADDITIONAL FIXES â”€â”€ */

.ev-meta-icon {
	width: 15px;
	height: 15px;
	opacity: 0.5;
}

.why-icon-svg {
	width: 18px;
	height: 18px;
}

.hero-arrow {
	width: 20px;
	height: 20px;
}

.gal-icon {
	width: 18px;
	height: 18px;
}

.sch-btn-wrap,
.gal-btn-wrap {
	text-align: center;
	margin-top: 32px;
}

/* â”€â”€ MODALS â”€â”€ */
.fm-modal {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	backdrop-filter: blur(5px);
	overflow-y: auto;
	padding: 20px 0;
}

.fm-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fm-modal-content {
	background-color: var(--W);
	padding: 40px;
	border: 1px solid #888;
	width: 90%;
	max-width: 550px;
	position: relative;
	border-top: 5px solid var(--Y);
	max-height: 90vh;
	overflow-y: auto;
}

/* Event Details Specific Modal */
.fm-modal-content--details {
	max-width: 850px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--Y);
}

.ed-layout {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
}

.ed-image-wrap {
	position: relative;
	background: #000;
	min-height: 400px;
}

.ed-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ed-info {
	padding: 48px;
	background: var(--K);
	color: var(--W);
	display: flex;
	flex-direction: column;
}

#ed-title {
	font-family: var(--bebas);
	font-size: 42px;
	color: var(--Y);
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 20px;
}

#ed-desc {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.7;
	margin-bottom: 32px;
}

.ed-meta {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 40px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ed-meta-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	color: var(--W);
	letter-spacing: 1px;
}

.ed-actions {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ed-btn-visitor {
	background: transparent;
	border: 1.5px solid var(--Y);
	color: var(--Y);
	padding: 12px 26px;
	font-family: var(--sans);
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 2px;
	cursor: pointer;
}

.ed-btn-visitor:hover {
	background: var(--Y);
	color: var(--K);
}

/* Ensure buttons in event details are perfectly uniform */
.ed-actions button {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.ed-layout {
		grid-template-columns: 1fr;
	}

	.ed-image-wrap {
		min-height: 250px;
	}

	.ed-info {
		padding: 32px;
	}

	#ed-title {
		font-size: 32px;
	}
}

.fm-modal-close {
	position: absolute;
	right: 20px;
	top: 15px;
	color: var(--K);
	font-size: 28px;
	font-weight: bold;
	z-index: 10;
	cursor: pointer;
	transition: color 0.2s;
}

.fm-modal-content--details .fm-modal-close {
	color: var(--W);
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.fm-modal-close:hover {
	color: var(--Y);
}

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

.fm-modal-header h3 {
	font-family: var(--bebas);
	font-size: 32px;
	letter-spacing: 2px;
	color: var(--K);
	margin-bottom: 5px;
}

.fm-modal-header p {
	font-size: 13px;
	color: var(--gray);
	font-style: italic;
}

.fm-form-group {
	margin-bottom: 20px;
}

.fm-form-group label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--K);
	margin-bottom: 8px;
}

.fm-form-group input,
.fm-form-group select,
.fm-form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: var(--sans);
	font-size: 14px;
	transition: border-color 0.2s;
}

.fm-form-group input:focus,
.fm-form-group select:focus {
	border-color: var(--Y);
	outline: none;
}

.fm-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.fm-checkbox-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	padding-top: 10px;
}

.fm-checkbox-grid label,
.fm-radio-group label {
	font-size: 14px;
	color: var(--K);
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	padding: 5px 0;
}

/* Custom Checkbox Styling */
.fm-checkbox-grid input[type="checkbox"],
.fm-radio-group input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.fm-checkbox-grid input[type="checkbox"]:checked {
	background-color: var(--Y);
	border-color: var(--Y);
}

.fm-checkbox-grid input[type="checkbox"]:checked::after {
	content: "\2713";
	position: absolute;
	color: var(--K);
	font-size: 14px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fm-radio-group input[type="radio"] {
	border-radius: 50%;
}

.fm-radio-group input[type="radio"]:checked {
	border-color: var(--Y);
}

.fm-radio-group input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: var(--Y);
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fm-checkbox-grid label:hover input,
.fm-radio-group label:hover input {
	border-color: var(--Y);
}

.form-status {
	margin-top: 15px;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	border-radius: 4px;
	display: none;
}

.form-status.success {
	display: block;
	color: #155724;
	background-color: #d4edda;
}

.form-status.error {
	display: block;
	color: #721c24;
	background-color: #f8d7da;
}

.w-100 {
	width: 100%;
}

@media (max-width: 600px) {

	.fm-form-row,
	.fm-checkbox-grid {
		grid-template-columns: 1fr;
	}

	.fm-modal-content {
		padding: 30px 20px;
		width: 95%;
	}
}

/* â”€â”€ LEGAL PAGES â”€â”€ */
.legal-main {
	padding-top: 120px;
	padding-bottom: 60px;
}

.legal-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 24px;
}

.legal-header {
	margin-bottom: 30px;
	text-align: left;
}

.legal-eye {
	justify-content: flex-start;
}

.legal-content.rich-text {
	color: #555;
	line-height: 1.8;
	font-size: 15px;
}

.legal-content.rich-text h1,
.legal-content.rich-text h2,
.legal-content.rich-text h3 {
	color: var(--K);
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-family: var(--bebas);
	letter-spacing: 1px;
}

.legal-content.rich-text p {
	margin-bottom: 1.2em;
}

.legal-content.rich-text ul,
.legal-content.rich-text ol {
	margin-bottom: 1.2em;
	padding-left: 1.5em;
}

/* ── CONTACT PAGE ── */
.contact-main {
	padding-top: 72px;
}

.contact-hero {
	background: var(--K);
	padding: 80px 32px 60px;
	text-align: center;
}

.contact-hero-inner {
	max-width: 700px;
	margin: 0 auto;
}

.contact-hero .sh-sub {
	color: rgba(255, 255, 255, 0.45);
	margin-top: 12px;
	font-style: normal;
}

.contact-hero .sh-title {
	color: var(--W);
}

.contact-hero .sh-eye-txt {
	color: var(--Y);
}

.contact-hero .sh-eye-line {
	background: var(--Y);
}

.contact-section {
	background: var(--cream);
	padding: 64px 32px 100px;
}

.contact-wrapper {
	max-width: 720px;
	margin: 0 auto;
	background: var(--W);
	padding: 52px 48px;
	box-shadow: 0 8px 48px rgba(0, 0, 0, 0.07);
}

/* Form layout */
.contact-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cf-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.cf-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cf-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--K);
}

.cf-required {
	color: #e53e3e;
}

.cf-optional {
	color: var(--lgray);
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-size: 11px;
}

.cf-input {
	font-family: var(--sans);
	font-size: 14px;
	color: var(--K);
	background: #fafafa;
	border: 1.5px solid #e0e0e0;
	padding: 12px 16px;
	outline: none;
	transition:
		border-color 0.2s,
		background 0.2s;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}

.cf-input:focus {
	border-color: var(--Y);
	background: var(--W);
}

.cf-select {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23111' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}

.cf-textarea {
	resize: vertical;
	min-height: 130px;
}

/* Error state */
.cf-error .cf-input {
	border-color: #e53e3e;
	background: #fff5f5;
}

.cf-error-msg {
	font-size: 12px;
	color: #e53e3e;
	font-weight: 500;
}

/* Submit */
.cf-submit {
	width: 100%;
	padding: 16px;
	font-size: 13px;
	letter-spacing: 2.5px;
	cursor: pointer;
	margin-top: 8px;
	transition:
		background 0.2s,
		transform 0.1s;
}

.cf-submit:active {
	transform: scale(0.99);
}

/* Success state */
.contact-success {
	text-align: center;
	padding: 40px 20px;
}

.contact-success-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--Y);
	color: var(--K);
	font-size: 32px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
}

.contact-success-title {
	font-family: var(--bebas);
	font-size: 42px;
	color: var(--K);
	letter-spacing: 2px;
}

.contact-success-sub {
	font-size: 15px;
	color: var(--gray);
	margin-top: 10px;
	line-height: 1.7;
}

/* Responsive */
@media (max-width: 640px) {
	.cf-row {
		grid-template-columns: 1fr;
	}

	.contact-wrapper {
		padding: 36px 24px;
	}
}

/* ── GALLERY PAGE ── */
.gallery-hero {
	padding: 140px 32px 80px;
	background: var(--K);
	text-align: center;
	border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.gallery-container {
	background: #000;
	padding: 64px 32px 120px;
}

.gallery-grid-full {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 12px;
	max-width: 1400px;
	margin: 0 auto;
}

.gallery-grid-full>.gal-item {
	aspect-ratio: 1 / 1;
	background: #111;
	overflow: hidden;
	position: relative;
}

.gallery-grid-full>.gal-item.tall {
	grid-row: span 2;
	aspect-ratio: 1 / 2;
}

.gallery-grid-full .gal-item img,
.gallery-grid-full .gal-item video,
.gallery-grid-full .gal-video-container {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.gallery-grid-full .gal-item:hover img {
	transform: scale(1.05);
}

.gallery-back {
	margin-top: 40px;
}

/* ════════════════════════════════════════════════
   EVENTS PAGE  (ep-*)
════════════════════════════════════════════════ */

.ep-wrapper {
	background: var(--cream);
}

/* Events + event detail: shared page background (see #z3fm8n on <main>) */
#z3fm8n.ep-wrapper,
#z3fm8n.ed-wrapper {
	background: #f4f1e9;
}

#z3fm8n .ed-body {
	background: transparent;
}

#z3fm8n .ep-cta-strip {
	background: #f4f1e9;
}

#z3fm8n .ep-cta-script {
	color: rgba(17, 17, 17, 0.58);
}

#z3fm8n .ep-cta-title {
	color: var(--K);
}

#z3fm8n .ep-cta-title span {
	color: var(--Y);
}

#z3fm8n .ep-cta-bg-text {
	color: rgba(255, 215, 0, 0.07);
}

#z3fm8n .ep-btn-outline {
	color: var(--K);
	border-color: rgba(0, 0, 0, 0.22);
}

#z3fm8n .ep-btn-outline:hover {
	border-color: var(--Y);
	color: var(--Y);
}

.ep-card--ended {
	opacity: 0.72;
}

.ep-card-ended-label,
#m6ak1x {
	display: inline-block;
	font-size: 10px;
	letter-spacing: 2.5px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--K);
	background: rgba(255, 214, 1, 0.35);
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 6px 12px;
	margin-bottom: 10px;
	font-family: var(--sans);
}

.ed-sidebar-ended-note {
	margin: 0;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 16px;
	background: rgba(0, 0, 0, 0.06);
	color: var(--K);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Browse All Events — always readable (avoids body color:inherit conflict) */
#u7pw9v.ed-back-card {
	background: #ffd601 !important;
	color: #000 !important;
	border: 1px solid #ffd601 !important;
	opacity: 1 !important;
}

#u7pw9v.ed-back-card:hover {
	background: #e5c200 !important;
	border-color: #e5c200 !important;
	color: #000 !important;
}

#u7pw9v.ed-back-card svg {
	stroke: #000;
}

/* ── Hero ── */
.ep-hero {
	position: relative;
	background: var(--K);
	padding: 140px 32px 96px;
	text-align: center;
	overflow: hidden;
}

.ep-hero-bg-text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bebas);
	font-size: clamp(100px, 18vw, 240px);
	color: rgba(255, 215, 0, 0.04);
	letter-spacing: 12px;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
}

.ep-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 0 auto;
}

.ep-hero-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 18px;
}

.ep-hero-line {
	width: 40px;
	height: 1.5px;
	background: var(--Y);
}

.ep-hero-eye-txt {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--Y);
	font-family: var(--sans);
}

.ep-hero-title {
	font-family: var(--bebas);
	font-size: clamp(52px, 8vw, 110px);
	color: var(--W);
	letter-spacing: 4px;
	line-height: 0.95;
	margin-bottom: 20px;
}

.ep-hero-sub {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
	line-height: 1.7;
}

.ep-hero-scroll-hint {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	z-index: 2;
}

.ep-scroll-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--Y);
	opacity: 0;
	animation: ep-scroll-anim 1.4s ease-in-out infinite;
}

.ep-scroll-dot:nth-child(1) {
	animation-delay: 0s;
}

.ep-scroll-dot:nth-child(2) {
	animation-delay: 0.2s;
}

.ep-scroll-dot:nth-child(3) {
	animation-delay: 0.4s;
}

@keyframes ep-scroll-anim {

	0%,
	100% {
		opacity: 0;
		transform: translateY(0);
	}

	50% {
		opacity: 1;
		transform: translateY(4px);
	}
}

/* ── Events Section ── */
.ep-section {
	padding: 72px 32px 96px;
}

.ep-container {
	max-width: 1280px;
	margin: 0 auto;
}

.ep-count-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 48px;
}

.ep-count-num {
	font-family: var(--bebas);
	font-size: 40px;
	color: var(--K);
	line-height: 1;
}

.ep-count-label {
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gray);
	font-weight: 700;
}

.ep-count-rule {
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.15), transparent);
}

/* ── Cards Grid ── */
.ep-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}

.ep-card {
	flex: 0 0 calc(33.333% - 40px);
	margin: 20px;
	background: var(--W);
	display: block;
	position: relative;
	transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.ep-card:hover {
	transform: translateY(-8px);
	z-index: 2;
	box-shadow: none !important;
}

/* ── Card Visual ── */
.ep-card-visual {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #fff;
}

.ep-card-visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.ep-card--ended .ep-card-visual img {
	filter: grayscale(100%) brightness(0.8) contrast(1.1);
}

.ep-card--ended:hover .ep-card-visual img {
	filter: grayscale(0%) brightness(1) contrast(1);
}

/* Share the same overlay/badge styles from ev-card for consistency */
.ep-card--ended .ep-card-ended-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.ep-card--ended:hover .ep-card-ended-overlay {
	opacity: 0;
}

.ep-card-img-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #f4ede4, #ede4d8);
}

.ep-card-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(17, 17, 17, 0.55) 0%, transparent 55%);
	transition: opacity 0.35s;
}

.ep-card-badge {
	position: absolute;
	top: 0;
	left: 0;
	background: var(--Y);
	color: var(--K);
	font-family: var(--bebas);
	font-size: 13px;
	letter-spacing: 2px;
	padding: 5px 18px;
	z-index: 2;
}

.ep-card-hover-cta {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: var(--Y);
	color: var(--K);
	font-family: var(--sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 8px 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.3s, transform 0.3s;
	z-index: 3;
}

.ep-card:hover .ep-card-hover-cta {
	opacity: 1;
	transform: translateY(0);
}

/* ── Card Body ── */
.ep-card-body {
	padding: 28px 26px 24px;
	display: flex;
	flex-direction: column;
	gap: 0;
	border-bottom: 3px solid transparent;
	transition: border-color 0.3s;
}

.ep-card:hover .ep-card-body {
	border-color: var(--Y);
}

.ep-card-title {
	font-family: var(--bebas);
	font-size: 24px;
	color: var(--K);
	letter-spacing: 1px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.ep-card-desc {
	font-size: 13px;
	color: var(--gray);
	line-height: 1.7;
	margin-bottom: 18px;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ep-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.ep-meta-chip {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	color: var(--lgray);
	background: var(--cream);
	padding: 4px 10px;
	border-radius: 2px;
	font-weight: 500;
}

.ep-meta-icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	stroke: var(--Y);
}

.ep-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	padding-top: 16px;
	margin-top: auto;
}

.ep-card-cta {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--K);
	transition: color 0.2s;
}

.ep-card:hover .ep-card-cta {
	color: var(--Y);
}

.ep-card-num {
	font-family: var(--bebas);
	font-size: 32px;
	color: rgba(0, 0, 0, 0.07);
	line-height: 1;
	transition: color 0.3s;
}

.ep-card:hover .ep-card-num {
	color: rgba(255, 215, 0, 0.3);
}

/* ── Empty State ── */
.ep-empty {
	text-align: center;
	padding: 96px 32px;
}

.ep-empty-icon {
	width: 80px;
	height: 80px;
	background: var(--W);
	border: 2px solid rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	color: var(--lgray);
}

.ep-empty-title {
	font-family: var(--bebas);
	font-size: 32px;
	color: var(--K);
	letter-spacing: 2px;
	margin-bottom: 8px;
}

.ep-empty-sub {
	font-size: 14px;
	color: var(--gray);
	font-style: italic;
}

/* ── Bottom CTA Strip ── */
.ep-cta-strip {
	background: var(--K);
	padding: 88px 32px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.ep-cta-bg-text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--bebas);
	font-size: clamp(60px, 12vw, 160px);
	color: rgba(255, 215, 0, 0.04);
	letter-spacing: 10px;
	pointer-events: none;
	white-space: nowrap;
}

.ep-cta-inner {
	position: relative;
	z-index: 2;
}

.ep-cta-script {
	font-family: var(--script);
	font-size: clamp(20px, 3vw, 32px);
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 10px;
}

.ep-cta-title {
	font-family: var(--bebas);
	font-size: clamp(40px, 6vw, 80px);
	color: var(--W);
	letter-spacing: 3px;
	margin-bottom: 36px;
	line-height: 1;
}

.ep-cta-title span {
	color: var(--Y);
}

.ep-cta-btns {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.ep-btn-primary {
	background: var(--Y);
	color: var(--K);
	border: none;
	padding: 14px 36px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--sans);
	cursor: pointer;
	transition: background 0.2s;
}

.ep-btn-primary:hover {
	background: var(--Yd);
}

.ep-btn-outline {
	background: transparent;
	color: var(--W);
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	padding: 14px 36px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--sans);
	cursor: pointer;
	transition: all 0.2s;
}

.ep-btn-outline:hover {
	border-color: var(--Y);
	color: var(--Y);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.ep-grid {
		margin: -10px;
	}

	.ep-card {
		flex: 0 0 calc(50% - 20px);
		margin: 10px;
	}
}

@media (max-width: 600px) {
	.ep-card {
		flex: 0 0 calc(100% - 20px);
	}

	.ep-hero {
		padding: 120px 24px 72px;
	}

	.ep-section {
		padding: 48px 20px 72px;
	}
}


/* ════════════════════════════════════════════════
   EVENT DETAIL PAGE  (ed-*)
════════════════════════════════════════════════ */

.ed-wrapper {
	background: var(--W);
}

/* ── Hero ── */
.ed-hero {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.ed-hero-img {
	position: absolute;
	inset: 0;
}

.ed-hero-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	background: #000;
	transition: filter 0.8s ease;
}

.ed-hero--ended .ed-hero-img img {
	filter: grayscale(100%) brightness(0.6) contrast(1.1);
}

.ed-hero-status-badge {
	background: rgba(17, 17, 17, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: var(--Y);
	padding: 6px 14px;
	font-family: var(--bebas);
	font-size: 14px;
	letter-spacing: 1.5px;
	border: 1px solid rgba(255, 215, 0, 0.3);
	text-transform: uppercase;
}

.ed-hero-img--blank {
	background: linear-gradient(135deg, #111 0%, #2a2a2a 100%);
}

.ed-hero-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(10, 10, 10, 0.92) 0%,
			rgba(10, 10, 10, 0.6) 45%,
			rgba(10, 10, 10, 0.2) 100%);
}

.ed-hero-content {
	position: relative;
	z-index: 2;
	padding: 120px 64px 56px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.ed-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 28px;
	transition: color 0.2s;
}

.ed-back-link:hover {
	color: var(--Y);
}

.ed-hero-badge {
	display: inline-block;
	background: var(--Y);
	color: var(--K);
	font-family: var(--bebas);
	font-size: 14px;
	letter-spacing: 2px;
	padding: 4px 18px;
	margin-bottom: 18px;
}

.ed-hero-title {
	font-family: var(--bebas);
	font-size: clamp(44px, 6vw, 88px);
	color: var(--W);
	letter-spacing: 2px;
	line-height: 0.95;
	margin-bottom: 24px;
}

.ed-hero-meta {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.ed-hero-meta-item {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 500;
}

.ed-hero-icon {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	stroke: var(--Y);
}

.ed-hero-meta-sep {
	color: rgba(255, 255, 255, 0.2);
	font-size: 18px;
}

/* ── Body ── */
.ed-body {
	padding: 72px 32px 96px;
	background: var(--W);
}

.ed-container {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 56px;
	align-items: start;
}

/* ── Main ── */

.ed-section-eye {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
}

.ed-eye-line {
	width: 32px;
	height: 1.5px;
	background: var(--Y);
}

.ed-eye-txt {
	font-size: 10px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--Y);
}

.ed-main-title {
	font-family: var(--bebas);
	font-size: clamp(32px, 4vw, 56px);
	color: var(--K);
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 24px;
}

.ed-desc {
	font-size: 15px;
	color: var(--gray);
	line-height: 1.85;
	margin-bottom: 40px;
	max-width: 640px;
}

/* ── Info Cards ── */
.ed-info-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px;
	margin-bottom: 44px;
}

.ed-info-card {
	background: var(--cream);
	padding: 24px 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: background 0.25s;
}

.ed-info-card:hover {
	background: #f0ece4;
}

.ed-info-icon {
	width: 40px;
	height: 40px;
	background: var(--Y);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ed-info-icon svg {
	width: 18px;
	height: 18px;
	stroke: var(--K);
}

.ed-info-label {
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--lgray);
	font-weight: 700;
	margin-bottom: 4px;
}

.ed-info-value {
	font-size: 14px;
	font-weight: 600;
	color: var(--K);
}

/* ── Action Buttons ── */
.ed-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.ed-btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--K);
	color: var(--Y);
	border: none;
	padding: 15px 32px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--sans);
	cursor: pointer;
	transition: background 0.2s;
}

.ed-btn-primary:hover {
	background: #222;
}

.ed-btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent;
	color: var(--K);
	border: 2px solid var(--K);
	padding: 13px 32px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--sans);
	cursor: pointer;
	transition: all 0.2s;
}

.ed-btn-secondary:hover {
	background: var(--K);
	color: var(--W);
}

/* ── Sidebar ── */
.ed-sidebar {
	position: sticky;
	top: 100px;
}

.ed-sidebar-card {
	background: var(--K);
	padding: 36px 30px;
	margin-bottom: 12px;
}

.ed-sidebar-tag {
	display: inline-block;
	background: var(--Y);
	color: var(--K);
	font-family: var(--bebas);
	font-size: 12px;
	letter-spacing: 2px;
	padding: 3px 14px;
	margin-bottom: 16px;
}

.ed-sidebar-title {
	font-family: var(--bebas);
	font-size: 28px;
	color: var(--W);
	letter-spacing: 1px;
	line-height: 1.05;
	margin-bottom: 24px;
}

.ed-sidebar-divider {
	width: 100%;
	height: 1px;
	background: rgba(255, 215, 0, 0.15);
	margin-bottom: 24px;
}

.ed-sidebar-facts {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 28px;
}

.ed-sidebar-facts li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
}

.ed-sidebar-facts li svg {
	width: 14px;
	height: 14px;
	stroke: var(--Y);
	flex-shrink: 0;
	margin-top: 2px;
}

.ed-sidebar-btn {
	width: 100%;
	background: var(--Y);
	color: var(--K);
	border: none;
	padding: 15px 24px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: var(--sans);
	cursor: pointer;
	transition: background 0.2s;
}

.ed-sidebar-btn:hover {
	background: var(--Yd);
}

.ed-back-card {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px 20px;
	background: var(--cream);
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--K);
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
}

.ed-back-card:hover {
	background: var(--Y);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.ed-container {
		grid-template-columns: 1fr;
	}

	.ed-sidebar {
		position: static;
	}

	.ed-hero-content {
		padding: 120px 32px 48px;
	}
}

@media (max-width: 600px) {
	.ed-info-cards {
		grid-template-columns: 1fr;
	}

	.ed-actions {
		flex-direction: column;
	}

	.ed-hero-content {
		padding: 120px 20px 40px;
	}

	.ed-body {
		padding: 48px 20px 64px;
	}
}

/* ── Refactored Inline Styles ── */

/* Navigation Logo Text styles */
.nav-logo-text {
	font-family: var(--bebas);
	font-size: 24px;
	color: var(--W);
	letter-spacing: 2px;
}
.nav-logo-text-highlight {
	color: var(--Y);
}
.nav-mobile-cta {
	margin-top: 10px;
}

/* Modal specific success/warning/informational elements */
.modal-success-icon-wrap {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px auto;
	border-radius: 50%;
	background: var(--Y);
	display: flex;
	align-items: center;
	justify-content: center;
}
.modal-text-spaced {
	margin-top: 8px;
}
#thankyou-code {
	border: 2px solid var(--Y);
	color: var(--K);
	font-family: var(--bebas);
	letter-spacing: 1.5px;
	text-align: center;
	padding: 14px;
	border-radius: 10px;
	word-break: break-all;
}
#download-epass {
	margin-top: 18px;
}
.fm-modal-content--small {
	text-align: center;
	max-width: 480px;
}
#earlybird-closed-modal .fm-modal-header {
	margin-bottom: 20px;
}
.modal-warning-icon-wrap {
	width: 64px;
	height: 64px;
	margin: 0 auto 14px auto;
	border-radius: 50%;
	background: rgba(255, 215, 0, 0.1);
	border: 2px solid var(--Y);
	display: flex;
	align-items: center;
	justify-content: center;
}
#earlybird-closed-modal .fm-modal-header p {
	color: var(--gray);
	font-size: 0.95rem;
	line-height: 1.6;
	font-style: normal;
	margin-top: 10px;
}
.earlybird-alert {
	background: rgba(255, 215, 0, 0.05);
	border-left: 4px solid var(--Y);
	padding: 16px;
	border-radius: 8px;
	margin-bottom: 24px;
	text-align: left;
}
.earlybird-alert p {
	margin: 0;
	color: var(--K);
	font-size: 0.95rem;
	line-height: 1.5;
	font-weight: 500;
}
.earlybird-highlight {
	color: var(--Yd);
	font-weight: 700;
}

/* Home Page Elements */
.events-footer {
	margin-top: 40px;
	text-align: center;
}
.gal-btn-wrap a {
	display: inline-block;
}

/* Gallery Page Elements */
.gallery-back a {
	display: inline-block;
}

/* Event Detail Elements */
.ed-hero-badge-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.ed-btn-secondary:disabled {
	cursor: default;
	opacity: 0.7;
}

/* Events Page Elements */
.ep-card > a {
	display: block;
}
.ep-card-ended-badge {
	font-size: 14px;
	padding: 10px 15px;
}

/* Contact Page Elements */
.contact-success .btn-Y {
	display: inline-block;
	margin-top: 12px;
}
