/*!
 * Homepage Experience 2.0 — cinematic retail presentation.
 * Builds on DXP Flagship Night tokens. Home intent only.
 */
.dxp-home--he2 {
	--he2-ember: var(--dxp-color-ember-400, #ff6a3d);
	--he2-gold: var(--dxp-color-gold-400, #ffc437);
	--he2-ink: #060a12;
	--he2-glass: rgba(12, 18, 30, 0.55);
	--he2-line: rgba(255, 244, 214, 0.14);
}

/* —— Cinematic hero —— */
.dxp-home--he2 .dxp-hero--he2 {
	position: relative;
	isolation: isolate;
	min-height: min(92vh, 56rem);
	display: flex;
	align-items: flex-end;
	padding: clamp(4.5rem, 12vh, 7rem) 0 clamp(2.75rem, 6vh, 4rem);
	overflow: hidden;
	background: #060a12;
}

.dxp-home--he2 .dxp-hero-stage {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.dxp-home--he2 .dxp-hero-media {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(105deg, rgba(6, 10, 18, 0.88) 6%, rgba(6, 10, 18, 0.35) 46%, rgba(6, 10, 18, 0.72) 100%),
		var(--dxp-hero-bg, none);
	background-size: cover;
	background-position: center 30%;
	transform: scale(1.02);
	animation: he2-kenburns 28s ease-in-out alternate infinite;
}

.dxp-home--he2 .dxp-hero--he2[data-mobile-bg="1"] .dxp-hero-media {
	background-image:
		linear-gradient(180deg, rgba(6, 10, 18, 0.55) 0%, rgba(6, 10, 18, 0.82) 100%),
		var(--dxp-hero-bg-mobile, var(--dxp-hero-bg, none));
}

@media (max-width: 781px) {
	.dxp-home--he2 .dxp-hero--he2[data-mobile-bg="1"] .dxp-hero-media {
		background-image:
			linear-gradient(180deg, rgba(6, 10, 18, 0.5) 0%, rgba(6, 10, 18, 0.88) 100%),
			var(--dxp-hero-bg-mobile, var(--dxp-hero-bg, none));
	}
}

.dxp-home--he2 .dxp-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(70% 70% at 18% 55%, rgba(255, 106, 61, 0.18), transparent 62%),
		radial-gradient(55% 50% at 78% 20%, rgba(255, 196, 55, 0.12), transparent 60%),
		linear-gradient(180deg, rgba(6, 10, 18, 0.15) 0%, rgba(6, 10, 18, 0.55) 70%, rgba(6, 10, 18, 0.92) 100%);
}

.dxp-home--he2 .dxp-hero-atmosphere {
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(1px 1px at 12% 28%, rgba(255, 244, 214, 0.55), transparent),
		radial-gradient(1px 1px at 42% 18%, rgba(255, 196, 55, 0.4), transparent),
		radial-gradient(1.5px 1.5px at 68% 36%, rgba(255, 255, 255, 0.35), transparent),
		radial-gradient(1px 1px at 84% 62%, rgba(255, 106, 61, 0.45), transparent);
	opacity: 0.55;
	animation: he2-twinkle 7s ease-in-out infinite alternate;
}

.dxp-home--he2 .dxp-hero-fx {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0.65;
}

.dxp-home--he2 .dxp-hero-inner {
	position: relative;
	z-index: 1;
	max-width: min(44rem, 100%);
	padding-bottom: 0.5rem;
}

.dxp-home--he2 .dxp-hero-brand-name,
.dxp-home--he2 .dxp-hero-brand-line {
	font-family: var(--dxp-font-display, "Segoe UI", Georgia, serif);
	letter-spacing: 0.02em;
	text-transform: none;
}

.dxp-home--he2 .dxp-hero-brand-name {
	margin: 0 0 0.65rem;
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 800;
	color: var(--he2-gold);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65);
}

.dxp-home--he2 .dxp-hero-logo {
	width: min(18rem, 72vw);
	height: auto;
	filter: drop-shadow(0 8px 28px rgba(0, 0, 0, 0.55));
}

.dxp-home--he2 .dxp-hero-title {
	font-size: clamp(2.4rem, 7vw, 4.6rem);
	line-height: 1.05;
	margin: 0 0 1rem;
}

.dxp-home--he2 .dxp-hero-brand-line {
	font-size: 0.72em;
	color: #fff;
	margin-bottom: 0.15em;
}

.dxp-home--he2 .dxp-hero-subtitle {
	max-width: 38ch;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.94);
}

.dxp-home--he2 .dxp-hero-actions {
	gap: 0.75rem;
}

.dxp-home--he2 .dxp-hero-actions--primary {
	margin-bottom: 0.65rem;
}

.dxp-home--he2 .dxp-hero-actions--secondary .dxp-btn-ghost {
	color: rgba(255, 255, 255, 0.92);
	border-color: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(8px);
	background: rgba(255, 255, 255, 0.06);
}

.dxp-home--he2 .dxp-home-hero-support {
	padding-block: 0.85rem !important;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
	border-bottom: 1px solid var(--he2-line);
}

.dxp-home--he2 .dxp-hero-support-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
}

/* —— Trust —— */
.dxp-home--he2 .dxp-trust--he2 {
	padding-block: clamp(2rem, 4vw, 3rem) !important;
	background:
		radial-gradient(80% 80% at 50% 0%, rgba(255, 196, 55, 0.08), transparent 55%),
		rgba(255, 255, 255, 0.02);
}

.dxp-home--he2 .dxp-trust-heading {
	text-align: center;
	margin-bottom: 1.25rem;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.dxp-home--he2 .dxp-trust-grid--he2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
}

@media (min-width: 700px) {
	.dxp-home--he2 .dxp-trust-grid--he2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
	.dxp-home--he2 .dxp-trust-grid--he2 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.dxp-home--he2 .dxp-trust-item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.75rem;
	row-gap: 0.15rem;
	align-items: start;
	padding: 1rem 1.05rem;
	border: 1px solid var(--he2-line);
	border-radius: 1rem;
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.dxp-home--he2 .dxp-trust-item .dxp-trust-icon { grid-row: 1 / span 2; margin-top: 0.15rem; }
.dxp-home--he2 .dxp-trust-item strong { grid-column: 2; color: #fff; font-size: 0.98rem; }
.dxp-home--he2 .dxp-trust-item > span:not(.dxp-trust-icon) { grid-column: 2; color: rgba(238, 242, 248, 0.78); font-size: 0.86rem; }
.dxp-home--he2 .dxp-trust-item:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 196, 55, 0.45);
	background: linear-gradient(160deg, rgba(255, 196, 55, 0.1), rgba(255, 255, 255, 0.03));
}

/* —— Premium products —— */
.dxp-home--he2 .dxp-merch-row--he2 {
	padding-block: clamp(2.25rem, 4vw, 3.5rem) !important;
}

.dxp-home--he2 .dxp-grid-products--premium {
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 16.5rem), 1fr));
	gap: 1.25rem;
}

.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card {
	overflow: hidden;
	border: 1px solid var(--he2-line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 196, 55, 0.4);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card-media {
	aspect-ratio: 1 / 1.05;
	overflow: hidden;
}

.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card:hover .dxp-product-card-media img {
	transform: scale(1.05);
}

/* —— Build Your Show signature —— */
.dxp-home--he2 .dxp-show-builder--he2 {
	padding-block: clamp(2.5rem, 5vw, 4rem) !important;
}

.dxp-home--he2 .dxp-show-builder--he2 .dxp-show-builder-panel {
	border: 1px solid rgba(255, 196, 55, 0.28);
	background:
		radial-gradient(90% 80% at 0% 0%, rgba(255, 106, 61, 0.16), transparent 50%),
		radial-gradient(80% 70% at 100% 100%, rgba(255, 196, 55, 0.12), transparent 45%),
		linear-gradient(145deg, rgba(18, 24, 38, 0.95), rgba(8, 12, 20, 0.98));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.dxp-home--he2 .dxp-show-builder-insights {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.dxp-home--he2 .dxp-show-builder-insights li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.7rem 0.85rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--he2-line);
}

.dxp-home--he2 .dxp-show-builder-insights span {
	color: rgba(238, 242, 248, 0.72);
	font-size: 0.88rem;
}

.dxp-home--he2 .dxp-show-builder-insights strong {
	color: #fff;
	text-align: right;
}

/* —— Why story —— */
.dxp-home--he2 .dxp-why--he2 {
	padding-block: clamp(2.75rem, 5vw, 4.25rem) !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 30%),
		radial-gradient(60% 50% at 50% 0%, rgba(255, 106, 61, 0.1), transparent 70%);
}

.dxp-home--he2 .dxp-why-intro {
	max-width: 46rem;
	margin-bottom: 1.75rem;
}

.dxp-home--he2 .dxp-why-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 15.5rem), 1fr));
	gap: 0.95rem;
}

.dxp-home--he2 .dxp-why-pillar {
	padding: 1.15rem 1.2rem;
	border-radius: 1rem;
	border: 1px solid var(--he2-line);
	background: rgba(255, 255, 255, 0.03);
}

.dxp-home--he2 .dxp-why-pillar h3 {
	margin: 0 0 0.4rem;
	color: var(--he2-gold);
	font-size: 1.05rem;
}

.dxp-home--he2 .dxp-why-pillar p {
	margin: 0;
	color: rgba(238, 242, 248, 0.8);
	font-size: 0.94rem;
	line-height: 1.45;
}

/* —— Fireworks experience —— */
.dxp-home--he2 .dxp-fireworks--he2 {
	padding-block: clamp(2.5rem, 5vw, 4rem) !important;
}

.dxp-home--he2 .dxp-fireworks-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
	gap: 1.2rem;
}

.dxp-home--he2 .dxp-fireworks-card {
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid var(--he2-line);
	background: rgba(255, 255, 255, 0.03);
	transition: transform 0.28s ease, border-color 0.28s ease;
}

.dxp-home--he2 .dxp-fireworks-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 106, 61, 0.45);
}

.dxp-home--he2 .dxp-fireworks-media {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #101623;
}

.dxp-home--he2 .dxp-fireworks-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease, filter 0.4s ease;
}

.dxp-home--he2 .dxp-fireworks-card:hover .dxp-fireworks-media img {
	transform: scale(1.04);
	filter: brightness(1.08);
}

.dxp-home--he2 .dxp-fireworks-video-hint {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #120a04;
	background: var(--he2-gold);
}

.dxp-home--he2 .dxp-fireworks-ph {
	display: block;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle at 30% 30%, rgba(255, 106, 61, 0.35), #101623 65%);
}

.dxp-home--he2 .dxp-fireworks-body {
	padding: 1rem 1.1rem 1.2rem;
}

.dxp-home--he2 .dxp-fireworks-body h3 {
	margin: 0.25rem 0 0.65rem;
	font-size: 1.15rem;
}

.dxp-home--he2 .dxp-fireworks-body h3 a { color: #fff; text-decoration: none; }
.dxp-home--he2 .dxp-fireworks-meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.dxp-home--he2 .dxp-fireworks-meta li {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	font-size: 0.86rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding-bottom: 0.3rem;
}

.dxp-home--he2 .dxp-fireworks-meta span { color: rgba(238, 242, 248, 0.65); }
.dxp-home--he2 .dxp-fireworks-meta strong { color: #fff; text-align: right; }

/* —— Promotions —— */
.dxp-home--he2 .dxp-promo-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr));
	gap: 1.25rem;
}

.dxp-home--he2 .dxp-promo-card {
	display: grid;
	gap: 0;
	border-radius: 1.15rem;
	overflow: hidden;
	border: 1px solid rgba(255, 196, 55, 0.28);
	background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.dxp-home--he2 .dxp-promo-card .dxp-promo-media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.dxp-home--he2 .dxp-promo-card .dxp-promo-body {
	padding: 1.25rem 1.35rem 1.5rem;
}

.dxp-home--he2 .dxp-promo-title {
	margin: 0.25rem 0 0.5rem;
	color: #fff;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

/* —— Brands / locations / reviews —— */
.dxp-home--he2 .dxp-brand-logo-row--he2 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 11.5rem), 1fr));
	gap: 0.9rem;
}

.dxp-home--he2 .dxp-brand-tile {
	min-height: 9.5rem;
	padding: 1.1rem;
	border-radius: 1rem;
}

.dxp-home--he2 .dxp-brand-desc {
	display: block;
	margin-top: 0.35rem;
	color: rgba(238, 242, 248, 0.7);
	font-size: 0.82rem;
	line-height: 1.35;
}

.dxp-home--he2 .dxp-locations-map {
	margin: 0 0 1.25rem;
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid var(--he2-line);
}

.dxp-home--he2 .dxp-locations-map img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 21 / 9;
	object-fit: cover;
}

.dxp-home--he2 .dxp-location-card--he2 {
	padding: 1.25rem;
	border-radius: 1.1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.dxp-home--he2 .dxp-location-status {
	color: var(--he2-gold);
	font-weight: 700;
	font-size: 0.88rem;
}

.dxp-home--he2 .dxp-location-services {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0.75rem 0 1rem;
	padding: 0;
}

.dxp-home--he2 .dxp-location-services li {
	padding: 0.25rem 0.55rem;
	border-radius: 999px;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--he2-line);
}

.dxp-home--he2 .dxp-location-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.dxp-home--he2 .dxp-testimonials-header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.dxp-home--he2 .dxp-testimonial-track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(min(100%, 22rem), 1fr);
	gap: 1rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 0.5rem;
	scrollbar-width: thin;
}

.dxp-home--he2 .dxp-testimonial-card--he2 {
	scroll-snap-align: start;
	min-height: 14rem;
	padding: 1.35rem;
	border-radius: 1.1rem;
	border: 1px solid var(--he2-line);
	background: rgba(255, 255, 255, 0.04);
}

.dxp-home--he2 .dxp-testimonial-photo,
.dxp-home--he2 .dxp-testimonial-photo-ph {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 999px;
	object-fit: cover;
	display: block;
	margin-bottom: 0.85rem;
}

.dxp-home--he2 .dxp-testimonial-photo-ph {
	background: linear-gradient(135deg, rgba(255, 196, 55, 0.35), rgba(255, 106, 61, 0.25));
}

.dxp-home--he2 .dxp-forecast-home--he2 .dxp-forecast-board--compact {
	display: grid;
	gap: 1rem;
	padding: 1.25rem;
	border-radius: 1.1rem;
	border: 1px solid var(--he2-line);
	background: rgba(255, 255, 255, 0.03);
}

.dxp-home--he2 .dxp-forecast-home--he2 .dxp-forecast-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
	gap: 0.75rem;
}

/* —— Motion —— */
@keyframes he2-kenburns {
	from { transform: scale(1.02) translate3d(0, 0, 0); }
	to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}

@keyframes he2-twinkle {
	from { opacity: 0.35; }
	to { opacity: 0.7; }
}

@media (prefers-reduced-motion: reduce) {
	.dxp-home--he2 .dxp-hero-media,
	.dxp-home--he2 .dxp-hero-atmosphere,
	.dxp-home--he2 .dxp-trust-item,
	.dxp-home--he2 .dxp-product-card,
	.dxp-home--he2 .dxp-fireworks-card,
	.dxp-home--he2 .dxp-grid-products--premium .dxp-product-card-media img {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
	.dxp-home--he2 .dxp-hero-fx { display: none; }
}

.dxp-home--he2 a:focus-visible,
.dxp-home--he2 button:focus-visible {
	outline: 2px solid var(--he2-gold);
	outline-offset: 3px;
}

/* Footer HE2 link columns (theme footer) */
.site-footer .footer-he2-links {
	display: contents;
}

.site-footer .footer-he2-col .footer-title {
	margin-bottom: 0.65rem;
}

.site-footer .footer-he2-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.4rem;
}

.site-footer .footer-he2-col a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.site-footer .footer-he2-col a:hover {
	color: var(--he2-gold, #ffc437);
}

.site-footer .footer-newsletter-ready {
	margin-top: 0.75rem;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 900px) {
	.site-footer .footer-grid {
		grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
	}
}
