.leadership-section {
	background: #f7f8fa;
}

.homepage-hero__content {
	padding-top: 16rem;
}

.js-ambient-video {
	opacity: 0;
	transition: opacity 0.25s ease;
}

.js-ambient-video[data-video-ready] {
	opacity: 1;
}

.leadership-section > .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.leadership-section__subtitle {
	color: #5a6578;
}

.leadership-section__mission {
	color: #1d2b4f;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
	border-top: 1px solid rgba(29, 43, 79, 0.1);
	margin-top: 4rem;
	padding-top: 2rem;
}

.leadership-section .team {
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
}

.logos .brand-logos__row {
	row-gap: 2.4375rem;
}

.team .team__profile {
	width: auto;
	min-width: 0;
	text-align: left;
	transition: transform 0.3s ease;
}

.team__portrait {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #e9eef5;
	border: 1px solid rgba(29, 43, 79, 0.08);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(29, 43, 79, 0.06);
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.team__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.45s ease;
}

.team__details {
	padding: 1.25rem 0.25rem 0;
}

.team__details h3 {
	color: #1d2b4f;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.35;
}

.team__details p {
	color: #5a6578;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.35rem;
}

.team a.team__profile__linkedin {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	background: #0a66c2;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
	transition: transform 0.25s ease, background-color 0.25s ease;
}

.team a.team__profile__linkedin img {
	width: 20px;
	height: 20px;
}

.team__profile--placeholder .team__portrait {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #eaf3ff, #dceaff);
}

.team__placeholder-art {
	position: relative;
	width: 92px;
	height: 92px;
	border: 1px solid rgba(0, 96, 212, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.62);
}

.team__placeholder-art span:first-child {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #0060d4;
	transform: translateX(-50%);
}

.team__placeholder-art span:last-child {
	position: absolute;
	bottom: 17px;
	left: 50%;
	width: 48px;
	height: 25px;
	border-radius: 28px 28px 12px 12px;
	background: #0060d4;
	transform: translateX(-50%);
}

.team__placeholder-label {
	color: #1d2b4f;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-top: 1.25rem;
	text-transform: uppercase;
}

@media (hover: hover) {
	.team__profile:hover {
		transform: translateY(-6px);
	}

	.team__profile:hover .team__portrait {
		border-color: rgba(29, 43, 79, 0.14);
		box-shadow: 0 20px 45px rgba(29, 43, 79, 0.13);
	}

	.team__profile:hover .team__image {
		transform: scale(1.035);
	}

	.team a.team__profile__linkedin:hover {
		background: #004182;
		transform: scale(1.06);
	}
}

@media (min-width: 590px) {
	.leadership-section .team {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.homepage-hero__content {
		padding-top: 24rem;
	}

	.leadership-section > .container {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.leadership-section__mission {
		margin-top: 5rem;
	}
}

@media (min-width: 976px) {
	.logos .brand-logos__row {
		justify-content: center;
		gap: clamp(2rem, 5vw, 5rem);
	}

	.logos .brand-logos__row > :not([hidden]) ~ :not([hidden]) {
		margin-right: 0;
		margin-left: 0;
	}

	.logos .brand-logos__row .logos__logo {
		flex: 0 0 280px;
		width: 280px;
	}

	.logos .brand-logos__row .logos__logo img {
		width: 100%;
	}
}

@media (min-width: 1150px) {
	.leadership-section .team {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.team__profile,
	.team__portrait,
	.team__image,
	.team__profile__linkedin {
		transition: none;
	}
}
