.mf-hero {
	position: relative;
	min-height: 640px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--mf-ink-dark);
}

.mf-hero__media {
	position: absolute;
	inset: 0;
}

.mf-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mf-hero__placeholder {
	width: 100%;
	height: 100%;
	min-height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3a2f24;
	color: #cbb99f;
	font-size: 14px;
	text-align: center;
	padding: 20px;
}

.mf-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(94deg, rgba(28, 22, 16, .82) 0%, rgba(28, 22, 16, .5) 44%, rgba(28, 22, 16, .12) 72%, transparent 100%);
	pointer-events: none;
}

.mf-hero__content {
	position: relative;
	padding: 0 5vw;
	max-width: 720px;
}

.mf-hero__eyebrow {
	font-size: 12px;
	letter-spacing: .36em;
	text-transform: uppercase;
	color: #e6c9a3;
	font-weight: 700;
	margin-bottom: 20px;
}

.mf-hero__heading {
	margin: 0;
	font: 500 62px/1.05 'Spectral', serif;
	color: #fdfaf4;
	letter-spacing: -.01em;
}

.mf-hero__accent {
	color: var(--accent, #b06a3a);
	font-style: italic;
}

.mf-hero__sub {
	margin: 24px 0 0;
	font-size: 18px;
	line-height: 1.7;
	color: #ece0cf;
	max-width: 520px;
}

.mf-hero__ctas {
	display: flex;
	gap: 14px;
	margin-top: 34px;
	flex-wrap: wrap;
}

.mf-hero__cta {
	padding: 16px 32px;
	border-radius: 6px;
	font-weight: 700;
	font-size: 15.5px;
	cursor: pointer;
	display: inline-block;
}

.mf-hero__cta--primary {
	background: var(--accent, #b06a3a);
	color: #fff;
}

.mf-hero__cta--secondary {
	background: rgba(255, 255, 255, .1);
	border: 1.5px solid rgba(255, 255, 255, .55);
	color: #fff;
	backdrop-filter: blur(4px);
}

.mf-hero__rating {
	display: flex;
	gap: 26px;
	margin-top: 34px;
	align-items: center;
	color: #ece0cf;
	font-size: 13.5px;
	flex-wrap: wrap;
}

.mf-hero__stars {
	color: #e6c05a;
	letter-spacing: .05em;
	font-size: 15px;
	margin-right: 8px;
}

.mf-hero__rating strong {
	color: #fff;
}

.mf-hero__sep {
	opacity: .4;
}

@media (max-width: 720px) {
	.mf-hero__heading {
		font-size: 40px;
	}
}
