body.team_detail_page {
	background: #fff;
	color: #111;
}

.team_detail_page .detail_hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	min-height: 320px;
	padding: 140px 0 72px;
	background:
		linear-gradient(90deg, rgba(10, 10, 10, 0.94) 0%, rgba(10, 10, 10, 0.72) 48%, rgba(10, 10, 10, 0.50) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg") center/cover no-repeat;
}

.team_detail_page .detail_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.12), transparent 42%);
	pointer-events: none;
}

.team_detail_page .detail_hero .container-xl {
	position: relative;
	z-index: 1;
}

.team_detail_page .detail_hero h1 {
	display: inline-block;
	padding: 18px 22px;
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	line-height: 1.02;
	font-weight: 800;
	max-width: 15ch;
	margin-bottom: 0;
}

.team_detail_page .detail_hero_copy {
	max-width: 58ch;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.05rem;
	line-height: 1.8;
}

.team_detail_page .profile_panel,
.team_detail_page .mentor_intro_card,
.team_detail_page .mentor_hero_card,
.team_detail_page .mentor_card,
.team_detail_page .team_cta_box {
	border-radius: 28px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.team_detail_page .mentor_hero_card {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	min-height: 520px;
	background: #111;
}

.team_detail_page .mentor_hero_card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 520px;
}

.team_detail_page .mentor_hero_overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 10, 10, 0.06) 0%, rgba(10, 10, 10, 0.72) 100%);
}

.team_detail_page .mentor_hero_badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 1;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(8px);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.team_detail_page .mentor_intro_card,
.team_detail_page .profile_panel,
.team_detail_page .mentor_card_body {
	background: #fff;
	border: 1px solid #edf0f4;
}

.team_detail_page .mentor_intro_card {
	padding: 32px;
	height: 100%;
}

.team_detail_page .mentor_bio_highlight {
	padding: 16px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff9f1 0%, #fffefb 100%);
	border-left: 4px solid var(--yellow);
	color: #4b5563;
	line-height: 1.8;
}

.team_detail_page .mentor_meta_box {
	height: 100%;
	padding: 18px 20px;
	border-radius: 20px;
	background: #f8f9fa;
	border: 1px solid #eceff3;
}

.team_detail_page .mentor_meta_box span {
	display: block;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #7a7f87;
	margin-bottom: 8px;
}

.team_detail_page .mentor_meta_box strong {
	display: block;
	color: #111;
	font-size: 1rem;
	line-height: 1.4;
}

.team_detail_page .mentor_social_links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.team_detail_page .mentor_social_link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #ffffff;
	color: #111111;
	font-size: 0.86rem;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.team_detail_page .mentor_social_link i {
	font-size: 1rem;
	line-height: 1;
}

.team_detail_page .mentor_social_link:hover,
.team_detail_page .mentor_social_link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(209, 0, 0, 0.35);
	color: #9f0000;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.team_detail_page .profile_panel {
	padding: 30px;
	height: 100%;
	background: #fff;
}

.team_detail_page .profile_panel_dark {
	background: linear-gradient(135deg, #0d0d0d 0%, #272727 100%);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.team_detail_page .profile_panel_dark .section_kicker,
.team_detail_page .profile_panel_dark h3,
.team_detail_page .profile_panel_dark p,
.team_detail_page .profile_panel_dark a {
	color: #fff;
}

.team_detail_page .faculty_jump {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.team_detail_page .faculty_jump a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff !important;
	text-decoration: none;
}

.team_detail_page .faculty_jump_dark a {
	background: rgba(255, 255, 255, 0.08);
}

.team_detail_page .mentor_card {
	overflow: hidden;
	height: 100%;
	background: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team_detail_page .mentor_card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

.team_detail_page .mentor_card img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
}

.team_detail_page .mentor_card_body {
	padding: 24px;
	height: 100%;
}

.team_detail_page .mentor_card_body p {
	line-height: 1.75;
	color: #555;
}

.team_detail_page .profile_role {
	display: inline-block;
	margin-bottom: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--yellow);
	font-size: 13px;
}

.team_detail_page .profile_point {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #fafafa;
	border: 1px solid #eceff3;
}

.team_detail_page .profile_point_card {
	background: linear-gradient(180deg, #ffffff 0%, #fafbfe 100%);
}

.team_detail_page .profile_point_card span {
	line-height: 1.7;
	color: #334155;
}

.team_detail_page .profile_point i {
	flex: 0 0 auto;
	margin-top: 2px;
}

.team_detail_page .detail_highlight_list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.team_detail_page .detail_highlight_list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	color: #495057;
}

.team_detail_page .detail_highlight_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d6a900;
}

.team_detail_page .team_cta_box {
	padding: 42px 28px;
	background: linear-gradient(135deg, rgba(11, 11, 11, 0.96) 0%, rgba(34, 34, 34, 0.96) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
}

@media (max-width: 991px) {
	.team_detail_page .detail_hero {
		min-height: 280px;
		padding-top: 120px;
	}

	.team_detail_page .mentor_hero_card {
		min-height: 360px;
	}

	.team_detail_page .mentor_hero_card img {
		min-height: 360px;
	}
}

@media (max-width: 575px) {
	.team_detail_page .detail_hero {
		padding-top: 110px;
		padding-bottom: 60px;
	}

	.team_detail_page .mentor_hero_badge {
		font-size: 0.75rem;
		padding: 6px 10px;
		left: 12px;
		bottom: 12px;
	}
}