/**
 * Homepage: Jesus Did It All, All, All !!
 */

.ciywr-jesus-all {
	--ciywr-jesus-text: #1f232b;
	--ciywr-jesus-muted: #5c616c;
	--ciywr-jesus-accent: #c43c30;
	--ciywr-jesus-accent-deep: #a83228;
	--ciywr-jesus-line: rgba(31, 35, 43, 0.12);
	--ciywr-jesus-soft: rgba(196, 60, 48, 0.07);

	width: 100%;
	margin: 0;
	padding: 0;
	background:
		radial-gradient(900px 420px at 8% 0%, rgba(196, 60, 48, 0.06), transparent 55%),
		radial-gradient(700px 360px at 100% 20%, rgba(31, 35, 43, 0.04), transparent 50%),
		#faf9f7;
	color: var(--ciywr-jesus-text);
	font-family: var(--ciywr-font-sans, "Source Sans 3", Verdana, Geneva, sans-serif);
	box-sizing: border-box;
}

.ciywr-jesus-all *,
.ciywr-jesus-all *::before,
.ciywr-jesus-all *::after {
	box-sizing: border-box;
}

.ciywr-jesus-all__inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 64px 28px 56px;
}

.ciywr-jesus-all__header {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 44px;
}

.ciywr-jesus-all__title {
	margin: 0 0 16px;
	padding: 0;
	font-family: inherit;
	font-size: clamp(28px, 4vw, 44px) !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: 0.01em;
	color: var(--ciywr-jesus-text) !important;
}

.ciywr-jesus-all__title::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin: 18px auto 0;
	background: var(--ciywr-jesus-accent);
}

.ciywr-jesus-all__subtitle {
	margin: 0;
	padding: 0;
	font-family: var(--ciywr-font-serif, "Source Serif 4", Georgia, serif) !important;
	font-size: clamp(17px, 2vw, 21px) !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.5 !important;
	color: var(--ciywr-jesus-muted) !important;
}

.ciywr-jesus-all__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.95fr);
	gap: 36px 44px;
	align-items: start;
}

.ciywr-jesus-all__copy p {
	margin: 0 0 18px;
	padding: 0;
	font-family: inherit;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.75 !important;
	color: var(--ciywr-jesus-text) !important;
}

.ciywr-jesus-all__verse {
	margin: 0 0 22px;
	padding: 16px 18px 16px 20px;
	border-left: 3px solid var(--ciywr-jesus-accent);
	background: var(--ciywr-jesus-soft);
}

.ciywr-jesus-all__verse p {
	margin: 0;
	font-family: var(--ciywr-font-serif, "Source Serif 4", Georgia, serif) !important;
	font-size: 16px !important;
	font-style: italic !important;
	line-height: 1.65 !important;
	color: #3a3f4a !important;
}

.ciywr-jesus-all__emphasis {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--ciywr-jesus-text) !important;
	padding: 4px 0;
}

.ciywr-jesus-all__callout {
	margin-top: 8px !important;
	margin-bottom: 0 !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--ciywr-jesus-accent) !important;
	line-height: 1.35 !important;
}

.ciywr-jesus-all__aside {
	position: sticky;
	top: 96px;
}

.ciywr-jesus-all__aside-inner {
	background: linear-gradient(165deg, #d14f42 0%, #a83228 100%);
	padding: 28px 24px 22px;
	box-shadow: 0 18px 40px rgba(168, 50, 40, 0.28);
}

.ciywr-jesus-all__aside-label {
	margin: 0 0 16px !important;
	padding: 0 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78) !important;
	line-height: 1.2 !important;
}

.ciywr-jesus-all__scripture {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

.ciywr-jesus-all__scripture p {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	font-family: var(--ciywr-font-serif, "Source Serif 4", Georgia, serif) !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	font-style: italic !important;
	line-height: 1.6 !important;
	color: #ffffff !important;
}

.ciywr-jesus-all__scripture p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ciywr-jesus-all__scripture cite {
	display: block;
	margin-top: 10px;
	font-family: var(--ciywr-font-sans, "Source Sans 3", Verdana, sans-serif);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.ciywr-jesus-all__figure {
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.15);
}

.ciywr-jesus-all__figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ciywr-jesus-all__aside-inner:hover .ciywr-jesus-all__figure img {
	transform: scale(1.03);
}

.ciywr-jesus-all__cta-wrap {
	text-align: center;
	margin-top: 40px;
	padding-top: 8px;
}

.ciywr-jesus-all__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 0;
	background: var(--ciywr-jesus-accent);
	color: #ffffff !important;
	font-family: inherit;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.2;
	transition: background 0.18s ease, transform 0.18s ease, gap 0.18s ease;
}

.ciywr-jesus-all__cta:hover,
.ciywr-jesus-all__cta:focus {
	background: var(--ciywr-jesus-accent-deep);
	color: #ffffff !important;
	transform: translateY(-1px);
	gap: 14px;
}

.ciywr-jesus-all__cta-arrow {
	display: inline-block;
	transition: transform 0.18s ease;
}

.ciywr-jesus-all__cta:hover .ciywr-jesus-all__cta-arrow,
.ciywr-jesus-all__cta:focus .ciywr-jesus-all__cta-arrow {
	transform: translateX(3px);
}

/* Hide original Elementor blocks if filter misses */
.elementor-element-422bcd99,
.elementor-element-4714d8e1,
.elementor-element-39f2979f {
	display: none !important;
}

@media (max-width: 900px) {
	.ciywr-jesus-all__inner {
		padding: 48px 22px 44px;
	}

	.ciywr-jesus-all__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.ciywr-jesus-all__aside {
		position: static;
	}

	.ciywr-jesus-all__header {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.ciywr-jesus-all__inner {
		padding: 40px 18px 36px;
	}

	.ciywr-jesus-all__copy p,
	.ciywr-jesus-all__verse p {
		font-size: 15px !important;
	}

	.ciywr-jesus-all__scripture p {
		font-size: 15px !important;
	}

	.ciywr-jesus-all__aside-inner {
		padding: 22px 18px 16px;
	}

	.ciywr-jesus-all__callout {
		font-size: 18px !important;
	}

	.ciywr-jesus-all__cta {
		width: 100%;
		justify-content: center;
	}
}
