.section-design-story {
	position: relative;
	background: #f1f2f4;
}

.section-design-story__media {
	position: sticky;
	top: 0;
	height: 100svh;
	overflow: hidden;
}

.section-design-story__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(241, 242, 244, 0.02);
	pointer-events: none;
}

.section-design-story__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.08;
}

.section-design-story__content {
	position: relative;
	z-index: 1;
	margin-top: -100svh;
}

.design-story-panel {
	min-height: 100svh;
	width: min(100% - 1.5rem, calc(var(--ldg-max-width) + 2rem));
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.design-story-panel__inner {
	width: 100%;
	padding: 7rem 0 5.5rem;
}

.design-story-panel--design,
.design-story-panel--projects {
	min-height: auto;
	align-items: flex-start;
}

.design-story-panel--design .design-story-panel__inner {
	padding: 12rem 0 8rem;
}

.design-story-panel--projects .design-story-panel__inner {
	padding: 4rem 0 4rem;
}

.design-story-panel--projects {
	display: none;
}

@media (max-width: 780px) {
	.design-story-panel--design .design-story-panel__inner {
		padding: 4.5rem 0 4rem;
	}
}
