:root {
	--luxe-ink: #0d1f3c;
	--luxe-ink-2: #1a2e50;
	--luxe-gold: #c9a84c;
	--luxe-gold-2: #e0b85a;
	--luxe-cream: #f5f2ec;
	--luxe-paper: #ffffff;
	--luxe-teal: #1a2e50;
	--luxe-plum: #0d1f3c;
	--luxe-muted: #7a8899;
	--luxe-line: rgba(13, 31, 60, 0.12);
	--luxe-shadow: 0 24px 54px rgba(13, 31, 60, 0.12);
	--luxe-radius: 4px;
	--luxe-radius-sm: 2px;
	--luxe-container: min(1180px, calc(100vw - 40px));
	--luxe-font: "Montserrat", "Segoe UI", Arial, sans-serif;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #0d1f3c;
	background: #f5f2ec;
}

h1,
h2,
h3,
.luxe-event-hero h1,
.luxe-page-hero h1,
.luxe-auth-visual h1,
.luxe-dashboard-welcome h2 {
	font-family: "Playfair Display", serif;
	letter-spacing: 0;
}

.fcc-preloader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	background: #0d1f3c;
	animation: fcc-preloader-hide 0.55s ease 0.8s forwards;
	pointer-events: none;
}

.fcc-preloader img {
	width: 120px;
	height: 120px;
	object-fit: contain;
	filter: drop-shadow(0 12px 28px rgba(201, 168, 76, 0.22));
}

.fcc-preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
}

@keyframes fcc-preloader-hide {
	to {
		opacity: 0;
		visibility: hidden;
	}
}

.fcc-site-header {
	position: sticky;
	top: 0;
	z-index: 300;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(13, 31, 60, 0.08);
	box-shadow: 0 12px 28px rgba(13, 31, 60, 0.06);
}

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

.fcc-nav {
	width: min(1180px, calc(100vw - 40px));
	height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 28px;
}

.fcc-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.fcc-brand img {
	width: 74px;
	height: 74px;
	object-fit: contain;
}

.fcc-menu {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	flex: 1;
}

.fcc-menu a {
	color: #0d1f3c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s;
}

.fcc-menu a:hover,
.fcc-menu .current-menu-item > a {
	color: #c9a84c;
}

.fcc-login-link,
.luxe-btn,
.luxe-client-form button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
	border-radius: 0 !important;
	background: #0d1f3c !important;
	color: #ffffff !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	border: 1px solid #0d1f3c !important;
}

.fcc-login-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 20px;
	text-decoration: none;
	white-space: nowrap;
}

.fcc-login-link:hover,
.luxe-btn:hover,
.luxe-client-form button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
	background: #c9a84c !important;
	border-color: #c9a84c !important;
	color: #0d1f3c !important;
	transform: translateY(-2px);
}

.luxe-main,
.luxe-auth-page,
.luxe-commerce,
.luxe-shop-page {
	background: #f5f2ec;
}

.luxe-page-hero,
.luxe-events-hero,
.luxe-shop-hero,
.luxe-auth-visual,
.luxe-dashboard-welcome {
	background: #0d1f3c;
	color: #ffffff;
	border-radius: 0;
	overflow: hidden;
}

.luxe-page-hero h1,
.luxe-events-hero h1,
.luxe-events-hero p,
.luxe-shop-hero h1,
.luxe-shop-hero p,
.luxe-auth-visual h1,
.luxe-dashboard-welcome h2,
.luxe-dashboard-welcome p {
	color: #ffffff;
}

.luxe-kicker,
.luxe-section-head > span,
.luxe-page-hero > span,
.luxe-ticket-panel__header > span,
.luxe-dashboard-welcome__copy > span {
	color: #c9a84c;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 3px;
}

.luxe-event-card,
.luxe-ticket-panel,
.luxe-ticket-card,
.luxe-dashboard-card,
.luxe-auth-card,
.luxe-commerce-shell,
.luxe-shop-shell,
.luxe-rich-content,
.woocommerce table.shop_table,
.woocommerce-checkout-review-order,
.luxe-order-review,
.luxe-account-nav {
	border-radius: 0 !important;
	border-color: rgba(13, 31, 60, 0.12) !important;
	background: #ffffff;
	box-shadow: none;
}

.luxe-event-card:hover,
.luxe-ticket-card:hover,
.luxe-dashboard-card:hover {
	border-color: rgba(201, 168, 76, 0.36) !important;
	box-shadow: 0 24px 48px -16px rgba(13, 31, 60, 0.16);
}

.luxe-event-hero {
	min-height: 520px;
}

.luxe-event-hero::after,
.luxe-event-hero__bg::after {
	background: linear-gradient(to bottom, rgba(13,31,60,0.22), rgba(13,31,60,0.92));
}

.luxe-ticket-panel__header,
.luxe-checkout-steps .is-active,
.luxe-event-card__date {
	background: #c9a84c;
	color: #0d1f3c;
}

.luxe-account-nav a.is-active,
.luxe-account-nav a:hover,
.luxe-inline-link:hover,
.woocommerce-MyAccount-navigation-link.is-active a {
	color: #c9a84c;
}

.woocommerce input.input-text,
.woocommerce textarea,
.luxe-client-form input,
.luxe-client-form select,
.luxe-client-form textarea {
	border-radius: 0 !important;
	border: 1px solid rgba(13, 31, 60, 0.16) !important;
	background: #f9f7f3 !important;
	color: #0d1f3c !important;
	font-family: "Montserrat", sans-serif !important;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.luxe-client-form input:focus {
	outline: none;
	border-color: #c9a84c !important;
	box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
}

.fcc-site-footer {
	background: #0d1f3c;
	color: rgba(255, 255, 255, 0.72);
	padding: 64px 0 24px;
}

.fcc-footer-grid {
	width: min(1180px, calc(100vw - 40px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 48px;
}

.fcc-footer-brand {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.fcc-footer-brand img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.fcc-footer-brand strong {
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 24px;
	color: #ffffff;
}

.fcc-footer-brand span,
.fcc-site-footer h2 {
	display: block;
	color: #c9a84c;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.fcc-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.fcc-footer-links a,
.fcc-site-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.fcc-footer-links a:hover,
.fcc-site-footer a:hover {
	color: #c9a84c;
}

.fcc-footer-bottom {
	width: min(1180px, calc(100vw - 40px));
	margin: 36px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 11px;
}

.fcc-nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(13,31,60,0.12);
	background: transparent;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
}

.fcc-nav-toggle span {
	width: 20px;
	height: 2px;
	background: #0d1f3c;
}

@media (max-width: 900px) {
	.fcc-nav {
		width: min(100% - 28px, 1180px);
		gap: 14px;
	}

	.fcc-nav-toggle {
		display: flex;
		margin-left: auto;
	}

	.fcc-menu {
		position: fixed;
		left: 0;
		right: 0;
		top: 76px;
		display: none;
		flex-direction: column;
		align-items: flex-start;
		background: #ffffff;
		padding: 18px 28px 24px;
		box-shadow: 0 20px 40px rgba(13,31,60,0.12);
	}

	.fcc-menu.is-open {
		display: flex;
	}

	.fcc-login-link {
		display: none;
	}

	.fcc-footer-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.admin-bar .fcc-site-header {
		top: 46px;
	}
}
