/* STIDE Leadership Elementor 2.0.0 */
.stidelead2-root,
.stidelead2-root * {
	box-sizing: border-box;
	min-width: 0;
	font-family: inherit;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.stidelead2-root {
	--sl2-burgundy: #7b3046;
	--sl2-gold: #b2976f;
	--sl2-deep: #4c1c2c;
	--sl2-gold-light: #d8c8b0;
	--sl2-paper: #fbfaf8;
	--sl2-cream: #f2ede6;
	--sl2-ink: #211f20;
	--sl2-copy: #5d5659;
	--sl2-line: rgba(123, 48, 70, 0.17);
	--sl2-white: #ffffff;
	--sl2-max-width: 1240px;
	--sl2-hero-top: 190px;
	--sl2-hero-height: 800px;
	--sl2-profile-space: 82px;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	color: var(--sl2-ink);
	background: var(--sl2-paper);
	container-type: inline-size;
	container-name: stidelead2Page;
}

.stidelead2-root a {
	color: inherit;
	text-decoration: none;
}

.stidelead2-root h1,
.stidelead2-root h2,
.stidelead2-root h3,
.stidelead2-root p,
.stidelead2-root figure {
	margin-top: 0;
}

.stidelead2-root figure {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.stidelead2-root img,
.stidelead2-root svg {
	display: block;
	max-width: 100%;
}

.stidelead2-shell {
	position: relative;
	z-index: 2;
	width: min(var(--sl2-max-width), calc(100% - 48px));
	margin-inline: auto;
}

.stidelead2-eyebrow {
	margin-bottom: 17px;
	color: var(--sl2-burgundy);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.45;
	text-transform: uppercase;
}

/* Split architectural hero */
.stidelead2-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: var(--sl2-hero-height);
	padding: var(--sl2-hero-top) 0 clamp(86px, 8vw, 128px);
	overflow: hidden;
	background: #141214;
}

.stidelead2-hero-image,
.stidelead2-hero-overlay {
	position: absolute;
	inset: 0;
}

.stidelead2-hero-image {
	z-index: 0;
	background: var(--sl2-hero-image) 58% center / cover no-repeat;
	filter: grayscale(1) contrast(1.13) brightness(0.67);
	transform: scale(1.035);
	animation: stidelead2Hero 22s ease-in-out infinite alternate;
}

.stidelead2-hero-overlay {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(17, 12, 14, 0.97) 0%, rgba(17, 12, 14, 0.88) 46%, rgba(17, 12, 14, 0.30) 100%),
		linear-gradient(180deg, rgba(17, 12, 14, 0.03) 0%, rgba(17, 12, 14, 0.78) 100%);
}

.stidelead2-hero-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(125deg, transparent 11%, rgba(178, 151, 111, 0.06) 49%, transparent 73%),
		radial-gradient(circle at 17% 21%, rgba(178, 151, 111, 0.24), transparent 29%);
}

.stidelead2-hero-grid {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: clamp(28px, 5vw, 66px);
	align-items: stretch;
}

.stidelead2-hero-index {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 4px;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.stidelead2-hero-index span {
	color: var(--sl2-gold-light);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.21em;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

.stidelead2-hero-copy {
	max-width: 1100px;
}

.stidelead2-hero .stidelead2-eyebrow {
	color: var(--sl2-gold-light);
}

.stidelead2-hero h1 {
	max-width: 980px;
	margin-bottom: 36px;
	color: var(--sl2-gold-light);
	font-size: clamp(64px, 10vw, 136px);
	font-weight: 540;
	letter-spacing: -0.062em;
	line-height: 0.90;
	text-wrap: balance;
}

.stidelead2-hero-lower {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(270px, 0.58fr);
	gap: clamp(34px, 7vw, 92px);
	align-items: end;
}

.stidelead2-hero-lower > p {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.83;
}

.stidelead2-hero-note {
	padding-left: 22px;
	border-left: 2px solid var(--sl2-gold);
}

.stidelead2-hero-note strong {
	display: block;
	margin-bottom: 8px;
	color: var(--sl2-gold-light);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.10em;
	line-height: 1.45;
	text-transform: uppercase;
}

.stidelead2-hero-note span {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.74;
}

/* Leadership dossier directory */
.stidelead2-directory {
	position: relative;
	padding: clamp(82px, 9vw, 138px) 0;
	background:
		radial-gradient(circle at 92% 8%, rgba(178, 151, 111, 0.13), transparent 25%),
		var(--sl2-paper);
}

.stidelead2-directory-head {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
	gap: clamp(38px, 7vw, 90px);
	align-items: end;
	padding-bottom: clamp(44px, 6vw, 70px);
	border-bottom: 1px solid var(--sl2-line);
}

.stidelead2-directory-head h2 {
	max-width: 830px;
	margin-bottom: 0;
	color: var(--sl2-burgundy);
	font-size: clamp(38px, 5.4vw, 70px);
	font-weight: 560;
	letter-spacing: -0.045em;
	line-height: 1.04;
	text-wrap: balance;
}

.stidelead2-directory-head > p {
	margin-bottom: 0;
	color: var(--sl2-copy);
	font-size: 15px;
	line-height: 1.85;
}

.stidelead2-profiles {
	display: grid;
}

.stidelead2-profile {
	position: relative;
	display: grid;
	grid-template-columns: 88px minmax(270px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(24px, 5vw, 72px);
	align-items: center;
	min-height: 580px;
	padding: var(--sl2-profile-space) 0;
	border-bottom: 1px solid var(--sl2-line);
}

.stidelead2-profile-number {
	align-self: start;
	padding-top: 5px;
	color: var(--sl2-gold);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1;
}

.stidelead2-profile-number.is-hidden {
	visibility: hidden;
}

.stidelead2-portrait {
	position: relative;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: #e9e3dc;
	box-shadow: 0 24px 70px rgba(39, 25, 31, 0.13);
}

.stidelead2-ratio-square .stidelead2-portrait {
	aspect-ratio: 1 / 1;
}

.stidelead2-ratio-tall .stidelead2-portrait {
	aspect-ratio: 3 / 4.4;
}

.stidelead2-portrait::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.025);
	pointer-events: none;
}

.stidelead2-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) contrast(1.05);
	transition: transform 0.72s ease, filter 0.72s ease;
}

.stidelead2-profile:hover .stidelead2-portrait img {
	transform: scale(1.035);
	filter: grayscale(0.72) contrast(1.03);
}

.stidelead2-portrait-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--sl2-gold-light);
	background: linear-gradient(145deg, var(--sl2-deep), var(--sl2-burgundy));
}

.stidelead2-portrait-placeholder span {
	font-size: clamp(38px, 6vw, 74px);
	font-weight: 560;
	letter-spacing: -0.04em;
}

.stidelead2-profile-copy {
	max-width: 690px;
}

.stidelead2-position {
	margin-bottom: 14px;
	color: var(--sl2-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.45;
	text-transform: uppercase;
}

.stidelead2-profile h3 {
	margin-bottom: 10px;
	color: var(--sl2-burgundy);
	font-size: clamp(34px, 4.4vw, 58px);
	font-weight: 570;
	letter-spacing: -0.04em;
	line-height: 1.03;
	text-wrap: balance;
}

.stidelead2-location {
	margin-bottom: 0;
	color: #7c7477;
	font-size: 13px;
	line-height: 1.6;
}

.stidelead2-biography {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--sl2-line);
	color: var(--sl2-copy);
	font-size: 15px;
	line-height: 1.87;
}

.stidelead2-biography p:last-child {
	margin-bottom: 0;
}

.stidelead2-contact {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	margin-top: 27px;
	padding-top: 24px;
	border-top: 1px solid var(--sl2-line);
}

.stidelead2-contact > span {
	color: var(--sl2-burgundy);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-transform: uppercase;
}

.stidelead2-contact > div {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 22px;
}

.stidelead2-contact a {
	position: relative;
	color: var(--sl2-copy);
	font-size: 13px;
	line-height: 1.6;
}

.stidelead2-contact a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -2px;
	height: 1px;
	background: var(--sl2-gold);
	transition: right 0.28s ease;
}

.stidelead2-contact a:hover::after,
.stidelead2-contact a:focus-visible::after {
	right: 0;
}

.stidelead2-position-right .stidelead2-profile,
.stidelead2-position-alternate .stidelead2-profile:nth-child(even) {
	grid-template-columns: 88px minmax(0, 1.28fr) minmax(270px, 0.72fr);
}

.stidelead2-position-right .stidelead2-profile .stidelead2-portrait,
.stidelead2-position-alternate .stidelead2-profile:nth-child(even) .stidelead2-portrait {
	grid-column: 3;
	grid-row: 1;
}

.stidelead2-position-right .stidelead2-profile .stidelead2-profile-copy,
.stidelead2-position-alternate .stidelead2-profile:nth-child(even) .stidelead2-profile-copy {
	grid-column: 2;
	grid-row: 1;
}

.stidelead2-empty {
	padding: 70px 0;
	color: var(--sl2-copy);
	font-size: 15px;
	line-height: 1.8;
}

/* Professional perimeter */
.stidelead2-perimeter {
	padding: clamp(70px, 8vw, 112px) 0;
	color: var(--sl2-white);
	background:
		radial-gradient(circle at 86% 10%, rgba(178, 151, 111, 0.22), transparent 25%),
		linear-gradient(140deg, var(--sl2-deep), var(--sl2-burgundy));
}

.stidelead2-perimeter-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: center;
}

.stidelead2-perimeter .stidelead2-eyebrow {
	color: var(--sl2-gold-light);
}

.stidelead2-perimeter-grid > div > p:last-child {
	max-width: 900px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 14px;
	line-height: 1.82;
}

.stidelead2-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-height: 52px;
	padding: 14px 22px;
	border: 1px solid var(--sl2-gold);
	background: var(--sl2-gold);
	color: var(--sl2-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 0.28s ease, background 0.28s ease;
}

.stidelead2-cta svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	transition: transform 0.28s ease;
}

.stidelead2-cta:hover,
.stidelead2-cta:focus-visible {
	transform: translateY(-3px);
	background: var(--sl2-gold-light);
}

.stidelead2-cta:hover svg,
.stidelead2-cta:focus-visible svg {
	transform: translateX(3px);
}

/* Reveal motion */
.stidelead2-root [data-stidelead2-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.72s ease, transform 0.72s ease;
	will-change: opacity, transform;
}

.stidelead2-root [data-stidelead2-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@container stidelead2Page (max-width: 1020px) {
	.stidelead2-hero-lower,
	.stidelead2-directory-head,
	.stidelead2-perimeter-grid {
		grid-template-columns: 1fr;
	}

	.stidelead2-profile,
	.stidelead2-position-right .stidelead2-profile,
	.stidelead2-position-alternate .stidelead2-profile:nth-child(even) {
		grid-template-columns: 64px minmax(230px, 0.78fr) minmax(0, 1.22fr);
		gap: 28px;
	}
}


@container stidelead2Page (max-width: 820px) {
	.stidelead2-contact {
		grid-template-columns: 1fr;
		gap: 10px;
	}
}

@container stidelead2Page (max-width: 760px) {
	.stidelead2-shell {
		width: min(100% - 32px, var(--sl2-max-width));
	}

	.stidelead2-hero {
		min-height: max(760px, var(--sl2-hero-height));
		padding-top: max(150px, var(--sl2-hero-top));
		padding-bottom: 76px;
	}

	.stidelead2-hero-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.stidelead2-hero-index {
		justify-content: flex-start;
		padding: 0 0 16px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.stidelead2-hero-index span {
		writing-mode: horizontal-tb;
		transform: none;
		white-space: normal;
	}

	.stidelead2-hero h1 {
		font-size: clamp(58px, 20vw, 88px);
	}

	.stidelead2-profile,
	.stidelead2-position-right .stidelead2-profile,
	.stidelead2-position-alternate .stidelead2-profile:nth-child(even) {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 18px;
		align-items: start;
		min-height: 0;
		padding: max(54px, var(--sl2-profile-space)) 0;
	}

	.stidelead2-profile-number {
		grid-column: 1;
		grid-row: 1;
	}

	.stidelead2-profile .stidelead2-portrait,
	.stidelead2-position-right .stidelead2-profile .stidelead2-portrait,
	.stidelead2-position-alternate .stidelead2-profile:nth-child(even) .stidelead2-portrait {
		grid-column: 2;
		grid-row: 1;
		width: min(100%, 520px);
	}

	.stidelead2-profile .stidelead2-profile-copy,
	.stidelead2-position-right .stidelead2-profile .stidelead2-profile-copy,
	.stidelead2-position-alternate .stidelead2-profile:nth-child(even) .stidelead2-profile-copy {
		grid-column: 2;
		grid-row: 2;
	}

	.stidelead2-contact {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.stidelead2-cta {
		width: 100%;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.stidelead2-root .stidelead2-hero {
		padding-top: max(150px, var(--sl2-hero-top));
	}
}

@media (prefers-reduced-motion: reduce) {
	.stidelead2-root *,
	.stidelead2-root *::before,
	.stidelead2-root *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}

	.stidelead2-root [data-stidelead2-reveal] {
		opacity: 1;
		transform: none;
	}
}

@keyframes stidelead2Hero {
	from { transform: scale(1.035) translate3d(0, 0, 0); }
	to { transform: scale(1.085) translate3d(-1.1%, -0.7%, 0); }
}
