.bshc-homepage-story-stage,
.e-con:has(> .elementor-widget-bshc-homepage-advantage-story) {
	--padding-top: 0;
	--padding-right: 0;
	--padding-bottom: 0;
	--padding-left: 0;
	--gap: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: none;
	padding: 0;
	gap: 0;
}

.bshc-homepage-story {
	--bshc-story-progress: 0;
	position: relative;
	min-height: 215vh;
	overflow: clip;
	background: #18181c;
	color: #f7f7f3;
	isolation: isolate;
}

.bshc-homepage-story__cosmos {
	z-index: 0;
}

.bshc-homepage-story__sticky.bshc-shell {
	position: sticky;
	top: 0;
	z-index: 2;
	width: 100%;
	max-width: none;
	min-height: 100vh;
	min-height: 100svh;
	margin-inline: 0;
	padding-top: 118px;
	padding-bottom: 88px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bshc-homepage-story__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.bshc-homepage-story__eyebrow {
	margin: 0;
	color: rgb(247 247 243 / 58%);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bshc-homepage-story__index {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgb(247 247 243 / 50%);
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.1em;
}

.bshc-homepage-story__index i {
	position: relative;
	width: 100px;
	height: 1px;
	display: block;
	overflow: hidden;
	background: rgb(247 247 243 / 18%);
}

.bshc-homepage-story__index i::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #f7f7f3;
	transform: scaleX(var(--bshc-story-progress));
	transform-origin: left;
	will-change: transform;
}

.bshc-homepage-story__stage {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.45fr);
	align-items: end;
	gap: clamp(90px, 8vw, 170px);
	margin: auto 0;
}

.bshc-homepage-story__title {
	max-width: 1120px;
	margin: 0;
	font-size: clamp(46px, 5.1vw, 70px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.bshc-homepage-story__word {
	display: inline;
	color: #f7f7f3;
}

.bshc-homepage-story.is-enhanced .bshc-homepage-story__word {
	--bshc-story-word-progress: 0;
	color: rgb(247 247 243 / calc(18% + (var(--bshc-story-word-progress) * 82%)));
	transition: color 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bshc-homepage-story__facts {
	display: grid;
	gap: 32px;
}

.bshc-homepage-story__fact {
	--bshc-story-fact-progress: 1;
	padding-top: 20px;
	border-top: 1px solid rgb(247 247 243 / 18%);
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 20px;
}

.bshc-homepage-story.is-enhanced .bshc-homepage-story__fact {
	opacity: calc(0.16 + (var(--bshc-story-fact-progress) * 0.84));
	transform: translate3d(0, calc((1 - var(--bshc-story-fact-progress)) * 70px), 0);
	will-change: transform, opacity;
}

.bshc-homepage-story__fact strong {
	color: #f7f7f3;
	font-size: clamp(70px, 7vw, 108px);
	font-weight: 700;
	line-height: 0.78;
	letter-spacing: -0.06em;
}

.bshc-homepage-story__fact span {
	color: rgb(247 247 243 / 55%);
	font-size: 15px;
	line-height: 1.25;
	white-space: pre-line;
}

.bshc-homepage-story__caption {
	margin: 0;
	padding-top: 24px;
	border-top: 1px solid rgb(247 247 243 / 18%);
	color: rgb(247 247 243 / 58%);
	font-size: 17px;
	line-height: 1.4;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.bshc-homepage-story__title {
		font-size: 58px;
	}
}

@media (max-width: 1024px) {
	.bshc-homepage-story__stage {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.bshc-homepage-story__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bshc-homepage-story__fact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.bshc-homepage-story {
		min-height: 190vh;
	}

	.bshc-homepage-story__sticky.bshc-shell {
		padding-top: 78px;
		padding-bottom: 38px;
	}

	.bshc-homepage-story__index {
		display: none;
	}

	.bshc-homepage-story__title {
		font-size: clamp(34px, 9.6vw, 47px);
	}

	.bshc-homepage-story__stage {
		gap: 35px;
	}

	.bshc-homepage-story__facts {
		gap: 16px;
	}

	.bshc-homepage-story__fact strong {
		font-size: 58px;
	}

	.bshc-homepage-story__fact span {
		font-size: 12px;
	}

	.bshc-homepage-story__caption {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bshc-homepage-story {
		--bshc-story-progress: 1;
		min-height: auto;
	}

	.bshc-homepage-story__sticky.bshc-shell {
		position: relative;
		min-height: 980px;
	}

	.bshc-homepage-story .bshc-homepage-story__word {
		color: #f7f7f3;
		transition: none;
	}

	.bshc-homepage-story .bshc-homepage-story__fact {
		opacity: 1;
		transform: none;
		will-change: auto;
	}
}

@media (max-width: 700px) and (prefers-reduced-motion: reduce) {
	.bshc-homepage-story__sticky.bshc-shell {
		min-height: 760px;
	}
}
