/* =========================================================
   THOUGHTS ABOUT GOD — FRONT PAGE
   No Tailwind or minified CSS dependency
   ========================================================= */

.tag-front-page,
.tag-front-page * {
	box-sizing: border-box;
}

.tag-front-page {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	background: #faf9f6;
	
}

/* =========================================================
   INTRODUCTION / HOMEPAGE HERO
   ========================================================= */

.tag-front-intro {
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	padding: clamp(48px, 7vw, 88px) 20px clamp(44px, 6vw, 72px);
	border-bottom: 1px solid rgba(63, 49, 39, 0.09);
	background:
		radial-gradient(
			circle at 8% 18%,
			rgba(64, 181, 235, 0.15),
			transparent 32%
		),
		radial-gradient(
			circle at 92% 82%,
			rgba(144, 203, 67, 0.15),
			transparent 32%
		),
		linear-gradient(
			135deg,
			#f7fcff 0%,
			#fffdf9 48%,
			#f7faef 100%
		);
}

.tag-front-intro::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	pointer-events: none;
	opacity: 0.5;
	background-image:
		linear-gradient(
			rgba(63, 49, 39, 0.025) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(63, 49, 39, 0.025) 1px,
			transparent 1px
		);
	background-size: 44px 44px;
}

.tag-front-intro::after {
	content: "";
	position: absolute;
	top: -260px;
	right: -190px;
	z-index: -1;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(64, 181, 235, 0.08);
	pointer-events: none;
}

.tag-front-intro__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	text-align: center;
}

.tag-front-intro__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0 0 18px;
	padding: 9px 15px;
	border: 1px solid rgba(143, 31, 27, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 8px 24px rgba(43, 32, 24, 0.05);
	color: #7a1f1f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tag-front-intro h1 {
	display: block;
	width: 100%;
	
	
	padding: 0;
	color: #3f3127;
	
	
	
	
	text-align: center;
	
	overflow-wrap: normal;
	word-break: normal;
}

.tag-front-intro__description {
	display: block;
	width: min(800px, 100%);
	
	padding: 0;
	color: #574a40;
	
	font-weight: 500;
	
	text-align: center;
	text-wrap: pretty;
}

/* =========================================================
   EXISTING WORDPRESS SLIDER
   Only controls the outer position and width.
   It does not redesign the slider.
   ========================================================= */

.tag-front-content-shell {
	position: relative;
	width: 100%;
	padding: 32px 20px 0;
}

.tag-front-main {
	display: block;
	width: min(1280px, 100%);
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}

.tag-front-editor-content {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tag-front-editor-content > *:first-child {
	margin-top: 0;
}

.tag-front-editor-content > *:last-child {
	margin-bottom: 0;
}

.tag-front-editor-content .alignwide,
.tag-front-editor-content .alignfull {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

/* Keep slider media within its centered container. */
.tag-front-editor-content img,
.tag-front-editor-content video,
.tag-front-editor-content iframe {
	max-width: 100%;
}

/* =========================================================
   ARTICLE SEARCH
   ========================================================= */

.tag-front-search {
	width: 100%;
	
}



.tag-front-search__title {
	
	padding: 0;
	
	
	
	
	
	text-align: center;
}

/* =========================================================
   DEBUG LABEL
   ========================================================= */

.tag-front-debug {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
	padding: 8px 12px;
	border-radius: 6px;
	background: #fb923c;
	color: #111;
	font-size: 13px;
	font-weight: 700;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 782px) {
	.tag-front-intro {
		padding: 46px 16px 54px;
	}

	

	.tag-front-intro__description {
		margin-top: 18px;
		
		
	}

	.tag-front-content-shell {
		padding: 24px 12px 0;
	}

	.tag-front-search {
		padding: 58px 16px;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {
	.tag-front-intro {
		padding: 38px 14px 46px;
	}

	.tag-front-intro__eyebrow {
		margin-bottom: 15px;
		font-size: 11px;
	}

	

	

	.tag-front-content-shell {
		padding: 16px 8px 0;
	}

	.tag-front-search {
		padding-right: 14px;
		padding-left: 14px;
	}
}

/* =========================================================
   FRONT PAGE — REFINED RESPONSIVE HEADING SIZES
   ========================================================= */

.tag-front-intro h1 {
	max-width: 1040px;
	margin: 0 auto;
	font-size: clamp(34px, 3.8vw, 54px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.025em;
	text-wrap: balance;
}

/* Supporting introduction text */
.tag-front-intro__description {
	max-width: 780px;
	margin: 20px auto 0;
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.65;
}

/* Other homepage section headings */


/* Tablet */
@media (max-width: 782px) {
	.tag-front-intro h1 {
		max-width: 680px;
		font-size: clamp(30px, 6.7vw, 42px);
		font-weight: 700;
		line-height: 1.14;
		letter-spacing: -0.02em;
	}

	.tag-front-intro__description {
		max-width: 620px;
		font-size: 16.5px;
		line-height: 1.62;
	}
}

/* Mobile */
@media (max-width: 480px) {
	.tag-front-intro h1 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.16;
		letter-spacing: -0.015em;
	}

	.tag-front-intro__description {
		margin-top: 16px;
		font-size: 16px;
		line-height: 1.58;
	}

	.tag-front-search__title {
		font-size: 28px;
	}
}

/* =========================================================
   AJAX SEARCH FORM
   ========================================================= */

.tag-ajax-search,
.tag-ajax-search * {
	box-sizing: border-box;
}

.tag-ajax-search {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 5px 5px 5px 20px;
	overflow: hidden;
	border: 1px solid rgba(63, 49, 39, 0.16);
	border-radius: 999px;
	background: #ffffff;
	box-shadow:
		0 14px 34px rgba(43, 32, 24, 0.08),
		0 2px 8px rgba(43, 32, 24, 0.04);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.tag-ajax-search:hover {
	border-color: rgba(63, 49, 39, 0.28);
}

.tag-ajax-search:focus-within {
	border-color: #328fbd;
	background: #ffffff;
	box-shadow:
		0 0 0 4px rgba(50, 143, 189, 0.13),
		0 16px 38px rgba(43, 32, 24, 0.10);
}

.tag-ajax-search__input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 46px;
	margin: 0;
	padding: 0 14px 0 0;
	border: 0 !important;
	border-radius: 0;
	outline: 0;
	background: transparent;
	box-shadow: none !important;
	color: #3f3127;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
}

.tag-ajax-search__input:focus {
	border: 0 !important;
	outline: 0;
	box-shadow: none !important;
}

.tag-ajax-search__input::placeholder {
	color: #877b72;
	opacity: 1;
}

.tag-ajax-search__input::-webkit-search-cancel-button {
	margin-right: 6px;
	cursor: pointer;
}

.tag-ajax-search__submit {
	display: inline-flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid #328fbd;
	border-radius: 50%;
	background: #328fbd;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(50, 143, 189, 0.24);
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.tag-ajax-search__submit:hover {
	transform: translateY(-1px);
	border-color: #24789f;
	background: #24789f;
	box-shadow: 0 13px 26px rgba(50, 143, 189, 0.30);
}

.tag-ajax-search__submit:focus-visible {
	outline: 3px solid rgba(50, 143, 189, 0.28);
	outline-offset: 3px;
}

.tag-ajax-search__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	line-height: 0;
	pointer-events: none;
}

.tag-ajax-search__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
}

/* =========================================================
   AJAX SEARCH STATUS AND RESULTS
   ========================================================= */

#search-results {
	width: 100%;
	margin-top: 18px;
}

#search-results[aria-busy="true"] {
	opacity: 0.78;
}

.tag-search-status {
	margin: 0;
	padding: 14px 16px;
	border: 1px solid rgba(63, 49, 39, 0.10);
	border-radius: 14px;
	background: #f8f6f2;
	color: #67594f;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}

.tag-search-status--loading {
	background: #f3f9fc;
	color: #34677e;
}

.tag-search-status--notice,
.tag-search-status--empty {
	background: #fffaf0;
	color: #725c35;
}

.tag-search-status--error {
	border-color: rgba(143, 31, 27, 0.18);
	background: #fff4f3;
	color: #8f1f1b;
}

.is-hidden {
	display: none !important;
}

body.tag-search-open {
	overflow: hidden;
}

/* Support the existing search modal visibility. */
#search-modal[aria-hidden="true"] {
	display: none;
}

#search-modal.is-open[aria-hidden="false"] {
	display: flex;
}

/* =========================================================
   MOBILE SEARCH
   ========================================================= */

@media (max-width: 600px) {
	.tag-ajax-search {
		min-height: 54px;
		padding: 4px 4px 4px 16px;
	}

	.tag-ajax-search__input {
		height: 44px;
		padding-right: 10px;
		font-size: 16px;
	}

	.tag-ajax-search__submit {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.tag-ajax-search__icon {
		width: 19px;
		height: 19px;
	}
}

/* =========================================================
   FRONT PAGE SLIDER FALLBACK STYLES
   Covers slider text when parent Tailwind utilities are missing.
   ========================================================= */

.tag-front-editor-content .slider-hero h3,
.tag-front-editor-content .tag-slider-slide h3 {
	position: relative;
	z-index: 2;
	margin: 1.75rem auto;
	color: #ffffff;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.tag-front-editor-content .tag-slider-slide {
	isolation: isolate;
	background: #3f3127;
}

.tag-front-editor-content .tag-slider-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tag-front-editor-content .tag-slider-scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(24, 18, 14, 0.42);
	pointer-events: none;
}

.tag-front-editor-content .tag-slider-slide > a {
	z-index: 3;
}

.tag-front-editor-content .tag-card-slider,
.tag-front-editor-content .tag-medium-card-slider {
	width: 100%;
}

.tag-front-editor-content .tag-card-slider-card,
.tag-front-editor-content .tag-medium-card-slider-card {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(43, 32, 24, 0.08);
}

.tag-front-editor-content .tag-card-slider-card h4,
.tag-front-editor-content .tag-medium-card-slider-card h4 {
	margin: 0 0 0.5rem;
	color: #3f3127;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.tag-front-editor-content .tag-medium-card-slider-card h4 {
	font-size: clamp(20px, 2vw, 26px);
}

.tag-front-editor-content .tag-card-slider-card p,
.tag-front-editor-content .tag-medium-card-slider-card p {
	color: rgba(0, 0, 0, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

.tag-front-editor-content .tag-card-slider-card a,
.tag-front-editor-content .tag-medium-card-slider-card a {
	color: #7a1f1f;
	font-weight: 700;
	text-decoration: none;
}

.tag-front-editor-content .tag-card-slider-card a:hover,
.tag-front-editor-content .tag-medium-card-slider-card a:hover {
	color: #5f1717;
}

.tag-front-editor-content .tag-card-slider-track,
.tag-front-editor-content .tag-medium-card-slider-track {
	scrollbar-width: none;
}

.tag-front-editor-content .tag-card-slider-track::-webkit-scrollbar,
.tag-front-editor-content .tag-medium-card-slider-track::-webkit-scrollbar {
	display: none;
}

/* =========================================================
   EDITABLE HOMEPAGE CONTENT
   Styles homepage editor sections without relying on prose.
   ========================================================= */



.tag-front-editor-content > * {
	margin-top: 0;
}

.tag-front-editor-content p:empty {
	display: none;
}

.tag-front-editor-content > p {
	margin: 0;
}

.tag-home-section {
	width: 100%;
	margin: 0 auto;
	padding: clamp(34px, 5vw, 64px) 0;
}

.tag-home-hero {
	padding-top: 0;
}

.tag-home-section > h2,
.tag-home-section > h3,
.tag-front-editor-content > h2,
.tag-front-editor-content > h3 {
	margin: 0 auto clamp(20px, 3vw, 34px);
	color: #3f3127;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 750;
	line-height: 1.16;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: none;
}

.tag-home-section > h3 {
	font-size: clamp(26px, 2.6vw, 36px);
}

/* Keep slider sections full-width and visually separated. */
.tag-home-popular-posts,
.tag-home-popular-content,
.tag-home-latest-devotionals {
	border-top: 1px solid rgba(63, 49, 39, 0.08);
}

/* Sitemap becomes a clean directory grid instead of a long raw list. */
.tag-front-editor-content ul.wp-block-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	width: min(1040px, calc(100% - 32px));
	margin: 18px auto 0;
	padding: 0;
	list-style: none;
}

.tag-front-editor-content ul.wp-block-list li {
	margin: 0;
	padding: 0;
}

.tag-front-editor-content ul.wp-block-list a {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding: 12px 15px;
	border: 1px solid rgba(63, 49, 39, 0.10);
	border-radius: 8px;
	background: #ffffff;
	color: #3f3127;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(43, 32, 24, 0.045);
	transition:
		color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.tag-front-editor-content ul.wp-block-list a:hover,
.tag-front-editor-content ul.wp-block-list a:focus {
	transform: translateY(-1px);
	border-color: rgba(122, 31, 31, 0.24);
	color: #7a1f1f;
	box-shadow: 0 12px 26px rgba(43, 32, 24, 0.08);
}

/* Give latest devotionals breathing room. */
.tag-home-latest-devotionals > div,
.tag-home-latest-devotionals .not-prose {
	margin-top: 0;
}

/* Make the search block feel attached to the homepage, not tacked on. */


/* Tablet */
@media (max-width: 900px) {
	.tag-front-editor-content ul.wp-block-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media (max-width: 600px) {
	.tag-home-section {
		padding: 34px 0;
	}

	.tag-home-section > h2,
	.tag-home-section > h3,
	.tag-front-editor-content > h2,
	.tag-front-editor-content > h3 {
		margin-bottom: 18px;
		font-size: 26px;
	}

	.tag-front-editor-content ul.wp-block-list {
		grid-template-columns: 1fr;
		width: min(100%, calc(100% - 24px));
		gap: 10px;
	}

	.tag-front-editor-content ul.wp-block-list a {
		min-height: 44px;
		font-size: 15px;
	}
}

/* =========================================================
   HOMEPAGE SITEMAP + SEARCH POLISH
   ========================================================= */

.tag-front-editor-content .tag-home-section:last-child,
.tag-front-editor-content ul.wp-block-list {
	margin-bottom: clamp(44px, 6vw, 76px);
}

/* If Sitemap is the last editor section, give it real breathing room. */
.tag-home-section:has(+ .tag-front-search),
.tag-home-section:last-of-type {
	padding-bottom: clamp(56px, 7vw, 92px);
}

.tag-front-search {
	position: relative;
	padding: clamp(64px, 8vw, 96px) 20px clamp(72px, 9vw, 112px);
	border-top: 1px solid rgba(63, 49, 39, 0.08);
	background:
		linear-gradient(180deg, #faf9f6 0%, #f6f2eb 100%);
}

.tag-front-search__inner {
	width: min(720px, 100%);
	margin: 0 auto;
	text-align: center;
}

.tag-front-search__title {
	margin: 0 0 24px;
	color: #2f241d;
	font-size: clamp(32px, 3.3vw, 46px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

/* Style the existing searchbar component without editing PHP. */
.tag-front-search form[role="search"] {
	display: flex;
	align-items: center;
	width: min(560px, 100%);
	min-height: 58px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid rgba(63, 49, 39, 0.16);
	border-radius: 999px;
	background: #ffffff;
	box-shadow:
		0 14px 34px rgba(43, 32, 24, 0.08),
		0 2px 8px rgba(43, 32, 24, 0.04);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease;
}

.tag-front-search form[role="search"]:focus-within {
	border-color: #328fbd;
	box-shadow:
		0 0 0 4px rgba(50, 143, 189, 0.13),
		0 16px 38px rgba(43, 32, 24, 0.10);
}

.tag-front-search form[role="search"] input[type="search"] {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 56px;
	margin: 0;
	padding: 0 16px 0 20px;
	border: 0 !important;
	outline: 0;
	background: transparent;
	box-shadow: none !important;
	color: #3f3127;
	font-size: 16px;
	line-height: 56px;
}

.tag-front-search form[role="search"] input[type="search"]::placeholder {
	color: #92877f;
	opacity: 1;
}

.tag-front-search form[role="search"] button[type="submit"] {
	display: inline-flex;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #328fbd;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(50, 143, 189, 0.24);
	transition:
		transform 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease;
}

.tag-front-search form[role="search"] button[type="submit"]:hover,
.tag-front-search form[role="search"] button[type="submit"]:focus-visible {
	transform: translateY(-1px);
	background: #24789f;
	box-shadow: 0 13px 26px rgba(50, 143, 189, 0.30);
}

.tag-front-search form[role="search"] button[type="submit"] img {
	width: 20px;
	height: 20px;
	filter: brightness(0) invert(1);
}

@media (max-width: 600px) {
	.tag-front-search {
		padding: 52px 14px 76px;
	}

	.tag-front-search__title {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.tag-front-search form[role="search"] {
		min-height: 54px;
	}

	.tag-front-search form[role="search"] input[type="search"] {
		height: 52px;
		line-height: 52px;
	}

	.tag-front-search form[role="search"] button[type="submit"] {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}
}

/* =========================================================
   HOMEPAGE CREDIBILITY
   Provides clear paths to the site's ministry and authorship.
   ========================================================= */

.tag-front-credibility {
	width: 100%;
	padding: clamp(54px, 7vw, 86px) 20px;
	border-top: 1px solid rgba(63, 49, 39, 0.08);
	background: #ffffff;
}

.tag-front-credibility__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
	gap: clamp(34px, 6vw, 78px);
	align-items: center;
	width: min(1120px, 100%);
	margin: 0 auto;
}

.tag-front-credibility__content {
	max-width: 690px;
}

.tag-front-credibility__eyebrow {
	display: inline-block;
	margin: 0 0 14px;
	color: #7a1f1f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tag-front-credibility h2 {
	margin: 0 0 18px;
	color: #2f241d;
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 800;
	line-height: 1.14;
	letter-spacing: -0.025em;
}

.tag-front-credibility__content p {
	max-width: 660px;
	margin: 0;
	color: #675b51;
	font-size: clamp(16px, 1.6vw, 18px);
	line-height: 1.7;
}

.tag-front-credibility__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tag-front-credibility__links a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 62px;
	padding: 14px 42px 14px 17px;
	border: 1px solid rgba(63, 49, 39, 0.12);
	border-radius: 8px;
	background: #faf9f6;
	color: #3f3127;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: none;
	transition:
		color 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.tag-front-credibility__links a::after {
	content: "→";
	position: absolute;
	right: 17px;
	color: #328fbd;
	font-size: 20px;
	line-height: 1;
	transition: transform 180ms ease;
}

.tag-front-credibility__links a:hover,
.tag-front-credibility__links a:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(50, 143, 189, 0.38);
	background: #ffffff;
	color: #7a1f1f;
	box-shadow: 0 12px 28px rgba(43, 32, 24, 0.08);
}

.tag-front-credibility__links a:hover::after,
.tag-front-credibility__links a:focus-visible::after {
	transform: translateX(3px);
}

@media (max-width: 820px) {
	.tag-front-credibility__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.tag-front-credibility {
		padding: 48px 16px 56px;
	}

	.tag-front-credibility__links {
		grid-template-columns: 1fr;
	}

	.tag-front-credibility__links a {
		min-height: 56px;
	}
}




/* Thoughts About God sidebar newsletter signup. */

.tag-newsletter-signup,
.tag-newsletter-signup * {
	box-sizing: border-box;
}

.tag-newsletter-signup {
	width: 100%;
	max-width: 100%;
	margin: 0 0 22px;
	padding: 0;
	color: #3f3127;
	background: transparent;
	overflow: visible;
}

.tag-newsletter-signup__form,
.tag-newsletter-signup__fields,
.tag-newsletter-signup__field {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.tag-newsletter-signup__field {
	display: grid;
	gap: 10px;
}

.tag-newsletter-signup__input {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 13px;
	color: #2f241d;
	background: #fff;
	border: 1px solid rgba(63, 49, 39, 0.18) !important;
	border-radius: 8px;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 15px;
	line-height: 48px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.tag-newsletter-signup__input:focus {
	border-color: #328fbd !important;
	box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.14) !important;
}

.tag-newsletter-signup__input::placeholder {
	color: #92877f;
	opacity: 1;
}

.tag-newsletter-signup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 0 16px;
	color: #fff;
	background: #328fbd;
	border: 1px solid #328fbd;
	border-radius: 8px;
	box-shadow: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.tag-newsletter-signup__button:hover,
.tag-newsletter-signup__button:focus-visible {
	color: #fff;
	background: #24789f;
	border-color: #24789f;
	outline: none;
}

.tag-newsletter-signup__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.2);
}

.tag-newsletter-signup__honeypot {
	position: absolute;
	left: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Thoughts About God search results page. */

.tag-search-page,
.tag-search-page * {
	box-sizing: border-box;
}

.tag-search-page {
	--tag-search-bg: #faf7ef;
	--tag-search-paper: #ffffff;
	--tag-search-ink: #201a14;
	--tag-search-text: #4e463e;
	--tag-search-muted: #756d64;
	--tag-search-blue: #2f92bf;
	--tag-search-blue-dark: #24769c;
	--tag-search-green: #6fa83d;
	--tag-search-line: rgba(69, 55, 40, 0.14);
	--tag-search-shadow: 0 18px 55px rgba(31, 26, 21, 0.11);
	width: 100%;
	color: var(--tag-search-text);
	background:
		radial-gradient(circle at 8% 0%, rgba(82, 185, 232, 0.14), transparent 32%),
		linear-gradient(180deg, #fffdf8 0%, var(--tag-search-bg) 42%, #fff 100%);
	overflow: visible;
}

.tag-search-container {
	width: 100%;
	margin: 0 auto;
	max-width: none;
	overflow: visible;
}

.tag-search-hero {
	position: relative;
	width: 100%;
	min-height: 405px;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.tag-search-hero__inner {
	width: min(1300px, calc(100% - 40px));
	margin: 0 auto;
	padding: 66px 0 70px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
	gap: 36px;
	align-items: center;
}

.tag-search-hero__content {
	max-width: 640px;
	color: #fff;
}

.tag-search-hero__eyebrow {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tag-search-hero__title {
	margin: 0;
	max-width: 680px;
	color: #fff;
	font-family: inherit;
	font-size: clamp(40px, 4.4vw, 64px);
	font-weight: 800;
	line-height: 1.05;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.tag-search-hero__query {
	max-width: 620px;
	margin: 16px 0 0;
	color: #f4f9ff;
	font-size: clamp(20px, 2.2vw, 30px);
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.tag-search-hero__count {
	margin: 14px 0 0;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 17px;
	line-height: 1.65;
}

.tag-search-main {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 46px 0 76px;
	height: auto;
	max-height: none;
	overflow: visible;
}

.tag-search-results-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--tag-search-line);
}

.tag-search-results-heading h2 {
	margin: 0;
	color: var(--tag-search-ink);
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.12;
}

.tag-search-results-heading p {
	max-width: 450px;
	margin: 0;
	color: var(--tag-search-muted);
	font-size: 16px;
	line-height: 1.6;
}

.tag-search-results {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	justify-content: initial !important;
	width: 100%;
	height: auto !important;
	max-height: none !important;
	min-height: 0;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

.tag-search-results > article {
	display: flex;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	overflow: visible !important;
}

.tag-search-results > article > div {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	height: auto !important;
	min-height: 100%;
	max-height: none !important;
	overflow: hidden !important;
	background: #fff !important;
	border: 1px solid var(--tag-search-line);
	border-radius: 14px !important;
	box-shadow: 0 12px 32px rgba(31, 26, 21, 0.08);
}

.tag-search-results > article > div > div:first-child {
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	padding-top: 56.25% !important;
	aspect-ratio: auto;
	flex: 0 0 auto;
	background-size: cover;
	background-position: center;
}

.tag-search-results > article.tag-excerpt-card--no-image > div > div:first-child,
.tag-search-results > article:not(.has-post-thumbnail) > div > div:first-child {
	display: none !important;
}

.tag-search-results > article > div > div:last-child {
	display: flex !important;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100% !important;
	max-width: none !important;
	min-height: 0;
	padding: 22px !important;
}

.tag-search-results > article h4 {
	margin-top: 0;
	color: var(--tag-search-ink) !important;
	font-size: clamp(21px, 2vw, 28px) !important;
	line-height: 1.25;
}

.tag-search-results > article h5 {
	color: #9b958d !important;
	font-size: 12px !important;
	letter-spacing: 0.02em;
}

.tag-search-results > article p {
	color: #211d19 !important;
	font-size: 15px !important;
	line-height: 1.58 !important;
}

.tag-search-results > article a {
	color: #c95656 !important;
}

.tag-search-pagination {
	margin-top: 42px;
	display: flex;
	justify-content: center;
}

.tag-search-empty {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	padding: clamp(30px, 5vw, 52px);
	text-align: center;
	background: var(--tag-search-paper);
	border: 1px solid var(--tag-search-line);
	border-radius: 16px;
	box-shadow: var(--tag-search-shadow);
}

.tag-search-empty__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin: 0 auto 22px;
	color: var(--tag-search-blue);
	background: rgba(47, 146, 191, 0.12);
	border-radius: 50%;
}

.tag-search-empty__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.tag-search-empty__title {
	margin: 0 0 12px;
	color: var(--tag-search-ink);
	font-size: clamp(27px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.15;
}

.tag-search-empty__message {
	max-width: 620px;
	margin: 0 auto;
	color: var(--tag-search-muted);
	font-size: 17px;
	line-height: 1.7;
}

.tag-search-form {
	width: 100%;
	max-width: 590px;
	margin: 0;
}

.tag-search-form--hero {
	align-self: center;
	justify-self: end;
	padding: 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.tag-search-form__field {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 62px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 10px;
	box-shadow: 0 5px 18px rgba(32, 28, 23, 0.11);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.tag-search-form__field:focus-within {
	border-color: var(--tag-search-blue);
	box-shadow:
		0 0 0 3px rgba(47, 146, 191, 0.18),
		0 5px 18px rgba(32, 28, 23, 0.11);
}

.tag-search-form__input {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 62px;
	margin: 0;
	padding: 0 18px;
	color: var(--tag-search-ink);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: inherit;
	font-size: 16px;
	line-height: 62px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.tag-search-form__input:focus {
	border: 0;
	box-shadow: none;
	outline: none;
}

.tag-search-form__input::placeholder {
	color: #81786f;
	opacity: 1;
}

.tag-search-form__input::-webkit-search-decoration,
.tag-search-form__input::-webkit-search-cancel-button,
.tag-search-form__input::-webkit-search-results-button,
.tag-search-form__input::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}

.tag-search-form__button {
	display: flex;
	flex: 0 0 64px;
	align-items: center;
	justify-content: center;
	width: 64px;
	min-width: 64px;
	height: 62px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: var(--tag-search-blue);
	border: 0;
	border-left: 1px solid rgba(32, 28, 23, 0.08);
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.tag-search-form__button:hover,
.tag-search-form__button:focus-visible {
	color: #fff;
	background: var(--tag-search-blue-dark);
	outline: none;
}

.tag-search-form__button:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65);
}

.tag-search-form__button svg {
	display: block;
	width: 24px;
	height: 24px;
	flex: none;
}

.tag-search-empty__footer {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(69, 55, 40, 0.12);
}

.tag-search-empty__footer > p {
	margin: 0 0 16px;
	color: var(--tag-search-muted);
	font-size: 14px;
	line-height: 1.5;
}

.tag-search-empty__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.tag-search-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 11px 24px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.tag-search-link:hover,
.tag-search-link:focus {
	transform: translateY(-1px);
	text-decoration: none;
}

.tag-search-link--primary {
	color: #fff;
	background: var(--tag-search-blue);
	border: 1px solid var(--tag-search-blue);
}

.tag-search-link--primary:hover,
.tag-search-link--primary:focus {
	color: #fff;
	background: var(--tag-search-blue-dark);
	border-color: var(--tag-search-blue-dark);
}

.tag-search-link--secondary {
	color: var(--tag-search-ink);
	background: #fff;
	border: 1px solid #cfc7bd;
}

.tag-search-link--secondary:hover,
.tag-search-link--secondary:focus {
	color: var(--tag-search-blue-dark);
	border-color: var(--tag-search-blue);
}

@media screen and (max-width: 980px) {
	.tag-search-hero__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 26px;
	}

	.tag-search-form--hero {
		justify-self: start;
		max-width: 640px;
	}

	.tag-search-results {
		grid-template-columns: 1fr;
	}

	.tag-search-results-heading {
		display: block;
	}

	.tag-search-results-heading p {
		margin-top: 8px;
	}
}

@media screen and (max-width: 640px) {
	.tag-search-hero {
		min-height: 310px;
		background-position: 42% center;
	}

	.tag-search-hero__inner,
	.tag-search-main {
		width: min(100% - 28px, 1180px);
	}

	.tag-search-hero__inner {
		padding: 42px 0 46px;
		gap: 24px;
	}

	.tag-search-hero__eyebrow {
		font-size: 11px;
	}

	.tag-search-hero__count {
		font-size: 15px;
	}

	.tag-search-main {
		padding: 34px 0 54px;
	}

	.tag-search-results {
		gap: 18px;
	}

	.tag-search-results > article > div > div:last-child {
		padding: 18px !important;
	}

	.tag-search-form--hero {
		padding: 8px;
		border-radius: 12px;
	}

	.tag-search-form__field,
	.tag-search-form__input,
	.tag-search-form__button {
		height: 56px;
		min-height: 56px;
	}

	.tag-search-form__input {
		padding: 0 14px;
		font-size: 15px;
		line-height: 56px;
	}

	.tag-search-form__button {
		flex-basis: 56px;
		width: 56px;
		min-width: 56px;
	}

	.tag-search-empty__links {
		flex-direction: column;
	}

	.tag-search-link {
		width: 100%;
	}
}

/* Thoughts About God reusable search bar. */

.tag-front-page .tag-searchbar,
.tag-front-page .tag-searchbar * {
	box-sizing: border-box;
}

.tag-front-page .tag-searchbar {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 480px;
	min-width: 0;
	min-height: 50px;
	margin: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(63, 49, 39, 0.18);
	border-radius: 8px;
	box-shadow: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.tag-front-page .tag-searchbar:focus-within {
	border-color: #328fbd;
	box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.14);
}

.tag-front-page .tag-searchbar__input {
	display: block;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 48px;
	margin: 0;
	padding: 0 12px;
	color: #2f241d;
	background: transparent;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 15px;
	line-height: 48px;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}

.tag-front-page .tag-searchbar__input::placeholder {
	color: #92877f;
	opacity: 1;
}

.tag-front-page .tag-searchbar__input::-webkit-search-decoration,
.tag-front-page .tag-searchbar__input::-webkit-search-cancel-button,
.tag-front-page .tag-searchbar__input::-webkit-search-results-button,
.tag-front-page .tag-searchbar__input::-webkit-search-results-decoration {
	display: none;
	-webkit-appearance: none;
}

.tag-front-page .tag-searchbar__button {
	display: inline-flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	margin: 4px;
	padding: 0;
	color: #fff;
	background: #328fbd;
	border: 0;
	border-radius: 7px;
	box-shadow: none;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

.tag-front-page .tag-searchbar__button:hover,
.tag-front-page .tag-searchbar__button:focus-visible {
	background: #24789f;
	transform: translateY(-1px);
	outline: none;
}

.tag-front-page .tag-searchbar__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.22);
}

.tag-front-page .tag-searchbar__button img,
.tag-front-page .tag-searchbar__button svg {
	display: block;
	width: 19px;
	height: 19px;
	max-width: 19px;
	max-height: 19px;
	filter: brightness(0) invert(1);
}

.tag-front-page .tag-newsletter-signup .tag-searchbar,
.tag-front-page aside .tag-searchbar,
.tag-front-page .sidebar .tag-searchbar,
.tag-front-page .widget .tag-searchbar {
	max-width: 100%;
}

@media (max-width: 420px) {
	.tag-front-page .tag-searchbar {
		min-height: 48px;
	}

	.tag-front-page .tag-searchbar__input {
		height: 46px;
		font-size: 14px;
		line-height: 46px;
	}

	.tag-front-page .tag-searchbar__button {
		flex-basis: 40px;
		width: 40px;
		height: 40px;
		min-width: 40px;
	}
}

/* =========================================================
   USABILITY + GEO + CRO + AEO — PHASE 1
   ========================================================= */

#content {
	scroll-margin-top: calc(var(--tag-header-height, 80px) + var(--tag-admin-bar-height, 0px) + 16px);
}

#content:focus {
	outline: none;
}

.tag-front-section-heading {
	max-width: 780px;
	margin: 0 auto clamp(28px, 4vw, 42px);
	text-align: center;
}

.tag-front-section-heading--left {
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.tag-front-section-heading__eyebrow {
	display: inline-block;
	margin: 0 0 11px;
	color: #247ca8;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tag-front-section-heading h2 {
	margin: 0;
	color: #3f3127;
	font-size: clamp(31px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.035em;
	text-transform: none;
	text-wrap: balance;
}

.tag-front-section-heading p {
	max-width: 720px;
	margin: 17px auto 0;
	color: #67594f;
	font-size: 17px;
	line-height: 1.7;
}

.tag-front-section-heading--left p {
	margin-left: 0;
}

.tag-front-pathways {
	width: 100%;
	padding: clamp(46px, 7vw, 78px) 20px;
	background: #fff;
	border-bottom: 1px solid rgba(63, 49, 39, 0.09);
}

.tag-front-pathways__inner {
	width: min(1280px, 100%);
	margin: 0 auto;
}

.tag-front-pathways__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(15px, 2vw, 24px);
}

.tag-front-pathway-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 100%;
	padding: clamp(24px, 2.6vw, 34px);
	color: #57483d;
	background: #faf9f6;
	border: 1px solid rgba(63, 49, 39, 0.12);
	border-radius: 16px;
	box-shadow: 0 12px 34px rgba(43, 32, 24, 0.06);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.tag-front-pathway-card--accent {
	background: linear-gradient(145deg, rgba(82, 185, 232, 0.11), rgba(155, 221, 79, 0.12)), #fff;
}

.tag-front-pathway-card:hover,
.tag-front-pathway-card:focus-visible {
	transform: translateY(-4px);
	border-color: rgba(50, 143, 189, 0.38);
	box-shadow: 0 18px 44px rgba(43, 32, 24, 0.11);
}

.tag-front-pathway-card:focus-visible {
	outline: 3px solid rgba(50, 143, 189, 0.26);
	outline-offset: 4px;
}

.tag-front-pathway-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0 0 24px;
	border-radius: 50%;
	color: #247ca8;
	background: rgba(50, 143, 189, 0.1);
	font-size: 12px;
	font-weight: 850;
}

.tag-front-pathway-card h3 {
	margin: 0;
	color: #3f3127;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.02em;
	text-transform: none;
}

.tag-front-pathway-card p {
	margin: 15px 0 24px;
	color: #6d6057;
	font-size: 15px;
	line-height: 1.65;
}

.tag-front-pathway-card__action {
	margin-top: auto;
	color: #247ca8;
	font-size: 14px;
	font-weight: 800;
}

/* Compact three-card pathway layout used by the production homepage. */
.tag-front-pathways--compact {
	padding-block: clamp(1rem, 2.5vw, 1.75rem);
}

.tag-front-pathways--compact .tag-front-pathways__grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(.65rem, 1.4vw, 1rem);
}

.tag-front-pathways--compact .tag-front-pathway-card {
	min-height: 0;
	padding: clamp(.85rem, 1.6vw, 1.15rem);
}

.tag-front-pathways--compact .tag-front-pathway-card__number {
	margin-bottom: .3rem;
}

.tag-front-pathways--compact .tag-front-pathway-card h3 {
	margin: .15rem 0 .35rem;
}

.tag-front-pathways--compact .tag-front-pathway-card p {
	margin: 0 0 .55rem;
	line-height: 1.5;
}

.tag-front-pathways--compact .tag-front-pathway-card__action {
	margin-top: .2rem;
}

.tag-front-credibility__reviewed {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px !important;
	color: #76685e !important;
	font-size: 13px !important;
	font-weight: 700;
}

.tag-front-faq {
	width: 100%;
	padding: clamp(56px, 8vw, 92px) 20px;
	background: #fff;
	border-bottom: 1px solid rgba(63, 49, 39, 0.09);
}

.tag-front-faq__inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(36px, 6vw, 82px);
	align-items: start;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.tag-front-faq__list {
	display: grid;
	gap: 12px;
}

.tag-front-faq__item {
	overflow: hidden;
	background: #faf9f6;
	border: 1px solid rgba(63, 49, 39, 0.13);
	border-radius: 14px;
}

.tag-front-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 64px;
	padding: 20px 22px;
	color: #3f3127;
	cursor: pointer;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.4;
	list-style: none;
}

.tag-front-faq__item summary::-webkit-details-marker {
	display: none;
}

.tag-front-faq__item summary:focus-visible {
	outline: 3px solid rgba(50, 143, 189, 0.25);
	outline-offset: -3px;
}

.tag-front-faq__item summary svg {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: #247ca8;
	transition: transform 180ms ease;
}

.tag-front-faq__item[open] summary svg {
	transform: rotate(180deg);
}

.tag-front-faq__answer {
	padding: 0 22px 22px;
	color: #67594f;
	font-size: 15px;
	line-height: 1.7;
}

.tag-front-faq__answer p {
	margin: 0 0 14px;
}

.tag-front-faq__answer a {
	color: #247ca8;
	font-weight: 800;
	text-underline-offset: 3px;
}

.tag-front-search__description {
	max-width: 620px;
	margin: -10px auto 24px;
	color: #76685e;
	font-size: 15px;
	line-height: 1.65;
}



@media screen and (max-width: 1080px) {
	.tag-front-pathways__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 820px) {
	.tag-front-faq__inner {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 820px) {
	.tag-front-pathways--compact .tag-front-pathways__grid--three {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 620px) {
	.tag-front-pathways,
	.tag-front-faq {
		padding-right: 14px;
		padding-left: 14px;
	}

	.tag-front-pathways__grid {
		grid-template-columns: 1fr;
	}

	.tag-front-pathway-card {
		min-height: 0;
	}

	.tag-front-faq__item summary {
		padding: 18px;
		font-size: 16px;
	}

	.tag-front-faq__answer {
		padding-right: 18px;
		padding-bottom: 20px;
		padding-left: 18px;
	}
}


/* =========================================================
   HOMEPAGE RESOURCE OVERVIEW
   Adds useful, readable content without turning the page into
   a dense SEO block.
   ========================================================= */

.tag-front-resource-overview {
  width: 100%;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  padding: clamp(58px, 8vw, 92px) 20px;
  background: #fffdf9;
  border-top: 1px solid rgba(63,49,39,.08);
  border-bottom: 1px solid rgba(63,49,39,.08);
}

.tag-front-resource-overview__inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.tag-front-resource-overview__intro {
  min-width: 0;
}

.tag-front-resource-overview__intro h2 {
  margin: 0 0 18px;
  color: #3f3127;
  font-family: var(--tag-font-heading);
  font-size: clamp(31px, 4vw, 47px);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.tag-front-resource-overview__intro p {
  margin: 0;
  color: #67594f;
  font-size: 16px;
  line-height: 1.82;
}

.tag-front-resource-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(.85rem, 1.6vw, 1.15rem);
  align-items: stretch;
}

.tag-front-resource-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  border: 1px solid rgba(63,49,39,.11);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(49,38,30,.06);
}

.tag-front-resource-card h3 {
  margin: 0 0 10px;
  color: #3f3127;
  font-family: var(--tag-font-body);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.tag-front-resource-card p {
  margin: 0;
  color: #6a5c52;
  font-size: 14px;
  line-height: 1.7;
}

.tag-front-resource-card a {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  margin-top: auto;
  padding-top: .7rem;
  color: #7a1f1f;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.tag-front-resource-card a span {
  flex: 0 0 auto;
}

.tag-front-resource-card a:hover,
.tag-front-resource-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* Homepage email fields: canonical replacement for former template-inline rules. */
.tag-front-page input[type="email"] {
  border: 2px solid #6f6258 !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.tag-front-page input[type="email"]:focus {
  border-color: #7a1f1f !important;
  outline: 3px solid rgba(122,31,31,.16);
  outline-offset: 1px;
}

/* Inline-free initial slider positioning. JavaScript takes over after init. */
.tag-slider-slide {
  transform: translateX(100%);
}

.tag-slider-slide:first-child {
  transform: translateX(0);
}

.tag-brand-swatch--blue { background: #42b8ee; }
.tag-brand-swatch--green { background: #9edd3b; }
.tag-brand-swatch--ink { background: #111111; }
.tag-brand-swatch--canvas { background: #f6f9fc; }

@media (max-width: 980px) {
  .tag-front-resource-overview__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .tag-front-resource-overview__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .tag-front-resource-overview {
    padding: 48px 14px;
  }
}



/* =========================================================
   HOMEPAGE CONTENT CARDS - deterministic child-theme layout
   ========================================================= */

.tag-slider-hero-shell,
.tag-home-popular-posts > .tag-card-slider-shell,
.tag-home-popular-content > .tag-card-slider-shell {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.tag-front-editor-content .tag-card-slider-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 470px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(63, 49, 39, 0.1);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(43, 32, 24, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tag-front-editor-content .tag-card-slider-card:hover,
.tag-front-editor-content .tag-card-slider-card:focus-within {
	border-color: rgba(47, 146, 191, 0.32);
	box-shadow: 0 18px 42px rgba(43, 32, 24, 0.13);
	transform: translateY(-2px);
}

.tag-card-slider-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, #42b8ee, #9edd3b);
}

.tag-card-slider-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 300ms ease;
}

.tag-card-slider-card:hover .tag-card-slider-card__image,
.tag-card-slider-card:focus-within .tag-card-slider-card__image {
	transform: scale(1.025);
}

.tag-card-slider-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: clamp(20px, 2.4vw, 28px);
}

.tag-card-slider-card__category {
	margin: 0 0 10px !important;
	color: #777067 !important;
	font-size: 11px !important;
	font-weight: 800;
	line-height: 1.3 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tag-front-editor-content .tag-card-slider-card__title {
	margin: 0 0 12px;
	color: #3f3127;
	font-family: var(--tag-font-heading);
	font-size: clamp(22px, 2vw, 29px);
	font-weight: 700;
	line-height: 1.22;
}

.tag-front-editor-content .tag-card-slider-card__title a {
	color: inherit;
	text-decoration: none;
}

.tag-front-editor-content .tag-card-slider-card__title a:hover,
.tag-front-editor-content .tag-card-slider-card__title a:focus-visible {
	color: #24769c;
}

.tag-front-editor-content .tag-card-slider-card__excerpt {
	display: -webkit-box;
	margin: 0 0 20px !important;
	overflow: hidden;
	color: #675c53 !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tag-front-editor-content .tag-card-slider-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding: 10px 14px;
	color: #7a1f1f;
	background: #fff7f7;
	border: 1px solid rgba(122, 31, 31, 0.18);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.tag-front-editor-content .tag-card-slider-card__link:hover,
.tag-front-editor-content .tag-card-slider-card__link:focus-visible {
	color: #fff;
	background: #7a1f1f;
	outline: none;
}

.tag-home-popular-posts,
.tag-home-popular-content {
	padding-right: clamp(0px, 1vw, 10px);
	padding-left: clamp(0px, 1vw, 10px);
}

.tag-latest-devotionals-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	width: 100%;
	padding: 0 2px;
}

.tag-latest-devotional-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(63, 49, 39, 0.1);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(43, 32, 24, 0.08);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tag-latest-devotional-card:hover,
.tag-latest-devotional-card:focus-within {
	box-shadow: 0 18px 42px rgba(43, 32, 24, 0.13);
	transform: translateY(-2px);
}

.tag-latest-devotional-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: linear-gradient(135deg, #42b8ee, #9edd3b);
}

.tag-latest-devotional-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tag-latest-devotional-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(22px, 3vw, 32px);
}

.tag-latest-devotional-card__date {
	margin: 0 0 12px !important;
	color: #777067 !important;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.3 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tag-front-editor-content .tag-latest-devotional-card__title {
	margin: 0 0 12px;
	font-family: var(--tag-font-heading);
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 700;
	line-height: 1.2;
}

.tag-latest-devotional-card__title a {
	color: #3f3127;
	text-decoration: none;
}

.tag-latest-devotional-card__title a:hover,
.tag-latest-devotional-card__title a:focus-visible {
	color: #24769c;
}

.tag-latest-devotional-card__excerpt {
	margin: 0 0 22px !important;
	color: #675c53 !important;
	font-size: 15px !important;
	line-height: 1.7 !important;
}

.tag-latest-devotional-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding: 11px 15px;
	color: #7a1f1f;
	background: #fff7f7;
	border: 1px solid rgba(122, 31, 31, 0.18);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.tag-latest-devotionals-more {
	margin-top: 38px;
	text-align: center;
}

.tag-latest-devotionals-more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 28px;
	color: #fff;
	background: #7a1f1f;
	border: 1px solid #7a1f1f;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(122, 31, 31, 0.18);
	font-weight: 800;
	text-decoration: none;
}

.tag-latest-devotionals-more a:hover,
.tag-latest-devotionals-more a:focus-visible {
	color: #7a1f1f;
	background: #fff;
	outline: none;
}

.tag-slider-title {
	position: relative;
	z-index: 2;
	max-width: 860px;
	margin: 0 auto 26px;
	color: #fff;
	font-family: var(--tag-font-heading);
	font-size: clamp(30px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.12;
	text-align: center;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.tag-slider-link {
	position: relative;
	z-index: 3;
	color: #fff;
	text-decoration: none;
}

.tag-slider-link__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 30px;
	color: #fff;
	background: rgba(63, 49, 39, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	font-weight: 800;
}

.tag-slider-link:hover .tag-slider-link__label,
.tag-slider-link:focus-visible .tag-slider-link__label {
	background: #7a1f1f;
}

@media (max-width: 760px) {
	.tag-latest-devotionals-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.tag-front-editor-content .tag-card-slider-card {
		min-height: 430px;
	}
}

/* v1.5.0 homepage card type and overflow safeguards. */
.tag-front-editor-content .tag-card-slider-card__title,
.tag-front-editor-content .tag-latest-devotional-card__title,
.tag-slider-title {
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.tag-front-editor-content .tag-card-slider-card__excerpt,
.tag-latest-devotional-card__excerpt {
  font-size: 16px !important;
  line-height: 1.68 !important;
}

/* v1.5.0 remaining homepage/search editorial headings. */
.tag-search-hero__title,
.tag-front-editor-content > h1,
.tag-front-editor-content > h2,
.tag-front-editor-content > h3 {
  font-family: var(--tag-font-heading) !important;
  font-weight: 700 !important;
}


/* =========================================================
   USABILITY / MOBILE RENDERING PASS v1.6.0
   Delay layout and paint work for sections that begin below the first viewport.
   The content remains present in the DOM and available to assistive technology.
   ========================================================= */

@supports (content-visibility: auto) {
	.tag-front-resource-overview,
	.tag-front-content-shell,
	.tag-front-credibility,
	.tag-front-faq,
	.tag-front-search {
		content-visibility: auto;
		contain-intrinsic-size: auto 780px;
	}

	
}

@media (prefers-reduced-motion: reduce) {
	.tag-front-page *,
	.tag-front-page *::before,
	.tag-front-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}


/* =========================================================
   v1.9.3 HOMEPAGE TYPOGRAPHY READABILITY
   ========================================================= */
.tag-front-page {
  color: #51443b;
  font-weight: 500;
}

.tag-front-page :where(p, li, dd, dt, figcaption) {
  color: #574a40;
  font-weight: 500;
}

.tag-front-page :where(a, button, label, input, select, textarea) {
  font-weight: 600;
}

.tag-front-page :where(h1, h2, h3, h4, h5, h6) {
  color: #33271f;
  font-weight: 700;
}

.tag-front-intro__description,
.tag-front-path-card__description,
.tag-front-path-card p,
.tag-front-feature-card p,
.tag-front-resource-card p,
.tag-front-page [class*="card"] p {
  color: #574a40 !important;
  font-weight: 500 !important;
}

.tag-front-page [class*="card"] a,
.tag-front-page [class*="link"],
.tag-front-page [class*="action"] {
  font-weight: 650 !important;
}

@media (max-width: 680px) {
  .tag-front-page :where(p, li),
  .tag-front-page [class*="card"] p {
    font-size: 17px;
    line-height: 1.64;
  }
}


/* =========================================================
   v1.9.8 HOMEPAGE BOTTOM SEARCH FORM
   One authoritative presentation for the reusable searchbar.
   This overrides older generic role=search rules in this file.
   ========================================================= */

.tag-front-page .tag-front-search .tag-searchbar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  width: min(100%, 640px) !important;
  max-width: 640px !important;
  min-height: 58px !important;
  margin: 0 auto !important;
  padding: 5px !important;
  overflow: hidden !important;
  border: 1px solid rgba(63, 49, 39, 0.18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(42, 32, 25, 0.09) !important;
}

.tag-front-page .tag-front-search .tag-searchbar:focus-within {
  border-color: #328fbd !important;
  box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.16), 0 10px 30px rgba(42, 32, 25, 0.09) !important;
}

.tag-front-page .tag-front-search .tag-searchbar__input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #302720 !important;
  font-family: var(--tag-font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 48px !important;
  outline: 0 !important;
}

.tag-front-page .tag-front-search .tag-searchbar__input::placeholder {
  color: #756a62 !important;
  opacity: 1 !important;
}

.tag-front-page .tag-front-search .tag-searchbar__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 112px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #328fbd !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: none !important;
}

.tag-front-page .tag-front-search .tag-searchbar__button svg {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  max-width: 19px !important;
  filter: none !important;
}

.tag-front-page .tag-front-search .tag-searchbar__button-label {
  display: inline !important;
}

@media (max-width: 520px) {
  .tag-front-page .tag-front-search .tag-searchbar {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    min-height: 56px !important;
    padding: 4px !important;
  }

  .tag-front-page .tag-front-search .tag-searchbar__input {
    height: 46px !important;
    min-height: 46px !important;
    padding-right: 10px !important;
    padding-left: 13px !important;
    font-size: 15px !important;
    line-height: 46px !important;
  }

  .tag-front-page .tag-front-search .tag-searchbar__button {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 !important;
    border-radius: 8px !important;
  }

  .tag-front-page .tag-front-search .tag-searchbar__button-label {
    display: none !important;
  }
}


/* =========================================================
   MOBILE CORE WEB VITALS CONTAINMENT
   Skip layout and paint work for sections well below the viewport while
   preserving stable estimated space to prevent layout shifts.
   ========================================================= */
@supports (content-visibility: auto) {
  .tag-front-pathways,
  .tag-front-resource-overview,
  .tag-front-content-shell,
  .tag-front-credibility,
  .tag-front-faq {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }

  .tag-front-content-shell {
    contain-intrinsic-size: auto 1800px;
  }
}

@media (max-width: 767px) {
  .tag-front-intro {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .tag-front-intro::before,
  .tag-front-intro::after {
    display: none;
  }

  .tag-front-intro h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.1;
    text-wrap: pretty;
  }

  .tag-front-intro__description {
    margin-top: 16px;
    line-height: 1.6;
  }
}
