.tt-about-team {
	position: relative;
	overflow: hidden;
	padding: 72px 0 84px;
	background: #f5f1e8;
	color: #0d1321;
}

.tt-about-team__inner { position: relative; z-index: 1; }
.tt-about-team header { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.tt-about-team h2,
.tt-about-team__mobile-title { margin: 0; font-size: clamp(28px, 2.7vw, 46px); line-height: 1.25; font-weight: 800; }
.tt-about-team h2 > i,
.tt-about-team__mobile-title > i { display: inline-block; width: 13px; height: 13px; margin-left: 12px; border-radius: 50%; background: #e63946; vertical-align: .14em; }
.tt-about-team header p { margin: 10px 0 0; color: #737781; font-size: 16px; }

.tt-about-team-feature {
	display: grid;
	grid-template-columns: minmax(420px, 1.03fr) minmax(380px, .97fr);
	align-items: stretch;
	max-width: 1170px;
	min-height: 360px;
	margin: 0 auto 24px;
	overflow: hidden;
	border: 1px solid rgba(13, 19, 33, .1);
	border-radius: 14px 14px 0 0;
	background: rgba(255, 255, 255, .74);
	box-shadow: 0 14px 28px rgba(13, 19, 33, .08);
}

.tt-about-team-feature__image { position: relative; min-height: 360px; margin: 10px 10px 10px 0; overflow: hidden; border-radius: 8px; background: linear-gradient(135deg, #0d1321, #243249); }
.tt-about-team-feature__image::before,
.tt-about-team-feature__image::after,
.tt-about-team-card__photo::before,
.tt-about-team-card__photo::after { position: absolute; z-index: 2; width: 20px; height: 20px; content: ''; border-color: #e63946; border-style: solid; pointer-events: none; }
.tt-about-team-feature__image::before,
.tt-about-team-card__photo::before { top: 18px; right: 18px; border-width: 2px 2px 0 0; }
.tt-about-team-feature__image::after,
.tt-about-team-card__photo::after { bottom: 18px; left: 18px; border-width: 0 0 2px 2px; }
.tt-about-team-feature__image img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.tt-about-team-feature__image img[hidden],
.tt-about-team-feature__placeholder[hidden] { display: none; }
.tt-about-team-feature__placeholder { display: grid; width: 100%; height: 100%; min-height: 340px; place-items: center; color: rgba(255, 255, 255, .66); font-size: 18px; }

.tt-about-team-feature__copy { display: flex; flex-direction: column; align-items: start; justify-content: center; padding: 42px 58px; text-align: center; }
.tt-about-team-feature__copy h3 { margin: 0; font-size: clamp(28px, 2.5vw, 40px); line-height: 1.3; }
.tt-about-team-feature__copy > strong { display: block; margin-top: 6px; color: #e63946; font-size: 18px; }
.tt-about-team-feature__copy > p { max-width: 460px; margin: 28px 0 22px; color: #565d68; font-size: 16px; line-height: 2; }
.tt-about-team-feature__badge { padding: 6px 13px; border: 1px solid rgba(13, 19, 33, .5); border-radius: 5px; font-family: monospace; letter-spacing: 1.5px; font-size: 12px; }
.tt-about-team-feature__copy nav { display: flex; gap: 17px; margin-top: 24px; min-height: 27px; }
.tt-about-team-feature__copy nav a { display: grid; width: 26px; height: 26px; place-items: center; color: #0d1321; font-weight: 800; font-size: 22px; text-decoration: none; }
.tt-about-team-feature__copy nav a[hidden] { display: none; }
.tt-about-team-feature__socials .tt-about-team-social__icon { filter: brightness(0) saturate(100%); }

.tt-about-team__progress { width: min(100%, 1170px); height: 3px; margin: -24px auto 24px; overflow: hidden; border-radius: 0 0 12px 12px; background: rgba(13, 19, 33, .12); }
.tt-about-team__progress span { display: block; width: 100%; height: 100%; transform: translateX(-100%); transform-origin: left center; background: #e63946; }
.tt-about-team__progress.is-running span { animation: tt-about-team-progress 6.5s linear forwards; }
@keyframes tt-about-team-progress { from { transform: translateX(-100%); } to { transform: translateX(0); } }

.tt-about-team__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; max-width: 1170px; margin: 0 auto; }
.tt-about-team-card { position: relative; min-width: 0; padding: 12px 12px 18px; overflow: hidden; border: 1px solid rgba(13, 19, 33, .13); border-top: 3px solid #e63946; border-radius: 10px; background: rgba(255, 255, 255, .66); color: #0d1321; box-shadow: 0 8px 16px rgba(13, 19, 33, .06); cursor: pointer; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.tt-about-team-card:hover,
.tt-about-team-card:focus-visible,
.tt-about-team-card.is-active { border-color: #e63946; box-shadow: 0 10px 21px rgba(230, 57, 70, .16); outline: 0; }
.tt-about-team-card:hover { transform: translateY(-4px); }
.tt-about-team-card__photo { position: relative; display: grid; height: 165px; margin-bottom: 15px; overflow: hidden; place-items: center; border-radius: 6px; background: linear-gradient(135deg, #192334, #6a717c); }
.tt-about-team-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.tt-about-team-card__photo b { color: rgba(255,255,255,.85); font-size: 54px; }
.tt-about-team-card__photo::before { top: 12px; right: 12px; width: 15px; height: 15px; }
.tt-about-team-card__photo::after { bottom: 12px; left: 12px; width: 15px; height: 15px; }
.tt-about-team-card > strong { display: block; font-size: 19px; }
.tt-about-team-card__role { display: flex; min-height: 34px; margin-top: 6px; padding-bottom: 10px; align-items: center; justify-content: center; gap: 8px; border-bottom: 1px solid rgba(13, 19, 33, .18); color: #e63946; font-size: 14px; font-style: normal; }
.tt-about-team-card__role img { width: 24px; height: 24px; object-fit: contain; }
.tt-about-team-card__specialty { display: block; min-height: 20px; margin: 11px 5px 0; overflow: hidden; color: #646a73; font-size: 12px; line-height: 1.7; white-space: nowrap; text-overflow: ellipsis; }
.tt-about-team-card__socials { display: flex; min-height: 26px; margin-top: 10px; align-items: center; justify-content: center; gap: 13px; }
.tt-about-team-card__socials a,
.tt-about-team-card__socials span { display: grid; width: 22px; height: 22px; place-items: center; }
.tt-about-team-social__icon { width: 21px; height: 21px; filter: brightness(0) saturate(100%); }
.tt-about-team-feature__copy .tt-about-team-social__icon { width: 25px; height: 25px; }
.tt-about-team__mobile-title,
.tt-about-team__dots { display: none; }
.tt-about-team__plus { position: absolute; width: 26px; height: 26px; background: url('../icons/plus.svg') center / contain no-repeat; opacity: .9; }
.tt-about-team__plus--one { top: 35px; right: 34px; }
.tt-about-team__plus--two { bottom: 34px; left: 34px; }

@media (max-width: 767px) {
	.tt-about-team { padding: 46px 0 0; }
	.tt-about-team header { margin-bottom: 27px; padding: 0 24px; }
	.tt-about-team h2 { font-size: 32px; }
	.tt-about-team header p { font-size: 14px; line-height: 1.9; }
	.tt-about-team-feature { display: flex; flex-direction: column; min-height: 0; margin: 0 22px; border-radius: 16px 16px 0 0; }
	.tt-about-team-feature__image { min-height: 0; height: 375px; margin: 0; border-radius: 15px 15px 0 0; }
	.tt-about-team-feature__image img,
	.tt-about-team-feature__placeholder { min-height: 0; height: 100%; }
	.tt-about-team-feature__copy { min-height: 305px; padding: 25px 24px 21px; align-items: center;}
	.tt-about-team-feature__copy h3 { font-size: 28px; }
	.tt-about-team-feature__copy > strong { font-size: 17px; }
	.tt-about-team-feature__copy > p { margin: 18px 0 15px; font-size: 14px; line-height: 2; }
	.tt-about-team-feature__copy nav { margin-top: 18px; }
	.tt-about-team__progress { width: calc(100% - 44px); margin: -1px auto 34px; }
	.tt-about-team__mobile-title { display: block; width: calc(100% + 44px); margin: 34px -22px 0; padding: 39px 22px 23px; background: #07111f; color: #fff; text-align: center; font-size: 31px; }
	.tt-about-team__cards { display: flex; width: calc(100% + 44px); margin: 0 -22px; padding: 0 22px 23px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; gap: 15px; background: #07111f; scrollbar-width: none; }
	.tt-about-team__cards::-webkit-scrollbar { display: none; }
	.tt-about-team-card { flex: 0 0 min(268px, 76vw); scroll-snap-align: center; border-color: rgba(255,255,255,.24); border-top-color: #e63946; background: #f5f1e8; }
	.tt-about-team-card__photo { height: 218px; }
	.tt-about-team__dots { display: flex; width: calc(100% + 44px); gap: 14px; margin: 0 -22px; padding: 0 0 30px; justify-content: center; background: #07111f; }
	.tt-about-team__dots i { width: 12px; height: 12px; border-radius: 50%; background: #89909b; transition: background .2s ease; }
	.tt-about-team__dots i.is-active { background: #e63946; }
	.tt-about-team__plus--one { top: 22px; right: 20px; }
	.tt-about-team__plus--two { bottom: 20px; left: 20px; }
}

@media (max-width: 430px) {
	.tt-about-team-feature__image { height: 310px; }
}
