.ch-local-eyes__intro h2 {
	max-width: 1050px;
	margin: 0;
	color: var(--ink);
	font-size: clamp(2.8rem, 7vw, 6.4rem);
	line-height: .94;
	letter-spacing: -.065em;
}

.ch-story-card[hidden] {
	display: none;
}

@media (max-width: 560px) {
	.ch-local-eyes__intro h2 {
		font-size: 2.9rem;
	}
}

.ch-local-eyes__collection-head {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
	gap: 3rem;
	align-items: end;
	padding: 4.5rem 0 1.25rem;
}

.ch-local-eyes__collection-head h2 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(2rem, 4vw, 4.5rem);
	line-height: 1;
	letter-spacing: -.055em;
}

.ch-local-eyes__collection-head > p {
	margin: 0;
	color: #556071;
	line-height: 1.65;
}

.ch-local-eyes__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ch-story-card__preview {
	min-height: min(68vw, 720px);
	overflow: hidden;
}

.ch-story-card__preview > img,
.ch-story-card__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ch-story-card__preview > img {
	object-fit: cover;
	transition: transform .5s ease;
}

.ch-story-card:hover .ch-story-card__preview > img {
	transform: scale(1.025);
}

.ch-story-card__shade {
	background: linear-gradient(180deg, rgba(12, 23, 25, .22), rgba(12, 23, 25, .12) 48%, rgba(12, 23, 25, .82));
}

.ch-story-card__preview > :not(img):not(.ch-story-card__shade) {
	position: relative;
	z-index: 1;
}

.ch-story-card__place {
	margin-top: auto;
	margin-bottom: 1.5rem;
}

.ch-story-player {
	width: min(760px, calc(100vw - 2rem));
	max-height: calc(100vh - 2rem);
	padding: 0;
	border: 0;
	background: #f8f3e8;
	box-shadow: 0 24px 90px rgba(13, 24, 30, .4);
}

.ch-story-player::backdrop {
	background: rgba(11, 20, 24, .78);
	backdrop-filter: blur(5px);
}

.ch-story-player__bar {
	position: sticky;
	top: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.25rem;
	background: #215441;
	color: #fff;
}

.ch-story-player__bar h2 {
	margin: 0;
	color: #fff;
	font-size: 1rem;
}

.ch-story-player__bar button {
	width: 2.3rem;
	height: 2.3rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 1.5rem;
	cursor: pointer;
}

.ch-story-player__embed {
	min-height: 640px;
	padding: 1.25rem;
	overflow: auto;
}

.ch-story-player__embed blockquote {
	margin: 0 auto !important;
}

.ch-story-player__embed .ch-tiktok-player {
	display: block;
	width: min(100%, 430px);
	height: min(78vh, 760px);
	margin: 0 auto;
	border: 0;
	background: #111;
}

@media (max-width: 760px) {
	.ch-local-eyes__collection-head,
	.ch-local-eyes__grid {
		grid-template-columns: 1fr;
	}

	.ch-local-eyes__collection-head {
		gap: 1.25rem;
		padding-top: 3rem;
	}

	.ch-story-card__preview {
		min-height: 118vw;
	}

	.ch-story-player__embed {
		min-height: 70vh;
		padding: .75rem;
	}
}

.ch-related-stories {
	margin-top: clamp(4rem, 8vw, 7rem);
	padding-top: clamp(2rem, 4vw, 3rem);
	border-top: 1px solid var(--line, rgba(23, 32, 47, .16));
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
}

.ch-related-stories__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

.ch-related-stories__head p {
	margin: 0 0 .45rem;
	color: #aa4f32;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.ch-related-stories__head h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.ch-related-stories__head > a {
	color: #215441;
	font-size: .85rem;
	font-weight: 700;
	text-decoration: none;
}

.ch-related-stories .ch-local-eyes__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
	.ch-related-stories__head {
		display: block;
	}

	.ch-related-stories__head > a {
		display: inline-block;
		margin-top: .8rem;
	}

	.ch-related-stories .ch-local-eyes__grid {
		grid-template-columns: 1fr;
	}
}

.ch-story-card__embed {
	position: relative;
	min-height: 0;
	aspect-ratio: 4 / 5;
	padding: 1rem;
	overflow: hidden;
	background: #111;
}

.ch-story-card__embed > [data-ch-story-embed-content] {
	height: 100%;
}

.ch-story-card__embed .ch-tiktok-player {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #111;
}

.ch-story-card__close {
	position: absolute;
	top: 1.65rem;
	right: 1.65rem;
	z-index: 4;
	display: grid;
	width: 2.3rem;
	height: 2.3rem;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 50%;
	background: rgba(17, 17, 17, .78);
	color: #fff;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
}

/* 4.4: quiet, image-led landing page. */
.ch-local-stories-page .ch-page-hero {
	padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.75rem, 5vw, 4.5rem);
}

.ch-local-stories-page .ch-page-hero h1 {
	max-width: 18ch;
	font-size: clamp(3rem, 6vw, 5.4rem);
	line-height: .98;
}

.ch-local-stories-page .ch-page-hero__standfirst {
	max-width: 46rem;
	margin-top: 1.25rem;
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.55;
}

.ch-local-stories-page .ch-save-control,
.ch-local-stories-page .ch-contents {
	display: none;
}

.ch-local-stories-page .ch-page-layout {
	max-width: 76rem;
	padding-block: clamp(2rem, 4vw, 3.5rem) clamp(4rem, 7vw, 7rem);
}

.ch-local-stories-page .ch-local-eyes {
	margin: 0;
}

.ch-local-eyes__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid var(--line);
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
}

.ch-local-eyes__toolbar > p {
	max-width: 36rem;
	margin: 0;
	color: #556071;
	font-size: .98rem;
	line-height: 1.55;
}

.ch-local-eyes__filters {
	flex: 0 0 auto;
	padding: 0;
}

.ch-local-eyes__filters button {
	padding: .55rem .85rem;
	font-size: .82rem;
}

.ch-local-eyes__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
	border: 0;
	background: transparent;
}

.ch-story-card {
	background: transparent;
}

.ch-story-card__preview {
	min-height: 0;
	aspect-ratio: 4 / 5;
	padding: 1.25rem;
	border-radius: 2px;
}

.ch-story-card__place {
	margin-top: auto;
	margin-bottom: 1rem;
	text-align: left;
	font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.ch-story-card__preview button {
	padding: .68rem .9rem;
	font-size: .85rem;
}

.ch-story-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: .35rem 1.5rem;
	padding: 1rem 0 0;
}

.ch-story-card__eyebrow,
.ch-story-card__body > p:not(.ch-story-card__eyebrow),
.ch-story-card__credit span:first-child {
	display: none;
}

.ch-story-card__body h2,
.ch-story-card__title {
	grid-column: 1;
	margin: 0;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.2;
}

.ch-story-card__credit {
	display: flex;
	grid-column: 1;
	gap: .45rem;
	margin: 0;
	padding: 0;
	color: #697282;
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
	font-size: .8rem;
}

.ch-story-card__credit strong {
	color: #394454;
	font-weight: 600;
}

.ch-story-card__credit span:last-child {
	grid-column: auto;
}

.ch-story-card__links {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-items: flex-start;
	margin: 0;
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
	font-size: .78rem;
}

.ch-story-card__links a:first-child {
	display: none;
}

.ch-local-eyes__principles {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding: 1.25rem 0 0;
	border-top: 1px solid var(--line);
	background: transparent;
	color: #556071;
	font-family: Inter, "Noto Sans Khmer", system-ui, sans-serif;
}

.ch-local-eyes__principles p {
	max-width: 35rem;
	margin: 0;
	color: #556071;
	font-size: .9rem;
	line-height: 1.6;
}

.ch-local-eyes__principles a {
	color: var(--forest);
}

@media (max-width: 760px) {
	.ch-local-stories-page .ch-page-hero {
		padding-block: 2.75rem;
	}

	.ch-local-stories-page .ch-page-hero h1 {
		font-size: clamp(2.7rem, 14vw, 4.2rem);
	}

	.ch-local-eyes__toolbar,
	.ch-local-eyes__principles {
		display: block;
	}

	.ch-local-eyes__filters {
		margin-top: 1rem;
	}

	.ch-local-eyes__grid {
		grid-template-columns: 1fr;
	}

	.ch-story-card__preview {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}

	.ch-story-card__links {
		display: none;
	}

	.ch-local-eyes__principles p + p {
		margin-top: .75rem;
	}
}
