.ss-story-hero {
	background: #1a1a1a;
	color: #ffffff;
	overflow: hidden;
	padding: 64px 0;
	position: relative;
}

.ss-story-hero::before {
	background: radial-gradient(circle, rgba(255, 215, 0, 0.14) 0%, rgba(255, 215, 0, 0) 65%);
	content: "";
	height: 440px;
	left: -130px;
	pointer-events: none;
	position: absolute;
	top: -150px;
	width: 440px;
}

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

.ss-story-hero__grid {
	align-items: center;
	display: grid;
	gap: 40px;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	position: relative;
	z-index: 1;
}

.ss-story-breadcrumb {
	align-items: center;
	color: rgba(255, 255, 255, 0.68);
	display: flex;
	flex-wrap: nowrap;
	font-size: 13px;
	gap: 0;
	line-height: 1.4;
	margin: 0 0 24px;
	white-space: nowrap;
	width: fit-content;
}

.ss-story-breadcrumb a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

.ss-story-breadcrumb a:hover {
	color: #f2c200;
}

.ss-story-breadcrumb__sep {
	color: rgba(255, 255, 255, 0.35);
	margin: 0 8px;
}

.ss-story-eyebrow {
	align-items: center;
	color: #f2c200;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.18em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ss-story-eyebrow::before {
	background: #f2c200;
	border-radius: 999px;
	content: "";
	height: 3px;
	width: 34px;
}

.ss-story-hero__title {
	color: #ffffff;
	font-size: clamp(34px, 4.8vw, 52px);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.13;
	margin: 0;
}

.ss-story-hero__title span {
	display: block;
}

.ss-story-highlight {
	color: #f2c200;
}

.ss-story-hero__subtitle {
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	font-weight: 300;
	line-height: 1.65;
	margin: 16px 0 0;
	max-width: 540px;
}

.ss-story-hero__pillars {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 32px;
}

.ss-story-hero__pillar {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	padding: 8px 16px;
}

.ss-story-hero__media {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
	margin: 0;
	overflow: hidden;
	position: relative;
	transform: rotate(1.2deg);
}

.ss-story-hero__media::after {
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ss-story-hero__media img {
	aspect-ratio: 3 / 2;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

@media (max-width: 980px) {
	.ss-story-hero__grid {
		grid-template-columns: 1fr;
	}

	.ss-story-hero {
		padding: 48px 0;
	}

	.ss-story-hero__media {
		max-width: 620px;
		transform: none;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.ss-story-hero {
		padding: 20px 0;
	}

	.ss-story-hero .ss-story-container {
		padding: 0 16px;
	}

	.ss-story-hero__grid {
		gap: 24px;
	}

	.ss-story-breadcrumb {
		font-size: 13px;
		margin-bottom: 5px;
	}

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

	.ss-story-hero__title {
		font-size: 28px;
		line-height: 1.15;
	}

	.ss-story-hero__subtitle {
		font-size: 16px;
		line-height: 1.55;
		margin-top: 12px;
	}

	.ss-story-hero__pillars {
		margin-top: 20px;
	}

	.ss-story-hero__media {
		border-radius: 14px;
	}

	.ss-story-hero__media img {
		aspect-ratio: 16 / 11;
	}
}
