.lpf-hero {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	overflow: hidden;
	text-align: center;
}

.lpf-hero__background {
	position: absolute;
	inset: 0;
	background-color: #dbba86;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lpf-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			ellipse 70% 60% at 50% 48%,
			rgba(0, 0, 0, 0.38) 0%,
			rgba(0, 0, 0, 0.2) 42%,
			transparent 72%
		),
		rgba(0, 0, 0, 0.58);
	pointer-events: none;
}

.lpf-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 900px;
	margin: 0 auto;
	padding: calc(10rem + var(--lpf-torn-edge-overlap, 25px)) 1.5rem 6rem;
	color: #ffffff;
}

.lpf-hero:not(.lpf-hero--greeting) .lpf-hero__inner {
	padding: calc(10rem + var(--lpf-torn-edge-overlap, 25px)) 2.25rem 6rem;
}

.lpf-hero__eyebrow {
	margin: 0 0 0.5rem;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 2.5vw, 1.35rem);
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #ffffff;
}

.lpf-hero__title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.1rem;
	margin: 0 0 2.75rem;
	font-family: var(--lpf-font-heading);
	font-size: clamp(3rem, 8vw, 5.5rem);
	font-weight: 400;
	line-height: 1.05;
}

.lpf-hero:not(.lpf-hero--greeting) .lpf-hero__title {
	gap: 0.65rem;
	padding: 1rem 1.5rem 1.25rem;
}

.lpf-hero__title-line {
	color: #ffffff;
	font-style: normal;
}

.lpf-hero__title-accent {
	color: #de8666;
	font-style: italic;
	font-weight: 400;
}

.lpf-hero__body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.lpf-hero__body p {
	margin: 0;
	font-family: var(--lpf-font-body);
	font-size: clamp(1rem, 2.2vw, 1.25rem);
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
}

.lpf-hero__bouquet {
	display: block;
	width: clamp(160px, 24vw, 300px);
	height: auto;
	margin: 0px auto;
	object-fit: contain;
	object-position: center;
}

.lpf-page-content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 3rem 1.5rem;
}

@media (max-width: 767px) {
	.lpf-hero {
		min-height: 60vh;
	}

	.lpf-hero__inner {
		padding: calc(3.5rem + var(--lpf-torn-edge-overlap, 15px)) 1.25rem 4.5rem;
	}

	.lpf-hero:not(.lpf-hero--greeting) .lpf-hero__inner {
		padding: calc(3.5rem + var(--lpf-torn-edge-overlap, 15px)) 1.5rem 4.5rem;
	}

	.lpf-hero:not(.lpf-hero--greeting) .lpf-hero__title {
		padding: 0.75rem 1rem 1rem;
	}

	.lpf-hero__eyebrow {
		font-size: 0.75rem;
		letter-spacing: 0.14em;
	}

	.lpf-hero__bouquet {
		width: clamp(130px, 40vw, 220px);
		margin-top: -0.5rem;
	}
}

.lpf-hero--greeting {
	min-height: unset;
}

.lpf-hero--greeting .lpf-hero__inner {
	padding: calc(5rem + var(--lpf-torn-edge-overlap, 25px)) 1.5rem calc(5rem + var(--lpf-torn-edge-overlap, 25px));
}

.lpf-hero--greeting .lpf-hero__title {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.lpf-hero--greeting {
		min-height: unset;
	}

	.lpf-hero--greeting .lpf-hero__inner {
		padding: calc(3.5rem + var(--lpf-torn-edge-overlap, 15px)) 1.25rem calc(3.5rem + var(--lpf-torn-edge-overlap, 15px));
	}
}
