.scout-founder-profile,
.scout-founder-profile * {
	box-sizing: border-box;
}

.scout-founder-profile {
	padding: 88px 0;
	background: #fff;
	color: #17202a;
}

.scout-founder-profile__inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 1fr .42fr;
	gap: 54px;
	align-items: center;
}

.scout-founder-profile__image img {
	display: block;
	width: 100%;
	height: 640px;
	object-fit: cover;
	object-position: center center;
}

.scout-founder-profile__accent {
	width: 48px;
	height: 4px;
	margin-bottom: 24px;
	background: #f2c500;
}

.scout-founder-profile__eyebrow {
	margin-bottom: 26px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.scout-founder-profile h2 {
	margin: 0 0 24px;
	font-size: clamp(42px, 4vw, 60px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: -.03em;
}

.scout-founder-profile__body,
.scout-founder-profile__body p {
	color: #505863;
	font-size: 17px;
	line-height: 1.65;
}

img.scout-founder-profile__signature {
	display: block;
	max-width: 180px;
	max-height: 90px;
	object-fit: contain;
	margin: 22px 0 10px;
}

.scout-founder-profile__name strong,
.scout-founder-profile__name span {
	display: block;
}

.scout-founder-profile__name strong {
	font-size: 13px;
}

.scout-founder-profile__name span {
	margin-top: 3px;
	color: #68717c;
	font-size: 12px;
}

.scout-founder-profile__stats {
	padding-left: 30px;
	border-left: 1px solid #ddd;
}

.scout-founder-profile__stat {
	padding: 0 0 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ddd;
}

.scout-founder-profile__stat strong,
.scout-founder-profile__stat span,
.scout-founder-profile__stat small {
	display: block;
}

.scout-founder-profile__stat strong {
	color: #0f2748;
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}

.scout-founder-profile__stat span {
	margin-top: 5px;
	color: #0f2748;
	font-size: 16px;
}

.scout-founder-profile__stat small {
	margin-top: 5px;
	font-size: 10px;
	letter-spacing: .1em;
}

.scout-founder-profile__video {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	color: #0f2748;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
}

.scout-founder-profile__video i {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 50%;
	background: #0f2748;
}

.scout-founder-profile__video i::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

/* Bottom stats layout */
.scout-founder-profile--bottom .scout-founder-profile__inner {
	grid-template-columns: 1.05fr 1fr;
	align-items: start;
}

.scout-founder-profile--bottom .scout-founder-profile__stats {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-left: 0;
	margin-top: 26px;
	border-left: 0;
}

.scout-founder-profile--bottom .scout-founder-profile__stat {
	padding: 0 26px;
	margin: 0;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 0;
}

.scout-founder-profile--bottom .scout-founder-profile__stat:last-of-type {
	border-right: 0;
}

.scout-founder-profile--bottom .scout-founder-profile__video {
	grid-column: 1 / -1;
	justify-content: center;
	margin-top: 28px;
}

@media (max-width: 1024px) {
	.scout-founder-profile__inner {
		grid-template-columns: 1fr 1fr;
	}

	.scout-founder-profile__stats {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding-left: 0;
		border-left: 0;
	}

	.scout-founder-profile__stat {
		padding: 0 18px;
		margin: 0;
		text-align: center;
		border-right: 1px solid #ddd;
		border-bottom: 0;
	}

	.scout-founder-profile__stat:last-of-type {
		border-right: 0;
	}

	.scout-founder-profile__video {
		grid-column: 1 / -1;
		justify-content: center;
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.scout-founder-profile {
		padding: 62px 0;
	}

	.scout-founder-profile__inner,
	.scout-founder-profile--bottom .scout-founder-profile__inner {
		width: calc(100% - 32px);
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.scout-founder-profile__image img {
		height: 440px;
	}

	.scout-founder-profile__stats,
	.scout-founder-profile--bottom .scout-founder-profile__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
	}

	.scout-founder-profile__stat:nth-child(2n) {
		border-right: 0;
	}
}


/* v1.2 bottom stats styling */
.scout-founder-profile--bottom .scout-founder-profile__stats {
	margin-top: 56px;
	padding-top: 0;
	align-items: stretch;
}

.scout-founder-profile--bottom .scout-founder-profile__stat {
	display: flex;
	min-height: 170px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 0 34px;
}

.scout-founder-profile--bottom .scout-founder-profile__stat-top-label {
	order: 1;
	margin: 0 0 18px;
	color: #d48d00;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.scout-founder-profile--bottom .scout-founder-profile__stat-value {
	order: 2;
	color: #17202a;
	font-size: 45px;
	font-weight: 300;
	line-height: 1;
}

.scout-founder-profile--bottom .scout-founder-profile__stat-description {
	order: 3;
	max-width: 190px;
	margin-top: 18px;
	color: #17202a;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0;
	text-align: center;
	text-transform: none;
}

.scout-founder-profile__stat-value {
	font-variant-numeric: tabular-nums;
}

@media (max-width: 1024px) {
	.scout-founder-profile--bottom .scout-founder-profile__stat {
		min-height: 155px;
		padding: 0 22px;
	}
}

@media (max-width: 767px) {
	.scout-founder-profile--bottom .scout-founder-profile__stats {
		margin-top: 16px;
	}

	.scout-founder-profile--bottom .scout-founder-profile__stat {
		min-height: 145px;
		padding: 0 16px 24px;
	}

	.scout-founder-profile--bottom .scout-founder-profile__stat:nth-child(2n) {
		border-right: 0;
	}
}


/* v1.3 signature and founder-detail sizing */
imgimg.scout-founder-profile__signature {
	display: block;
	width: 230px;
	max-width: 280px;
	height: auto;
	object-fit: contain;
}

img.scout-founder-profile__signature {
	margin-bottom: 14px;
}

.scout-founder-profile__name {
	display: block;
}

.scout-founder-profile__name span {
	display: block;
	margin-top: 4px;
}


/* v1.4 ensure Elementor typography controls win */
.scout-founder-profile__name strong,
.scout-founder-profile__name span {
	display: block;
}

.scout-founder-profile__name span {
	margin-top: 4px;
}

/* v1.5 dynamic bottom-stat centering and image controls */
.scout-founder-profile--bottom .scout-founder-profile__stats {
	grid-template-columns: repeat(var(--scout-founder-stat-count, 4), minmax(0, 1fr));
	width: min(100%, calc(var(--scout-founder-stat-count, 4) * 25%));
	margin-left: auto;
	margin-right: auto;
}

.scout-founder-profile--bottom .scout-founder-profile__stats--count-1 { width: min(100%, 25%); }
.scout-founder-profile--bottom .scout-founder-profile__stats--count-2 { width: min(100%, 50%); }
.scout-founder-profile--bottom .scout-founder-profile__stats--count-3 { width: min(100%, 75%); }
.scout-founder-profile--bottom .scout-founder-profile__stats--count-4 { width: 100%; }

.scout-founder-profile__image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.scout-founder-profile__image img {
	max-width: 100%;
}

@media (max-width: 1024px) {
	.scout-founder-profile--bottom .scout-founder-profile__stats {
		width: 100%;
		grid-template-columns: repeat(var(--scout-founder-stat-count, 4), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.scout-founder-profile--bottom .scout-founder-profile__stats {
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.scout-founder-profile--bottom .scout-founder-profile__stats--count-1 {
		grid-template-columns: minmax(0, 1fr);
		max-width: 280px;
	}
}
/* Shared Scout video lightbox */
html.scout-video-lightbox-open,
html.scout-video-lightbox-open body {
	overflow: hidden;
}

.scout-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .22s ease, visibility .22s ease;
}

.scout-video-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.scout-video-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 16, 28, .88);
	backdrop-filter: blur(3px);
}

.scout-video-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(1100px, 92vw);
	background: #000;
	box-shadow: 0 24px 80px rgba(0, 0, 0, .4);
}

.scout-video-lightbox__content {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
}

.scout-video-lightbox__content iframe,
.scout-video-lightbox__content video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.scout-video-lightbox__close {
	position: absolute;
	top: -48px;
	right: 0;
	z-index: 2;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 50%;
	background: rgba(0,0,0,.3);
	color: #fff;
	font: 300 34px/36px Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}

.scout-video-lightbox__close:hover,
.scout-video-lightbox__close:focus {
	background: #fff;
	color: #111;
	outline: none;
}

@media (max-width: 767px) {
	.scout-video-lightbox {
		padding: 20px;
	}
	.scout-video-lightbox__dialog {
		width: 100%;
	}
	.scout-video-lightbox__close {
		top: -46px;
	}
}
