.jl-lifestyle-moment {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	min-height: clamp(560px, 56vw, 860px);
	margin-bottom: 0;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: #251f1a;
	isolation: isolate;
}

.jl-lifestyle-moment__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.jl-lifestyle-moment__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(247, 245, 243, 0.92) 0%, rgba(247, 245, 243, 0.73) 26%, rgba(247, 245, 243, 0.22) 50%, rgba(247, 245, 243, 0) 72%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%);
	pointer-events: none;
}

.jl-lifestyle-moment__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: min(100%, 1760px);
	min-height: inherit;
	margin: 0 auto;
	padding: clamp(56px, 7vw, 120px) clamp(20px, 6.4vw, 112px);
}

.jl-lifestyle-moment__content {
	width: min(100%, 520px);
}

.jl-lifestyle-moment__eyebrow {
	margin: 0 0 clamp(30px, 3vw, 48px);
	color: #b29247;
	font-size: clamp(12px, 1.2vw, 18px);
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

.jl-lifestyle-moment__eyebrow::after {
	content: "";
	display: block;
	width: 78px;
	height: 1px;
	margin-top: 18px;
	background: currentColor;
	opacity: 0.78;
}

.jl-lifestyle-moment__title {
	margin: 0;
	color: #261f1b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6.2vw, 94px);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: 0;
	text-wrap: balance;
}

.jl-lifestyle-moment__description {
	max-width: 430px;
	margin: clamp(24px, 2.6vw, 40px) 0 0;
	color: rgba(37, 31, 26, 0.78);
	font-size: clamp(17px, 1.55vw, 23px);
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}

.jl-lifestyle-moment__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: min(100%, 322px);
	min-height: 78px;
	margin-top: clamp(34px, 4vw, 56px);
	padding: 0 34px;
	border: 1px solid rgba(178, 146, 71, 0.82);
	color: #b29247;
	background: rgba(255, 255, 255, 0.5);
	font-size: clamp(15px, 1.2vw, 20px);
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: 0;
	transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.jl-lifestyle-moment__button:hover,
.jl-lifestyle-moment__button:focus {
	border-color: #9d8149;
	color: #8f7137;
	background: rgba(255, 255, 255, 0.72);
	text-decoration: none;
}

.jl-lifestyle-moment__button:focus-visible {
	outline: 2px solid #b29247;
	outline-offset: 4px;
}

@media (max-width: 991px) {
	.jl-lifestyle-moment {
		min-height: 680px;
	}

	.jl-lifestyle-moment__media {
		object-position: 62% center;
	}

	.jl-lifestyle-moment__overlay {
		background:
			linear-gradient(90deg, rgba(247, 245, 243, 0.94) 0%, rgba(247, 245, 243, 0.78) 38%, rgba(247, 245, 243, 0.16) 74%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 44%);
	}

	.jl-lifestyle-moment__inner {
		align-items: flex-end;
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.jl-lifestyle-moment__content {
		width: min(100%, 500px);
	}
}

@media (max-width: 640px) {
	.jl-lifestyle-moment {
		min-height: 620px;
	}

	.jl-lifestyle-moment__media {
		object-position: 68% center;
	}

	/* Overlay más sólido en móvil — garantiza contraste WCAG AA en texto */
	.jl-lifestyle-moment__overlay {
		background:
			linear-gradient(180deg, rgba(247, 245, 243, 0.94) 0%, rgba(247, 245, 243, 0.82) 38%, rgba(247, 245, 243, 0.52) 100%),
			linear-gradient(90deg, rgba(247, 245, 243, 0.95) 0%, rgba(247, 245, 243, 0.4) 60%, rgba(247, 245, 243, 0) 100%);
	}

	.jl-lifestyle-moment__inner {
		align-items: flex-start;
		padding: 44px 18px 52px;
	}

	.jl-lifestyle-moment__eyebrow {
		margin-bottom: 22px;
		font-size: 12px;
	}

	.jl-lifestyle-moment__title {
		font-size: clamp(38px, 12vw, 58px);
		line-height: 1.0;
	}

	.jl-lifestyle-moment__description {
		max-width: 320px;
		font-size: 16px;
		line-height: 1.52;
	}

	.jl-lifestyle-moment__button {
		width: min(100%, 280px);
		min-height: 56px;
		margin-top: 26px;
		padding: 0 22px;
	}
}

/* Pantallas muy pequeñas (iPhone SE, 375px) */
@media (max-width: 390px) {
	.jl-lifestyle-moment {
		min-height: 560px;
	}

	.jl-lifestyle-moment__inner {
		padding: 36px 16px 44px;
	}

	.jl-lifestyle-moment__title {
		font-size: clamp(32px, 11vw, 44px);
	}

	.jl-lifestyle-moment__description {
		font-size: 15px;
	}
}
