/**
 * Kohl Spotlight Hero - Frontend Stylesheet
 * High-Impact Keyframe Animations for 3-Line Headlines, High-Visibility Navigation Dots, & Hero Layout.
 */

.nl-hero {
	position: relative;
	width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	height: 100vh !important;
	min-height: 600px !important;
	background-color: #0B132B;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 1;
	font-family: 'Inter', sans-serif;
	perspective: 1000px;
}

/* ==========================================================================
   1. Slideshow Background Layout & Keyframe Animations
   ========================================================================== */
.nl-hero__bg {
	overflow: hidden;
	position: absolute;
	inset: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
}

.nl-hero__bg-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 1.8s ease-in-out;
}

.nl-hero__bg-slide.active {
	opacity: 1;
	z-index: 2;
}

.nl-hero__bg-inner {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
	transform: scale(1.15);
}

.nl-hero__bg-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Zoom Transition Container (Ken Burns) */
.nl-hero__bg-slide[data-zoom-speed="none"] .nl-hero__bg-inner {
	transform: scale(1.0);
	transition: transform 1.8s ease-in-out;
}
.nl-hero__bg-slide[data-zoom-speed="slow"] .nl-hero__bg-inner {
	transform: scale(1.10);
	transition: transform 1.8s ease-in-out;
}
.nl-hero__bg-slide[data-zoom-speed="normal"] .nl-hero__bg-inner {
	transform: scale(1.15);
	transition: transform 1.8s ease-in-out;
}
.nl-hero__bg-slide[data-zoom-speed="fast"] .nl-hero__bg-inner {
	transform: scale(1.22);
	transition: transform 1.8s ease-in-out;
}

@keyframes kenBurnsSlow {
	from { transform: scale(1.10); }
	to { transform: scale(1.0); }
}
@keyframes kenBurnsNormal {
	from { transform: scale(1.15); }
	to { transform: scale(1.0); }
}
@keyframes kenBurnsFast {
	from { transform: scale(1.22); }
	to { transform: scale(1.0); }
}

.nl-hero__bg-slide.active[data-zoom-speed="none"] .nl-hero__bg-inner {
	transform: scale(1.0);
}
.nl-hero__bg-slide.active[data-zoom-speed="slow"] .nl-hero__bg-inner {
	animation: kenBurnsSlow 8.5s cubic-bezier(0.25, 1, 0.3, 1) forwards;
}
.nl-hero__bg-slide.active[data-zoom-speed="normal"] .nl-hero__bg-inner {
	animation: kenBurnsNormal 4.8s cubic-bezier(0.25, 1, 0.3, 1) forwards;
}
.nl-hero__bg-slide.active[data-zoom-speed="fast"] .nl-hero__bg-inner {
	animation: kenBurnsFast 3.0s cubic-bezier(0.25, 1, 0.3, 1) forwards;
}

/* Dark Vignette Overlay */
.nl-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(11,19,43,calc(0.96 * var(--overlay-strength, 0.75))) 0%, rgba(11,19,43,calc(0.78 * var(--overlay-strength, 0.75))) 50%, rgba(11,19,43,calc(0.25 * var(--overlay-strength, 0.75))) 100%),
		linear-gradient(to top, rgba(11,19,43,calc(0.70 * var(--overlay-strength, 0.75))) 0%, transparent 50%);
	z-index: 1;
	pointer-events: none;
}

/* ==========================================================================
   2. Text Slider & High-Impact Animated 3-Line Large Print Headlines
   ========================================================================== */
.nl-hero__content {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	padding: 140px 6% 60px;
	z-index: 3;
}

.nl-hero__text-col {
	max-width: 780px;
}

/* Eyebrow Animation */
@keyframes eyebrowSlideIn {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.nl-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	opacity: 0;
}

.nl-hero__eyebrow.nl-reveal,
.nl-hero__text-slide.active.nl-visible .nl-hero__eyebrow {
	animation: eyebrowSlideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.nl-hero__eyebrow-line {
	width: 32px;
	height: 2px;
	background-color: #F7B801;
	box-shadow: 0 0 10px rgba(247, 184, 1, 0.6);
}

.nl-hero__eyebrow-text {
	font-family: 'JetBrains Mono', monospace;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #06B6D4;
	letter-spacing: 2px;
}

.nl-hero__text-slider {
	position: relative;
	width: 100%;
}

.nl-hero__text-slide {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

.nl-hero__text-slide.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

.nl-hero__text-slide:not(.active) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* --- Large Print Headline Animation --- */
.nl-hero__title {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(38px, 5.5vw, 76px);
	font-weight: 800;
	line-height: 1.04;
	margin: 0 0 24px 0;
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.nl-roll-line {
	display: block;
	overflow: hidden;
	vertical-align: top;
	perspective: 800px;
}

.nl-roll-inner {
	display: block;
	opacity: 0;
	transform: translateY(80px) rotateX(-30deg) scale(0.92);
	filter: blur(10px);
}

/* Keyframe animations for active slide */
@keyframes headlineRollIn {
	0% {
		opacity: 0;
		transform: translateY(80px) rotateX(-30deg) scale(0.92);
		filter: blur(10px);
	}
	70% {
		opacity: 1;
		filter: blur(0px);
	}
	100% {
		opacity: 1;
		transform: translateY(0) rotateX(0deg) scale(1);
		filter: blur(0px);
	}
}

/* Staggered Line Animations */
.nl-hero__text-slide.active.nl-visible .nl-roll-line:nth-child(1) .nl-roll-inner {
	animation: headlineRollIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}

.nl-hero__text-slide.active.nl-visible .nl-roll-line:nth-child(2) .nl-roll-inner {
	animation: headlineRollIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.28s forwards;
}

.nl-hero__text-slide.active.nl-visible .nl-roll-line:nth-child(3) .nl-roll-inner {
	animation: headlineRollIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}

/* Line 2 Gold Accent Text Glow Pulse */
@keyframes goldGlowPulse {
	0%, 100% {
		text-shadow: 0 0 12px rgba(247, 184, 1, 0.3), 0 0 24px rgba(247, 184, 1, 0.1);
	}
	50% {
		text-shadow: 0 0 28px rgba(247, 184, 1, 0.7), 0 0 45px rgba(247, 184, 1, 0.3);
	}
}

.nl-roll-line.accent-line span {
	color: transparent;
	-webkit-text-stroke: 1.5px #F7B801;
	position: relative;
	display: inline-block;
	animation: goldGlowPulse 3.5s ease-in-out infinite;
}

/* Line 3 Cyan Text Styling */
.nl-roll-line.cyan-line {
	color: #FFFFFF;
}

/* Subtitle Description */
@keyframes subtitleFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nl-hero__subtitle {
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.78);
	margin: 0 0 36px 0;
	max-width: 640px;
	opacity: 0;
}

.nl-hero__text-slide.active.nl-visible .nl-hero__subtitle {
	animation: subtitleFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.58s forwards;
}

/* CTA Action Buttons */
@keyframes btnFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.nl-hero__actions {
	display: flex;
	gap: 16px;
	align-items: center;
	opacity: 0;
}

.nl-hero__text-slide.active.nl-visible .nl-hero__actions {
	animation: btnFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.72s forwards;
}

.nl-btn-indigo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #F7B801;
	color: #0B132B;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 18px 32px;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 24px rgba(247, 184, 1, 0.25);
}

.nl-btn-indigo:hover {
	background: #FFFFFF;
	color: #0B132B;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(255, 255, 255, 0.35);
}

.nl-btn-indigo .arrow {
	transition: transform 0.3s ease;
}

.nl-btn-indigo:hover .arrow {
	transform: translateX(5px);
}

/* ==========================================================================
   3. High-Visibility Bullet Navigation Dots (Supports Any Number of Slides)
   ========================================================================== */
.nl-hero__dots {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 100;
	max-height: 80vh;
	overflow-y: auto;
	padding: 10px 6px;
}

.nl-hero__dot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(11, 19, 43, 0.7);
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
	padding: 0;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}

.nl-hero__dot .dot-num {
	font-family: 'JetBrains Mono', monospace;
	font-size: 10px;
	font-weight: 700;
	pointer-events: none;
}

.nl-hero__dot:hover {
	border-color: #F7B801;
	color: #F7B801;
	transform: scale(1.15);
	background: rgba(11, 19, 43, 0.95);
}

.nl-hero__dot.active {
	background: #F7B801;
	border-color: #F7B801;
	color: #0B132B;
	transform: scale(1.25);
	box-shadow: 0 0 16px rgba(247, 184, 1, 0.8);
}

.nl-hero__dot.active .dot-num {
	color: #0B132B;
	font-weight: 900;
}

@media (max-width: 992px) {
	.kohl-hero-stats-panel {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.nl-hero__bg-video {
		display: none !important;
	}
	.nl-hero__bg-inner {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		background-size: cover !important;
		background-position: center !important;
	}
	.nl-hero__dots {
		right: 12px;
		gap: 8px;
	}
	.nl-hero__dot {
		width: 24px;
		height: 24px;
	}
	.nl-hero__dot .dot-num {
		font-size: 9px;
	}
	.nl-hero__content {
		padding: 120px 20px 60px;
	}
	.nl-hero__actions {
		flex-direction: column;
		width: 100%;
	}
	.nl-btn-indigo {
		width: 100%;
		justify-content: center;
	}
}
