/* Treatment finder, clinic journal and genuine 404. */
.mh-discovery {
	--mh-discovery-ink: #29242b;
	--mh-discovery-plum: #4b3c4d;
	--mh-discovery-deep: #512958;
	--mh-discovery-mist: #f2eef4;
	--mh-discovery-line: #d9d1dc;
	--mh-discovery-white: #fff;
	color: var(--mh-discovery-ink);
	background: var(--mh-discovery-white);
}

/* Part 2 release-gate navigation and touch-target corrections. */
.mh-discovery-card__link,
.mh-blog-card a:not(.mh-blog-card__image),
.mh-discovery-article-list a,
.mh-blog-featured .mh-discovery-card__link,
.mh-discovery-section-heading > a,
.mh-discovery-hero-link,
.mh-article__breadcrumbs a {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
}

.mh-blog-pagination a,
.mh-blog-pagination .current {
	min-width: 46px;
	min-height: 46px;
}

/* Render the article-cluster links as a quiet, useful next-step panel. */
.mh-article-contextual {
	margin: clamp(1.5rem, 3vw, 2.5rem) 0;
	padding: 1.1rem 1.2rem 1.2rem;
	border: 1px solid rgba(75, 60, 77, 0.22);
	background: var(--mp-lavender-soft, #f2eef4);
}

.mh-article-contextual .mh-discovery-eyebrow {
	margin: 0 0 0.65rem;
}

.mh-article-contextual ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-article-contextual a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	color: var(--mp-plum, #4b3c4d);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	border: 1px solid rgba(75, 60, 77, 0.2);
	background: rgba(255, 255, 255, 0.58);
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mh-article-contextual a:hover,
.mh-article-contextual a:focus-visible {
	border-color: var(--mp-plum, #4b3c4d);
	background: #fff;
}

.mh-article-contextual a:active {
	transform: translateY(1px);
}

@media (max-width: 700px) {
	.mh-article-contextual ul {
		grid-template-columns: 1fr;
	}
}

.mh-discovery-hero,
.mh-discovery-blog-hero,
.mh-discovery-404-hero {
	background: linear-gradient(126deg, #512958 0%, #4b3c4d 58%, #67536a 100%);
	color: #fff;
	padding: clamp(64px, 10vw, 132px) 0 clamp(58px, 9vw, 108px);
}

.mh-discovery-hero .mp-shell,
.mh-discovery-blog-hero .mp-shell,
.mh-discovery-404-hero .mp-shell {
	max-width: 980px;
}

.mh-discovery-eyebrow {
	margin: 0 0 13px;
	color: #745b78;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.mh-discovery-hero .mh-discovery-eyebrow,
.mh-discovery-blog-hero .mh-discovery-eyebrow,
.mh-discovery-404-hero .mh-discovery-eyebrow {
	color: #e8ddec;
}

.mh-discovery h1,
.mh-discovery h2,
.mh-discovery h3 {
	font-family: "Libre Baskerville", Georgia, serif;
	color: inherit;
}

.mh-discovery h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(37px, 5.2vw, 72px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.mh-discovery-hero > .mp-shell > p:not(.mh-discovery-eyebrow):not(.mh-discovery-note),
.mh-discovery-blog-hero p:not(.mh-discovery-eyebrow),
.mh-discovery-404-hero p:not(.mh-discovery-eyebrow) {
	max-width: 700px;
	margin: 22px 0 0;
	color: #f0eaf2;
	font-size: clamp(17px, 1.75vw, 21px);
	line-height: 1.65;
}

.mh-discovery-search {
	max-width: 760px;
	margin-top: 31px;
}

.mh-discovery-search label {
	display: block;
	margin: 0 0 9px;
	font-size: 14px;
	font-weight: 700;
}

.mh-discovery-search > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	padding: 7px;
	background: #fff;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 4px;
	box-shadow: 0 20px 42px rgba(25, 13, 28, .2);
}

.mh-discovery-search input {
	min-width: 0;
	min-height: 51px;
	padding: 12px 16px;
	border: 0;
	border-radius: 2px;
	background: #fff;
	color: var(--mh-discovery-ink);
	font: inherit;
	font-size: 16px;
}

.mh-discovery-search input:focus {
	outline: 3px solid #b79abd;
	outline-offset: -1px;
}

.mh-discovery-search button {
	min-height: 51px;
	padding: 12px 22px;
	border: 0;
	border-radius: 2px;
	background: var(--mh-discovery-deep);
	color: #fff;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.mh-discovery-search button:hover,
.mh-discovery-search button:focus-visible {
	background: #352039;
}

.mh-discovery-note {
	margin: 13px 0 0;
	color: #e8ddec;
	font-size: 14px;
}

.mh-discovery-results,
.mh-discovery-blog-main {
	padding-top: clamp(50px, 8vw, 100px);
	padding-bottom: clamp(72px, 10vw, 128px);
}

.mh-discovery-results > section + section,
.mh-discovery-blog-main > section + section {
	margin-top: clamp(70px, 10vw, 128px);
	padding-top: clamp(60px, 8vw, 100px);
	border-top: 1px solid var(--mh-discovery-line);
}

.mh-discovery-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 28px;
}

.mh-discovery-section-heading h2,
.mh-discovery-start h2,
.mh-blog-empty h2,
.mh-discovery-404-options h2 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(29px, 3.6vw, 46px);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.19;
}

.mh-discovery-section-heading > a,
.mh-discovery-hero-link {
	flex: none;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.mh-discovery-section-heading > a:hover,
.mh-discovery-section-heading > a:focus-visible,
.mh-discovery-hero-link:hover,
.mh-discovery-hero-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mh-discovery-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.mh-discovery-card {
	display: flex;
	flex-direction: column;
	min-height: 255px;
	padding: 27px;
	border: 1px solid var(--mh-discovery-line);
	border-radius: 2px;
	background: #fff;
	transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.mh-discovery-card:hover {
	border-color: #98819d;
	box-shadow: 0 16px 32px rgba(62, 44, 67, .09);
	transform: translateY(-3px);
}

.mh-discovery-card > p:first-child,
.mh-blog-card > div > p:first-child,
.mh-discovery-article-list article > p:first-child {
	margin: 0 0 17px;
	color: #746876;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mh-discovery-card h3,
.mh-blog-card h3,
.mh-discovery-article-list h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -.027em;
	line-height: 1.28;
}

.mh-discovery-card h3 a,
.mh-blog-card h3 a,
.mh-discovery-article-list h3 a,
.mh-blog-featured h2 a {
	color: inherit;
	text-decoration: none;
}

.mh-discovery-card h3 a:hover,
.mh-discovery-card h3 a:focus-visible,
.mh-blog-card h3 a:hover,
.mh-blog-card h3 a:focus-visible,
.mh-discovery-article-list h3 a:hover,
.mh-discovery-article-list h3 a:focus-visible,
.mh-blog-featured h2 a:hover,
.mh-blog-featured h2 a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.mh-discovery-card__description {
	margin: 14px 0 24px;
	color: #574e59;
	font-size: 15px;
	line-height: 1.62;
}

.mh-discovery-card__link,
.mh-blog-card a:not(.mh-blog-card__image),
.mh-discovery-article-list a,
.mh-blog-featured .mh-discovery-card__link {
	margin-top: auto;
	color: var(--mh-discovery-deep);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.mh-discovery-card__link span,
.mh-blog-card a span,
.mh-discovery-article-list a span {
	margin-left: 4px;
}

.mh-discovery-card__link:hover,
.mh-discovery-card__link:focus-visible,
.mh-blog-card a:not(.mh-blog-card__image):hover,
.mh-blog-card a:not(.mh-blog-card__image):focus-visible,
.mh-discovery-article-list a:hover,
.mh-discovery-article-list a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mh-discovery-start {
	display: grid;
	grid-template-columns: minmax(230px, .8fr) minmax(0, 1.6fr);
	gap: clamp(30px, 6vw, 82px);
	align-items: start;
}

.mh-discovery-start > div > p:not(.mh-discovery-eyebrow),
.mh-blog-empty > p:not(.mh-discovery-eyebrow) {
	margin: 18px 0 0;
	color: #5d535f;
	line-height: 1.65;
}

.mh-discovery-start .mh-discovery-cards {
	grid-template-columns: 1fr;
}

.mh-discovery-start .mh-discovery-card {
	min-height: auto;
}

.mh-discovery-empty {
	padding: clamp(30px, 5vw, 56px);
	border: 1px solid #d8cfdb;
	background: var(--mh-discovery-mist);
}

.mh-discovery-empty h3 {
	margin: 0;
	font-size: clamp(25px, 3vw, 37px);
	font-weight: 400;
}

.mh-discovery-empty > p:not(.mh-discovery-eyebrow) {
	max-width: 660px;
	margin: 16px 0 28px;
	line-height: 1.65;
}

.mh-discovery-empty > p:last-child {
	margin: 29px 0 0;
}

.mh-discovery-empty > p:last-child a {
	color: var(--mh-discovery-deep);
	font-weight: 700;
}

.mh-discovery-articles {
	padding: clamp(48px, 7vw, 86px);
	background: #f5f2f6;
}

.mh-discovery-article-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid var(--mh-discovery-line);
	background: var(--mh-discovery-line);
}

.mh-discovery-article-list article {
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 28px;
	background: #fff;
}

.mh-discovery-article-list article > p:not(:first-child) {
	margin: 14px 0 23px;
	color: #5b535e;
	font-size: 15px;
	line-height: 1.6;
}

.mh-discovery-article-empty {
	margin: 0;
	color: #5d535f;
	font-size: 16px;
	line-height: 1.6;
}

.mh-discovery-blog-hero {
	background: linear-gradient(118deg, #29242b 0%, #4b3c4d 54%, #735a75 100%);
}

.mh-discovery-hero-link {
	display: inline-block;
	margin-top: 28px;
	color: #fff;
}

.mh-blog-categories {
	display: flex;
	gap: 8px;
	margin: 0 0 clamp(44px, 6vw, 74px);
	overflow-x: auto;
	padding: 0 1px 6px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mh-blog-categories::-webkit-scrollbar {
	display: none;
}

.mh-blog-categories a {
	flex: none;
	padding: 10px 14px;
	border: 1px solid #cbbfce;
	border-radius: 999px;
	color: var(--mh-discovery-plum);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.mh-blog-categories a:hover,
.mh-blog-categories a:focus-visible,
.mh-blog-categories a.is-active {
	border-color: var(--mh-discovery-deep);
	background: var(--mh-discovery-deep);
	color: #fff;
}

.mh-blog-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
	align-items: stretch;
	border: 1px solid var(--mh-discovery-line);
	background: #fff;
}

.mh-blog-featured__image {
	min-height: 420px;
	background: #ded6e0;
}

.mh-blog-featured__image img,
.mh-blog-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mh-blog-featured__image > span,
.mh-blog-card__image > span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #705d74;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mh-blog-featured > div:last-child {
	display: flex;
	flex-direction: column;
	padding: clamp(31px, 5vw, 66px);
}

.mh-blog-featured h2 {
	margin: 0;
	font-size: clamp(29px, 3.3vw, 45px);
	font-weight: 400;
	letter-spacing: -.037em;
	line-height: 1.18;
}

.mh-blog-featured h2 + p {
	margin: 19px 0 28px;
	color: #59505b;
	font-size: 16px;
	line-height: 1.65;
}

.mh-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mh-blog-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--mh-discovery-line);
	background: #fff;
}

.mh-blog-card__image {
	display: block;
	aspect-ratio: 1.38 / 1;
	background: #e5dfe7;
}

.mh-blog-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px;
}

.mh-blog-card > div > p:not(:first-child) {
	margin: 14px 0 22px;
	color: #5b535e;
	font-size: 15px;
	line-height: 1.6;
}

.mh-blog-pagination {
	margin-top: 43px;
}

.mh-blog-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-blog-pagination a,
.mh-blog-pagination .current {
	display: grid;
	min-width: 46px;
	min-height: 46px;
	place-items: center;
	border: 1px solid #cbbfce;
	color: var(--mh-discovery-deep);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.mh-blog-pagination .current,
.mh-blog-pagination a:hover,
.mh-blog-pagination a:focus-visible {
	border-color: var(--mh-discovery-deep);
	background: var(--mh-discovery-deep);
	color: #fff;
}

.mh-blog-empty {
	max-width: 920px;
	padding: clamp(39px, 7vw, 86px);
	border: 1px solid var(--mh-discovery-line);
	background: linear-gradient(135deg, #f4f0f5, #e7dfe9);
}

.mh-blog-empty > div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.mh-discovery-404-hero {
	background: linear-gradient(122deg, #29242b 0%, #4b3c4d 100%);
}

.mh-discovery-404-options {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
	gap: clamp(32px, 6vw, 88px);
	padding-top: clamp(56px, 9vw, 112px);
	padding-bottom: clamp(72px, 10vw, 126px);
}

.mh-discovery-404-options .mh-discovery-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 27px;
}

.mh-discovery-404-options aside {
	align-self: stretch;
	padding: clamp(29px, 4vw, 52px);
	background: #f1ecf2;
}

.mh-discovery-404-options aside > p:not(.mh-discovery-eyebrow) {
	margin: 17px 0 27px;
	color: #5c525f;
	line-height: 1.65;
}

.mh-discovery-404-options aside .mh-button {
	display: block;
	width: 100%;
	margin-top: 11px;
	padding: 14px 17px;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 980px) {
	.mh-discovery-cards,
	.mh-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mh-discovery-start,
	.mh-discovery-404-options {
		grid-template-columns: 1fr;
	}
	.mh-discovery-start .mh-discovery-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.mh-discovery-hero,
	.mh-discovery-blog-hero,
	.mh-discovery-404-hero {
		padding-top: 58px;
	}
	.mh-discovery h1 {
		font-size: clamp(34px, 10vw, 45px);
		letter-spacing: -.04em;
	}
	/* The journal’s intentionally descriptive headline must honor the
	 * site-wide three-line mobile H1 limit. */
	.mh-discovery-blog-hero h1 {
		font-size: clamp(30px, 8.5vw, 36px);
	}
	.mh-discovery-search > div {
		grid-template-columns: 1fr;
	}
	.mh-discovery-search button {
		width: 100%;
	}
	.mh-discovery-section-heading {
		display: block;
	}
	.mh-discovery-section-heading > a {
		display: inline-block;
		margin-top: 17px;
	}
	.mh-discovery-cards,
	.mh-discovery-start .mh-discovery-cards,
	.mh-blog-grid,
	.mh-discovery-404-options .mh-discovery-cards {
		grid-template-columns: 1fr;
	}
	.mh-discovery-card {
		min-height: 0;
		padding: 24px;
	}
	.mh-discovery-article-list,
	.mh-blog-featured {
		grid-template-columns: 1fr;
	}
	.mh-blog-featured__image {
		min-height: 255px;
	}
	.mh-blog-featured > div:last-child {
		padding: 30px 25px;
	}
	.mh-discovery-articles {
		padding: 29px 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mh-discovery-card {
		transition: none;
	}
}

/* Clinic journal article -------------------------------------------------- */
.mh-discovery-article {
	background: var(--mp-surface, #f7f3f7);
}

.mh-article__header {
	padding: clamp(42px, 7vw, 92px) 0 clamp(27px, 4vw, 54px);
	background: linear-gradient(135deg, #f0eaf2 0%, #fbf9fb 72%);
}

.mh-article__header .mp-shell,
.mh-article__content-wrap,
.mh-article__feature {
	max-width: 940px;
}

.mh-article__breadcrumbs {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 30px;
	color: var(--mp-muted, #5f5661);
	font-size: .8125rem;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
}

.mh-article__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.mh-article__breadcrumbs a:hover,
.mh-article__breadcrumbs a:focus-visible {
	color: var(--mp-plum, #4b3c4d);
	text-decoration: underline;
}

.mh-article__header h1 {
	max-width: 850px;
	margin: 15px 0 18px;
	font-family: var(--mp-font-display, Georgia, serif);
	/* Long medically precise titles stay within the site-wide three-line
	 * mobile H1 rule without truncating the journal headline. */
	font-size: clamp(1.8rem, 7.5vw, 4.5rem);
	font-weight: 400;
	letter-spacing: -.035em;
	line-height: 1.03;
	color: var(--mp-ink, #29242b);
	text-wrap: balance;
}

.mh-article__meta {
	display: flex;
	gap: 9px;
	margin: 0;
	color: var(--mp-muted, #5f5661);
	font-size: .9375rem;
}

@media (max-width: 640px) {
	.mh-article__header h1 {
		font-size: 1.8rem;
	}

	.mh-article__header h1.mh-article__title--long {
		font-size: 1.5rem;
	}

	.mh-article__header h1.mh-article__title--xlong {
		font-size: 1.375rem;
	}

	.mh-article__header h1.mh-article__title--xxlong {
		font-size: 1.25rem;
	}
}

.mh-article__feature {
	margin: clamp(26px, 4vw, 52px) auto 0;
}

.mh-article__feature img {
	display: block;
	width: 100%;
	max-height: 620px;
	border: 1px solid rgba(75, 60, 77, .14);
	border-radius: 3px;
	object-fit: cover;
}

.mh-article__content-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(44px, 6vw, 76px);
	padding-top: clamp(38px, 5vw, 62px);
	padding-bottom: clamp(66px, 9vw, 112px);
}

.mh-article__content {
	max-width: 760px;
	color: var(--mp-ink, #29242b);
	font-size: clamp(1rem, 1.35vw, 1.125rem);
	line-height: 1.76;
}

.mh-article__content > *:first-child {
	margin-top: 0;
}

.mh-article__content p,
.mh-article__content ul,
.mh-article__content ol,
.mh-article__content blockquote {
	margin: 0 0 1.25em;
}

.mh-article__content h2,
.mh-article__content h3 {
	margin: 2em 0 .55em;
	font-family: var(--mp-font-display, Georgia, serif);
	font-weight: 400;
	line-height: 1.12;
	color: var(--mp-ink, #29242b);
}

.mh-article__content h2 { font-size: clamp(1.75rem, 3vw, 2.5rem); }
.mh-article__content h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }

.mh-article__content li + li { margin-top: .45em; }

.mh-article__content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1.6em 0;
	border-radius: 2px;
}

.mh-article__content blockquote {
	padding: 20px 24px;
	border-left: 3px solid var(--mp-plum, #4b3c4d);
	background: #eee9ef;
	font-family: var(--mp-font-display, Georgia, serif);
	font-size: 1.16em;
	line-height: 1.45;
}

.mh-article__inline {
	margin: clamp(30px, 5vw, 48px) 0;
	padding: clamp(24px, 4vw, 36px);
	border: 1px solid rgba(75, 60, 77, .2);
	border-left: 4px solid var(--mp-deep-plum, #512958);
	background: linear-gradient(135deg, #eee9ef, #f8f5f8);
}

.mh-article__inline h2 {
	margin: 10px 0 12px;
	font-size: clamp(1.55rem, 2.7vw, 2rem);
}

.mh-article__inline > p:not(.mh-discovery-eyebrow) {
	max-width: 620px;
	margin-bottom: 21px;
	color: var(--mp-muted, #5f5661);
}

.mh-article__inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	align-items: center;
}

.mh-article__inline-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	color: var(--mp-plum, #4b3c4d);
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-decoration: none;
}

.mh-article__inline-link:hover,
.mh-article__inline-link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mh-article__next {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(75, 60, 77, .2);
	background: #eee9ef;
}

.mh-article__next h2 {
	margin: 13px 0;
	font-family: var(--mp-font-display, Georgia, serif);
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
	font-weight: 400;
	line-height: 1.08;
}

.mh-article__next p:not(.mh-discovery-eyebrow) {
	max-width: 620px;
	margin: 0 0 24px;
	color: var(--mp-muted, #5f5661);
	line-height: 1.6;
}

.mh-article__next > div {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

@media (min-width: 981px) {
	.mh-article__content-wrap {
		max-width: 1160px;
		grid-template-columns: minmax(0, 1fr) 300px;
		align-items: start;
	}

	.mh-article__next {
		position: sticky;
		top: 100px;
	}
}

/* Keep the finder, journal, and recovery screen within the compact desktop
 * scale used by the finished treatment and core clinic pages. */
@media (min-width: 981px) {
	.mh-discovery-hero,
	.mh-discovery-blog-hero,
	.mh-discovery-404-hero {
		padding: clamp(62px, 6vw, 80px) 0 clamp(68px, 6.5vw, 88px);
	}

	.mh-discovery h1 {
		max-width: 690px;
		font-size: clamp(2.45rem, 3.25vw, 3.45rem);
		line-height: 1.06;
	}

	.mh-discovery-hero > .mp-shell > p:not(.mh-discovery-eyebrow):not(.mh-discovery-note),
	.mh-discovery-blog-hero p:not(.mh-discovery-eyebrow),
	.mh-discovery-404-hero p:not(.mh-discovery-eyebrow) {
		max-width: 650px;
		font-size: clamp(1rem, 1.3vw, 1.125rem);
		line-height: 1.6;
	}

	.mh-discovery-results,
	.mh-discovery-blog-main {
		padding-top: clamp(58px, 6vw, 80px);
		padding-bottom: clamp(72px, 7vw, 96px);
	}

	.mh-discovery-results > section + section,
	.mh-discovery-blog-main > section + section {
		margin-top: clamp(60px, 6vw, 82px);
		padding-top: clamp(54px, 5vw, 72px);
	}

	.mh-discovery-card {
		min-height: 220px;
		padding: 24px;
	}

	.mh-discovery-section-heading h2,
	.mh-discovery-start h2,
	.mh-blog-empty h2,
	.mh-discovery-404-options h2 {
		font-size: clamp(2rem, 2.55vw, 2.7rem);
	}
}
