/**
 * Landing 2026 — Dallas (home) y Houston
 * Tokens: teal #49A6C8, rosa #D32379, oro #C98A2E, dark #0B0F0D
 * Updated: 2026-08-17
 */

.extm-grain {
	position: fixed;
	inset: 0;
	z-index: 9998;
	pointer-events: none;
	opacity: 0.045;
	mix-blend-mode: overlay;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.9) 1px, transparent 1px),
		radial-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px);
	background-size: 3px 3px, 5px 5px;
	background-position: 0 0, 2px 2px;
}

.extm-lp {
	font-family: 'Instrument Sans', sans-serif;
	background: #0B0F0D;
	color: #F5F5F0;
	overflow-x: hidden;
}

.extm-lp a {
	color: #49A6C8;
	text-decoration: none;
}
.extm-lp a:hover {
	color: #6FBBD6;
}

.extm-lp-kicker {
	font-size: 15px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	color: #49A6C8;
	margin-bottom: 16px;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
}

.extm-lp-h2 {
	font-family: 'Instrument Sans', sans-serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 600;
	margin: 0 0 16px;
	color: #F5F5F0;
	letter-spacing: -0.02em;
}

.extm-lp-h2--serif {
	font-family: 'Bodoni Moda', serif;
	font-weight: 500;
	font-size: clamp(34px, 4.5vw, 50px);
}

.extm-lp-h2--outfit {
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: clamp(36px, 4.8vw, 54px);
}

.extm-lp-muted {
	color: #BFBFB2;
	line-height: 1.7;
	font-size: 18px;
}

.extm-lp-btn {
	display: inline-block;
	background: #D32379;
	color: #fff !important;
	padding: 14px 32px;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.6px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.2s;
	box-shadow: 0 8px 24px rgba(211, 35, 121, 0.28);
}
.extm-lp-btn:hover {
	opacity: 1;
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(211, 35, 121, 0.45);
}

.extm-lp-btn--block {
	display: block;
	padding: 18px;
	font-size: 16px;
}

.extm-lp-btn--ghost {
	background: #1E2A27;
	color: #F5F5F0 !important;
}
.extm-lp-btn--ghost:hover {
	color: #fff !important;
}

/* —— Hero —— */
.extm-lp-hero {
	position: relative;
	min-height: 88vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 72px 24px;
	background-size: cover;
	background-position: center;
	background-color: #0B0F0D;
}
.extm-lp-hero--houston {
	min-height: 92vh;
	padding: 100px 24px;
}
.extm-lp-hero--flyer {
	min-height: auto;
	padding: 0;
	background: #070A09;
	display: block;
}
.extm-lp-hero--houston.extm-lp-hero--flyer {
	padding-top: 88px;
}
.extm-lp-hero--flyer img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	animation: extm-fade-in 1.1s ease both;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.extm-lp-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 15, 13, 0.55) 0%, rgba(11, 15, 13, 0.35) 45%, rgba(11, 15, 13, 0.92) 100%);
}
.extm-lp-hero--houston .extm-lp-hero__overlay {
	background: linear-gradient(180deg, rgba(7, 10, 9, 0.45) 0%, rgba(7, 10, 9, 0.3) 45%, rgba(7, 10, 9, 0.88) 100%);
}
.extm-lp-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 820px;
	min-width: 0;
}
.extm-lp-hero__logo {
	height: 210px;
	width: auto;
	object-fit: contain;
	margin: 0 auto 32px;
	display: block;
	filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.45));
}
.extm-lp-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(201, 138, 46, 0.55);
	border-radius: 100px;
	padding: 10px 24px;
	font-size: 15px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #49A6C8;
	margin-bottom: 28px;
	background: rgba(11, 15, 13, 0.35);
	backdrop-filter: blur(8px);
}
.extm-lp-hero__title {
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(26px, 4.4vw, 48px);
	line-height: 1.18;
	font-weight: 500;
	margin: 0 0 24px;
	color: #F5F5F0;
	text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
	overflow-wrap: break-word;
}
.extm-lp-hero__title .extm-lp-accent {
	color: #D32379;
}
.extm-lp-hero__sub {
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(19px, 2.2vw, 24px);
	line-height: 1.65;
	color: #CFCFC4;
	max-width: 720px;
	margin: 0 auto;
}
.extm-lp-hero__venue {
	font-size: 17px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #C98A2E;
	margin: 0 0 18px;
	font-weight: 600;
}

/* —— Tickets —— */
.extm-lp-tickets {
	padding: 90px 48px;
	background: radial-gradient(ellipse at 50% 0%, rgba(73, 166, 200, 0.07), transparent 55%), #070A09;
	position: relative;
}
.extm-lp-tickets__rule {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 64px;
	background: linear-gradient(180deg, transparent, #3A4A45);
}
.extm-lp-tickets__head {
	text-align: center;
	margin-bottom: 16px;
}
.extm-lp-tickets__date,
.extm-lp-event-date {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #C98A2E;
	font-weight: 600;
	margin: 10px 0 12px;
}
.extm-lp-about .extm-lp-event-date {
	font-size: 16px;
	line-height: 1.45;
	color: #C98A2E;
	margin: 12px 0 28px;
}
.extm-lp-tickets__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
	gap: 32px;
	max-width: 940px;
	margin: 48px auto 0;
}
.extm-lp-tier {
	border: 1px solid #263934;
	border-radius: 4px;
	padding: 44px;
	background: #0B0F0D;
	position: relative;
	transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.extm-lp-tier:hover {
	transform: translateY(-6px);
	border-color: #3A5550;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.extm-lp-tier--vip {
	border-color: #D32379;
	background: #171F1C;
}
.extm-lp-tier__badge {
	position: absolute;
	top: -13px;
	right: 28px;
	background: #D32379;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 12px;
	border-radius: 100px;
}
.extm-lp-tier__name {
	font-size: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #BFBFB2;
	margin-bottom: 8px;
	font-weight: 600;
}
.extm-lp-tier--vip .extm-lp-tier__name {
	color: #D32379;
}
.extm-lp-tier--vip:hover {
	box-shadow: 0 20px 48px rgba(211, 35, 121, 0.18);
}
.extm-lp-tier__price {
	font-family: 'Instrument Sans', sans-serif;
	font-size: clamp(52px, 6vw, 68px);
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
}
.extm-lp-tier__list {
	list-style: none;
	padding: 0;
	margin: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	color: #CFCFC4;
	font-size: 16.5px;
	line-height: 1.55;
}
.extm-lp-tier--vip .extm-lp-tier__list {
	color: #D8D8CE;
}
.extm-lp-tickets__urgency {
	text-align: center;
	margin-top: 56px;
}
.extm-lp-tickets__urgency-text {
	font-size: 15px;
	letter-spacing: 0.6px;
	color: #9C9C90;
	margin-bottom: 26px;
}

/* Countdown */
.extm-lp-count {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}
.extm-lp-count__cell {
	background: rgba(18, 23, 21, 0.7);
	border: 1px solid #263934;
	border-radius: 4px;
	padding: 16px 22px;
	min-width: 88px;
	text-align: center;
}
.extm-lp-count__value {
	font-family: 'Instrument Sans', sans-serif;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 700;
	color: #49A6C8;
}
.extm-lp-count__label {
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #9C9C90;
	margin-top: 4px;
}

/* —— Editions / About —— */
.extm-lp-editions {
	padding: 100px 48px;
	max-width: 900px;
	margin: 0 auto;
	background: radial-gradient(ellipse at 50% 0%, rgba(211, 35, 121, 0.04), transparent 60%);
}
.extm-lp-editions__head {
	text-align: center;
	margin-bottom: 56px;
}
.extm-lp-card {
	background: linear-gradient(155deg, #161E1B, #111713);
	border: 1px solid #263934;
	border-radius: 4px;
	padding: 44px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 12px 30px rgba(0, 0, 0, 0.35);
}
.extm-lp-card__city {
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #49A6C8;
	margin-bottom: 10px;
}
.extm-lp-card p {
	color: #C6C6BA;
	line-height: 1.75;
	margin: 0 0 8px;
	font-size: 18px;
}
.extm-lp-card p + .extm-lp-card__actions {
	margin-top: 20px;
}
.extm-lp-card__actions {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.extm-lp-about {
	padding: 80px 48px;
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}
.extm-lp-about p {
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.85;
	color: #BFBFB2;
	margin: 0;
}

/* —— Gallery —— */
.extm-lp-gallery {
	padding: 0 48px 100px;
	max-width: 1280px;
	margin: 0 auto;
}
.extm-lp-gallery__head {
	text-align: center;
	margin-bottom: 32px;
}
.extm-lp-gallery__city {
	margin-bottom: 16px;
	font-size: 13px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #9C9C90;
}
.extm-lp-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
}
.extm-lp-gallery__item {
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	background: #111713;
	border: 1px solid #263934;
	cursor: zoom-in;
	display: block;
}
.extm-lp-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}
.extm-lp-gallery__item:hover img {
	transform: scale(1.06);
}
.extm-lp-gallery__ph {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8C8C80;
	font-size: 13px;
	letter-spacing: 0.5px;
}

/* Lightbox (reusa ids existentes) */
#extm-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.93);
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
#extm-lightbox.is-open {
	display: flex;
}
#extm-lightbox-img {
	max-width: min(100%, 92vw);
	max-height: 90vh;
	object-fit: contain;
}
#extm-lightbox-close,
.extm-lightbox-nav {
	position: fixed;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	z-index: 100001;
}
#extm-lightbox-close {
	top: 1.25rem;
	right: 1.5rem;
	font-size: 2.25rem;
}
.extm-lightbox-nav {
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	font-size: 1.75rem;
}
.extm-lightbox-nav--prev { left: 1rem; }
.extm-lightbox-nav--next { right: 1rem; }

/* —— Tribute —— */
.extm-lp-tribute {
	padding: 100px 48px 72px;
	background: radial-gradient(ellipse at 50% 100%, rgba(211, 35, 121, 0.05), transparent 55%), #070A09;
}
.extm-lp-tribute__copy {
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}
.extm-lp-tribute__title {
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(36px, 4.6vw, 54px);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 28px;
}
.extm-lp-tribute__copy p {
	font-family: 'Bodoni Moda', serif;
	font-size: clamp(19px, 2.1vw, 24px);
	line-height: 1.8;
	color: #BFBFB2;
	margin: 0 0 12px;
}
.extm-lp-tribute-video {
	position: relative;
	width: 100%;
	height: 78vh;
	min-height: 420px;
	max-height: 860px;
	overflow: hidden;
	background: #070A09;
}
.extm-lp-tribute-video__frame {
	position: absolute;
	inset: -18% 0;
	overflow: hidden;
}
.extm-lp-tribute-video__el {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	will-change: transform;
}

/* —— Sponsors / brands / media —— */
.extm-lp-sponsors {
	padding: 100px 48px 60px;
	max-width: 1480px;
	margin: 0 auto;
	font-family: 'Outfit', sans-serif;
}
.extm-lp-sponsors__title {
	text-align: center;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #F5F5F0;
	margin: 0 0 48px;
}
.extm-lp-sponsors__row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	flex-wrap: wrap;
}
.extm-lp-sponsors__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 620px;
	height: 340px;
	transition: transform 0.4s ease, filter 0.4s ease;
	filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}
.extm-lp-sponsors__logo:hover {
	transform: scale(1.07);
	filter: drop-shadow(0 18px 36px rgba(73, 166, 200, 0.18));
}
.extm-lp-sponsors__logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.extm-lp-sponsors__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.extm-lp-sponsors--vip {
	padding-top: 20px;
	padding-bottom: 90px;
}

.extm-lp-vip {
	padding: 40px 48px 90px;
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'Outfit', sans-serif;
}
.extm-lp-vip__title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #BFBFB2;
	margin: 0 0 28px;
}
.extm-lp-vip__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	height: 160px;
	margin: 0 auto;
}
.extm-lp-vip__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.extm-lp-brands {
	padding: 90px 48px;
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'Work Sans', sans-serif;
}
.extm-lp-brands__head {
	text-align: center;
	margin-bottom: 20px;
}
.extm-lp-brands__head p {
	color: #BFBFB2;
	max-width: 680px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.65;
}
.extm-lp-brands__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 28px;
	margin-top: 48px;
	align-items: center;
}
.extm-lp-brands__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	padding: 12px;
	transition: transform 0.35s ease;
}
.extm-lp-brands__item:hover {
	transform: scale(1.08);
}
.extm-lp-brands__item img {
	max-width: 100%;
	max-height: 140px;
	object-fit: contain;
	display: block;
}
.extm-lp-brands__cta {
	text-align: center;
	margin-top: 56px;
}
.extm-lp-brands__cta h3 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(22px, 2.5vw, 28px);
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.extm-lp-brands__cta p {
	color: #BFBFB2;
	max-width: 560px;
	margin: 0 auto 28px;
	font-size: 17px;
	line-height: 1.65;
}

.extm-lp-media,
.extm-lp-inst {
	padding: 70px 48px;
	max-width: 1280px;
	margin: 0 auto;
	font-family: 'Outfit', sans-serif;
}
.extm-lp-inst {
	padding-bottom: 90px;
}
.extm-lp-media__title,
.extm-lp-inst__title {
	text-align: center;
	font-size: clamp(20px, 2.4vw, 26px);
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #F5F5F0;
	margin: 0 0 36px;
}
.extm-lp-media__row,
.extm-lp-inst__row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-wrap: wrap;
}
.extm-lp-media__logo {
	width: 280px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s ease;
}
.extm-lp-media__logo:hover {
	transform: scale(1.06);
}
.extm-lp-media__logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.extm-lp-inst__row {
	gap: 64px;
}
.extm-lp-inst__logo {
	width: 380px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s ease;
}
.extm-lp-inst__logo--wide {
	width: 560px;
	height: 240px;
}
.extm-lp-inst__logo:hover {
	transform: scale(1.05);
}
.extm-lp-media__logo img,
.extm-lp-inst__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* —— Giving back —— */
.extm-lp-cause {
	padding: 70px 48px 40px;
}
.extm-lp-cause__card {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #D32379;
	border-radius: 6px;
	padding: 56px 40px;
	background: linear-gradient(160deg, #1A1017, #0F0A0D);
	font-family: 'Work Sans', sans-serif;
}
.extm-lp-cause__card h2 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(28px, 3.4vw, 38px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 18px;
}
.extm-lp-cause__card p {
	color: #D8D8CE;
	font-size: 18px;
	line-height: 1.75;
	max-width: 600px;
	margin: 0 auto 32px;
}
.extm-lp-cause__logo {
	width: 200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.extm-lp-cause__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* —— Nonprofit partner —— */
.extm-lp-nonprofit {
	padding: 40px 48px 100px;
	font-family: 'Work Sans', sans-serif;
}
.extm-lp-nonprofit__inner {
	max-width: 960px;
	margin: 0 auto;
}
.extm-lp-nonprofit__title {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(22px, 2.8vw, 30px);
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	color: #F5F5F0;
	margin: 0 0 36px;
}
.extm-lp-nonprofit__card {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	gap: 40px;
	align-items: center;
	border: 1px solid #263934;
	border-radius: 6px;
	padding: 40px 44px;
	background: linear-gradient(160deg, #121816, #0B0F0D);
}
.extm-lp-nonprofit__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 16px;
	border-radius: 4px;
	background: #000;
}
.extm-lp-nonprofit__logo img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	object-fit: contain;
}
.extm-lp-nonprofit__copy h3 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(22px, 2.6vw, 28px);
	font-weight: 700;
	margin: 0 0 16px;
	color: #49A6C8;
}
.extm-lp-nonprofit__copy p {
	margin: 0;
	color: #CFCFC4;
	font-size: 17px;
	line-height: 1.75;
}

/* —— Contact —— */
.extm-lp-contact {
	padding: 100px 48px;
	background: radial-gradient(ellipse at 0% 50%, rgba(73, 166, 200, 0.05), transparent 55%), #070A09;
	font-family: 'Work Sans', sans-serif;
}
.extm-lp-contact__grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
}
.extm-lp-contact h2 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(30px, 3.8vw, 42px);
	font-weight: 700;
	margin: 0 0 20px;
}
.extm-lp-contact__intro {
	color: #BFBFB2;
	line-height: 1.75;
	margin: 0 0 28px;
	font-size: 17px;
}
.extm-lp-contact__meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 17px;
}
.extm-lp-social {
	display: flex;
	gap: 16px;
	margin-top: 8px;
	flex-wrap: wrap;
}
.extm-lp-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #263934;
	color: #E4E4DC;
	transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.extm-lp-social a:hover {
	border-color: #49A6C8;
	color: #49A6C8;
	transform: translateY(-3px);
	background: rgba(73, 166, 200, 0.08);
}
.extm-lp-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.extm-lp-form input,
.extm-lp-form select,
.extm-lp-form textarea {
	background: linear-gradient(160deg, #151C19, #101512);
	border: 1px solid #263934;
	border-radius: 3px;
	padding: 14px 16px;
	color: #F5F5F0;
	font-family: inherit;
	font-size: 15px;
	width: 100%;
	appearance: auto;
}
.extm-lp-form textarea {
	resize: vertical;
	min-height: 100px;
}
.extm-lp-form input::placeholder,
.extm-lp-form textarea::placeholder {
	color: #8C8C80;
}
.extm-lp-form input:focus,
.extm-lp-form select:focus,
.extm-lp-form textarea:focus {
	outline: none;
	border-color: #49A6C8;
}
.extm-lp-form select option {
	background: #151C19;
	color: #F5F5F0;
}
.extm-lp-form__feedback {
	font-size: 0.95rem;
	margin-top: 4px;
}
.extm-lp-form__feedback[data-type="success"] { color: #49A6C8; }
.extm-lp-form__feedback[data-type="error"] { color: #e74c3c; }
.extm-lp-form__captcha-error { color: #e74c3c; font-size: 0.9rem; }

/* —— Newsletter —— */
.extm-lp-news {
	padding: 80px 48px;
	background: linear-gradient(180deg, #080B0A 0%, #0F1513 100%);
	text-align: center;
	font-family: 'Work Sans', sans-serif;
}
.extm-lp-news__inner {
	max-width: 560px;
	margin: 0 auto;
}
.extm-lp-news h2 {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(30px, 3.8vw, 40px);
	font-weight: 700;
	margin: 0 0 14px;
}
.extm-lp-news p {
	color: #BFBFB2;
	margin: 0 0 28px;
	font-size: 17px;
	line-height: 1.7;
}
.extm-lp-news__form {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.extm-lp-news__form input[type="email"] {
	flex: 1;
	min-width: 220px;
	background: #151C19;
	border: 1px solid #263934;
	border-radius: 3px;
	padding: 14px 16px;
	color: #F5F5F0;
	font-family: inherit;
	font-size: 15px;
}

/* —— Venue —— */
.extm-lp-venue {
	padding: 90px 48px 110px;
	background: #070A09;
	border-top: 1px solid #203330;
}
.extm-lp-venue__inner {
	max-width: 1180px;
	margin: 0 auto;
}
.extm-lp-venue__inner > .extm-lp-h2 {
	text-align: center;
	margin-bottom: 48px;
}
.extm-lp-venue__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
	gap: 48px;
	align-items: stretch;
}
.extm-lp-venue__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}
.extm-lp-venue__city {
	margin: 0 0 8px;
	font-family: 'Outfit', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #49A6C8;
}
.extm-lp-venue__logo {
	margin: 4px 0 12px;
}
.extm-lp-venue__logo img {
	display: block;
	height: 48px;
	width: auto;
	max-width: 280px;
	object-fit: contain;
}
.extm-lp-venue__date {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #C98A2E;
	font-weight: 600;
	margin: 0;
}
.extm-lp-venue__info p {
	margin: 0;
	color: #CFCFC4;
	font-size: 16px;
	line-height: 1.6;
}
.extm-lp-venue__link {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: #49A6C8;
	font-weight: 600;
	font-size: 15px;
}
.extm-lp-venue__link:hover {
	color: #6FBBD6;
}
.extm-lp-venue__map {
	min-height: 340px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #263934;
	background: #111713;
}
.extm-lp-venue__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 340px;
	border: 0;
}

.etm-page-content > p:empty,
.etm-page-content > p:first-child:empty {
	display: none;
}

@media (max-width: 768px) {
	.extm-lp-tickets,
	.extm-lp-editions,
	.extm-lp-about,
	.extm-lp-gallery,
	.extm-lp-tribute,
	.extm-lp-sponsors,
	.extm-lp-vip,
	.extm-lp-brands,
	.extm-lp-media,
	.extm-lp-inst,
	.extm-lp-cause,
	.extm-lp-nonprofit,
	.extm-lp-contact,
	.extm-lp-news,
	.extm-lp-venue {
		padding-left: 20px;
		padding-right: 20px;
	}
	.extm-lp-tier {
		padding: 32px 24px;
	}
	.extm-lp-contact__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.extm-lp-venue__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.extm-lp-hero__logo {
		height: 150px;
	}
	.extm-lp-hero--houston.extm-lp-hero--flyer {
		padding-top: 104px;
	}
	.extm-lp-tribute-video {
		height: 56vh;
		min-height: 280px;
	}
	.extm-lp-sponsors__logo {
		width: min(94vw, 520px);
		height: 280px;
	}
	.extm-lp-media__logo {
		width: 220px;
		height: 110px;
	}
	.extm-lp-inst__logo,
	.extm-lp-inst__logo--wide {
		width: min(92vw, 440px);
		height: 200px;
	}
	.extm-lp-cause__card {
		padding: 40px 24px;
	}
	.extm-lp-nonprofit__card {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 32px 24px;
		text-align: center;
	}
	.extm-lp-nonprofit__logo {
		min-height: 160px;
		margin: 0 auto;
		max-width: 240px;
		width: 100%;
	}
}

/* —— Animations —— */
@keyframes extm-fade-up {
	from { opacity: 0; transform: translateY(28px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes extm-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes extm-pulse-glow {
	0%, 100% { box-shadow: 0 0 0 0 rgba(73, 166, 200, 0.18); }
	50% { box-shadow: 0 0 24px 2px rgba(73, 166, 200, 0.28); }
}

.extm-lp-hero__inner > * {
	animation: extm-fade-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.extm-lp-hero__logo { animation-delay: 0.08s; }
.extm-lp-hero__badge { animation-delay: 0.22s; }
.extm-lp-hero__title { animation-delay: 0.38s; }
.extm-lp-hero__venue { animation-delay: 0.5s; }
.extm-lp-hero__sub { animation-delay: 0.58s; }

.extm-lp-count__cell {
	animation: extm-pulse-glow 3.6s ease-in-out infinite;
}

.extm-reveal {
	opacity: 0;
	transform: translateY(32px);
	transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.extm-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.extm-lp-hero__inner > *,
	.extm-lp-count__cell,
	.extm-reveal,
	.extm-lp-btn,
	.extm-lp-tier,
	.extm-lp-sponsors__logo,
	.extm-lp-brands__item,
	.extm-lp-tribute-video__frame {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
