.we-athletes-home {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #ffffff;
	padding: 72px 0 88px;
	overflow: hidden;
}

.we-athletes-home__inner {
	width: 100%;
}

.we-athletes-home__title {
	margin: 0 24px 76px;
	color: #26382d;
	font-size: clamp(42px, 5.1vw, 96px);
	line-height: 0.95;
	font-weight: 900;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.we-athletes-home__rail {
	display: flex;
	gap: clamp(22px, 2.4vw, 42px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: #26382d #f2f2f2;
	padding: 0 clamp(28px, 4.4vw, 80px) 10px;
	-webkit-overflow-scrolling: touch;
}

.we-athletes-home__rail::-webkit-scrollbar {
	height: 9px;
}

.we-athletes-home__rail::-webkit-scrollbar-track {
	background: #f2f2f2;
}

.we-athletes-home__rail::-webkit-scrollbar-thumb {
	background: #26382d;
	border-radius: 999px;
}

.we-athletes-home__card {
	position: relative;
	display: block;
	flex: 0 0 clamp(280px, 22vw, 430px);
	height: clamp(390px, 26vw, 520px);
	overflow: hidden;
	background: #eef0ef;
	color: #ffffff;
	text-decoration: none !important;
	scroll-snap-align: start;
	isolation: isolate;
}

.we-athletes-home__card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 220ms ease;
}

.we-athletes-home__card:hover img {
	transform: scale(1.035);
}

.we-athletes-home__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(15, 24, 20, 0.64) 0%, rgba(15, 24, 20, 0.18) 34%, rgba(15, 24, 20, 0.06) 100%),
		linear-gradient(0deg, rgba(15, 24, 20, 0.46) 0%, rgba(15, 24, 20, 0.04) 42%);
}

.we-athletes-home__name {
	position: absolute;
	left: 34px;
	bottom: 36px;
	z-index: 2;
	color: #ffffff;
	font-size: clamp(18px, 1.18vw, 24px);
	line-height: 1;
	font-weight: 900;
	letter-spacing: 0;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

@media (max-width: 921px) {
	.we-athletes-home {
		padding: 54px 0 64px;
	}

	.we-athletes-home__title {
		margin-bottom: 38px;
		font-size: clamp(34px, 9vw, 58px);
	}

	.we-athletes-home__rail {
		gap: 18px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.we-athletes-home__card {
		flex-basis: min(76vw, 340px);
		height: min(98vw, 440px);
	}

	.we-athletes-home__name {
		left: 24px;
		bottom: 28px;
		font-size: 18px;
	}
}
