.ss-story-narrative {
	background: #ffffff;
	color: #1c1c1c;
	padding: 72px 0;
}

.ss-story-narrative .ss-story-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 24px;
	width: 100%;
}

.ss-story-narrative__grid {
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	align-items: start;
}

.ss-story-narrative__heading {
	position: sticky;
	top: 96px;
}

.ss-story-eyebrow {
	color: #ffb800;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.ss-story-section-title {
	color: #101010;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.22;
	margin: 0 0 16px;
}

.ss-story-narrative__copy {
	border-left: 0;
	padding-left: 0;
}

.ss-story-narrative__quote {
	color: #101010;
	border-left: 4px solid #f2c200;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
	margin: 24px 0 0;
	padding-left: 24px;
}

.ss-story-narrative__copy p {
	color: #666666;
	font-size: 15.5px;
	line-height: 1.65;
	margin: 0 0 24px;
}

.ss-story-narrative__copy p:first-child::first-letter {
	color: #1a1a1a;
	float: left;
	font-size: 54px;
	font-weight: 800;
	line-height: 0.86;
	padding: 6px 12px 2px 0;
}

.ss-story-narrative__copy p:last-child {
	margin-bottom: 0;
}

.ss-story-narrative__copy a {
	color: #101010;
	font-weight: 800;
	text-decoration-color: #f2c200;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.ss-story-editor-card {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

@media (max-width: 900px) {
	.ss-story-narrative__grid {
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.ss-story-narrative__heading {
		position: static;
	}
}

@media (max-width: 768px) {
	.ss-story-narrative {
		padding: 20px 0;
	}
	    .ss-story-narrative__grid {
        gap: 10px;
    }
	.ss-story-container {
		padding: 0 16px;
	}

	.ss-story-eyebrow {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.ss-story-section-title {
		font-size: 28px;
		line-height: 1.18;
	}

	.ss-story-narrative__copy {
		padding-left: 0;
	}

	.ss-story-narrative__quote {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.ss-story-narrative__copy p {
		font-size: 16px;
		line-height: 1.6;
	}
}
