/**
 * About BHN team portraits.
 *
 * The square frame and cover crop make every current or future upload adopt
 * the same circular headshot presentation. The elevated focal point favours
 * faces in portrait, half-body and landscape source photographs.
 */
body.page-id-21 .bhn-team-section .bhn-team-card {
	align-items: center;
	background: linear-gradient(180deg, #faf7ff 0, #ffffff 210px) !important;
	padding-top: 30px;
}

body.page-id-21 .bhn-team-section .bhn-team-photo-wrap {
	aspect-ratio: 1 / 1 !important;
	background: #eee8f5;
	border: 5px solid #ffffff;
	border-radius: 50% !important;
	box-shadow:
		0 0 0 3px #5b2caf,
		0 14px 30px rgba(59, 37, 91, 0.2);
	box-sizing: border-box;
	flex: 0 0 auto;
	height: clamp(150px, 13vw, 176px) !important;
	margin: 0 auto !important;
	max-width: none !important;
	overflow: hidden !important;
	position: relative;
	width: clamp(150px, 13vw, 176px) !important;
}

body.page-id-21 .bhn-team-section .bhn-team-photo-wrap .bhn-team-photo {
	border-radius: 50% !important;
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover !important;
	object-position: 50% 28% !important;
	width: 100% !important;
}

body.page-id-21 .bhn-team-section .bhn-team-card:hover .bhn-team-photo {
	transform: scale(1.04);
}

body.page-id-21 .bhn-team-section .bhn-team-photo-placeholder {
	align-items: center;
	display: flex;
	font-size: 3.25rem;
	justify-content: center;
}

body.page-id-21 .bhn-team-section .bhn-team-content {
	box-sizing: border-box;
	padding: 24px 20px 24px;
	width: 100%;
}

@media (max-width: 767px) {
	body.page-id-21 .bhn-team-section .bhn-team-card {
		padding-top: 26px;
	}

	body.page-id-21 .bhn-team-section .bhn-team-photo-wrap {
		height: 156px !important;
		width: 156px !important;
	}

	body.page-id-21 .bhn-team-section .bhn-team-content {
		padding: 22px 18px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-id-21 .bhn-team-section .bhn-team-photo {
		transition: none;
	}
}
