/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.3
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--rhm-font-sans: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.nav {
	font-family: var(--rhm-font-sans);
}

/* 권장 후원금은 판매가가 아니라 하나의 일관된 금액으로 표시합니다. */
.rhm-recommended-donation {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
}

/* Ministry information pages --------------------------------------------- */
.rhm-page {
	background: #fdfcf8;
	color: #26332a;
	overflow: hidden;
}

.rhm-page * {
	box-sizing: border-box;
}

.rhm-page h1,
.rhm-page h2,
.rhm-page h3,
.rhm-page p,
.rhm-page figure {
	margin-top: 0;
}

.rhm-page h1,
.rhm-page h2,
.rhm-page h3 {
	color: inherit;
	letter-spacing: -0.035em;
}

.rhm-page-shell {
	margin: 0 auto;
	max-width: 1160px;
	padding-left: 28px;
	padding-right: 28px;
	width: 100%;
}

.rhm-page-hero {
	background: linear-gradient(135deg, #183126 0%, #294b39 100%);
	color: #fff;
	padding: 88px 0 84px;
	position: relative;
}

.rhm-page-hero::after {
	border: 1px solid rgba(226, 201, 143, 0.2);
	border-radius: 50%;
	content: "";
	height: 360px;
	position: absolute;
	right: -120px;
	top: -170px;
	width: 360px;
}

.rhm-page-kicker {
	color: #d9b96f;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-bottom: 0.9rem;
	text-transform: uppercase;
}

.rhm-page-hero h1 {
	color: #fff;
	font-family: var(--rhm-font-sans);
	font-size: clamp(2.6rem, 5vw, 4.4rem);
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1.2rem;
}

.rhm-page-hero .rhm-page-lead {
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.9;
	margin-bottom: 0;
	max-width: 680px;
}

.rhm-page-section {
	padding: 88px 0;
}

.rhm-page-section--soft {
	background: #f3f1e9;
}

.rhm-page-section--green {
	background: #1a3327;
	color: #fff;
}

.rhm-page-heading {
	margin-bottom: 42px;
	max-width: 720px;
}

.rhm-page-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rhm-page-heading h2 {
	font-size: clamp(1.9rem, 3.8vw, 3rem);
	line-height: 1.32;
	margin-bottom: 1rem;
}

.rhm-page-heading p:last-child {
	color: #6d776f;
	line-height: 1.9;
	margin-bottom: 0;
}

.rhm-page-section--green .rhm-page-heading p:last-child {
	color: rgba(255, 255, 255, 0.65);
}

.rhm-page-split {
	align-items: center;
	display: grid;
	gap: clamp(42px, 8vw, 90px);
	grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.rhm-page-figure {
	background: #e7eee7;
	margin-bottom: 0;
	padding: 14px;
	position: relative;
}

.rhm-page-figure::after {
	border: 1px solid #c8a45d;
	content: "";
	inset: 25px -16px -16px 25px;
	pointer-events: none;
	position: absolute;
}

.rhm-page-figure img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.rhm-page-copy > p:not(.rhm-page-kicker) {
	color: #657068;
	font-size: 1rem;
	line-height: 2;
}

.rhm-page-copy h2 {
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.3;
}

.rhm-page-values,
.rhm-page-card-grid,
.rhm-page-pillars {
	display: grid;
	gap: 20px;
}

.rhm-page-values {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 54px;
}

.rhm-page-values article,
.rhm-page-card-grid article {
	background: #fff;
	border: 1px solid #e3e5df;
	padding: 32px 28px;
}

.rhm-page-values strong {
	color: #426a44;
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.65rem;
}

.rhm-page-values p,
.rhm-page-card-grid p {
	color: #6b756e;
	font-size: 0.92rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.rhm-page-profile .rhm-page-figure img {
	height: 520px;
	object-fit: cover;
	object-position: center 18%;
}

.rhm-page-quote {
	border-left: 2px solid #c8a45d;
	color: #426a44;
	font-family: var(--rhm-font-sans);
	font-size: 1.1rem;
	line-height: 1.9;
	margin: 1.8rem 0;
	padding-left: 1.2rem;
}

.rhm-page-info-box {
	background: #eef1eb;
	border-left: 3px solid #426a44;
	margin-top: 1.8rem;
	padding: 22px 24px;
}

.rhm-page-info-box strong,
.rhm-page-info-box span {
	display: block;
}

.rhm-page-info-box span {
	color: #6b756e;
	font-size: 0.88rem;
	margin-top: 0.35rem;
}

.rhm-page-pillars {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 52px;
}

.rhm-page-pillars article {
	background: rgba(255, 255, 255, 0.06);
	border-top: 2px solid #c8a45d;
	min-height: 290px;
	padding: 38px 32px;
}

.rhm-page-pillars .rhm-page-number {
	color: #e2c98f;
	display: block;
	font-family: var(--rhm-font-sans);
	font-size: 0.85rem;
	margin-bottom: 2rem;
}

.rhm-page-pillars h3 {
	color: #fff;
	font-size: 1.3rem;
}

.rhm-page-pillars p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.92rem;
	line-height: 1.85;
}

.rhm-page-scripture {
	background: #f3f1e9;
	padding: 70px 28px;
	text-align: center;
}

.rhm-page-scripture blockquote {
	border: 0;
	color: #294b39;
	font-family: var(--rhm-font-sans);
	font-size: clamp(1.35rem, 3vw, 2rem);
	font-style: normal;
	line-height: 1.8;
	margin: 0 auto;
	max-width: 820px;
	padding: 0;
}

.rhm-page-scripture cite {
	color: #9d7b38;
	display: block;
	font-size: 0.8rem;
	font-style: normal;
	letter-spacing: 0.08em;
	margin-top: 1rem;
}

.rhm-page-card-grid {
	grid-template-columns: repeat(2, 1fr);
}

.rhm-page-card-grid article {
	min-height: 245px;
}

.rhm-page-card-grid .rhm-page-card-icon {
	align-items: center;
	background: #e9f0e9;
	border-radius: 50%;
	color: #426a44;
	display: flex;
	font-size: 1.1rem;
	height: 44px;
	justify-content: center;
	margin-bottom: 1.5rem;
	width: 44px;
}

.rhm-page-card-grid h2,
.rhm-page-card-grid h3 {
	font-size: 1.2rem;
}

.rhm-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2rem;
}

.rhm-page-button {
	align-items: center;
	background: #426a44;
	border: 1px solid #426a44;
	border-radius: 3px;
	color: #fff !important;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.35rem;
}

.rhm-page-button:hover {
	background: #294b39;
	border-color: #294b39;
	color: #fff !important;
}

.rhm-page-button--light {
	background: transparent;
	color: #426a44 !important;
}

.rhm-page-button--light:hover {
	color: #fff !important;
}

.rhm-page-donation {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
}

.rhm-page-donation-copy,
.rhm-page-account {
	padding: clamp(34px, 5vw, 56px);
}

.rhm-page-donation-copy {
	background: #f3f1e9;
}

.rhm-page-donation-copy h2 {
	font-size: clamp(2rem, 4vw, 3rem);
}

.rhm-page-donation-copy p {
	color: #667168;
	line-height: 1.9;
}

.rhm-page-account {
	background: #1a3327;
	color: #fff;
}

.rhm-page-account > span,
.rhm-page-account > strong {
	display: block;
}

.rhm-page-account > span:first-child {
	color: #e2c98f;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.9rem;
}

.rhm-page-account > strong {
	font-family: var(--rhm-font-sans);
	font-size: clamp(1.25rem, 2.8vw, 1.8rem);
	margin-bottom: 0.5rem;
}

.rhm-page-account > span:not(:first-child) {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.88rem;
}

.rhm-page-account .rhm-page-button {
	background: #c8a45d;
	border-color: #c8a45d;
	color: #183126 !important;
	margin-top: 2rem;
}

.rhm-page-note {
	color: #7a837c;
	font-size: 0.82rem;
	line-height: 1.7;
	margin-top: 1.2rem;
}

/* Official YouTube and sermon feeds -------------------------------------- */
.rhm-page-media {
	padding: 88px 0;
}

.rhm-page-media--dark {
	background: #1a3327;
	color: #fff;
}

.rhm-page-media--soft {
	background: #f3f1e9;
}

.rhm-page-media__header {
	align-items: flex-end;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 42px;
}

.rhm-page-media__intro {
	max-width: 720px;
}

.rhm-page-media__intro h2 {
	font-size: clamp(1.9rem, 3.8vw, 3rem);
	line-height: 1.3;
	margin-bottom: 0.75rem;
}

.rhm-page-media--dark .rhm-page-media__intro h2 {
	color: #fff;
}

.rhm-page-media__intro > p {
	color: #6d776f;
	line-height: 1.8;
	margin-bottom: 0;
}

.rhm-page-media--dark .rhm-page-media__intro > p {
	color: rgba(255, 255, 255, 0.68);
}

.rhm-page-media__intro .rhm-page-media__meta {
	color: #e2c98f;
	font-size: 0.84rem;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

.rhm-page-button--gold {
	background: #c8a45d;
	border-color: #c8a45d;
	color: #183126 !important;
	flex: 0 0 auto;
}

.rhm-page-button--gold:hover {
	background: #d8b86f;
	border-color: #d8b86f;
	color: #183126 !important;
}

.rhm-youtube-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rhm-youtube-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff !important;
	display: block;
	transition: background-color 180ms ease, transform 180ms ease;
}

.rhm-youtube-card:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
	transform: translateY(-4px);
}

.rhm-youtube-card:focus-visible,
.rhm-sermon-item:focus-visible {
	outline: 3px solid #c8a45d;
	outline-offset: 3px;
}

.rhm-youtube-card__image {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
	position: relative;
}

.rhm-youtube-card__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.rhm-youtube-card:hover .rhm-youtube-card__image img {
	transform: scale(1.035);
}

.rhm-youtube-card__play {
	align-items: center;
	background: rgba(20, 42, 32, 0.88);
	border-radius: 50%;
	display: flex;
	height: 46px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
}

.rhm-youtube-card__play svg {
	fill: #fff;
	height: 22px;
	margin-left: 2px;
	width: 22px;
}

.rhm-youtube-card__body {
	display: block;
	padding: 20px;
}

.rhm-youtube-card__body strong {
	display: -webkit-box;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.6;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.rhm-youtube-card__body small {
	color: #e2c98f;
	display: block;
	font-size: 0.75rem;
	margin-top: 0.8rem;
}

.rhm-sermon-list {
	border-top: 1px solid #d9ddd6;
}

.rhm-sermon-item {
	align-items: center;
	border-bottom: 1px solid #d9ddd6;
	color: #26332a !important;
	display: grid;
	gap: 26px;
	grid-template-columns: 110px minmax(0, 1fr) 20px;
	padding: 22px 12px;
	transition: background-color 180ms ease, padding 180ms ease;
}

.rhm-sermon-item:hover {
	background: rgba(66, 106, 68, 0.06);
	color: #26332a !important;
	padding-left: 20px;
	padding-right: 20px;
}

.rhm-sermon-item__date {
	color: #426a44;
	font-size: 0.82rem;
	font-weight: 700;
}

.rhm-sermon-item strong {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.6;
}

.rhm-sermon-item svg {
	fill: none;
	height: 18px;
	stroke: #426a44;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

@media (max-width: 849px) {
	.rhm-page-hero,
	.rhm-page-section {
		padding-bottom: 68px;
		padding-top: 68px;
	}

	.rhm-page-split,
	.rhm-page-donation {
		grid-template-columns: 1fr;
	}

	.rhm-page-figure {
		margin-left: auto;
		margin-right: auto;
		max-width: 520px;
	}

	.rhm-page-pillars {
		grid-template-columns: 1fr;
	}

	.rhm-page-pillars article {
		min-height: auto;
	}

	.rhm-youtube-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	.rhm-page-shell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rhm-page-hero {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.rhm-page-hero h1 {
		font-size: 2.65rem;
		word-break: keep-all;
	}

	.rhm-page-hero .rhm-page-lead {
		font-size: 0.96rem;
		word-break: keep-all;
	}

	.rhm-page-section {
		padding-bottom: 58px;
		padding-top: 58px;
	}

	.rhm-page-values,
	.rhm-page-card-grid {
		grid-template-columns: 1fr;
	}

	.rhm-page-values {
		margin-top: 36px;
	}

	.rhm-page-profile .rhm-page-figure img {
		height: 390px;
	}

	.rhm-page-actions .rhm-page-button {
		width: 100%;
	}

	.rhm-page-media {
		padding: 58px 0;
	}

	.rhm-page-media__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.rhm-page-media__header .rhm-page-button {
		width: 100%;
	}

	.rhm-youtube-grid {
		grid-template-columns: 1fr;
	}

	.rhm-sermon-item {
		gap: 6px 16px;
		grid-template-columns: minmax(0, 1fr) 18px;
		padding: 19px 4px;
	}

	.rhm-sermon-item__date,
	.rhm-sermon-item strong {
		grid-column: 1;
	}

	.rhm-sermon-item svg {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
}

.rhm-recommended-donation__label {
	font-size: 0.78em;
	font-weight: 700;
	color: #426a44;
	white-space: nowrap;
}

/* 과거 할인 캐시가 남아도 정가/할인가 이중 표시는 노출하지 않습니다. */
.products .price del,
.product-info .price del,
.widget_products .price del {
	display: none !important;
}

.products .price ins,
.product-info .price ins,
.widget_products .price ins {
	text-decoration: none;
}

/* Unified ministry homepage ------------------------------------------------ */
:root {
	--rhm-green-950: #142a20;
	--rhm-green-900: #1c3529;
	--rhm-green-800: #294a39;
	--rhm-green-700: #426a44;
	--rhm-green-100: #e9f0e9;
	--rhm-cream: #f7f3e9;
	--rhm-paper: #fdfcf8;
	--rhm-gold: #c8a45d;
	--rhm-gold-light: #e2c98f;
	--rhm-ink: #233027;
	--rhm-muted: #69736c;
}

.rhm-home {
	background: var(--rhm-paper);
	color: var(--rhm-ink);
	overflow: hidden;
}

.rhm-home h1,
.rhm-home h2,
.rhm-home h3,
.rhm-home p,
.rhm-home figure,
.rhm-home blockquote {
	margin-top: 0;
}

.rhm-home h1,
.rhm-home h2,
.rhm-home h3 {
	color: inherit;
	letter-spacing: -0.035em;
}

.rhm-home h2 {
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.25;
	margin-bottom: 1.2rem;
}

.rhm-container {
	margin: 0 auto;
	max-width: 1220px;
	padding-left: 28px;
	padding-right: 28px;
	position: relative;
	width: 100%;
}

.rhm-section {
	padding: 110px 0;
	position: relative;
	scroll-margin-top: 100px;
}

.rhm-eyebrow {
	color: var(--rhm-gold);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.rhm-section-heading {
	max-width: 680px;
}

.rhm-section-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.rhm-section-heading > p:last-child {
	color: var(--rhm-muted);
	font-size: 1.04rem;
	line-height: 1.85;
}

.rhm-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 3px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: -0.01em;
	min-height: 48px;
	padding: 0.7rem 1.45rem;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.rhm-button:hover {
	transform: translateY(-2px);
}

.rhm-button--gold {
	background: var(--rhm-gold);
	color: #17291f;
}

.rhm-button--gold:hover {
	background: #d8b86f;
	color: #17291f;
}

.rhm-button--outline {
	border-color: rgba(255, 255, 255, 0.45);
	color: #fff;
}

.rhm-button--outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

.rhm-button--light {
	background: var(--rhm-cream);
	color: var(--rhm-green-950);
}

.rhm-button--light:hover {
	background: #fff;
	color: var(--rhm-green-950);
}

.rhm-button--green {
	background: var(--rhm-green-700);
	color: #fff;
}

.rhm-button--green:hover {
	background: var(--rhm-green-800);
	color: #fff;
}

.rhm-hero {
	background:
		radial-gradient(circle at 77% 38%, rgba(200, 164, 93, 0.16), transparent 27%),
		linear-gradient(135deg, #13291f 0%, #234433 58%, #182f24 100%);
	color: var(--rhm-cream);
	min-height: min(790px, calc(100vh - 120px));
	position: relative;
}

.rhm-hero::before,
.rhm-hero::after {
	border: 1px solid rgba(226, 201, 143, 0.15);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.rhm-hero::before {
	height: 480px;
	right: -150px;
	top: -120px;
	width: 480px;
}

.rhm-hero::after {
	bottom: -280px;
	height: 620px;
	left: -300px;
	width: 620px;
}

.rhm-hero__glow {
	background: linear-gradient(90deg, transparent, rgba(226, 201, 143, 0.18), transparent);
	height: 1px;
	left: 0;
	position: absolute;
	top: 20%;
	width: 100%;
}

.rhm-hero__inner {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
	min-height: inherit;
	padding-bottom: 90px;
	padding-top: 90px;
}

.rhm-hero__copy {
	max-width: 690px;
	position: relative;
	z-index: 2;
}

.rhm-hero h1 {
	color: var(--rhm-cream);
	font-family: var(--rhm-font-sans);
	font-size: clamp(3.5rem, 7vw, 6.8rem);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.06;
	margin-bottom: 2rem;
}

.rhm-hero h1 span {
	color: var(--rhm-gold-light);
}

.rhm-hero blockquote {
	border-left: 2px solid var(--rhm-gold);
	color: rgba(255, 255, 255, 0.92);
	font-family: var(--rhm-font-sans);
	font-size: 1.05rem;
	font-style: normal;
	line-height: 1.9;
	margin-bottom: 1.7rem;
	padding: 0 0 0 1.25rem;
}

.rhm-hero blockquote cite {
	color: var(--rhm-gold-light);
	display: block;
	font-family: inherit;
	font-size: 0.78rem;
	font-style: normal;
	letter-spacing: 0.08em;
	margin-top: 0.35rem;
}

.rhm-hero__summary {
	color: rgba(255, 255, 255, 0.7);
	font-size: 1rem;
	line-height: 1.85;
	max-width: 580px;
}

.rhm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.rhm-hero__mark {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.rhm-hero__mark::before {
	border: 1px solid rgba(226, 201, 143, 0.32);
	border-radius: 50%;
	content: "";
	height: 420px;
	position: absolute;
	width: 420px;
}

.rhm-hero__mark img {
	filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.25));
	max-width: 350px;
	opacity: 0.92;
	position: relative;
	width: 100%;
}

.rhm-about {
	background: var(--rhm-paper);
}

.rhm-about__grid {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 90px);
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	margin-top: 65px;
}

.rhm-about__image {
	background: var(--rhm-green-100);
	margin-bottom: 0;
	padding: 18px;
	position: relative;
}

.rhm-about__image::after {
	border: 1px solid var(--rhm-gold);
	content: "";
	inset: 26px -18px -18px 26px;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.rhm-about__image img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}

.rhm-about__copy > p {
	color: var(--rhm-muted);
	font-size: 1.08rem;
	line-height: 2;
}

.rhm-values {
	border-top: 1px solid #dce3dc;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.2rem;
	padding-top: 2rem;
}

.rhm-values div {
	border-right: 1px solid #dce3dc;
	padding: 0 1.2rem;
	text-align: center;
}

.rhm-values div:first-child {
	padding-left: 0;
}

.rhm-values div:last-child {
	border-right: 0;
	padding-right: 0;
}

.rhm-values strong,
.rhm-values span {
	display: block;
}

.rhm-values strong {
	color: var(--rhm-green-700);
	font-size: 1.15rem;
	margin-bottom: 0.35rem;
}

.rhm-values span {
	color: var(--rhm-muted);
	font-size: 0.78rem;
}

.rhm-leader {
	align-items: stretch;
	background: #f1efe7;
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	margin-top: 120px;
}

.rhm-leader__image {
	margin: 0;
	min-height: 450px;
}

.rhm-leader__image img {
	height: 100%;
	object-fit: cover;
	object-position: center 18%;
	width: 100%;
}

.rhm-leader__copy {
	align-self: center;
	padding: clamp(42px, 7vw, 90px);
}

.rhm-leader__copy > p:not(.rhm-eyebrow):not(.rhm-leader__church) {
	color: var(--rhm-muted);
	font-size: 1rem;
	line-height: 1.9;
}

.rhm-leader__church {
	border-left: 2px solid var(--rhm-gold);
	color: var(--rhm-muted);
	font-size: 0.9rem;
	line-height: 1.7;
	margin: 1.7rem 0;
	padding-left: 1rem;
}

.rhm-text-link {
	color: var(--rhm-green-700);
	font-weight: 700;
}

.rhm-text-link:hover {
	color: var(--rhm-green-900);
}

.rhm-mission {
	background: var(--rhm-green-950);
	color: var(--rhm-cream);
}

.rhm-mission .rhm-section-heading > p:last-child {
	color: rgba(255, 255, 255, 0.64);
}

.rhm-pillars {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 65px;
}

.rhm-pillars article {
	background: rgba(255, 255, 255, 0.055);
	border-top: 2px solid transparent;
	min-height: 315px;
	padding: 42px 36px;
	transition: background-color 180ms ease, border-color 180ms ease;
}

.rhm-pillars article:hover {
	background: rgba(255, 255, 255, 0.09);
	border-top-color: var(--rhm-gold);
}

.rhm-pillars article > span {
	color: var(--rhm-gold-light);
	display: block;
	font-family: var(--rhm-font-sans);
	font-size: 0.85rem;
	margin-bottom: 2.5rem;
}

.rhm-pillars h3 {
	color: #fff;
	font-size: 1.35rem;
}

.rhm-pillars p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.92rem;
	line-height: 1.8;
}

.rhm-ministry {
	background: var(--rhm-cream);
}

.rhm-ministry__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 58px;
}

.rhm-ministry__cards article {
	background: #fff;
	border: 1px solid #e5e2d8;
	box-shadow: 0 14px 45px rgba(32, 49, 38, 0.045);
	min-height: 290px;
	padding: 36px 28px;
	transition: border-color 180ms ease, transform 180ms ease;
}

.rhm-ministry__cards article:hover {
	border-color: var(--rhm-gold);
	transform: translateY(-5px);
}

.rhm-ministry__icon {
	align-items: center;
	background: var(--rhm-green-100);
	border-radius: 50%;
	color: var(--rhm-green-700);
	display: flex;
	font-size: 1.2rem;
	height: 48px;
	justify-content: center;
	margin-bottom: 2rem;
	width: 48px;
}

.rhm-ministry__cards h3 {
	font-size: 1.18rem;
	margin-bottom: 0.9rem;
}

.rhm-ministry__cards p {
	color: var(--rhm-muted);
	font-size: 0.9rem;
	line-height: 1.8;
}

.rhm-messages {
	background: var(--rhm-green-900);
	color: #fff;
}

.rhm-messages__header {
	align-items: end;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.rhm-messages .rhm-section-heading > p:last-child {
	color: rgba(255, 255, 255, 0.65);
}

.rhm-video-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 52px;
}

.rhm-video-card {
	background: rgba(255, 255, 255, 0.055);
	color: #fff;
	display: block;
}

.rhm-video-card:hover {
	color: #fff;
}

.rhm-video-card__image {
	display: block;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.rhm-video-card__image img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: transform 240ms ease;
	width: 100%;
}

.rhm-video-card:hover .rhm-video-card__image img {
	transform: scale(1.035);
}

.rhm-video-card__play {
	align-items: center;
	background: rgba(20, 42, 32, 0.88);
	border-radius: 50%;
	display: flex;
	height: 48px;
	inset: 50% auto auto 50%;
	justify-content: center;
	padding-left: 3px;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 48px;
}

.rhm-video-card__body {
	display: block;
	padding: 22px;
}

.rhm-video-card__body strong {
	display: -webkit-box;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.55;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rhm-video-card__body small {
	color: var(--rhm-gold-light);
	display: block;
	font-size: 0.75rem;
	margin-top: 0.8rem;
}

.rhm-books {
	background: var(--rhm-paper);
}

.rhm-product-group {
	border-top: 1px solid #dfe4df;
	margin-top: 60px;
	padding-top: 28px;
}

.rhm-product-group__heading {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.rhm-product-group__heading h3 {
	font-size: 1.45rem;
	margin: 0;
}

.rhm-product-group__heading a {
	color: var(--rhm-green-700);
	font-size: 0.85rem;
	font-weight: 700;
}

.rhm-product-group .row {
	margin-left: -10px;
	margin-right: -10px;
}

.rhm-product-group .product-small.col {
	padding: 0 10px 20px;
}

.rhm-product-group .box-image {
	background: #f0f1ec;
	border-radius: 2px;
	overflow: hidden;
}

.rhm-product-group .box-text {
	padding-left: 0;
	padding-right: 0;
}

.rhm-product-group .product-title a {
	color: var(--rhm-ink);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1.5;
}

.rhm-product-group .price-wrapper {
	margin-top: 0.55rem;
}

.rhm-product-group .price {
	color: var(--rhm-green-700);
	font-size: 0.9rem;
}

.rhm-product-group .add-to-cart-button a {
	background: transparent;
	border: 1px solid var(--rhm-green-700);
	border-radius: 2px;
	color: var(--rhm-green-700);
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 2.5em;
	margin-top: 0.8rem;
	padding: 0 0.9rem;
}

.rhm-product-group .add-to-cart-button a:hover {
	background: var(--rhm-green-700);
	color: #fff;
}

.rhm-books__more {
	margin-top: 30px;
	text-align: center;
}

.rhm-support {
	background: #eef1eb;
}

.rhm-support__inner {
	align-items: center;
	display: grid;
	gap: clamp(50px, 9vw, 120px);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
}

.rhm-support__copy > p:last-child {
	color: var(--rhm-muted);
	line-height: 1.9;
	max-width: 600px;
}

.rhm-support__account {
	background: var(--rhm-green-950);
	box-shadow: 0 22px 55px rgba(20, 42, 32, 0.16);
	color: #fff;
	padding: 48px;
}

.rhm-support__account p,
.rhm-support__account strong,
.rhm-support__account span {
	display: block;
}

.rhm-support__account p {
	color: var(--rhm-gold-light);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
}

.rhm-support__account strong {
	font-family: var(--rhm-font-sans);
	font-size: clamp(1.25rem, 2.6vw, 1.75rem);
	letter-spacing: -0.02em;
	margin-bottom: 0.55rem;
}

.rhm-support__account span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.85rem;
	margin-bottom: 1.8rem;
}

@media (max-width: 1024px) {
	.rhm-section {
		padding: 90px 0;
	}

	.rhm-hero__inner {
		grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	}

	.rhm-hero__mark::before {
		height: 320px;
		width: 320px;
	}

	.rhm-ministry__cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 849px) {
	.rhm-hero {
		min-height: auto;
	}

	.rhm-hero__inner {
		grid-template-columns: 1fr;
		padding-bottom: 76px;
		padding-top: 76px;
	}

	.rhm-hero__mark {
		display: none;
	}

	.rhm-about__grid,
	.rhm-leader,
	.rhm-support__inner {
		grid-template-columns: 1fr;
	}

	.rhm-about__image {
		margin-left: auto;
		margin-right: auto;
		max-width: 480px;
	}

	.rhm-leader {
		margin-top: 85px;
	}

	.rhm-leader__image {
		max-height: 560px;
	}

	.rhm-pillars,
	.rhm-video-grid {
		grid-template-columns: 1fr;
	}

	.rhm-pillars article {
		min-height: auto;
	}

	.rhm-video-card {
		display: grid;
		grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
	}

	.rhm-messages__header {
		align-items: flex-start;
		flex-direction: column;
	}
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.rhm-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.rhm-section {
		padding: 72px 0;
	}

	.rhm-home h2 {
		font-size: 2rem;
	}

	.rhm-hero h1 {
		font-size: clamp(3.2rem, 16vw, 4.7rem);
	}

	.rhm-hero blockquote br {
		display: none;
	}

	.rhm-actions .rhm-button {
		width: 100%;
	}

	.rhm-about__grid {
		margin-top: 45px;
	}

	.rhm-values {
		grid-template-columns: 1fr;
	}

	.rhm-values div,
	.rhm-values div:first-child,
	.rhm-values div:last-child {
		border-bottom: 1px solid #dce3dc;
		border-right: 0;
		padding: 1rem 0;
	}

	.rhm-values div:last-child {
		border-bottom: 0;
	}

	.rhm-leader__image {
		min-height: 330px;
	}

	.rhm-leader__copy,
	.rhm-support__account {
		padding: 34px 26px;
	}

	.rhm-ministry__cards,
	.rhm-video-card {
		grid-template-columns: 1fr;
	}

	.rhm-ministry__cards article {
		min-height: auto;
	}

	.rhm-product-group {
		margin-top: 45px;
	}

	.rhm-product-group__heading {
		align-items: flex-start;
	}

	.rhm-product-group__heading h3 {
		font-size: 1.2rem;
	}


}
