/**
 * Travel Guide article singles (native post type only).
 * Scoped to body.single-post — does not affect destination guide CPT pages.
 */

body.single-post .article-hero {
	min-height: clamp(22rem, 52vh, 34rem);
	padding: clamp(9rem, 18vw, 12rem) 0 clamp(3rem, 6vw, 4.5rem);
}

body.single-post .article-hero .breadcrumbs,
body.single-post .article-hero .breadcrumbs a {
	color: rgba(255, 255, 255, .78);
}

body.single-post .article-hero .breadcrumbs a:hover {
	color: var(--white);
}

body.single-post .article-hero .article-hero__kicker {
	color: var(--sand-200);
	display: inline-flex;
	margin-bottom: .85rem;
}

body.single-post .article-hero p:has(.article-hero__kicker) {
	margin: 0 0 .85rem;
}

body.single-post .article-hero .wp-block-post-title,
body.single-post .article-hero h1 {
	color: var(--white);
	font-family: var(--font-body);
	font-size: clamp(2.1rem, 5vw, 3.55rem);
	font-weight: 750;
	letter-spacing: -.03em;
	line-height: 1.08;
	margin: 0;
	max-width: 20ch;
	text-wrap: balance;
}

body.single-post .article-hero .lede,
body.single-post .article-hero .wp-block-post-excerpt {
	color: rgba(255, 255, 255, .78);
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	line-height: 1.65;
	margin-top: 1.15rem;
	max-width: 42rem;
}

body.single-post .article-hero .wp-block-post-excerpt p {
	margin: 0;
}

body.single-post .article-hero__meta {
	align-items: center;
	color: rgba(255, 255, 255, .7);
	display: flex;
	flex-wrap: wrap;
	font-size: .76rem;
	font-weight: 800;
	gap: .5rem 1.25rem;
	letter-spacing: .08em;
	margin-top: 1.35rem;
	text-transform: uppercase;
}

body.single-post .article-hero__meta .wp-block-post-date {
	margin: 0;
}

body.single-post .article-body-section {
	background:
		radial-gradient(ellipse 50% 30% at 100% 0%, rgba(198, 106, 43, .07), transparent 55%),
		radial-gradient(ellipse 40% 28% at 0% 18%, rgba(47, 102, 86, .07), transparent 50%),
		var(--ivory);
	padding-block: clamp(3rem, 6vw, 5rem);
}

body.single-post .article-layout {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: 14rem minmax(0, var(--reading));
	justify-content: center;
}

body.single-post .article-toc__panel {
	background: rgba(255, 255, 255, .88);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	box-shadow: var(--shadow-soft);
	padding: 1.15rem 1.1rem 1.25rem;
	position: sticky;
	top: 8rem;
}

body.single-post .article-toc h2 {
	font-family: var(--font-body);
	font-size: .72rem;
	letter-spacing: .1em;
	margin: 0;
	text-transform: uppercase;
}

body.single-post .article-toc ul {
	display: grid;
	gap: .55rem;
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

body.single-post .article-toc a {
	color: var(--muted);
	font-size: .85rem;
	line-height: 1.35;
	text-decoration: none;
	transition: color var(--transition);
}

body.single-post .article-toc a:hover,
body.single-post .article-toc a.is-active {
	color: var(--forest-900);
}

body.single-post .article-toc a.is-active {
	font-weight: 800;
}

body.single-post .article-toc.is-empty {
	display: none;
}

body.single-post .mobile-article-toc {
	background: var(--white);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	display: none;
	margin-bottom: 2rem;
	padding: .7rem 1rem;
}

body.single-post .mobile-article-toc summary {
	color: var(--forest-900);
	cursor: pointer;
	font-weight: 800;
	list-style: none;
}

body.single-post .mobile-article-toc summary::-webkit-details-marker {
	display: none;
}

body.single-post .mobile-article-toc ul {
	display: grid;
	gap: .55rem;
	list-style: none;
	margin: 1rem 0 .25rem;
	padding: 0;
}

body.single-post .mobile-article-toc a {
	color: var(--muted);
	font-size: .9rem;
	text-decoration: none;
}

body.single-post .mobile-article-toc.is-empty {
	display: none !important;
}

body.single-post .article-single {
	font-size: 1.0625rem;
	line-height: 1.75;
}

body.single-post .article-single .entry-content,
body.single-post .article-single .wp-block-post-content {
	margin-top: 0;
}

body.single-post .article-single .entry-content > *:first-child,
body.single-post .article-single .wp-block-post-content > *:first-child {
	margin-top: 0;
}

body.single-post .article-single .entry-content h2,
body.single-post .article-single .entry-content h3,
body.single-post .article-single .wp-block-post-content h2,
body.single-post .article-single .wp-block-post-content h3 {
	color: var(--forest-950);
	font-family: var(--font-body);
	font-weight: 750;
	letter-spacing: -.025em;
	line-height: 1.18;
	text-wrap: balance;
}

body.single-post .article-single .entry-content h2,
body.single-post .article-single .wp-block-post-content h2 {
	font-size: clamp(1.65rem, 2.8vw, 2.15rem);
	margin-top: 3rem;
}

body.single-post .article-single .entry-content h3,
body.single-post .article-single .wp-block-post-content h3 {
	font-size: clamp(1.35rem, 2.2vw, 1.65rem);
	margin-top: 2.25rem;
}

body.single-post .article-single .entry-content h2 + p,
body.single-post .article-single .entry-content h3 + p,
body.single-post .article-single .wp-block-post-content h2 + p,
body.single-post .article-single .wp-block-post-content h3 + p {
	margin-top: 1rem;
}

body.single-post .article-single .entry-content p,
body.single-post .article-single .wp-block-post-content p {
	color: var(--charcoal);
	max-width: 42rem;
}

body.single-post .article-single .entry-content p + p,
body.single-post .article-single .wp-block-post-content p + p {
	margin-top: 1.1rem;
}

body.single-post .article-single .entry-content ul,
body.single-post .article-single .entry-content ol,
body.single-post .article-single .wp-block-post-content ul,
body.single-post .article-single .wp-block-post-content ol {
	margin-top: 1rem;
	max-width: 42rem;
	padding-left: 1.35rem;
}

body.single-post .article-single .entry-content li + li,
body.single-post .article-single .wp-block-post-content li + li {
	margin-top: .5rem;
}

body.single-post .article-single .entry-content li::marker,
body.single-post .article-single .wp-block-post-content li::marker {
	color: var(--ochre-600);
}

body.single-post .article-single .entry-content strong,
body.single-post .article-single .wp-block-post-content strong {
	color: var(--forest-950);
	font-weight: 700;
}

body.single-post .article-single .entry-content figure,
body.single-post .article-single .wp-block-post-content figure {
	margin-block: 2rem;
	max-width: none;
}

body.single-post .article-single .entry-content img,
body.single-post .article-single .wp-block-post-content img {
	border-radius: var(--radius);
}

body.single-post .article-single .entry-content blockquote,
body.single-post .article-single .wp-block-post-content blockquote {
	border-left: 3px solid var(--ochre-600);
	color: var(--forest-900);
	font-size: 1.15rem;
	font-style: italic;
	line-height: 1.55;
	margin: 2rem 0;
	max-width: 38rem;
	padding-left: 1.25rem;
}

body.single-post .article-single__cta {
	margin-top: clamp(3rem, 6vw, 4.5rem);
}

body.single-post .article-single__cta h3 {
	color: var(--white);
	font-family: var(--font-body);
	font-size: clamp(1.55rem, 3vw, 2rem);
	font-weight: 750;
	line-height: 1.2;
	margin-top: 1rem;
	max-width: 28rem;
}

body.single-post .article-single__cta p {
	margin-top: .85rem;
	max-width: 38rem;
}

body.single-post .article-single__cta .cluster {
	margin-top: 1.5rem;
}

@media (max-width: 820px) {
	body.single-post .article-layout {
		grid-template-columns: 1fr;
	}

	body.single-post .article-toc {
		display: none;
	}

	body.single-post .mobile-article-toc {
		display: block;
	}

	body.single-post .article-hero .wp-block-post-title,
	body.single-post .article-hero h1 {
		max-width: none;
	}
}

@media (max-width: 600px) {
	body.single-post .article-hero {
		min-height: 20rem;
		padding-top: 8.5rem;
	}

	body.single-post .article-single__cta .cluster {
		align-items: stretch;
		flex-direction: column;
	}

	body.single-post .article-single__cta .btn {
		justify-content: center;
		width: 100%;
	}
}
