.site-main--front {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.site-main--front::before,
.site-main--front::after {
	position: absolute;
	z-index: -1;
	width: min(calc(50% - 24px), 695.5px);
	height: 1049px;
	pointer-events: none;
	content: "";
}

.site-main--front::before {
	top: 674px;
	right: max(24px, calc((100% - 1391px) / 2));
	background: linear-gradient(90deg, #fff 0%, #fff 39.904%, #e1ffd5 100%);
}

.site-main--front::after {
	top: 674px;
	left: max(24px, calc((100% - 1391px) / 2));
	background: linear-gradient(90deg, #e1ffd5 0%, #fff 60.096%, #fff 100%);
}

.top-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: min(calc(100% - 48px), 1391px);
	height: 648px;
	margin: 0 auto;
	background: var(--background-hero-base);
}

.top-hero::after,
.top-hero::before { content: none; }

.top-hero__inner {
	position: relative;
	width: 100%;
	max-width: none;
	height: 648px;
	padding: 0;
}

.top-hero__inner::after { content: none; }

.top-hero__pattern {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 161px;
	background: url("../../images/figma/top-hero-pattern.svg") center / 100% 161px no-repeat;
	mix-blend-mode: soft-light;
	opacity: .3;
}

.top-hero__people {
	position: absolute;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.top-hero__people { z-index: 2; }

.top-hero__content {
	position: absolute;
	z-index: 4;
	top: 186px;
	left: 96px;
	width: 663px;
}

.top-hero__title {
	width: 653px;
	height: 73px;
	margin: 0 0 22px;
	padding: 7px 27px 10px;
	border-radius: 5px;
	background: #fff;
	color: var(--color-hero-text);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	white-space: nowrap;
}

.top-hero__title span {
	background: var(--gradient-hero-title);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}

.top-hero__title-mobile-break { display: none; }

.top-hero__description {
	width: 636px;
	height: 72px;
	margin: 0 0 25px;
	color: var(--color-hero-text);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4.2px;
	line-height: 1.8;
}

.top-hero__description span { display: block; }

.top-hero__achievements {
	display: flex;
	align-items: center;
	gap: 17px;
	height: 62px;
	margin-bottom: 93px;
}

.top-hero__achievement {
	display: grid;
	align-items: center;
	grid-template-columns: 21px 1fr 21px;
	width: 266px;
	height: 62px;
	color: #000;
}

.top-hero__laurel {
	width: 21px;
	height: 59px;
	object-fit: fill;
}

.top-hero__achievement-content {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: end;
	column-gap: 2px;
	text-align: center;
}

.top-hero__achievement-content small {
	grid-column: 1 / -1;
	justify-self: end;
	min-width: 102px;
	margin-right: 5px;
	padding: 4px 10px 3px;
	border-radius: 100px;
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 2;
	white-space: nowrap;
}

.top-hero__achievement-content p {
	display: flex;
	align-items: flex-end;
	margin: -1px 0 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.top-hero__achievement-content p {
	transform: translateY(-8px);
}

.top-hero__achievement-content strong {
	font-family: var(--font-family-en);
	font-size: 56px;
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: .72;
}

.top-hero__achievement-content span {
	padding-bottom: 1px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.9px;
	line-height: 2;
	white-space: nowrap;
}

.top-hero__achievement-content span b {
	font-family: var(--font-family-en);
	font-size: 15px;
	letter-spacing: -0.04em;
}

.top-hero__achievement-wordmark {
	width: 108px;
	height: 37px;
	object-fit: contain;
}

.top-hero__actions {
	display: flex;
	gap: 18px;
}

.top-hero__actions .ds-button {
	justify-content: space-between;
	width: 202px;
	height: 64px;
	min-height: 64px;
	padding: 10px 21px;
	border: 0;
	border-radius: 10px;
	font-size: 14px;
}

.top-hero__actions .ds-button__arrow {
	width: 24px;
	height: 24px;
}

.top-hero__people {
	left: auto;
	right: 48px;
	width: 604px;
}

.top-hero__people-column {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 259px;
}

.top-hero__people-column--left { left: 65px; }
.top-hero__people-column--right { left: 334px; }

.top-hero__people-track {
	position: absolute;
	top: -176px;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	animation: top-hero-people-scroll 30s linear infinite;
	will-change: transform;
}

.top-hero__people-column--right .top-hero__people-track {
	top: -327px;
	animation-duration: 45s;
	--top-hero-people-distance: -1257px;
}

.top-hero__person::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgb(134 188 37 / 20%), rgb(9 156 157 / 20%));
	content: "";
	mix-blend-mode: overlay;
}

.top-hero__person--2::after,
.top-hero__person--4::after {
	background: linear-gradient(180deg, rgb(134 188 37 / 20%), rgb(0 166 199 / 20%));
}

.top-hero__person--5::after {
	background: linear-gradient(180deg, rgb(134 188 37 / 30%), rgb(0 166 199 / 30%));
}

.top-hero__person {
	position: relative;
	flex: 0 0 409px;
	overflow: hidden;
	width: 259px;
	height: 409px;
}

.top-hero__person img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-hero__person--3 img { object-position: 74% center; }
.top-hero__person--4 img { object-position: 67% center; }
.top-hero__person--5 img {
	object-fit: fill;
	object-position: bottom;
}

@keyframes top-hero-people-scroll {
	from { transform: translateY(var(--top-hero-people-distance, -838px)); }
	to { transform: translateY(0); }
}

@media (max-width: 1100px) {
	.top-hero__people { opacity: .38; }
}

@media (max-width: 760px) {
	.top-hero { width: 100%; height: auto; min-height: 600px; }
	.top-hero__inner { height: auto; min-height: 600px; }
	.top-hero__content { position: relative; top: auto; left: auto; width: auto; padding: 110px 24px 40px 48px; }
	.top-hero__title { width: auto; height: auto; font-size: clamp(27px, 7vw, 36px); white-space: normal; }
	.top-hero__description { width: auto; height: auto; font-size: 16px; letter-spacing: 2px; }
	.top-hero__achievements { flex-wrap: wrap; height: auto; margin-bottom: 40px; }
	.top-hero__achievement { width: 240px; }
	.top-hero__actions { flex-wrap: wrap; }
	.top-hero__people { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.top-hero__people-track { animation-play-state: paused; }
}
