.sc-hero-wrap {
	padding-top: 0;
	padding-bottom: 2rem;
}

.sc-hero {
	position: relative;
	min-height: 560px;
	border-radius: 16px;
	overflow: hidden;
	background: #161616;
}

.sc-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.88) 100%);
}

.sc-hero__inner {
	position: relative;
	z-index: 2;
	min-height: 560px;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.9rem;
}

.sc-hero__breadcrumbs {
	color: var(--right-secondary-color, #ffa987);
}

.sc-hero__breadcrumbs .breadcrumbs,
.sc-hero__breadcrumbs .breadcrumbs a,
.sc-hero__breadcrumbs .breadcrumbs span,
.sc-hero__breadcrumbs .breadcrumbs li,
.sc-hero__breadcrumbs .breadcrumbs ol {
	color: var(--right-secondary-color, #ffa987) !important;
}

.sc-hero__title {
	color: var(--right-secondary-light-color, #f7ebe8);
	font-size: clamp(1.8rem, 4vw, 2.9rem);
	font-weight: 800;
	line-height: 1.35;
}

.sc-hero__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: #fff;
	font-size: 0.92rem;
}

.sc-hero__reporters {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding-inline-start: 0.65rem;
}

.sc-hero__reporter-avatar {
	position: relative;
	display: inline-flex;
	margin-inline-start: -10px;
	border-radius: 9999px;
	overflow: hidden;
	border: 2px solid #fff;
	width: 38px;
	height: 38px;
}

.sc-hero__reporter-avatar:first-child {
	margin-inline-start: 0;
}

.sc-hero__reporter-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-content-victims__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: 1.4rem;
	align-items: start;
}

.sc-content-victims__text {
	font-size: 1.02rem;
	line-height: 2;
	color: #252525;
}

.sc-content-victims__text h1,
.sc-content-victims__text h2,
.sc-content-victims__text h3,
.sc-content-victims__text h4,
.sc-content-victims__text h5,
.sc-content-victims__text h6 {
	color: #161616;
	font-weight: 800;
	line-height: 1.55;
	margin-top: 1.2rem;
	margin-bottom: 0.6rem;
}

.sc-content-victims__text h1 { font-size: clamp(1.45rem, 3.2vw, 2rem); }
.sc-content-victims__text h2 { font-size: clamp(1.3rem, 2.8vw, 1.75rem); }
.sc-content-victims__text h3 { font-size: clamp(1.15rem, 2.2vw, 1.45rem); }
.sc-content-victims__text h4 { font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.sc-content-victims__text h5 { font-size: 1rem; }
.sc-content-victims__text h6 { font-size: 0.92rem; }

.sc-content-victims__text p + p {
	margin-top: 0.9rem;
}

.sc-victims-box {
	background: var(--right-secondary-light-color, #f7ebe8);
	border-radius: 16px;
	padding: 1rem;
}

.sc-victims-box h2 {
	font-weight: 800;
	font-size: 1.25rem;
	margin-bottom: 0.9rem;
	color: var(--right-primary-color, #961819);
}

.sc-victim-card {
	background: #fff;
	border-radius: 12px;
	padding: 0.8rem 0.95rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.sc-victim-card:last-child {
	margin-bottom: 0;
}

.sc-victim-card span {
	font-size: 0.9rem;
	color: #444;
}

.sc-victim-card strong {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--right-primary-color, #961819);
}

.sc-section-title {
	text-align: center;
	color: var(--right-primary-color, #961819);
	font-weight: 800;
	font-size: clamp(1.25rem, 2.5vw, 1.8rem);
	margin-bottom: 1.2rem;
}

.sc-latest-articles {
	padding-top: 0.75rem;
}

.sc-latest-articles .w-full.py-8 {
	padding-top: 0.15rem;
	padding-bottom: 1.25rem;
}

.sc-latest-articles .container.py-8 {
	padding-top: 0.1rem;
}

.sc-latest-podcasts {
	background: var(--right-secondary-light-color, #f7ebe8);
	padding: 3rem 0;
}

.latest-podcasts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.latest-podcast-item {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(150, 24, 25, 0.08);
}

.latest-podcast-thumb {
	position: relative;
	height: 178px;
}

.latest-podcast-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.latest-podcast-share {
	position: absolute;
	top: 10px;
	inset-inline-start: 10px;
	background: var(--right-primary-color, #961819);
	color: #fff;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 9999px;
	display: grid;
	place-items: center;
	font-size: 0.95rem;
}

.latest-podcast-share svg {
	width: 18px;
	height: 18px;
}

.latest-podcast-meta {
	padding: 0.9rem;
}

.latest-podcast-meta h3 {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0.45rem;
}

.latest-podcast-meta p {
	color: #4b4b4b;
	font-size: 0.86rem;
	line-height: 1.8;
	margin-bottom: 0.9rem;
}

.latest-podcast-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.latest-podcast-toggle {
	width: 35px;
	height: 35px;
	border: 0;
	border-radius: 9999px;
	background: var(--right-primary-color, #961819);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 0.9rem;
}

.latest-toggle-icon--pause {
	display: none;
}

.latest-podcast-toggle.is-playing .latest-toggle-icon--play {
	display: none;
}

.latest-podcast-toggle.is-playing .latest-toggle-icon--pause {
	display: block;
}

.latest-podcast-duration {
	background: var(--right-secondary-light-color, #f7ebe8);
	color: var(--right-primary-color, #961819);
	padding: 0.25rem 0.6rem;
	border-radius: 9999px;
	font-size: 0.8rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
}

.sc-officials__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.sc-official-card {
	display: block;
}

.sc-official-card__image {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	background: #eee;
}

.sc-official-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-official-card__body {
	padding-top: 0.55rem;
}

.sc-official-card__body h3 {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.5;
	color: #191919;
}

.sc-official-card__body p {
	margin-top: 0.15rem;
	font-size: 0.88rem;
	color: var(--right-primary-color, #961819);
	font-weight: 600;
}

.podcast-copy-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	background: rgba(0, 0, 0, 0.22);
}

.podcast-copy-modal__box {
	background: #fff;
	padding: 0.8rem 1.2rem;
	border-radius: 10px;
	font-weight: 700;
	color: var(--right-primary-color, #961819);
}

.podcast-copy-modal[hidden] {
	display: none !important;
}

@media (max-width: 991px) {
	.sc-hero,
	.sc-hero__inner {
		min-height: 370px;
	}

	.sc-hero__inner {
		padding: 0.95rem;
		gap: 0.55rem;
	}

	.sc-hero__title {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.sc-hero__meta {
		font-size: 0.76rem;
		gap: 0.55rem;
	}

	.sc-hero__reporter-avatar {
		width: 32px;
		height: 32px;
		margin-inline-start: -8px;
	}

	.sc-content-victims__text {
		font-size: 0.96rem;
		line-height: 1.95;
	}

	.sc-content-victims__grid {
		grid-template-columns: 1fr;
	}

	.latest-podcasts-grid {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 0.85rem;
		padding-bottom: 0.35rem;
		scroll-snap-type: x mandatory;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.latest-podcasts-grid::-webkit-scrollbar {
		display: none;
	}

	.latest-podcasts-grid .latest-podcast-item {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}

	.sc-officials__grid {
		display: flex;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 0.8rem;
		scroll-snap-type: x mandatory;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.sc-officials__grid::-webkit-scrollbar {
		display: none;
	}

	.sc-officials__grid .sc-official-card {
		flex: 0 0 62%;
		scroll-snap-align: start;
	}
}
