body.temple-site.temple-intro {
	background: #efebe2;
	font-family: var(--temple-serif-cn);
}

body.temple-site.temple-intro #page {
	max-width: none;
}

body.temple-site.temple-intro .site-content,
body.temple-site.temple-intro .inside-article,
body.temple-site.temple-intro .entry-content {
	background: transparent;
	padding: 0;
}

body.temple-site.temple-intro .site-content {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

body.temple-site.temple-intro .site-main {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
}

body.temple-site.temple-intro .featured-image.page-header-image {
	display: none;
}

.temple-intro-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 42%),
		linear-gradient(115deg, rgba(141, 45, 30, 0.055), transparent 34%, rgba(103, 77, 46, 0.05) 78%, transparent),
		#efebe2;
	color: #33281f;
	min-height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
}

.temple-intro-page::before {
	background:
		repeating-linear-gradient(90deg, rgba(95, 72, 45, 0.035) 0 1px, transparent 1px 18px),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0 1px, transparent 1px 14px);
	content: "";
	inset: 0;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
}

.temple-intro-hero {
	align-items: center;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr);
	min-height: 680px;
	padding: 86px clamp(22px, 7vw, 112px) 80px;
	position: relative;
	z-index: 1;
}

.temple-intro-copy {
	max-width: none;
	width: 100%;
}

.temple-intro-eyebrow {
	color: #8c2d1e;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 16px;
}

.temple-intro-copy h1 {
	color: #33281f;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.06;
	margin: 0 0 32px;
}

.temple-intro-lead {
	border-left: 3px solid rgba(140, 45, 30, 0.55);
	box-sizing: border-box;
	color: #5a4d40;
	display: flex;
	flex-direction: column;
	font-size: clamp(18px, 1.45vw, 24px);
	line-height: 2.05;
	margin: 0;
	max-width: none;
	padding-left: 28px;
	width: 100%;
}

.temple-intro-lead > * {
	order: 1;
}

.temple-intro-lead p {
	margin: 0 0 1.1em;
}

.temple-intro-lead p:last-child {
	margin-bottom: 0;
}

.temple-intro-lead .wp-block-image,
.temple-intro-lead figure,
.temple-intro-lead > p:has(img) {
	border-top: 1px solid rgba(140, 45, 30, 0.28);
	margin: 36px 0 0;
	order: 2;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

.temple-intro-lead .wp-block-image::before,
.temple-intro-lead figure::before,
.temple-intro-lead > p:has(img)::before {
	background: #8c2d1e;
	border-radius: 999px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 72px;
}

.temple-intro-lead img {
	border-radius: 6px;
	display: block;
	height: auto;
	max-width: 100%;
}

.temple-intro-feature-image {
	border-top: 1px solid rgba(140, 45, 30, 0.28);
	margin: 36px 0 0;
	max-width: 960px;
	padding-top: 20px;
	position: relative;
	width: fit-content;
}

.temple-intro-feature-image::before {
	background: #8c2d1e;
	border-radius: 999px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: -2px;
	width: 72px;
}

.temple-intro-feature-image img {
	border-radius: 6px;
	display: block;
	height: auto;
	max-width: 100%;
}

@media (max-width: 900px) {
	.temple-intro-hero {
		min-height: 0;
		padding-bottom: 56px;
	}

	.temple-intro-copy h1 {
		font-size: 52px;
	}

	.temple-intro-lead {
		font-size: 20px;
	}

}

@media (max-width: 560px) {
	.temple-intro-hero {
		gap: 34px;
		padding: 58px 18px 46px;
	}

	.temple-intro-copy h1 {
		font-size: 42px;
	}

	.temple-intro-lead {
		font-size: 21px;
		padding-left: 18px;
	}
}
