.lsd-hero {
	padding: 48px 0 56px;
	background: linear-gradient(180deg, var(--color-green-soft) 0%, var(--color-surface) 100%);
}

.lsd-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--color-muted);
	font-size: 13px;
	font-weight: 500;
}

.lsd-breadcrumbs a {
	color: var(--color-navy);
	text-decoration: none;
}

.lsd-breadcrumbs a:hover {
	color: var(--color-green-dark);
}

.lsd-hero h1 {
	margin: 0 0 14px;
	color: var(--color-navy);
	font-size: clamp(1.9rem, 3vw, 2.75rem);
	line-height: 1.15;
	font-weight: 800;
}

.lsd-hero__summary {
	margin: 0 0 24px;
	max-width: 40rem;
	color: var(--color-ink-soft);
	font-size: 1.05rem;
	line-height: 1.65;
}

.lsd-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lsd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 160px;
	padding: 11px 20px !important;
	border-radius: 10px !important;
	font-weight: 700;
	text-decoration: none !important;
}

.lsd-media {
	overflow: hidden;
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
	border: 1px solid var(--color-border);
	background: var(--color-surface);
}

.lsd-media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 360px;
	object-fit: cover;
}

.lsd-related {
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--color-border);
}

.lsd-related h2 {
	margin: 0 0 14px;
	color: var(--color-navy);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.lsd-related__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
}

.lsd-related__list a {
	color: var(--color-navy);
	font-weight: 600;
	text-decoration: none;
}

.lsd-related__list a:hover {
	color: var(--color-green-dark);
	text-decoration: underline;
}

@media (max-width: 767px) {
	.lsd-hero {
		padding: 36px 0 40px;
	}

	.lsd-btn {
		width: 100%;
	}

	.lsd-media img {
		max-height: 240px;
	}
}
