/*
 * team.css
 * Converted from: frontend-nextjs/src/assets/scss/components/_custom-nav.scss
 *                 frontend-nextjs/src/views/pages/team/_meet-team.scss
 * Generated by Claude Code Phase 2B — Developer review required
 *
 * Variables resolved:
 *   $primary        → #e78125
 *   $secondary      → #19263a
 *   $color_raven    → #7b7c7e
 *   $color_gray     → #838383
 *   $white          → #ffffff
 *   $font-secondary → "DM Serif Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
 */

/* ─── Custom sticky nav ─────────────────────────────────────────────────── */

.custom-nav {
	position: sticky;
	top: 82px;
	z-index: 100;
	box-shadow: 0px 1px 1px #dbdbdb;
	background: #ffffff;
}
.meet-team-page-wrap .team-page-title h1.h1{
	font-size: 42px;
    line-height: 115%;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
	.custom-nav .container {
		padding: 0;
	}
}

.custom-nav .custom-nav__list {
	display: flex;
	overflow: hidden;
	scrollbar-color: #19263a #e5e5e5;
	scrollbar-width: thin;
}

@media (max-width: 1024px) {
	.custom-nav .custom-nav__list {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 4px;
	}
}

.custom-nav .custom-nav__list::-webkit-scrollbar {
	width: 7px;
	height: 4px;
	border-radius: 4px;
}

.custom-nav .custom-nav__list::-webkit-scrollbar-track {
	background: rgba(123, 124, 126, 0.2);
	border-radius: 4px;
}

.custom-nav .custom-nav__list::-webkit-scrollbar-thumb {
	background: #19263a;
	border-radius: 4px;
}

.custom-nav .custom-nav__list::-webkit-scrollbar-thumb:window-inactive {
	background: #19263a;
}

.custom-nav__item {
	flex-shrink: 0;
}

.custom-nav__item:not(:last-child) {
	margin-right: 44px;
}

@media (max-width: 1300px) {
	.custom-nav__item:not(:last-child) {
		margin-right: 30px;
	}
}

@media (max-width: 1100px) {
	.custom-nav__item:not(:last-child) {
		margin-right: 20px;
	}
}

.custom-nav__item a {
	display: block;
	font-size: 18px;
	color: #7b7c7e;
	padding: 12px 5px 17px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.custom-nav__item a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.custom-nav__item a {
		font-size: 14px;
		font-weight: 500;
	}
	.meet-team-page-wrap .team-page-title h1.h1{
		font-size: 28px;
	}
}

.custom-nav__item a:hover {
	color: #e78125;
}

.custom-nav__item a.active {
	color: #e78125;
	font-weight: 700;
	border-color: #e78125;
}

@media (max-width: 767px) {
	.custom-nav__item a.active {
		font-weight: 500;
	}
}

/* ─── Meet team page wrapper ─────────────────────────────────────────────── */

.meet-team-page-wrap .team-page-title {
	text-align: center;
	padding: 60px 0 30px;
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-page-title {
		padding-top: 30px;
	}
}

/* ─── Team section scroll anchor offset ─────────────────────────────────── */
.team-section-anchor {
	scroll-margin-top: 180px;
}

/* ─── Team block wrap ────────────────────────────────────────────────────── */

.meet-team-page-wrap .team-block-wrap {
	padding: 30px 0 0;
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap {
		padding-top: 30px;
		padding-bottom: 0;
	}
}

.meet-team-page-wrap .team-block-wrap .team-block-title {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 400;
	font-family: "DM Serif Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	padding-bottom: 20px;
	color: #4d4d4d;
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap .team-block-title {
		font-size: 28px;
	}
}

/* Guest authors list variant */

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-block-title {
	padding-bottom: 50px;
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item {
		flex-direction: column;
		text-align: center;
	}
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__img {
	height: 75px;
	width: 75px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 0px 8px rgba(231, 129, 37, 0.2);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(231, 129, 37, 0.2);
	-moz-box-shadow: 0px 0px 0px 8px rgba(231, 129, 37, 0.2);
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__img {
		width: 68px;
		height: 68px;
	}
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__info {
	padding-top: 0;
	padding-left: 30px;
	width: calc(100% - 75px);
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__info {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__name {
	font-size: 20px;
	line-height: 26px;
	color: #19263a;
	padding-bottom: 4px;
}

@media (max-width: 767px) {
	.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__name {
		font-size: 18px;
	}
}

.meet-team-page-wrap .team-block-wrap.guest-authors-list .team-item__position {
	font-size: 14px;
}

/* ─── Team block list ────────────────────────────────────────────────────── */

.team-block-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-block-list ul li {
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	.team-block-list .row {
		margin: 0 -8px;
	}

	.team-block-list .row [class*="col-"] {
		padding-left: 8px;
		padding-right: 8px;
	}

	.team-block-list ul li {
		padding-bottom: 30px;
	}
	.custom-nav .custom-nav__list{
		overflow-x: scroll;
		scrollbar-width: none;
	}
}

/* ─── Team item ──────────────────────────────────────────────────────────── */

/* Reserve image space before lazy-load to prevent layout shift and fluctuating sizes */
.team-item__img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.team-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.team-item__info {
	padding-top: 24px;
}

.team-item__name {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	color: #4d4d4d;
	padding-bottom: 10px;
}

@media (max-width: 1024px) {
	.team-item__name {
		font-size: 18px;
	}
}

.team-item__name a {
	color: inherit;
	text-decoration: none;
}

.team-item__name a:hover {
	color: #e78125;
}

.team-item__position {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #838383;
}

@media (max-width: 1024px) {
	.team-item__position {
		font-size: 12px;
	}
}

/* ─── Quick link + CTA wrapper ───────────────────────────────────────────── */

.quick-link-cta-wrap {
	padding-top: 150px !important;
}
.header-wrap.header-shrink header{
	box-shadow: none;
}
