:root {
	--asf-article-bg: #f5f5f2;
	--asf-article-surface: #ffffff;
	--asf-article-text: #1a1a1a;
	--asf-article-muted: #666666;
	--asf-article-border: #dddddd;
	--asf-article-max-page: 1120px;
	--asf-article-max-copy: 720px;
}

body.single-post {
	background: var(--asf-article-bg);
}

body.single-post .article-page {
	width: min(calc(100% - 32px), var(--asf-article-max-page));
	margin: 0 auto;
	padding: 32px 0 64px;
}

body.single-post .article-shell {
	background: var(--asf-article-surface);
	border: 1px solid #e3e3de;
	box-shadow: 0 8px 18px rgba(24, 28, 34, 0.035);
}

body.single-post .article-header {
	padding: 48px 52px 26px;
}

body.single-post .article-header-inner {
	max-width: var(--asf-article-max-copy);
	margin: 0 auto;
}

body.single-post .article-breadcrumbs {
	margin: 0 0 16px;
}

body.single-post .article-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	color: var(--asf-article-muted);
}

body.single-post .article-breadcrumbs li:not(:last-child)::after {
	content: ">";
	margin-left: 8px;
	color: #9b9b9b;
}

body.single-post .article-breadcrumbs a {
	text-decoration: none;
}

body.single-post .article-breadcrumbs a:hover,
body.single-post .article-breadcrumbs a:focus {
	text-decoration: underline;
}

body.single-post .article-category {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--asf-article-muted);
}

body.single-post .article-title {
	margin: 0 0 14px;
	max-width: 13ch;
	font-size: clamp(2rem, 3.8vw, 3.55rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: var(--asf-article-text);
}

body.single-post .article-dek {
	margin: 0;
	max-width: 60ch;
	font-size: 1.12rem;
	line-height: 1.72;
	color: #4b4b4b;
}

body.single-post .article-dek__text {
	margin: 0;
}

body.single-post .article-dek__ellipsis,
body.single-post .article-dek__rest,
body.single-post .article-dek__toggle {
	display: inline;
}

body.single-post .article-dek__toggle {
	display: inline-flex;
	align-items: baseline;
	appearance: none;
	-webkit-appearance: none;
	width: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin-left: 0.25rem;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #24474d;
	font: inherit;
	font-weight: 700;
	line-height: inherit;
	text-transform: none;
	letter-spacing: 0;
	text-align: left;
	vertical-align: baseline;
	cursor: pointer;
}

body.single-post .article-dek__toggle:hover,
body.single-post .article-dek__toggle:focus-visible {
	text-decoration: underline;
}

body.single-post .article-dek__toggle:focus-visible {
	outline: 2px solid #24474d;
	outline-offset: 3px;
}

body.single-post .article-dek.is-expanded .article-dek__ellipsis {
	display: none;
}

body.single-post .article-meta {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 0.9rem;
	color: var(--asf-article-muted);
}

body.single-post .article-meta span:not(:last-child)::after {
	content: "•";
	margin-left: 16px;
	color: #b5b5b5;
}

body.single-post .article-hero-media {
	max-width: var(--asf-article-max-copy);
	margin: 0 auto;
	padding: 0 0 4px;
}

body.single-post .article-hero-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 2px;
}

body.single-post .article-hero-media--placeholder .article-hero-media__placeholder {
	aspect-ratio: 16 / 9;
	display: grid;
	place-items: center;
	background: linear-gradient(140deg, #e8efed 0%, #edf1f0 48%, #e4ece9 100%);
	border: 1px solid #dfe5e2;
	border-radius: 2px;
}

body.single-post .article-hero-media--placeholder span {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #4f666c;
}

body.single-post .article-hero-media figcaption {
	margin-top: 8px;
	font-size: 0.86rem;
	color: var(--asf-article-muted);
}

body.single-post .article-body-wrap {
	padding: 38px 52px 30px;
	border-top: 1px solid #e4e4de;
}

body.single-post .article-body {
	max-width: var(--asf-article-max-copy);
	margin: 0 auto;
}

body.single-post .article-body > *:first-child {
	margin-top: 0;
}

body.single-post .article-body > * + * {
	margin-top: 1.15em;
}

body.single-post .article-body p,
body.single-post .article-body li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.16rem;
	line-height: 1.86;
	color: #232323;
	font-weight: 400;
}

body.single-post .article-body h2,
body.single-post .article-body h3 {
	font-family: var(--bodyfontfamily, "Roboto", Arial, sans-serif);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #191919;
	margin-top: 1.7em;
	margin-bottom: 0.46em;
}

body.single-post .article-body h2 {
	font-size: clamp(1.42rem, 2vw, 1.86rem);
}

body.single-post .article-body h3 {
	font-size: 1.08rem;
}

body.single-post .article-body .article-supporting-heading {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #727272;
	margin-top: 2rem;
	margin-bottom: 0.6rem;
}

body.single-post .article-body ul,
body.single-post .article-body ol {
	padding-left: 1.35rem;
}

body.single-post .article-body blockquote {
	margin: 2rem 0;
	padding-left: 20px;
	border-left: 3px solid #222222;
}

body.single-post .article-body blockquote p {
	margin: 0;
	font-family: var(--bodyfontfamily, "Roboto", Arial, sans-serif);
	font-size: 1.08rem;
	line-height: 1.8;
	color: #333333;
}

body.single-post .article-body hr {
	border: 0;
	border-top: 1px solid var(--asf-article-border);
	margin: 2.5rem 0;
}

body.single-post .article-footer {
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid #e2e2dc;
}

body.single-post .article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

body.single-post .article-tags .tag {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--asf-article-border);
	border-radius: 999px;
	font-size: 0.84rem;
	font-weight: 600;
	color: #555555;
	background: #fafaf8;
	text-decoration: none;
}

body.single-post .article-tags .tag:hover,
body.single-post .article-tags .tag:focus {
	border-color: #bbbbbb;
}

body.single-post .article-actions {
	padding-top: 16px;
	border-top: 1px solid #e7e7e0;
}

body.single-post .article-actions-label {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #777777;
}

body.single-post .article-actions-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	align-items: center;
}

body.single-post .article-action {
	font-size: 0.93rem;
	color: #222222;
	text-decoration: none;
}

body.single-post .article-action:hover,
body.single-post .article-action:focus {
	text-decoration: underline;
}

body.single-post .related-posts {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e5e5df;
}

body.single-post .related-posts h2 {
	margin: 0 0 14px;
	font-size: 1.08rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #4e5a5f;
}

body.single-post .related-list {
	display: grid;
	gap: 12px;
}

body.single-post .related-item {
	display: block;
	padding: 12px 0;
	border-top: 1px solid #eeeeee;
	text-decoration: none;
}

body.single-post .related-item:first-child {
	padding-top: 0;
	border-top: 0;
}

body.single-post .related-item-meta {
	margin-bottom: 6px;
	font-size: 0.83rem;
	color: var(--asf-article-muted);
}

body.single-post .related-item-title {
	margin: 0 0 6px;
	font-size: 1.02rem;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #1f1f1f;
}

body.single-post .related-item-excerpt {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.62;
	color: #5a5a5a;
}

@media (max-width: 900px) {
	body.single-post .article-header,
	body.single-post .article-body-wrap {
		padding-left: 26px;
		padding-right: 26px;
	}

	body.single-post .article-title {
		max-width: none;
	}
}

@media (max-width: 720px) {
	body.single-post .article-page {
		width: min(calc(100% - 20px), var(--asf-article-max-page));
		padding: 20px 0 44px;
	}

	body.single-post .article-header {
		padding-top: 32px;
		padding-bottom: 24px;
	}

	body.single-post .article-body p,
	body.single-post .article-body li {
		font-size: 1.08rem;
	}

	body.single-post .article-actions-row {
		gap: 10px 16px;
	}
}
