.single-sermon {
	padding-bottom: 2.5rem;
}

.sermon-hero {
	padding: 2rem 0 0.5rem;
}

.sermon-hero__back {
	margin: 0 0 1rem;
}

.sermon-hero__back-link {
	color: #5a5142;
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
}

.sermon-hero__back-link:hover,
.sermon-hero__back-link:focus {
	color: var(--hkf-green-deep);
}

.sermon-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
	gap: 1.75rem;
	align-items: start;
}

.sermon-hero__badge {
	display: inline-flex;
	margin: 0 0 0.625rem;
	padding: 0.3125rem 0.75rem;
	border-radius: 20px;
	background: var(--hkf-gold);
	color: var(--hkf-green-deep);
	font-size: 0.72rem;
	font-weight: 800;
}

.sermon-hero__eyebrow {
	margin: 0 0 0.375rem;
	color: var(--hkf-gold);
	font-size: 0.75rem;
	font-weight: 700;
}

.sermon-hero__title {
	margin: 0 0 1rem;
	color: var(--hkf-green-deep);
	font-size: clamp(1.5rem, 3.2vw, 1.9rem);
	font-weight: 800;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.sermon-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
}

.sermon-hero__meta-item {
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
	min-width: 0;
}

.sermon-hero__meta-label {
	color: #8a8473;
	font-size: 0.7rem;
	font-weight: 700;
}

.sermon-hero__meta-value {
	color: var(--hkf-ink);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	overflow-wrap: anywhere;
}

a.sermon-hero__meta-value:hover,
a.sermon-hero__meta-value:focus {
	color: var(--hkf-green-deep);
}

.sermon-hero__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.sermon-hero__term {
	display: inline-flex;
	padding: 0.375rem 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	background: var(--hkf-white);
	color: #46523f;
	font-size: 0.75rem;
	font-weight: 700;
}

.sermon-hero__term--occasion {
	border-color: rgba(182, 141, 64, 0.35);
	color: var(--hkf-green-deep);
}

.sermon-hero__media {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(135deg, var(--hkf-green-mid), var(--hkf-green-deep));
	border: 1px solid rgba(0, 0, 0, 0.07);
}

.sermon-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sermon-player,
.sermon-download,
.sermon-content {
	padding-top: 1.25rem;
}

.sermon-player__panel,
.sermon-download__panel,
.sermon-content__panel {
	padding: 1.25rem 1.375rem;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 14px;
	background: var(--hkf-white);
}

.sermon-player__heading,
.sermon-download__heading,
.sermon-content__heading {
	margin: 0 0 1rem;
	color: var(--hkf-green-deep);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
}

.sermon-player__video-wrap {
	margin-bottom: 1rem;
	border-radius: 12px;
	overflow: hidden;
	background: #111;
}

.sermon-player__video {
	display: block;
	width: 100%;
	max-height: 28rem;
	height: auto;
	background: #111;
}

.sermon-player__audio-wrap {
	margin-top: 0.25rem;
}

.sermon-player__audio {
	display: block;
	width: 100%;
}

.sermon-player__embed {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: #111;
}

.sermon-player__embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.sermon-download__panel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.sermon-download__heading {
	margin-bottom: 0.375rem;
}

.sermon-download__desc {
	margin: 0;
	color: #5a5142;
	font-size: 0.875rem;
	line-height: 1.7;
}

.sermon-download__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.375rem;
	border-radius: 11px;
	background: var(--hkf-green-deep);
	color: var(--hkf-white);
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sermon-download__button:hover,
.sermon-download__button:focus {
	filter: brightness(0.95);
	color: var(--hkf-white);
}

.sermon-content__summary {
	margin: 0 0 1.125rem;
	padding: 0.875rem 1rem;
	border-right: 4px solid var(--hkf-gold);
	border-radius: 10px;
	background: var(--hkf-cream-soft);
}

.sermon-content__summary p {
	margin: 0;
	color: #46523f;
	font-size: 0.95rem;
	line-height: 1.85;
	overflow-wrap: anywhere;
}

.sermon-content__body > :first-child {
	margin-top: 0;
}

.sermon-content__body > :last-child {
	margin-bottom: 0;
}

@media (max-width: 860px) {
	.sermon-hero__layout {
		grid-template-columns: 1fr;
	}

	.sermon-hero__media {
		order: -1;
	}
}

@media (max-width: 640px) {
	.sermon-download__panel {
		flex-direction: column;
		align-items: stretch;
	}

	.sermon-download__button {
		width: 100%;
	}
}
