/* Hero campañas Aprile — más impactante que banners estáticos tipo Kevin's */

body.home .fl-node-w6ceamxhdrn2,
body.home .fl-node-gesl8d56b09h {
	display: none !important;
}

.aprile-hero {
	--ah-navy: #042647;
	--ah-gold: #dec082;
	--ah-cream: #f4f1ea;
	--ah-ink: #1a1f26;
	position: relative;
	width: 100%;
	max-width: 100%;
	isolation: isolate;
	background: var(--ah-navy);
	overflow: hidden;
	box-sizing: border-box;
}

.aprile-hero *,
.aprile-hero *::before,
.aprile-hero *::after {
	box-sizing: border-box;
}

.aprile-hero__viewport {
	position: relative;
	width: 100%;
	height: clamp(420px, 58vh, 680px);
	overflow: hidden;
}

.aprile-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.85s ease, visibility 0.85s ease;
	overflow: hidden;
}

.aprile-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 1;
}

.aprile-hero__media,
.aprile-hero__media video,
.aprile-hero__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aprile-hero__media video {
	transform: scale(1.08);
	animation: ah-drift 16s ease-in-out infinite alternate;
}

@keyframes ah-drift {
	from { transform: scale(1.05) translate3d(0, 0, 0); }
	to { transform: scale(1.14) translate3d(-1.5%, 1%, 0); }
}

/* ========== SLIDE 1: campaña diagonal (impacto) ========== */
.aprile-hero__slide--strike {
	background: #050b12;
}

.aprile-hero__slide--strike .aprile-hero__media {
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 28% 100%);
}

.aprile-hero__slide--strike .aprile-hero__slash {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(105deg, rgba(5, 11, 18, 0.97) 0 36%, transparent 36.2% 100%);
}

.aprile-hero__slide--strike .aprile-hero__slash::before,
.aprile-hero__slide--strike .aprile-hero__slash::after {
	content: '';
	position: absolute;
	top: -10%;
	bottom: -10%;
	width: 3px;
	background: #fff;
	transform: rotate(14deg);
	box-shadow: 0 0 0 1px rgba(222, 192, 130, 0.35);
}

.aprile-hero__slide--strike .aprile-hero__slash::before { left: 36%; }
.aprile-hero__slide--strike .aprile-hero__slash::after { left: 39.5%; opacity: 0.55; }

.aprile-hero__copy--strike {
	position: absolute;
	z-index: 3;
	left: clamp(28px, 5vw, 72px);
	top: 0;
	bottom: 0;
	transform: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 12px 64px 0;
	max-width: min(520px, 48vw);
	box-sizing: border-box;
	color: #fff;
}

.aprile-hero__brand {
	display: inline-block;
	align-self: flex-start;
	margin: 0 0 18px;
	padding: 8px 14px;
	border: 1px solid var(--ah-gold);
	color: var(--ah-gold);
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.aprile-hero__kicker {
	margin: 0 0 12px;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: clamp(13px, 1.4vw, 16px);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	opacity: 0.9;
}

.aprile-hero__title {
	margin: 0 0 22px;
	font-family: var(--joya-font-engravers, Cinzel, serif);
	font-size: clamp(30px, 4.2vw, 58px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.aprile-hero__title em {
	font-style: normal;
	color: var(--ah-gold);
	display: block;
	white-space: nowrap;
}

.aprile-hero__cta {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	padding: 14px 22px;
	background: var(--ah-gold);
	color: var(--ah-navy) !important;
	text-decoration: none !important;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.aprile-hero__cta:hover {
	background: #fff;
	color: var(--ah-navy) !important;
}

/* ========== SLIDE 2: tríptico limpio (estilo campaña) ========== */
.aprile-hero__slide--triptych {
	background: #f3efe8;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.aprile-hero__tri-inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(36px, 5vh, 56px) 0 clamp(28px, 4vh, 40px);
	display: flex;
	flex-direction: column;
	gap: 22px;
	box-sizing: border-box;
}

.aprile-hero__tri-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

.aprile-hero__panel {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: #ddd6c8;
	height: 100%;
	min-height: clamp(260px, 42vh, 460px);
}

.aprile-hero__panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transform: scale(1.04);
	animation: ah-drift 20s ease-in-out infinite alternate;
}

.aprile-hero__panel:nth-child(2) img {
	animation-delay: -6s;
}

.aprile-hero__panel:nth-child(3) img {
	animation-delay: -12s;
}

.aprile-hero__tri-caption {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	position: static;
	max-width: none;
	padding: 0 4px;
	pointer-events: auto;
	text-align: left;
	color: var(--ah-navy);
}

.aprile-hero__tri-copy span {
	display: block;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #6a737c;
}

.aprile-hero__tri-copy strong {
	display: block;
	margin-top: 4px;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: clamp(28px, 3.6vw, 44px);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	color: var(--ah-navy);
}

.aprile-hero__tri-link {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 6px;
	padding: 12px 18px;
	background: var(--ah-navy);
	color: #fff !important;
	text-decoration: none !important;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border: 0;
	border-bottom: 0;
}

.aprile-hero__tri-link:hover {
	background: var(--ah-gold);
	color: var(--ah-navy) !important;
	border-bottom-color: transparent;
}

/* En slides claros: flecha derecha lejos de redes; dots con aire */
.aprile-hero.is-light .aprile-hero__arrow--next {
	right: 70px;
}

.aprile-hero.is-light .aprile-hero__dots {
	bottom: 14px;
}

.aprile-hero.is-light .aprile-hero__dot {
	background: rgba(4, 38, 71, 0.22);
}

.aprile-hero.is-light .aprile-hero__dot.is-active {
	background: var(--ah-gold);
}

/* ========== SLIDE 3: split moda + oferta ========== */
.aprile-hero__slide--split {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	background: var(--ah-cream);
}

.aprile-hero__slide--split .aprile-hero__media {
	position: relative;
	min-height: 100%;
}

.aprile-hero__slide--split .aprile-hero__media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 70%, rgba(244, 241, 234, 0.35));
}

.aprile-hero__aside {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 64px);
	color: var(--ah-navy);
}

.aprile-hero__aside-logo {
	margin: 0 0 18px;
	font-family: var(--joya-font-engravers, Cinzel, serif);
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ah-gold);
}

.aprile-hero__aside p {
	margin: 0 0 16px;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: clamp(18px, 2.2vw, 26px);
	font-weight: 500;
	line-height: 1.35;
	max-width: 18em;
}

.aprile-hero__badge {
	display: inline-block;
	margin: 0 0 18px;
	padding: 14px 18px;
	background: var(--ah-navy);
	color: #fff;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aprile-hero__aside small {
	font-size: 12px;
	opacity: 0.7;
}

/* ========== SLIDE 4: joya + panel ========== */
.aprile-hero__slide--jewel {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	background: var(--ah-cream);
}

.aprile-hero__slide--jewel .aprile-hero__media {
	position: relative;
	width: 100%;
	height: 100%;
	inset: auto;
	clip-path: none;
	z-index: 1;
}

.aprile-hero__slide--jewel .aprile-hero__media video,
.aprile-hero__slide--jewel .aprile-hero__media img {
	position: absolute;
	inset: 0;
}

.aprile-hero__jewel-panel {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: clamp(28px, 4vw, 56px);
	background: #0f3d32;
	color: #fff;
	text-align: left;
}

.aprile-hero__jewel-panel .aprile-hero__kicker {
	color: var(--ah-gold);
	opacity: 1;
}

.aprile-hero__jewel-panel .aprile-hero__title {
	color: #fff;
	font-size: clamp(28px, 4vw, 52px);
	margin-bottom: 12px;
}

.aprile-hero__jewel-panel .aprile-hero__meta {
	color: rgba(255, 255, 255, 0.78);
}

.aprile-hero__jewel-panel .aprile-hero__cta {
	background: var(--ah-gold);
	color: var(--ah-navy) !important;
}

.aprile-hero__meta {
	margin: 0 0 16px;
	font-family: var(--joya-font-adam, "League Spartan", sans-serif);
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #5c6770;
}

/* Nav — siempre dentro del viewport */
.aprile-hero__nav {
	position: absolute;
	inset: 0;
	z-index: 6;
	pointer-events: none;
	overflow: hidden;
}

.aprile-hero__arrow {
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	background: rgba(4, 38, 71, 0.45);
	color: #fff;
	cursor: pointer;
	backdrop-filter: blur(4px);
	font-size: 22px;
	line-height: 1;
	z-index: 7;
}

/* Separados del borde y de las redes flotantes */
.aprile-hero__arrow--prev { left: 14px; }
.aprile-hero__arrow--next { right: 58px; }

@media (max-width: 900px) {
	.aprile-hero__arrow--prev { left: 10px; }
	.aprile-hero__arrow--next { right: 54px; }
}

.aprile-hero.is-light .aprile-hero__arrow {
	border-color: rgba(4, 38, 71, 0.28);
	background: rgba(255, 255, 255, 0.88);
	color: var(--ah-navy);
}

.aprile-hero__dots {
	pointer-events: auto;
	position: absolute;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 7;
}

.aprile-hero__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
}

.aprile-hero.is-light .aprile-hero__dot {
	background: rgba(4, 38, 71, 0.28);
}

.aprile-hero__dot.is-active {
	background: var(--ah-gold);
	transform: scale(1.25);
}

@media (max-width: 900px) {
	.aprile-hero__viewport { height: auto; min-height: 520px; }

	.aprile-hero__slide--strike .aprile-hero__media {
		clip-path: polygon(0 32%, 100% 18%, 100% 100%, 0 100%);
	}
	.aprile-hero__slide--strike .aprile-hero__slash {
		background: linear-gradient(180deg, rgba(5, 11, 18, 0.92) 0 34%, transparent 55%);
	}
	.aprile-hero__slide--strike .aprile-hero__slash::before,
	.aprile-hero__slide--strike .aprile-hero__slash::after { display: none; }
	.aprile-hero__copy--strike {
		top: 0;
		bottom: 0;
		transform: none;
		max-width: calc(100% - 40px);
		padding: 40px 8px 72px 0;
		justify-content: center;
	}

	.aprile-hero__title {
		font-size: clamp(26px, 8vw, 40px);
	}

	.aprile-hero__title em {
		white-space: normal;
	}

	.aprile-hero__tri-inner {
		width: calc(100% - 32px);
		padding: 24px 0 56px;
		gap: 16px;
	}

	.aprile-hero__tri-grid {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, minmax(140px, 22vh));
		gap: 8px;
	}

	.aprile-hero__panel {
		min-height: 140px;
	}

	.aprile-hero__tri-caption {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.aprile-hero__slide--split {
		grid-template-columns: 1fr;
	}
	.aprile-hero__slide--split .aprile-hero__media {
		min-height: 280px;
	}

	.aprile-hero__slide--jewel {
		grid-template-columns: 1fr;
	}
	.aprile-hero__slide--jewel .aprile-hero__media {
		min-height: 260px;
	}
	.aprile-hero__jewel-panel {
		padding: 24px 20px 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aprile-hero__media video,
	.aprile-hero__panel img {
		animation: none !important;
		transform: none !important;
	}
}
