/**
 * Homepage Final Layout Correction 1.1
 */

/* —— Hero presence —— */
.dxp-home--hlc11 .dxp-hero--he2 {
	min-height: clamp(28rem, 72vh, 44rem);
	padding: clamp(3.5rem, 10vh, 6.5rem) 0 clamp(2.5rem, 5.5vh, 3.75rem);
	align-items: flex-end;
}

@media (min-width: 1280px) {
	.dxp-home--hlc11 .dxp-hero--he2 {
		min-height: clamp(38rem, 84vh, 54rem);
		padding-top: clamp(5rem, 12vh, 7.5rem);
		padding-bottom: clamp(3rem, 6vh, 4.5rem);
	}
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.dxp-home--hlc11 .dxp-hero--he2 {
		min-height: clamp(32rem, 76vh, 46rem);
	}
}

@media (max-width: 781px) {
	.dxp-home--hlc11 .dxp-hero--he2 {
		min-height: clamp(22rem, 68vh, 34rem);
		padding: clamp(2.75rem, 8vh, 3.5rem) 0 1.75rem;
	}
}

.dxp-home--hlc11 .dxp-hero--he2 .dxp-hero-media {
	background-size: cover;
	background-position: center 28%;
	background-repeat: no-repeat;
}

/* In-hero season / countdown rail */
.dxp-home--hlc11 .dxp-hero-season-rail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 1rem;
	margin-top: 1.35rem;
	max-width: 36rem;
}

.dxp-home--hlc11 .dxp-hero-meta--rail {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.9rem;
	font-size: 0.9rem;
	color: rgba(238, 242, 248, 0.88);
}

.dxp-home--hlc11 .dxp-season-countdown--hero {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.55rem;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 196, 55, 0.35);
	background: rgba(6, 10, 18, 0.62);
	backdrop-filter: blur(6px);
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.3;
}

.dxp-home--hlc11 .dxp-season-countdown--hero .dxp-countdown-value {
	color: var(--dxp-color-gold-400, #ffc437);
	font-weight: 800;
}

.dxp-home--hlc11 .dxp-home-hero-support {
	display: none !important;
}

/* —— Compact forecast —— */
.dxp-home--hlc11 .dxp-forecast-home--hlc11 {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.dxp-home--hlc11 .dxp-forecast-intro--compact {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1rem;
}

.dxp-home--hlc11 .dxp-forecast-intro--compact .dxp-section-title {
	margin: 0 0 0.25rem;
}

.dxp-home--hlc11 .dxp-forecast-intro--compact .dxp-forecast-locations {
	margin: 0;
	font-size: 0.95rem;
}

.dxp-home--hlc11 .dxp-forecast-board--compact {
	display: grid;
	gap: 0.85rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(255, 244, 214, 0.12);
	border-radius: 1rem;
	background: rgba(12, 18, 30, 0.55);
}

.dxp-home--hlc11 .dxp-forecast-home--hlc11 .dxp-forecast-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
}

.dxp-home--hlc11 .dxp-forecast-home--hlc11 .dxp-forecast-metric {
	padding: 0.65rem 0.75rem;
	min-height: 0;
}

.dxp-home--hlc11 .dxp-forecast-home--hlc11 .dxp-forecast-metric strong {
	font-size: 1.25rem;
}

.dxp-home--hlc11 .dxp-forecast-guidance-summary {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.45;
	color: rgba(238, 242, 248, 0.9);
}

.dxp-home--hlc11 .dxp-forecast-windows-details {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 0.55rem;
}

.dxp-home--hlc11 .dxp-forecast-windows-details > summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--dxp-color-gold-400, #ffc437);
	list-style-position: outside;
}

.dxp-home--hlc11 .dxp-forecast-windows-table {
	display: grid;
	gap: 0.35rem;
	margin-top: 0.55rem;
}

.dxp-home--hlc11 .dxp-forecast-window-row {
	display: grid;
	grid-template-columns: 4.5rem 3rem 1fr;
	gap: 0.5rem;
	align-items: center;
	font-size: 0.88rem;
	padding: 0.3rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dxp-home--hlc11 .dxp-forecast-actions--compact {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.dxp-home--hlc11 .dxp-disclaimer--compact {
	margin-top: 0.65rem;
	font-size: 0.8rem;
	opacity: 0.8;
}

@media (max-width: 900px) {
	.dxp-home--hlc11 .dxp-forecast-home--hlc11 .dxp-forecast-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.dxp-home--hlc11 .dxp-forecast-home--hlc11 .dxp-forecast-metrics {
		grid-template-columns: 1fr;
	}
	.dxp-home--hlc11 .dxp-forecast-cta-top {
		width: 100%;
		text-align: center;
	}
}

/* —— Promotion featured card —— */
.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-card--featured {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 0;
	overflow: hidden;
	border-radius: 1.15rem;
	border: 1px solid rgba(255, 244, 214, 0.14);
	background: rgba(12, 18, 30, 0.72);
	min-height: 18rem;
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-media {
	min-height: 18rem;
	max-height: 24rem;
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.65rem;
	padding: clamp(1.35rem, 3vw, 2.25rem);
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-title {
	margin: 0;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	line-height: 1.15;
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-offer {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 800;
	color: var(--dxp-color-gold-400, #ffc437);
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-desc {
	margin: 0;
	max-width: 36rem;
}

.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-status {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(238, 242, 248, 0.75);
}

@media (max-width: 820px) {
	.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-card--featured {
		grid-template-columns: 1fr;
	}
	.dxp-home--hlc11 .dxp-promotion--hlc11 .dxp-promo-media {
		min-height: 12rem;
		max-height: 16rem;
	}
}

/* —— Footer —— */
.site-footer .footer-grid > *,
.site-footer .footer-he2-col,
.site-footer .footer-he2-col ul {
	min-width: 0;
}

.site-footer .footer-email-action {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	max-width: 100%;
}

.site-footer .footer-he2-col a {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.site-footer .footer-he2-links {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
}

@media (max-width: 980px) {
	.site-footer .footer-he2-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.site-footer .footer-he2-links {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dxp-home--hlc11 * {
		scroll-behavior: auto;
	}
}
