/* ==========================================================================
   Kamer Lyrics — Hero (redesign)
   Scoped under .kl-hero so it never collides with the legacy theme CSS.
   ========================================================================== */

.kl-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: linear-gradient(180deg, #f3fbf6 0%, #ffffff 55%);
	padding: 0;
}

.kl-hero-blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	z-index: 0;
}
.kl-hero-blob--a {
	width: 480px;
	height: 480px;
	top: -180px;
	right: -120px;
	background: radial-gradient(circle at 30% 30%, rgba(27, 255, 122, 0.35), rgba(0, 128, 0, 0.05) 70%);
}
.kl-hero-blob--b {
	width: 360px;
	height: 360px;
	bottom: -160px;
	left: -120px;
	background: radial-gradient(circle at 60% 60%, rgba(0, 128, 0, 0.18), rgba(27, 255, 122, 0.02) 70%);
}

.kl-hero .carousel-inner {
	overflow: visible;
}

.kl-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: 40px;
	min-height: 500px;
	padding: 16px 0 50px;
}

/* copy column */
.kl-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(0, 128, 0, 0.08);
	color: #0a7a2e;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	padding: 8px 16px;
	border-radius: 999px;
	margin-bottom: 22px;
}
.kl-hero-eyebrow i:before {
	font-size: 11px;
	margin-right: 2px;
}

.kl-hero-title {
	margin: 0 0 16px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	font-size: clamp(2.9rem, 5.2vw, 4.5rem);
	text-transform: uppercase;
	background: linear-gradient(100deg, #0a3d1f 0%, #008000 45%, #1bff7a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #0a3d1f;
}

.kl-hero-subtitle {
	margin: 0 0 14px;
	font-size: 1.45rem;
	font-weight: 600;
	color: #14151a;
	line-height: 1.4;
}

.kl-hero-text {
	margin: 0 0 34px;
	max-width: 520px;
	font-size: 1.15rem;
	line-height: 1.75;
	color: #5b6470;
}

.kl-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
}

.kl-hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 17px 34px;
	border-radius: 999px;
	background-image: linear-gradient(95deg, #008000 0%, #45fe64 55%, #1bff7a 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	box-shadow: 0 14px 30px -10px rgba(0, 128, 0, 0.55);
	transition: all .35s ease;
}
.kl-hero-cta:hover,
.kl-hero-cta:focus {
	background-position: 100% 0;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 18px 34px -8px rgba(0, 128, 0, 0.6);
}
.kl-hero-cta i:before {
	font-size: 13px;
}

.kl-hero-secondary {
	display: inline-flex;
	align-items: center;
	padding: 17px 30px;
	border-radius: 999px;
	border: 2px solid rgba(20, 21, 26, 0.12);
	color: #14151a;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	transition: all .3s ease;
}
.kl-hero-secondary:hover,
.kl-hero-secondary:focus {
	border-color: #008000;
	background: rgba(0, 128, 0, 0.06);
	color: #0a7a2e;
}

/* media column */
.kl-hero-media {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 540px;
}

.kl-hero-media-shape {
	position: absolute;
	width: 520px;
	height: 520px;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: linear-gradient(150deg, #008000 0%, #1bff7a 100%);
	opacity: .14;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.kl-hero-headphone {
	position: absolute;
	top: 20%;
	left: 50%;
	bottom: auto;
	transform: translateX(-58%) rotate(-8deg);
	width: 130px;
	aspect-ratio: 259 / 456;
	background-image: linear-gradient(160deg, #073d17 0%, #1bff7a 100%);
	-webkit-mask: url(../images/headphone.png) no-repeat center / contain;
	mask: url(../images/headphone.png) no-repeat center / contain;
	opacity: .95;
	z-index: 3;
	filter: drop-shadow(0 16px 20px rgba(7, 61, 23, 0.25));
	-webkit-animation: kl-hero-float 3.9s ease-in-out infinite;
	animation: kl-hero-float 3.9s ease-in-out infinite;
}

@keyframes kl-hero-float {
	0% { transform: translateX(-58%) rotate(-8deg) translateY(0); }
	50% { transform: translateX(-58%) rotate(-8deg) translateY(-10px); }
	100% { transform: translateX(-58%) rotate(-8deg) translateY(0); }
}

.kl-hero-photo {
	position: relative;
	z-index: 2;
	max-width: 145%;
	max-height: 880px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 30px 40px rgba(10, 20, 15, 0.18));
}

/* indicators */
.kl-hero-indicators {
	position: relative;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
	list-style: none;
	padding: 0 0 30px;
}
.kl-hero-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(20, 21, 26, 0.15);
	border: 0;
	cursor: pointer;
	text-indent: -9999px;
	transition: all .3s ease;
}
.kl-hero-indicators li.active {
	width: 30px;
	background-image: linear-gradient(95deg, #008000 0%, #1bff7a 100%);
}

@media (max-width: 991px) {
	.kl-hero-grid {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 20px;
		padding: 40px 0 60px;
		min-height: auto;
	}
	.kl-hero-text {
		margin-left: auto;
		margin-right: auto;
	}
	.kl-hero-actions {
		justify-content: center;
	}
	.kl-hero-media {
		order: -1;
		min-height: 320px;
	}
	.kl-hero-photo {
		max-height: 340px;
	}
	.kl-hero-headphone {
		display: none;
	}
}

@media (max-width: 575px) {
	.kl-hero-title {
		font-size: 2.1rem;
	}
	.kl-hero-cta,
	.kl-hero-secondary {
		width: 100%;
		justify-content: center;
	}
	.kl-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}
}
