.jm-resources-2027 .jm-resource-note {
	display: none !important;
}

.jm-resources-2027 .jm-wholeness-promo {
	background: #fcfbf9;
	border-top: 1px solid #e4dfd5;
	padding: 5.625rem 0 6.875rem;
}

.jm-resources-2027 .jm-wholeness-promo__grid {
	display: grid;
	grid-template-columns: minmax(0, 33.75rem) minmax(0, 1fr);
	align-items: center;
	gap: clamp(3rem, 5.2vw, 5rem);
}

.jm-resources-2027 .jm-wholeness-promo__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin: 0;
}

.jm-resources-2027 .jm-wholeness-promo__media a {
	display: block;
	width: 100%;
}

.jm-resources-2027 .jm-wholeness-promo__mockup {
	display: block;
	width: 100%;
	height: auto;
	max-height: 27.5rem;
	object-fit: contain;
	object-position: center;
}

.jm-resources-2027 .jm-wholeness-promo__copy {
	min-width: 0;
	max-width: 39rem;
}

.jm-resources-2027 .jm-wholeness-promo__eyebrow,
.jm-resources-2027 .jm-wholeness-promo__kicker,
.jm-resources-2027 .jm-wholeness-promo__copy h2,
.jm-resources-2027 .jm-wholeness-promo__subtitle,
.jm-resources-2027 .jm-wholeness-promo__body,
.jm-resources-2027 .jm-wholeness-promo__stats {
	margin-top: 0;
}

.jm-resources-2027 .jm-wholeness-promo__eyebrow {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 0.75rem;
	color: #7a5b21;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.jm-resources-2027 .jm-wholeness-promo__eyebrow::before {
	content: "";
	display: block;
	width: 1rem;
	height: 1px;
	background: #7a5b21;
}

.jm-resources-2027 .jm-wholeness-promo__kicker {
	margin-bottom: 0.75rem;
	color: #394740;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.jm-resources-2027 .jm-wholeness-promo__copy h2 {
	margin-bottom: 1rem;
	color: #283b33;
	font-family: var(--jm-font-serif, Georgia, serif);
	font-size: clamp(2.25rem, 3.1vw, 2.75rem);
	font-weight: 400;
	line-height: 1.18;
}

.jm-resources-2027 .jm-wholeness-promo__copy h2 a {
	color: inherit;
	text-decoration: none;
}

.jm-resources-2027 .jm-wholeness-promo__subtitle {
	max-width: 37rem;
	margin-bottom: 1.75rem;
	color: #7a5b21;
	font-family: var(--jm-font-serif, Georgia, serif);
	font-size: 1.0625rem;
	font-style: italic;
	line-height: 1.65;
}

.jm-resources-2027 .jm-wholeness-promo__body {
	max-width: 38rem;
	margin-bottom: 1.75rem;
	color: #56605b;
	font-size: 1rem;
	line-height: 1.65;
}

.jm-resources-2027 .jm-wholeness-promo__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 1.75rem;
}

.jm-resources-2027 .jm-wholeness-promo__stats > div {
	display: flex;
	flex-direction: column-reverse;
	min-width: 7rem;
	padding: 0 1.6rem;
	border-left: 1px solid #e4dfd5;
}

.jm-resources-2027 .jm-wholeness-promo__stats > div:first-child {
	padding-left: 0;
	border-left: 0;
}

.jm-resources-2027 .jm-wholeness-promo__stats dt {
	color: #6a716d;
	font-size: 0.6875rem;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jm-resources-2027 .jm-wholeness-promo__stats dd {
	margin: 0 0 0.1rem;
	color: #7a5b21;
	font-family: var(--jm-font-serif, Georgia, serif);
	font-size: 1.75rem;
	line-height: 1;
}

.jm-resources-2027 .jm-wholeness-promo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid #7a5b21;
	color: #7a5b21;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.jm-resources-2027 .jm-wholeness-promo__button:hover,
.jm-resources-2027 .jm-wholeness-promo__button:focus-visible {
	background: #7a5b21;
	color: #fff;
}

@media (max-width: 74.9375rem) {
	.jm-resources-2027 .jm-wholeness-promo {
		padding: 4.5rem 0 5.25rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__grid {
		grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
		gap: 3rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__mockup {
		max-height: 23.75rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__copy h2 {
		font-size: 2.25rem;
	}
}

@media (max-width: 47.9375rem) {
	.jm-resources-2027 .jm-wholeness-promo {
		padding: 3.75rem 0 4.5rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__media {
		order: 1;
	}

	.jm-resources-2027 .jm-wholeness-promo__copy {
		order: 2;
		max-width: none;
	}

	.jm-resources-2027 .jm-wholeness-promo__mockup {
		max-height: 25rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__copy h2 {
		font-size: 2.125rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__stats {
		flex-wrap: nowrap;
	}

	.jm-resources-2027 .jm-wholeness-promo__stats > div {
		flex: 1 1 0;
		min-width: 0;
		padding: 0 0.75rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__button {
		width: 100%;
	}
}

@media (max-width: 29.9375rem) {
	.jm-resources-2027 .jm-wholeness-promo__stats {
		align-items: stretch;
	}

	.jm-resources-2027 .jm-wholeness-promo__stats > div {
		padding: 0 0.55rem;
	}

	.jm-resources-2027 .jm-wholeness-promo__stats dt {
		font-size: 0.625rem;
		letter-spacing: 0.06em;
	}

	.jm-resources-2027 .jm-wholeness-promo__stats dd {
		font-size: 1.5rem;
	}
}
