.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 0.75rem 0;
	background: transparent;
}

.site-header__inner,
.site-footer__inner {
	width: min(100% - 2rem, var(--vc-content-width));
	margin-inline: auto;
}

.site-header__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1rem;
	align-items: center;
	padding: 1rem;
	border: 1px solid rgba(32, 37, 34, 0.1);
	border-radius: 1.25rem;
	background: rgba(255, 252, 245, 0.9);
	box-shadow: 0 18px 50px rgba(32, 37, 34, 0.08);
	backdrop-filter: blur(18px);
}

.site-branding {
	width: fit-content;
	min-width: 0;
}

.site-title {
	display: block;
	font-family: Georgia, serif;
	font-size: clamp(1.35rem, 4vw, 1.625rem);
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
}

.site-signature {
	margin: 0.25rem 0 0;
	font-size: 0.78rem;
	letter-spacing: 0.055em;
	text-align: center;
	text-transform: uppercase;
}

.menu-toggle {
	display: none;
	min-width: 44px;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--vc-color-deep-green);
	border-radius: 999px;
	background: transparent;
	color: var(--vc-color-deep-green);
	font-weight: 700;
	cursor: pointer;
}

.js .menu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.primary-navigation {
	grid-column: 1 / -1;
}

.primary-navigation ul,
.footer-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a,
.footer-navigation a {
	display: flex;
	align-items: center;
	padding: 0.55rem 0;
	font-weight: 650;
	text-decoration: none;
}

.primary-navigation a {
	font-size: 0.875rem;
}

.js .primary-navigation:not(.is-open) {
	display: none;
}

.site-search {
	grid-column: 1 / -1;
}

.site-search form {
	display: flex;
	gap: 0.5rem;
}

.site-search label {
	flex: 1;
}

.site-search input[type="search"] {
	width: 100%;
	min-height: 44px;
	padding: 0.6rem 0.75rem;
	border: 1px solid var(--vc-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
}

.site-search input[type="submit"] {
	padding-inline: 1rem;
	border: 0;
	border-radius: 999px;
	background: var(--vc-color-deep-green);
	color: #fff;
	cursor: pointer;
}

.site-footer {
	padding-block: 2.5rem;
	background: var(--vc-color-charcoal);
	color: var(--vc-color-ivory);
}

.site-footer__inner {
	display: grid;
	gap: 1.5rem;
}

.site-footer a {
	color: var(--vc-color-ivory);
}

.site-footer__brand {
	display: grid;
	gap: 0.25rem;
}

.footer-widgets {
	display: grid;
	gap: 1rem;
}

.site-info {
	padding-top: 1rem;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 0.875rem;
}

.archive-header,
.section-heading {
	margin-bottom: 1.5rem;
}

.archive-header h1,
.section-heading h2,
.home-section h1,
.home-section h2,
.entry-title {
	font-family: Georgia, serif;
	line-height: 1.15;
}

.content-grid,
.category-sections,
.action-grid {
	display: grid;
	gap: 1.25rem;
}

.content-card,
.action-card {
	overflow: hidden;
	border: 1px solid var(--vc-border);
	border-radius: 1rem;
	background: #fff;
	color: var(--vc-color-charcoal);
	box-shadow: 0 16px 45px rgba(32, 37, 34, 0.07);
}

.content-card {
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.content-card:hover {
	box-shadow: 0 24px 60px rgba(32, 37, 34, 0.12);
	transform: translateY(-4px);
}

.content-card__image {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.content-card__body,
.action-card {
	padding: 1.25rem;
}

.content-card__meta,
.eyebrow {
	margin: 0 0 0.5rem;
	color: var(--vc-color-deep-green);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.content-card__title {
	margin: 0;
	font-family: Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.2;
}

.content-card__title a {
	color: inherit;
	text-decoration: none;
}

.home-page {
	display: grid;
	gap: clamp(2.5rem, 7vw, 5rem);
}

.home-section {
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 1.35rem;
}

.home-hero {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	min-height: min(76vh, 46rem);
	background:
		linear-gradient(120deg, rgba(32, 37, 34, 0.97), rgba(40, 72, 60, 0.86), rgba(247, 241, 230, 0.12)),
		radial-gradient(circle at 78% 30%, rgba(215, 168, 63, 0.34), transparent 22%),
		linear-gradient(135deg, #1c211f, #607363 50%, #e4d5b7);
	box-shadow: 0 28px 80px rgba(32, 37, 34, 0.18);
	color: var(--vc-color-ivory);
}

.home-hero__content {
	max-width: 44rem;
}

.home-hero h1 {
	margin-block: 0 1rem;
	font-size: clamp(2.25rem, 8vw, 5rem);
}

.home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.home-hero__panel {
	display: grid;
	align-self: stretch;
	align-content: end;
	min-height: 20rem;
	padding: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 1.1rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 60% 18%, rgba(215, 168, 63, 0.6), transparent 18rem),
		linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.16));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.home-hero__panel-card {
	padding: 1.25rem;
	border-radius: 0.9rem;
	background: rgba(247, 241, 230, 0.92);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
	color: var(--vc-color-charcoal);
}

.home-hero__panel-card strong {
	display: block;
	font-family: Georgia, serif;
	font-size: 1.3rem;
	line-height: 1.2;
}

.home-hero__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.home-hero__stat {
	padding: 0.8rem;
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.1);
	text-align: center;
}

.home-hero__stat b {
	display: block;
	color: var(--vc-color-gold);
	font-size: 1.1rem;
}

.home-section--dark {
	background:
		radial-gradient(circle at top right, rgba(215, 168, 63, 0.16), transparent 24rem),
		linear-gradient(135deg, #171c1a, var(--vc-color-charcoal));
	box-shadow: 0 24px 60px rgba(32, 37, 34, 0.16);
	color: var(--vc-color-ivory);
}

.home-section--dark .eyebrow,
.home-section--dark a {
	color: var(--vc-color-gold);
}

.category-section {
	padding-block: 1rem;
	border-top: 1px solid var(--vc-border);
}

.verse-callout,
.newsletter-callout {
	background: var(--vc-color-deep-green);
	color: #fff;
}

.verse-callout .eyebrow,
.newsletter-callout .eyebrow {
	color: var(--vc-color-gold);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border: 2px solid var(--vc-color-deep-green);
	border-radius: 999px;
	background: var(--vc-color-deep-green);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(40, 72, 60, 0.18);
}

.button--secondary {
	background: transparent;
	color: var(--vc-color-deep-green);
}

.home-hero .button--secondary {
	border-color: var(--vc-color-gold);
	color: var(--vc-color-ivory);
}

.text-link {
	display: inline-block;
	margin-top: 1rem;
	font-weight: 700;
}

.empty-state {
	padding: 2rem;
	border: 1px solid var(--vc-border);
	border-radius: 1rem;
	background: #fff;
}

.home-section--dark .empty-state {
	background: #fff;
	color: var(--vc-color-charcoal);
}

.home-section--dark .empty-state .button {
	color: #fff;
}

.empty-state--large {
	padding-block: clamp(3rem, 10vw, 7rem);
	text-align: center;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-top: 2rem;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
}

.youtube-lite {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-block: 1.5rem;
	aspect-ratio: 16 / 9;
	border-radius: 1rem;
	background: #111;
}

.youtube-lite iframe {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.youtube-lite__placeholder {
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 35%),
		linear-gradient(135deg, var(--vc-color-deep-green), var(--vc-color-charcoal));
}

.youtube-lite__button {
	position: absolute;
	inset: 50% auto auto 50%;
	min-width: 64px;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: #b00020;
	color: #fff;
	font-size: 1.5rem;
	transform: translate(-50%, -50%);
	box-shadow: 0 16px 45px rgba(176, 0, 32, 0.35);
	cursor: pointer;
}

.video-feature {
	display: grid;
	gap: 1.25rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.video-feature .youtube-lite {
	margin: 0;
}

.video-feature__copy {
	padding: 1rem;
}

.mobile-actions {
	position: sticky;
	bottom: 0.75rem;
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.4rem;
	width: min(100% - 1rem, 28rem);
	margin: 0 auto 1rem;
	padding: 0.45rem;
	border: 1px solid rgba(32, 37, 34, 0.1);
	border-radius: 999px;
	background: rgba(255, 252, 245, 0.92);
	box-shadow: 0 18px 50px rgba(32, 37, 34, 0.16);
	backdrop-filter: blur(18px);
}

.mobile-actions a {
	display: grid;
	place-items: center;
	min-height: 42px;
	border-radius: 999px;
	color: var(--vc-color-charcoal);
	font-size: 0.8rem;
	font-weight: 750;
	text-decoration: none;
}

.mobile-actions a:first-child {
	background: var(--vc-color-deep-green);
	color: #fff;
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

@media (min-width: 60rem) {
	.site-header__inner {
		grid-template-columns: auto 1fr minmax(12rem, 14.5rem);
		border-radius: 999px;
		padding: 0.75rem;
	}

	.menu-toggle {
		display: none;
	}

	.js .menu-toggle {
		display: none;
	}

	.primary-navigation,
	.js .primary-navigation:not(.is-open) {
		display: block;
		grid-column: auto;
	}

	.primary-navigation ul {
		display: flex;
		justify-content: center;
		gap: 1.25rem;
	}

	.site-search {
		grid-column: auto;
	}

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

	.site-info {
		grid-column: 1 / -1;
	}

	.content-grid,
	.action-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

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

	.home-hero,
	.video-feature {
		grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.75fr);
	}

	.mobile-actions {
		display: none;
	}
}

@media (max-width: 59.99rem) {
	.site-header {
		position: relative;
		padding-block-start: 0.75rem;
	}

	.home-hero {
		min-height: auto;
		padding: 1.25rem;
	}

	.home-hero h1 {
		font-size: clamp(2.35rem, 13vw, 4rem);
	}

	.home-hero__actions .button {
		width: 100%;
	}

	.home-hero__panel {
		min-height: 16rem;
	}

	.home-hero__stats {
		grid-template-columns: 1fr;
	}
}
