:root {
	--mf-ink: #111417;
	--mf-muted: #687077;
	--mf-paper: #f4f2ed;
	--mf-surface: #ffffff;
	--mf-line: #d8d5cc;
	--mf-red: #cf2f24;
	--mf-red-dark: #9f2119;
	--mf-blue: #24384d;
	--mf-cream: #fbfaf6;
	--mf-news-width: 1440px;
	--mf-page-gutter: clamp(20px, 4vw, 56px);
}

body {
	background: var(--mf-paper);
	color: var(--mf-ink);
	letter-spacing: 0;
}

a {
	text-underline-offset: 3px;
}

.wp-site-blocks {
	background:
		linear-gradient(180deg, #fbfaf6 0%, #f4f2ed 46%, #ede9df 100%);
	padding-top: 0;
	min-height: 100vh;
}

.wp-block-template-part {
	color: #111417;
}

.wp-block-navigation a,
.wp-block-site-title a {
	color: #111417;
}

.mf-home {
	margin-top: 0;
}

.mf-home .wp-block-post-content {
	max-width: none;
	width: 100%;
}

.mf-hero {
	background: var(--mf-cream);
	border-bottom: 4px solid #111417;
	border-top: 1px solid var(--mf-line);
	color: var(--mf-ink);
	display: flex;
	align-items: center;
	min-height: 34vh;
	padding-top: clamp(48px, 8vw, 96px);
	padding-bottom: clamp(38px, 6vw, 72px);
	position: relative;
	overflow: hidden;
}

.mf-hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 1px;
	background: #111417;
	opacity: 1;
	pointer-events: none;
}

.mf-hero__inner {
	position: relative;
	z-index: 1;
	width: min(var(--mf-news-width), calc(100% - (var(--mf-page-gutter) * 2)));
}

.mf-eyebrow {
	color: var(--mf-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.mf-hero-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(52px, 11vw, 132px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: .88;
	margin: 0;
	text-transform: uppercase;
}

.mf-lead {
	color: #3e464c;
	font-size: clamp(17px, 1.8vw, 21px);
	line-height: 1.55;
	margin-top: 16px;
	max-width: 720px;
}

.mf-signal-strip {
	background: var(--mf-red);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	margin: 0 calc(50% - 50vw);
	padding: 9px 20px;
	text-align: center;
	text-transform: uppercase;
}

.mf-section-head {
	align-items: end;
	border-bottom: 2px solid #111417;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: clamp(28px, 5vw, 56px) auto 20px;
	max-width: var(--mf-news-width);
	padding-bottom: 14px;
	width: min(var(--mf-news-width), calc(100% - (var(--mf-page-gutter) * 2)));
}

.mf-section-kicker {
	color: var(--mf-red);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mf-section-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1;
	margin: 0;
}

.mf-section-note {
	color: var(--mf-muted);
	font-size: 14px;
	max-width: 420px;
}

.mf-lead-grid {
	margin: 0 auto clamp(28px, 5vw, 54px);
	max-width: var(--mf-news-width);
	width: min(var(--mf-news-width), calc(100% - (var(--mf-page-gutter) * 2)));
}

.mf-lead-grid .wp-block-post-template {
	display: block !important;
}

.mf-lead-card {
	background: #ffffff;
	border-bottom: 1px solid var(--mf-line);
	border-top: 6px solid #111417;
	box-shadow: 0 18px 54px rgba(34, 32, 28, .10);
	display: grid;
	grid-template-columns: minmax(420px, 58%) minmax(360px, 42%);
	min-height: 420px;
	overflow: hidden;
	width: 100%;
}

.mf-lead-card > *,
.mf-card > * {
	min-width: 0;
}

.mf-lead-card .wp-block-post-featured-image {
	background: #d8d5cc;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.mf-lead-card .wp-block-post-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mf-lead-card__body {
	align-self: center;
	background: #ffffff;
	padding: clamp(28px, 4.5vw, 56px);
	position: relative;
	z-index: 1;
}

.mf-lead-card__body > *,
.mf-card__body > *,
.mf-lead-card__body > .wp-block-group__inner-container > *,
.mf-card__body > .wp-block-group__inner-container > * {
	max-width: none !important;
}

.mf-lead-card .wp-block-post-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3.35vw, 56px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 18px;
	overflow-wrap: normal;
	word-break: normal;
}

.mf-lead-card .wp-block-post-title a {
	color: #111417;
}

.mf-lead-card .wp-block-post-title a:hover,
.mf-lead-card .wp-block-post-title a:focus {
	color: var(--mf-red-dark);
	text-decoration: none;
}

.mf-lead-card .wp-block-post-excerpt {
	color: #4f575d;
	font-size: 17px;
	line-height: 1.62;
	margin: 0;
}

.mf-post-grid {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: clamp(56px, 8vw, 104px);
	max-width: var(--mf-news-width);
	width: min(var(--mf-news-width), calc(100% - (var(--mf-page-gutter) * 2)));
}

.mf-post-grid .wp-block-post-template {
	display: grid !important;
	gap: 0;
	grid-template-columns: 1fr !important;
}

.mf-post-grid .wp-block-post {
	min-width: 0;
}

.mf-card {
	background: transparent;
	border-bottom: 1px solid var(--mf-line);
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	border-top: 0;
	box-shadow: none;
	color: #171b20;
	display: grid;
	grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
	gap: clamp(18px, 3vw, 34px);
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: clamp(18px, 3vw, 28px) 0;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mf-card:hover {
	border-color: #bdb7aa;
	box-shadow: none;
	transform: none;
}

.mf-card .wp-block-post-featured-image {
	aspect-ratio: 16 / 10 !important;
	background: #d8d5cc;
	border-radius: 3px;
	height: auto;
	margin: 0;
	overflow: hidden;
}

.mf-card .wp-block-post-featured-image img {
	display: block;
	filter: saturate(.98) contrast(1.02);
	height: 100%;
	object-fit: cover;
	transition: transform .24s ease;
	width: 100%;
}

.mf-card:hover .wp-block-post-featured-image img {
	transform: scale(1.015);
}

.mf-card__body {
	align-self: center;
	padding: 0;
}

.mf-post-grid .mf-meta,
.mf-single .mf-meta {
	display: none !important;
}

.mf-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 9px;
}

.mf-card__meta .wp-block-post-date,
.mf-card__meta .wp-block-post-date time {
	display: inline !important;
}

.mf-card h2,
.mf-card .wp-block-post-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 2.7vw, 38px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 11px;
}

.mf-card .wp-block-post-title a {
	color: #141817;
}

.mf-card .wp-block-post-title a:hover,
.mf-card .wp-block-post-title a:focus {
	color: var(--mf-red-dark);
	text-decoration: none;
}

.mf-card .wp-block-post-excerpt {
	color: #535b62;
	font-size: 15px;
	line-height: 1.58;
	margin: 0;
}

.mf-card .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.mf-card__terms {
	color: var(--mf-red);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .09em;
	margin: 0;
	text-transform: uppercase;
}

.mf-card__terms a {
	color: inherit;
}

.mf-card__terms .wp-block-post-terms__separator {
	color: #9aa19d;
}

.mf-card__date {
	color: #727a80;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.mf-single {
	color: var(--mf-ink);
	margin-top: clamp(32px, 6vw, 78px);
	margin-bottom: clamp(56px, 8vw, 104px);
}

.mf-single__header {
	border-bottom: 1px solid var(--mf-line);
	margin-bottom: clamp(28px, 5vw, 60px);
	padding-bottom: clamp(28px, 5vw, 56px);
}

.mf-single-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 7vw, 88px);
	line-height: .98;
	margin-top: 8px;
	max-width: 1040px;
}

.mf-single .wp-block-post-featured-image img,
.mf-remote-featured img {
	border-radius: 0;
	max-height: 640px;
	object-fit: cover;
}

.mf-single .wp-block-post-content {
	color: #202428;
	font-size: 19px;
	line-height: 1.82;
}

.mf-single .wp-block-post-content a {
	color: var(--mf-red-dark);
}

.mf-after-post {
	border-top: 1px solid var(--mf-line);
	color: var(--mf-muted);
	margin-top: clamp(36px, 6vw, 72px);
	padding-top: 24px;
}

.mf-source {
	border-top: 1px solid var(--mf-line);
	color: var(--mf-muted);
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-query-pagination {
	display: none !important;
}

@media (max-width: 920px) {
	.mf-hero {
		min-height: 42vh;
	}

	.mf-section-head {
		align-items: start;
		flex-direction: column;
	}

	.mf-lead-card {
		display: block;
		min-height: 0;
	}

	.mf-lead-card .wp-block-post-featured-image {
		aspect-ratio: 16 / 10;
		height: auto;
	}

	.mf-lead-card__body {
		padding: 22px;
	}

	.mf-card__body {
		padding: 18px 0 0;
	}

	.mf-card {
		display: block;
	}

	.mf-card .wp-block-post-featured-image {
		aspect-ratio: 16 / 9;
		height: auto;
	}
}
