:root {
	--lfc-black: #070707;
	--lfc-ink: #151515;
	--lfc-paper: #f5f1e8;
	--lfc-red: #d91f26;
	--lfc-gold: #d6a23c;
	--lfc-line: rgba(255, 255, 255, 0.14);
}

.lethwei-site,
.lfc-home {
	background: var(--lfc-black);
	color: var(--lfc-paper);
}

.lethwei-site .site-content,
.lethwei-site .ast-container {
	max-width: none;
	padding: 0;
}

.lfc-home {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: hidden;
}

.lfc-editable-home {
	background: var(--lfc-black);
	color: var(--lfc-paper);
}

.lfc-editable-home > * {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.lfc-editable-home > .alignfull,
.lfc-editable-home > .wp-block-cover,
.lfc-editable-home > .elementor {
	max-width: none;
}

.lfc-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.lfc-hero {
	min-height: clamp(620px, 92vh, 860px);
	display: flex;
	align-items: end;
	padding: clamp(96px, 12vw, 150px) 0 clamp(44px, 7vw, 84px);
	background: linear-gradient(90deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.42)), linear-gradient(0deg, rgba(7, 7, 7, 0.96), rgba(7, 7, 7, 0.18)), var(--lfc-hero-image) center right / cover no-repeat;
}

.lfc-hero__grid,
.lfc-split,
.lfc-events__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: clamp(28px, 6vw, 80px);
	align-items: end;
}

.lfc-kicker {
	margin: 0 0 14px;
	color: var(--lfc-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lfc-hero h1,
.lfc-section h2 {
	margin: 0;
	color: var(--lfc-paper);
	font-weight: 900;
	line-height: 0.95;
	text-transform: uppercase;
}

.lfc-hero h1 {
	max-width: 790px;
	font-size: clamp(3.1rem, 8.5vw, 7.4rem);
}

.lfc-hero__lead,
.lfc-hero__panel p,
.lfc-card p,
.lfc-copy p,
.lfc-events p,
.lfc-announcement p {
	color: rgba(245, 241, 232, 0.78);
	line-height: 1.7;
}

.lfc-hero__lead {
	max-width: 680px;
	margin: 24px 0 0;
	font-size: clamp(1.04rem, 2vw, 1.32rem);
}

.lfc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.lfc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	border: 1px solid transparent;
	color: var(--lfc-paper);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.lfc-button:hover,
.lfc-button:focus {
	color: var(--lfc-paper);
	transform: translateY(-1px);
}

.lfc-button--primary {
	background: var(--lfc-red);
	border-color: var(--lfc-red);
}

.lfc-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--lfc-line);
}

.lfc-hero__panel,
.lfc-card,
.lfc-event-box {
	border: 1px solid var(--lfc-line);
	background: rgba(10, 10, 10, 0.72);
	backdrop-filter: blur(12px);
}

.lfc-hero__panel,
.lfc-card,
.lfc-event-box {
	padding: clamp(22px, 4vw, 36px);
}

.lfc-hero__panel span,
.lfc-card span {
	color: var(--lfc-red);
	font-weight: 900;
	text-transform: uppercase;
}

.lfc-hero__panel strong {
	display: block;
	margin-top: 4px;
	font-size: clamp(2rem, 5vw, 3.8rem);
	line-height: 1;
	text-transform: uppercase;
}

.lfc-section {
	padding: clamp(64px, 10vw, 120px) 0;
	background: var(--lfc-black);
}

.lfc-section--dark,
.lfc-news {
	background: var(--lfc-ink);
}

.lfc-split,
.lfc-events__layout {
	align-items: start;
}

.lfc-section h2 {
	max-width: 760px;
	font-size: clamp(2.1rem, 5vw, 4.8rem);
}

.lfc-copy {
	border-left: 3px solid var(--lfc-red);
	padding-left: clamp(18px, 3vw, 34px);
}

.lfc-section__head {
	max-width: 820px;
	margin-bottom: clamp(28px, 5vw, 52px);
}

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

.lfc-card {
	min-height: 260px;
}

.lfc-card h3,
.lfc-event-box h3 {
	margin: 18px 0 12px;
	color: var(--lfc-paper);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	text-transform: uppercase;
}

.lfc-events {
	background: linear-gradient(90deg, rgba(7, 7, 7, 0.88), rgba(7, 7, 7, 0.68)), var(--lfc-hero-image) center / cover fixed;
}

.lfc-event-box__date {
	margin: 0;
	color: var(--lfc-gold);
	font-weight: 900;
	text-transform: uppercase;
}

.lfc-event-box .lfc-button {
	margin-top: 18px;
}

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

.lfc-announcement {
	min-height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--lfc-line);
	background:
		linear-gradient(0deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.38)),
		radial-gradient(circle at 80% 20%, rgba(217, 31, 38, 0.3), transparent 34%),
		rgba(255, 255, 255, 0.045);
}

.lfc-announcement--merch {
	background:
		linear-gradient(0deg, rgba(7, 7, 7, 0.94), rgba(7, 7, 7, 0.38)),
		radial-gradient(circle at 80% 20%, rgba(214, 162, 60, 0.34), transparent 34%),
		rgba(255, 255, 255, 0.045);
}

.lfc-announcement__tag {
	margin: 0 0 12px;
	color: var(--lfc-gold);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lfc-announcement h3 {
	max-width: 520px;
	margin: 0 0 12px;
	color: var(--lfc-paper);
	font-size: clamp(1.8rem, 4vw, 3.4rem);
	line-height: 1;
	text-transform: uppercase;
}

.lfc-text-link {
	width: fit-content;
	margin-top: 16px;
	color: var(--lfc-paper);
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid var(--lfc-red);
}

.lfc-text-link:hover,
.lfc-text-link:focus {
	color: var(--lfc-gold);
}

@media (max-width: 1024px) {
	.lfc-hero__grid,
	.lfc-split,
	.lfc-events__layout {
		grid-template-columns: 1fr;
	}

	.lfc-hero__panel {
		max-width: 520px;
	}

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

@media (max-width: 640px) {
	.lfc-shell {
		width: min(100% - 28px, 1180px);
	}

	.lfc-hero {
		min-height: 700px;
		background: linear-gradient(0deg, rgba(7, 7, 7, 0.98), rgba(7, 7, 7, 0.52)), var(--lfc-hero-image) center top / cover no-repeat;
		padding-top: 118px;
	}

	.lfc-actions,
	.lfc-button {
		width: 100%;
	}

	.lfc-card-grid,
	.lfc-announcement-grid {
		grid-template-columns: 1fr;
	}

	.lfc-card,
	.lfc-announcement {
		min-height: auto;
	}
}
