/**
 * Homepage: Bishop BC Bethelmy profile
 */

.ciywr-bishop {
	width: 100%;
	margin: 0;
	padding: 0;
	background: linear-gradient(160deg, #252a33 0%, #1a1e25 55%, #14171c 100%);
	color: #ffffff;
	font-family: var(--ciywr-font-sans, "Source Sans 3", Verdana, Geneva, sans-serif);
	box-sizing: border-box;
}

.ciywr-bishop *,
.ciywr-bishop *::before,
.ciywr-bishop *::after {
	box-sizing: border-box;
}

.ciywr-bishop__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 72px 32px;
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 48px 64px;
	align-items: center;
}

.ciywr-bishop__media {
	display: flex;
	justify-content: center;
}

.ciywr-bishop__figure {
	margin: 0;
	padding: 0;
	width: min(100%, 260px);
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
	background: #0f1216;
	box-shadow:
		0 0 0 4px rgba(196, 60, 48, 0.85),
		0 0 0 10px rgba(255, 255, 255, 0.08),
		0 22px 48px rgba(0, 0, 0, 0.45);
}

.ciywr-bishop__figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.ciywr-bishop__content {
	min-width: 0;
	max-width: 640px;
}

.ciywr-bishop__role {
	margin: 0 0 10px;
	padding: 0;
	font-family: var(--ciywr-font-serif, "Source Serif 4", Georgia, serif);
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.3;
	color: #f08a7e;
	letter-spacing: 0.02em;
}

.ciywr-bishop__title {
	margin: 0 0 18px;
	padding: 0 0 16px;
	font-family: inherit;
	font-size: clamp(28px, 3.4vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: #ffffff;
	border-bottom: 2px solid rgba(196, 60, 48, 0.9);
	display: inline-block;
	min-width: 180px;
}

.ciywr-bishop__bio p {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.86);
}

.ciywr-bishop__bio strong {
	color: #ffffff;
	font-weight: 700;
}

/* Hide original Elementor section if filter misses */
.elementor-element-45bcd064 {
	display: none !important;
}

@media (max-width: 900px) {
	.ciywr-bishop__inner {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 56px 24px;
		text-align: center;
		justify-items: center;
	}

	.ciywr-bishop__content {
		max-width: 560px;
	}

	.ciywr-bishop__title {
		display: inline-block;
	}

	.ciywr-bishop__bio p {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.ciywr-bishop__inner {
		padding: 44px 18px;
	}

	.ciywr-bishop__figure {
		width: min(100%, 200px);
	}

	.ciywr-bishop__role {
		font-size: 16px;
	}

	.ciywr-bishop__title {
		font-size: 26px;
		margin-bottom: 14px;
		padding-bottom: 12px;
	}

	.ciywr-bishop__bio p {
		font-size: 15px;
		line-height: 1.7;
	}
}
