.dalu-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 640px;
	padding: 0 24px 96px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #ece8e0;
}

.dalu-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(20, 19, 17, 0.55) 0%, rgba(20, 19, 17, 0.18) 42%, rgba(20, 19, 17, 0) 68%);
}

.dalu-hero__content {
	position: relative;
	max-width: 720px;
	text-align: center;
}

.dalu-hero__eyebrow {
	display: block;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.86);
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.dalu-hero__headline {
	margin: 0 0 24px;
	color: #fff;
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 58px;
	font-weight: 600;
	line-height: 1.15;
}

.dalu-hero__subheadline {
	margin: 0 0 40px;
	color: rgba(255, 255, 255, 0.86);
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

.dalu-hero__button {
	display: inline-block;
	padding: 16px 40px;
	border: 1.5px solid #fff;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	font-family: -apple-system, "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease;
}

.dalu-hero__button:hover,
.dalu-hero__button:focus {
	background: #fff;
	color: #3c3a34;
}

@media (max-width: 640px) {
	.dalu-hero {
		min-height: 520px;
		padding: 0 20px 56px;
	}

	.dalu-hero__headline {
		font-size: 36px;
	}

	.dalu-hero__subheadline {
		font-size: 14px;
		margin-bottom: 28px;
	}
}
