/**
 * Parish About page and homepage preview.
 */

.emmaus-about-hero {
	position: relative;
	padding: clamp(78px, 10vw, 132px) 0;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(135deg, #072d6d 0%, #0b3d91 72%, #164a9c 100%);
}

.emmaus-about-hero::after {
	position: absolute;
	top: -130px;
	right: -90px;
	width: min(48vw, 560px);
	aspect-ratio: 1;
	border: 2px solid rgba(240, 204, 102, .28);
	border-radius: 50%;
	box-shadow: 0 0 0 55px rgba(240, 204, 102, .06), 0 0 0 110px rgba(240, 204, 102, .04);
	content: "";
	pointer-events: none;
}

.emmaus-about-hero .emmaus-container {
	position: relative;
	z-index: 1;
}

.emmaus-about-eyebrow,
.emmaus-about-kicker {
	margin: 0 0 10px;
	color: #81620e;
	font-size: .88rem;
	font-weight: 800;
	letter-spacing: .04em;
}

.emmaus-about-eyebrow {
	color: #f0cc66;
}

.emmaus-about-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	-webkit-text-fill-color: #fff;
	font-size: clamp(2.25rem, 6vw, 4rem);
	line-height: 1.28;
}

.emmaus-about-hero-description {
	max-width: 650px;
	margin: 16px 0 0;
	font-size: clamp(1rem, 2vw, 1.2rem);
}

.emmaus-about-section {
	padding: clamp(58px, 8vw, 96px) 0;
}

.emmaus-about-section + .emmaus-about-section {
	border-top: 1px solid var(--emmaus-border);
}

.emmaus-about-section-heading {
	max-width: 720px;
	margin-bottom: 27px;
}

.emmaus-about-section-heading h2,
.emmaus-about-community h2 {
	margin: 0;
	color: var(--emmaus-primary-dark);
	font-size: clamp(1.7rem, 4vw, 2.55rem);
	line-height: 1.35;
}

.emmaus-about-lead,
.emmaus-about-section-intro {
	max-width: 760px;
	margin: 0 0 30px;
	color: #414a5b;
	font-size: 1.08rem;
	line-height: 1.95;
}

.emmaus-about-facts,
.emmaus-about-ministries-list,
.emmaus-about-priests-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.emmaus-about-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.emmaus-about-facts li {
	display: grid;
	min-width: 0;
	align-content: start;
	gap: 7px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--emmaus-border);
	border-top: 4px solid var(--emmaus-gold);
	border-radius: var(--emmaus-radius-md);
	background: #fff;
	box-shadow: var(--emmaus-shadow-sm);
}

.emmaus-about-facts span {
	color: #596579;
	font-size: .9rem;
	font-weight: 700;
}

.emmaus-about-facts strong {
	color: var(--emmaus-primary-dark);
	font-size: 1.17rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.emmaus-about-facts small {
	color: #536071;
	font-size: .9rem;
	overflow-wrap: anywhere;
}

.emmaus-about-prose {
	max-width: 920px;
	padding: clamp(26px, 4vw, 44px);
	border-left: 5px solid var(--emmaus-gold);
	border-radius: 0 var(--emmaus-radius-md) var(--emmaus-radius-md) 0;
	background: #fff;
	box-shadow: var(--emmaus-shadow-sm);
}

.emmaus-about-prose p {
	max-width: 72ch;
	margin: 0;
	color: #263449;
	font-size: 1.04rem;
	line-height: 2.05;
}

.emmaus-about-prose h3 {
	margin: 32px 0 12px;
	color: var(--emmaus-primary-dark);
	font-size: 1.3rem;
	line-height: 1.5;
}

.emmaus-about-prose h3:first-child {
	margin-top: 0;
}

.emmaus-about-prose p + p {
	margin-top: 20px;
}

.emmaus-about-timeline {
	max-width: 900px;
	margin: 0 0 0 12px;
	padding: 0 0 0 clamp(24px, 4vw, 42px);
	border-left: 3px solid #d4af37;
	list-style: none;
}

.emmaus-about-timeline li {
	position: relative;
	margin-bottom: 16px;
}

.emmaus-about-timeline li:last-child {
	margin-bottom: 0;
}

.emmaus-about-timeline li::before {
	position: absolute;
	top: 29px;
	left: calc(-1 * clamp(24px, 4vw, 42px) - 10px);
	width: 17px;
	height: 17px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #0b3d91;
	box-shadow: 0 0 0 2px #d4af37;
	content: "";
}

.emmaus-about-timeline-card {
	min-width: 0;
	padding: 22px 27px;
	border: 1px solid var(--emmaus-border);
	border-radius: var(--emmaus-radius-md);
	background: #fff;
	box-shadow: var(--emmaus-shadow-sm);
}

.emmaus-about-timeline-date {
	display: inline-block;
	margin-bottom: 8px;
	color: #81620e;
	font-size: .92rem;
	font-weight: 800;
}

.emmaus-about-timeline h3 {
	margin: 0 0 5px;
	color: var(--emmaus-primary-dark);
	font-size: 1.17rem;
	line-height: 1.5;
}

.emmaus-about-timeline p {
	margin: 0;
	color: #475366;
	line-height: 1.85;
}

.emmaus-about-community {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(25px, 6vw, 80px);
	align-items: center;
	margin-block: 30px;
	padding: clamp(35px, 6vw, 64px);
	border: 0;
	border-radius: var(--emmaus-radius-lg);
	color: #fff;
	background: linear-gradient(125deg, #072d6d, #0b3d91);
}

.emmaus-about-section + .emmaus-about-community {
	border-top: 0;
}

.emmaus-about-community .emmaus-about-kicker {
	color: #f0cc66;
}

.emmaus-about-community h2 {
	color: #fff;
}

.emmaus-about-community p:last-child {
	max-width: 720px;
	margin: 15px 0 0;
	line-height: 1.95;
}

.emmaus-about-community-stat {
	display: grid;
	width: 180px;
	height: 180px;
	align-content: center;
	justify-items: center;
	border: 2px solid #f0cc66;
	border-radius: 50%;
	text-align: center;
}

.emmaus-about-community-stat strong {
	color: #f0cc66;
	font-size: 4rem;
	line-height: 1.1;
}

.emmaus-about-community-stat span {
	font-weight: 700;
}

.emmaus-about-ministries-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.emmaus-about-ministries-list li {
	min-width: 0;
	padding: 18px 21px;
	border: 1px solid var(--emmaus-border);
	border-radius: var(--emmaus-radius-sm);
	color: var(--emmaus-primary-dark);
	background: #fff;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.emmaus-about-priests-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.emmaus-about-priests-list li {
	display: grid;
	min-width: 0;
	gap: 8px;
	padding: 24px;
	border-radius: var(--emmaus-radius-md);
	background: #eaf1fc;
}

.emmaus-about-priests-list span {
	color: #81620e;
	font-weight: 800;
}

.emmaus-about-priests-list strong {
	color: var(--emmaus-primary-dark);
	font-size: 1.1rem;
	overflow-wrap: anywhere;
}

.emmaus-about-priests-note {
	max-width: 760px;
	margin: 22px 0 0;
	color: #475366;
	line-height: 1.85;
}

.emmaus-about-preview {
	background: linear-gradient(180deg, #f6f8fc 0%, #fff 100%);
}

.emmaus-about-preview .emmaus-section-header {
	margin-bottom: 0;
}

.emmaus-about-preview .emmaus-section-description {
	line-height: 1.9;
}

.emmaus-about-preview-action {
	text-align: center;
}

.emmaus-about-preview-cta {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
	padding: 12px 24px;
	border: 2px solid var(--emmaus-primary-dark);
	border-radius: 10px;
	color: #fff;
	background: var(--emmaus-primary-dark);
	font-weight: 700;
	text-decoration: none;
}

.emmaus-about-preview-cta:hover {
	border-color: var(--emmaus-primary);
	color: #fff;
	background: var(--emmaus-primary);
}

.emmaus-about-preview-cta:focus-visible {
	outline: 3px solid #81620e;
	outline-offset: 4px;
}

@media (max-width: 760px) {
	.emmaus-about-facts,
	.emmaus-about-priests-list {
		grid-template-columns: 1fr;
	}

	.emmaus-about-ministries-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.emmaus-about-community {
		grid-template-columns: 1fr;
	}

	.emmaus-about-community-stat {
		width: 140px;
		height: 140px;
	}
}

@media (max-width: 520px) {
	.emmaus-about-hero::after {
		right: -140px;
		width: 320px;
	}

	.emmaus-about-ministries-list {
		grid-template-columns: 1fr;
	}

	.emmaus-about-timeline {
		margin-left: 8px;
		padding-left: 22px;
	}

	.emmaus-about-timeline li::before {
		left: -32px;
	}

	.emmaus-about-timeline-card {
		padding: 20px;
	}

	.emmaus-about-preview-cta {
		width: 100%;
	}
}
