body.single-post {
	background: #fcfcfc;
}

.mmgf-article-page {
	width: 100%;
	margin: 0;
	background: #fcfcfc;
	color: #151515;
	overflow: hidden;
}

.mmgf-article__header {
	background: #111;
	color: #fff;
}

.mmgf-article__header-inner {
	width: min(1400px, calc(100% - 48px));
	min-height: 650px;
	margin: 0 auto;
	padding: 0;
}

.mmgf-article__header-inner.has-media {
	display: block;
	min-height: 0;
	padding-bottom: clamp(44px, 4vw, 60px);
}

.mmgf-article__header-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: clamp(78px, 7vw, 108px) 0 clamp(26px, 2.5vw, 36px);
}

.mmgf-article__header-inner.has-media .mmgf-article__header-copy {
	max-width: none;
}

.mmgf-article__header-inner:not(.has-media) .mmgf-article__header-copy {
	max-width: 1100px;
	min-height: 650px;
}

.mmgf-article__kicker {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.mmgf-article__kicker > span {
	padding-left: 16px;
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmgf-article__category {
	display: inline-block;
	color: #efa83a;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
}

.mmgf-article__header h1 {
	max-width: none;
	margin: 0;
	color: #fff;
	font-size: clamp(3rem, 4.7vw, 5.1rem);
	font-weight: 700;
	letter-spacing: -0.052em;
	line-height: 0.96;
}

.mmgf-article__dek {
	max-width: none;
	margin: 30px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.02rem, 1.45vw, 1.2rem);
	line-height: 1.55;
}

.mmgf-article__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.88rem;
	font-weight: 500;
}

.mmgf-article__meta > span[aria-hidden="true"] {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #efa83a;
}

.mmgf-article__meta-category {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 600;
	text-decoration: none;
}

.mmgf-article__meta-category:hover,
.mmgf-article__meta-category:focus-visible {
	color: #efa83a;
}

.mmgf-article__hero-media {
	position: relative;
	min-width: 0;
	height: clamp(380px, 34vw, 520px);
	min-height: 0;
	margin: 0;
	overflow: hidden;
	background: #242424;
}

.mmgf-article__hero-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.18), transparent 30%);
	content: '';
	pointer-events: none;
}

.mmgf-article__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: none;
	min-height: 0;
	object-fit: cover;
	object-position: center;
}

body.single-post .mmgf-article__hero-media img.wp-post-image {
	height: 100%;
	max-height: none;
}

.mmgf-article__hero-media figcaption {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 16px;
	left: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	line-height: 1.5;
}

.mmgf-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 900px);
	justify-content: center;
	gap: 0;
	width: min(1000px, calc(100% - 48px));
	margin: clamp(66px, 8vw, 112px) auto;
}

.mmgf-article__rail {
	position: sticky;
	top: 120px;
	align-self: start;
	display: flex;
	flex-direction: column;
	padding-top: 22px;
	border-top: 3px solid #b3212d;
}

.mmgf-article__rail > span {
	color: #b3212d;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmgf-article__rail strong {
	margin-top: 22px;
	font-size: 1.15rem;
}

.mmgf-article__rail small {
	margin-top: 4px;
	color: #777;
	font-size: 0.75rem;
	line-height: 1.45;
}

.mmgf-article__rail a {
	margin-top: 32px;
	color: #111;
	font-size: 0.82rem;
	font-weight: 650;
	text-decoration: none;
}

.mmgf-article__rail a b {
	color: #b3212d;
	transition: margin-left 220ms ease;
}

.mmgf-article__rail a:hover b {
	margin-left: 5px;
}

.mmgf-article__body {
	min-width: 0;
	color: #343434;
	font-size: 1.08rem;
	line-height: 1.8;
}

.mmgf-article__body > p:first-child {
	color: #1b1b1b;
	font-size: clamp(1.16rem, 1.5vw, 1.3rem);
	font-weight: 500;
	line-height: 1.7;
}

.mmgf-article__body > p:first-child::first-letter {
	float: left;
	margin: 0.08em 0.12em 0 0;
	color: #b3212d;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 4.8em;
	font-weight: 750;
	line-height: 0.74;
}

.mmgf-article__body p {
	margin: 0 0 1.65em;
}

.mmgf-article__body h2,
.mmgf-article__body h3,
.mmgf-article__body h4 {
	color: #111;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.mmgf-article__body h2 {
	margin: 2.2em 0 0.65em;
	font-size: clamp(2rem, 3.3vw, 2.75rem);
}

.mmgf-article__body h3 {
	margin: 2em 0 0.65em;
	font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.mmgf-article__body a {
	color: #a51f2a;
	text-decoration-color: rgba(165, 31, 42, 0.35);
	text-underline-offset: 4px;
}

.mmgf-article__body blockquote {
	margin: 2.4em 0;
	padding: 8px 0 8px 30px;
	border-left: 4px solid #efa83a;
	color: #111;
	font-size: 1.35em;
	font-weight: 600;
	line-height: 1.5;
}

.mmgf-article__body img {
	max-width: 100%;
	height: auto;
}

.mmgf-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 56px;
	padding-top: 26px;
	border-top: 1px solid #dedede;
}

.mmgf-article__tags a {
	padding: 8px 13px;
	border-radius: 999px;
	background: #f1eee8;
	color: #353535;
	font-size: 0.76rem;
	font-weight: 600;
	text-decoration: none;
}

.mmgf-article-related {
	width: 100%;
	margin: 0;
	padding: clamp(68px, 7vw, 100px) 0;
	border: 0;
	background: #fff;
	color: #151515;
}

.mmgf-article-related__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	width: min(1400px, calc(100% - 48px));
	margin: 0 auto 42px;
}

.mmgf-article-related__heading span {
	color: #efa83a;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mmgf-article-related__heading h2 {
	margin: 8px 0 0;
	color: #151515;
	font-size: clamp(2rem, 4vw, 3.4rem);
	letter-spacing: -0.045em;
	line-height: 1;
}

.mmgf-article-related__heading > a {
	flex: 0 0 auto;
	color: #151515;
	font-size: 0.88rem;
	font-weight: 650;
	text-decoration: none;
}

.mmgf-article-related__heading > a b {
	color: #efa83a;
}

.mmgf-article-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	width: min(1400px, calc(100% - 48px));
	margin: 0 auto;
}

.mmgf-article-related__grid > article {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(17, 17, 17, 0.09);
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 500ms ease;
}

.mmgf-article-related__grid > article:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 58px rgba(17, 17, 17, 0.14);
}

.mmgf-article-related__image {
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	background: #f0f0f0;
}

.mmgf-article-related__image img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mmgf-article-related__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 24px 26px;
}

.mmgf-article-related article:hover .mmgf-article-related__image img {
	transform: scale(1.035);
}

.mmgf-article-related article time {
	color: rgba(21, 21, 21, 0.6);
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
}

.mmgf-article-related article h3 {
	margin: 10px 0 20px;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.2;
}

.mmgf-article-related article h3 a,
.mmgf-article-related__link {
	color: #151515;
	text-decoration: none;
}

.mmgf-article-related__link {
	margin-top: auto;
	font-size: 0.82rem;
	font-weight: 650;
}

.mmgf-article-related__link span {
	color: #efa83a;
}

.mmgf-article-comments {
	width: min(820px, calc(100% - 48px));
	margin: 0 auto clamp(72px, 8vw, 112px);
	padding-top: 58px;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.mmgf-article-comments .comments-title,
.mmgf-article-comments .comment-reply-title {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing: -0.04em;
}

.mmgf-article-comments textarea,
.mmgf-article-comments input:not([type="submit"]):not([type="checkbox"]) {
	width: 100%;
	border: 1px solid #d7d2ca;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.mmgf-article-comments textarea:focus,
.mmgf-article-comments input:not([type="submit"]):not([type="checkbox"]):focus {
	border-color: #777;
	outline: none;
	box-shadow: none;
}

.mmgf-article-comments input[type="submit"] {
	border: 0;
	border-radius: 4px;
	background: #b3212d;
	color: #fff;
	font-weight: 650;
}

@media (max-width: 900px) {
	.mmgf-article__header-inner,
	.mmgf-article__header-inner.has-media {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mmgf-article__header-copy {
		padding-right: 0;
	}

	.mmgf-article__hero-media,
	.mmgf-article__hero-media img {
		height: 480px;
		min-height: 480px;
	}

	.mmgf-article__layout {
		grid-template-columns: minmax(0, 760px);
		gap: 42px;
	}

	.mmgf-article__rail {
		position: static;
		display: grid;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		gap: 10px 18px;
	}

	.mmgf-article__rail strong,
	.mmgf-article__rail small,
	.mmgf-article__rail a {
		margin-top: 0;
	}

	.mmgf-article__rail small {
		display: none;
	}
}

@media (max-width: 767px) {
	.mmgf-article__header-inner,
	.mmgf-article__layout,
	.mmgf-article-comments {
		width: min(100% - 32px, 1400px);
	}

	.mmgf-article__header-inner {
		width: 100%;
	}

	.mmgf-article__header-copy {
		padding: 52px 16px 50px;
	}

	.mmgf-article__kicker {
		gap: 12px;
		margin-bottom: 24px;
	}

	.mmgf-article__kicker > span {
		padding-left: 12px;
	}

	.mmgf-article__header h1 {
		font-size: clamp(2.55rem, 12vw, 4rem);
		line-height: 1.02;
	}

	.mmgf-article__dek {
		margin-top: 22px;
		font-size: 1rem;
		line-height: 1.55;
	}

	.mmgf-article__meta {
		margin-top: 26px;
	}

	.mmgf-article__hero-media,
	.mmgf-article__hero-media img {
		height: 360px;
		min-height: 360px;
	}

	.mmgf-article__layout {
		margin-top: 54px;
		margin-bottom: 72px;
	}

	.mmgf-article__rail {
		grid-template-columns: 1fr auto;
	}

	.mmgf-article__rail > span {
		display: none;
	}

	.mmgf-article__body {
		font-size: 1rem;
		line-height: 1.72;
	}

	.mmgf-article__body > p:first-child::first-letter {
		font-size: 4.15em;
	}

	.mmgf-article-related__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.mmgf-article-related__grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.mmgf-article-related__heading,
	.mmgf-article-related__grid {
		width: calc(100% - 32px);
	}

	.mmgf-article-related__image img {
		height: 250px;
	}
}
