.anap-article {
	--anap-ink: #171717;
	--anap-muted: #5f6368;
	--anap-line: #d8dee4;
	--anap-soft: #f7f8f8;
	--anap-accent: #0b6e4f;
	--anap-warm: #b54708;
	color: var(--anap-ink);
	font-size: 18px;
	line-height: 1.72;
	margin: 0 auto;
	max-width: 1180px;
}

.anap-hero {
	border-bottom: 1px solid var(--anap-line);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	margin-bottom: 34px;
	padding-bottom: 28px;
}

.anap-hero-media {
	aspect-ratio: 16 / 10;
	background: var(--anap-soft);
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.anap-hero-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.anap-hero-content {
	align-self: center;
}

.anap-kicker {
	color: var(--anap-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.anap-hero h1 {
	font-size: clamp(34px, 5vw, 58px);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.anap-subtitle {
	color: #343a40;
	font-size: 21px;
	line-height: 1.45;
	margin: 18px 0 0;
}

.anap-meta-row {
	color: var(--anap-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 10px;
	margin-top: 18px;
}

.anap-meta-row span:not(:last-child)::after {
	content: "/";
	margin-left: 10px;
}

.anap-article-shell {
	display: grid;
	gap: 36px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.anap-toc {
	align-self: start;
	border-left: 3px solid var(--anap-accent);
	position: sticky;
	top: 90px;
}

.anap-toc strong {
	display: block;
	font-size: 13px;
	margin: 0 0 10px 14px;
	text-transform: uppercase;
}

.anap-toc a {
	color: var(--anap-muted);
	display: block;
	font-size: 14px;
	line-height: 1.35;
	padding: 6px 0 6px 14px;
	text-decoration: none;
}

.anap-toc a:hover,
.anap-toc a.is-active {
	color: var(--anap-accent);
}

.anap-toc-h3 {
	padding-left: 26px !important;
}

.anap-story {
	min-width: 0;
}

.anap-share {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 22px;
}

.anap-share a,
.anap-share button {
	background: #ffffff;
	border: 1px solid var(--anap-line);
	border-radius: 999px;
	color: var(--anap-ink);
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 14px;
	text-decoration: none;
}

.anap-highlights {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 20px 0 28px;
}

.anap-highlight-card {
	background: var(--anap-soft);
	border: 1px solid var(--anap-line);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 8px 1fr;
	padding: 16px;
}

.anap-highlight-card span {
	background: var(--anap-warm);
	border-radius: 99px;
	display: block;
}

.anap-highlight-card p {
	font-size: 16px;
	line-height: 1.45;
	margin: 0;
}

.anap-pullquote {
	border-left: 5px solid var(--anap-warm);
	color: #262626;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.28;
	margin: 30px 0;
	padding: 10px 0 10px 22px;
}

.anap-body h2,
.anap-timeline h2,
.anap-source-box h2,
.anap-related h2 {
	font-size: 29px;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 38px 0 14px;
}

.anap-body h3 {
	font-size: 23px;
	line-height: 1.25;
	margin: 30px 0 12px;
}

.anap-body p,
.anap-body li {
	margin-bottom: 18px;
}

.anap-body blockquote {
	background: #f3f6f4;
	border-left: 4px solid var(--anap-accent);
	border-radius: 8px;
	margin: 26px 0;
	padding: 18px 22px;
}

.anap-body img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

.anap-table-wrap {
	margin: 24px 0;
	overflow-x: auto;
}

.anap-table-wrap table {
	border-collapse: collapse;
	min-width: 620px;
	width: 100%;
}

.anap-table-wrap th,
.anap-table-wrap td {
	border: 1px solid var(--anap-line);
	padding: 10px 12px;
	text-align: left;
}

.anap-table-wrap th {
	background: var(--anap-soft);
}

.anap-timeline {
	border-top: 1px solid var(--anap-line);
	margin-top: 34px;
	padding-top: 4px;
}

.anap-timeline-item {
	border-left: 3px solid var(--anap-accent);
	margin: 0 0 16px;
	padding: 3px 0 4px 16px;
}

.anap-timeline-item strong {
	display: block;
	font-size: 15px;
}

.anap-timeline-item p {
	margin: 4px 0 0;
}

.anap-source-box {
	background: var(--anap-soft);
	border: 1px solid var(--anap-line);
	border-radius: 8px;
	margin-top: 34px;
	padding: 18px;
}

.anap-source-box h2 {
	font-size: 20px;
	margin-top: 0;
}

.anap-related {
	margin-top: 36px;
}

.anap-related-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.anap-related-card {
	border: 1px solid var(--anap-line);
	border-radius: 8px;
	color: var(--anap-ink);
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.anap-related-card img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.anap-related-card span {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	padding: 12px;
}

@media (max-width: 900px) {
	.anap-hero,
	.anap-article-shell,
	.anap-highlights,
	.anap-related-grid {
		grid-template-columns: 1fr;
	}

	.anap-toc {
		background: #ffffff;
		border: 1px solid var(--anap-line);
		border-radius: 8px;
		padding: 12px;
		position: static;
	}

	.anap-toc strong {
		margin-left: 0;
	}

	.anap-toc a {
		padding-left: 0;
	}
}

@media (max-width: 560px) {
	.anap-article {
		font-size: 17px;
	}

	.anap-hero h1 {
		font-size: 34px;
	}

	.anap-subtitle {
		font-size: 18px;
	}

	.anap-pullquote {
		font-size: 22px;
	}
}
