/**
 * Hero — full-bleed banner, left overlay copy, bottom carousel controls.
 */

.mkaacf-ui-v2 .hero-banner,
.hero-banner {
	position: relative !important;
	z-index: auto !important;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	background: transparent;
}

.hero-banner.spacing__bottom {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.mkaacf-hero-sq {
	position: relative;
	z-index: 1;
	padding: 0;
	background: #0e1014;
}

.mkaacf-hero-sq__frame {
	position: relative;
	width: 100%;
	height: clamp(460px, 36.4583vw, 700px);
	min-height: clamp(460px, 36.4583vw, 700px);
	overflow: hidden;
	background: #0e1014;
}

.mkaacf-hero-sq__slides {
	position: absolute;
	inset: 0;
}

.mkaacf-hero-sq__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.65s ease, visibility 0.65s ease;
}

.mkaacf-hero-sq__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.mkaacf-hero-sq__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.mkaacf-hero-sq__visual picture {
	display: block;
	width: 100%;
	height: 100%;
}

.mkaacf-hero-sq__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% center;
	display: block;
}

.mkaacf-hero-sq__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(8, 10, 14, 0.92) 0%, rgba(8, 10, 14, 0.72) 34%, rgba(8, 10, 14, 0.28) 58%, rgba(8, 10, 14, 0.08) 100%),
		radial-gradient(ellipse 80% 100% at 78% 50%, rgba(72, 82, 98, 0.42) 0%, transparent 58%);
}

.mkaacf-hero-sq__content {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(100%, 760px);
	height: 100%;
	padding: clamp(32px, 5vw, 72px) clamp(24px, 5vw, 80px);
	box-sizing: border-box;
}

.mkaacf-hero-sq__kicker {
	margin: 0 0 clamp(10px, 1.6vh, 16px);
	font-size: clamp(0.875rem, 1.2vw, 1.125rem);
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.92);
}

.mkaacf-hero-sq__title {
	margin: 0 0 clamp(14px, 2vh, 22px);
	font-size: clamp(1.75rem, 3.6vw, 3.5rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	max-width: 100%;
	overflow: visible;
}

.mkaacf-hero-sq__title-line {
	display: block;
	white-space: nowrap;
}

.mkaacf-hero-sq__title-accent {
	display: block;
	white-space: nowrap;
	color: #ff4b00;
}

.mkaacf-hero-sq__subhead {
	margin: 0 0 clamp(18px, 2.8vh, 28px);
	max-width: min(100%, 38ch);
	font-size: clamp(0.9375rem, 1.15vw, 1.0625rem);
	line-height: 1.55;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
}

.mkaacf-hero-sq__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 4px;
	background: #fff;
	color: #111;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: background 0.2s ease, color 0.2s ease;
}

.mkaacf-hero-sq__controls {
	position: absolute;
	left: 50%;
	bottom: clamp(18px, 2.5vh, 28px);
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	background: rgba(42, 44, 48, 0.72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 999px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.28);
	transform: translateX(-50%);
}

.mkaacf-hero-sq__arrow {
	width: 28px;
	height: 28px;
	border: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1;
	cursor: default;
	padding: 0;
}

.mkaacf-hero-sq--ready .mkaacf-hero-sq__arrow {
	cursor: pointer;
	transition: color 0.2s ease;
}

.mkaacf-hero-sq--ready .mkaacf-hero-sq__arrow:hover {
	color: #fff;
}

.mkaacf-hero-sq__dots {
	display: flex;
	align-items: center;
	gap: 6px;
}

.mkaacf-hero-sq__dot {
	width: 6px;
	height: 6px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	cursor: default;
}

.mkaacf-hero-sq--ready .mkaacf-hero-sq__dot {
	cursor: pointer;
	transition: width 0.25s ease, background 0.25s ease;
}

.mkaacf-hero-sq__dot--active {
	width: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
}

@media (min-width: 1920px) {
	.mkaacf-hero-sq__frame {
		height: 700px;
		min-height: 700px;
	}

	.mkaacf-hero-sq__title {
		font-size: 3.5rem;
	}
}

@media (max-width: 900px) {
	.mkaacf-hero-sq__frame {
		height: clamp(420px, 88vw, 560px);
		min-height: clamp(420px, 88vw, 560px);
	}

	.mkaacf-hero-sq__img {
		object-position: 65% center;
	}

	.mkaacf-hero-sq__overlay {
		background:
			linear-gradient(180deg, rgba(8, 10, 14, 0.55) 0%, rgba(8, 10, 14, 0.35) 42%, rgba(8, 10, 14, 0.82) 100%),
			radial-gradient(ellipse 90% 70% at 70% 35%, rgba(72, 82, 98, 0.35) 0%, transparent 60%);
	}

	.mkaacf-hero-sq__content {
		justify-content: flex-end;
		width: 100%;
		max-width: none;
		padding: 28px 20px clamp(72px, 14vw, 96px);
	}

	.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__content {
		left: 0;
		right: 0;
		width: 100%;
		max-width: none;
		align-items: flex-start;
		text-align: left;
		padding: 28px 20px clamp(72px, 14vw, 96px);
	}

	.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__title,
	.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__subhead {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.mkaacf-hero-sq__title {
		font-size: clamp(1.75rem, 7.5vw, 2.5rem);
	}

	.mkaacf-hero-sq__title-line,
	.mkaacf-hero-sq__title-accent {
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.mkaacf-hero-sq__content {
		padding-inline: 20px;
	}
}

.mkaacf-hero-sq__copy.mkaacf-hero-sq__copy--animate:not(.mkaacf-hero-sq__copy--visible) {
	opacity: 0;
	transform: translateY(16px);
}

.mkaacf-hero-sq__copy.mkaacf-hero-sq__copy--visible {
	opacity: 1;
	transform: none;
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
	.mkaacf-hero-sq__slide {
		transition: none;
	}

	.mkaacf-hero-sq__copy.mkaacf-hero-sq__copy--animate:not(.mkaacf-hero-sq__copy--visible) {
		opacity: 1;
		transform: none;
	}
}

/* Mirror left copy: same type scale, right-edge stack, enough room for long words */
.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__content {
	left: auto;
	right: 0;
	width: min(58vw, 720px);
	max-width: 100%;
	align-items: flex-end;
	text-align: right;
	padding: clamp(32px, 5vw, 72px) clamp(32px, 5vw, 80px);
	box-sizing: border-box;
}

.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__title {
	width: max-content;
	max-width: 100%;
	font-size: clamp(1.75rem, 3.6vw, 3.5rem);
	letter-spacing: -0.02em;
	text-align: right;
	margin-left: 0;
	margin-right: 0;
}

.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__title-line,
.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__title-accent {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__subhead {
	width: max-content;
	max-width: min(100%, 36ch);
	margin-left: 0;
	margin-right: 0;
	text-align: right;
}

.mkaacf-hero-sq__slide--align-right .mkaacf-hero-sq__overlay {
	background:
		linear-gradient(270deg, rgba(8, 10, 14, 0.94) 0%, rgba(8, 10, 14, 0.62) 38%, rgba(8, 10, 14, 0.12) 72%, rgba(8, 10, 14, 0) 100%);
}

.mkaacf-hero-sq__slide--theme-aero .mkaacf-hero-sq__title-accent,
.mkaacf-hero-sq__slide--theme-g42 .mkaacf-hero-sq__title-accent {
	font-size: 1em;
	letter-spacing: inherit;
	margin-top: 0;
}

.mkaacf-hero-sq__slide--theme-shop .mkaacf-hero-sq__cta {
	background: #ff4b00;
	color: #fff;
}

.mkaacf-hero-sq__cta:hover {
	background: #f0f0f0;
}

.mkaacf-hero-sq__slide--theme-shop .mkaacf-hero-sq__cta:hover {
	background: #e04300;
}
