/* =========================================================
   Design #1 - Dark card grid (blog + archives)
   ========================================================= */
.cbd-archive {
	background: #0b0b0f;
	padding: 48px 24px;
	min-height: 100vh;
}
.cbd-archive-head {
	max-width: 1080px;
	margin: 0 auto 36px;
	text-align: center;
}
.cbd-archive-title {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 44px;
	margin: 0 0 12px;
}
.cbd-archive-intro {
	color: #b9b9c6;
	font: 400 17px/1.6 Inter, sans-serif;
	max-width: 640px;
	margin: 0 auto;
}
.cbd-grid {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}
.cbd-card {
	background: #111117;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #1e1e26;
	display: flex;
	flex-direction: column;
}
.cbd-card-media {
	display: block;
}
.cbd-card-media img,
.cbd-card-media--empty {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	background: #1a1a22;
}
.cbd-card-body {
	padding: 22px 22px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cbd-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}
.cbd-pill {
	border: 1px solid #33333f;
	color: #c9c9d4;
	font: 500 12px/1 Inter, sans-serif;
	padding: 7px 12px;
	border-radius: 999px;
	text-decoration: none;
}
.cbd-pill:hover {
	border-color: #6c5ce7;
	color: #fff;
}
.cbd-headline {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 40px;
	line-height: 1.05;
	margin: 0 0 10px;
}
.cbd-headline a {
	color: #fff;
	text-decoration: none;
}
.cbd-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	background: #6c5ce7;
	border-radius: 50%;
	font-size: 14px;
	margin-left: 6px;
	vertical-align: middle;
}
.cbd-subhead {
	color: #cfcfda;
	font: 500 20px/1.3 'Playfair Display', serif;
	margin: 0 0 20px;
}
.cbd-btn {
	display: block;
	text-align: center;
	background: #6c5ce7;
	color: #fff;
	text-decoration: none;
	padding: 14px;
	border-radius: 10px;
	font: 600 14px Inter, sans-serif;
	margin-top: auto;
}
.cbd-btn:hover {
	background: #5a4bd6;
}
.cbd-empty {
	color: #fff;
}
.cbd-pagination {
	max-width: 1080px;
	margin: 32px auto 0;
	text-align: center;
}
.cbd-pagination a,
.cbd-pagination span {
	color: #fff;
	padding: 6px 10px;
	text-decoration: none;
}
.cbd-pagination .current {
	color: #6c5ce7;
	font-weight: 600;
}
@media (max-width: 820px) {
	.cbd-grid {
		grid-template-columns: 1fr;
	}
	.cbd-headline {
		font-size: 32px;
	}
}

/* =========================================================
   Design #2 - Editorial single post
   ========================================================= */
.cbd-single {
	background: #fff;
	color: #222;
	padding: 60px 24px;
	font-family: Inter, sans-serif;
}
.cbd-single-head {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 40px;
}
.cbd-single-title {
	font-family: 'Playfair Display', serif;
	font-size: 44px;
	font-weight: 600;
	margin: 0 0 14px;
	line-height: 1.1;
}
.cbd-single-meta {
	font-size: 11px;
	letter-spacing: 1px;
	color: #888;
}
.cbd-single-layout {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 180px 1fr 200px;
	gap: 40px;
	align-items: start;
}
.cbd-side h4 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin: 0 0 12px;
}
.cbd-side img {
	border-radius: 50%;
	margin: 12px 0;
}
.cbd-side p {
	font-size: 12px;
	color: #777;
	line-height: 1.6;
}
.cbd-connect {
	font-size: 11px;
	letter-spacing: 1px;
	color: #333;
	margin-top: 16px;
	font-weight: 600;
}
.cbd-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.cbd-social-link {
	font: 500 11px/1 Inter, sans-serif;
	letter-spacing: 0.5px;
	color: #555;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	border-radius: 999px;
	padding: 6px 10px;
	transition: all 0.15s ease;
}
.cbd-social-link:hover {
	background: #6c5ce7;
	border-color: #6c5ce7;
	color: #fff;
}
.cbd-content img {
	width: 100%;
	border-radius: 2px;
	margin-bottom: 24px;
}
.cbd-body {
	font-size: 15px;
	line-height: 1.85;
	color: #333;
}
.cbd-body p {
	margin: 0 0 20px;
}
.cbd-body blockquote {
	border-left: 2px solid #ddd;
	padding-left: 20px;
	font-style: italic;
	color: #999;
	margin: 24px 0;
}
.cbd-share {
	margin-top: 40px;
	font-size: 11px;
	letter-spacing: 0.5px;
	color: #888;
	border-top: 1px solid #eee;
	padding-top: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.cbd-share-label {
	font-weight: 600;
	color: #333;
}
.cbd-share-link {
	color: #888;
	text-decoration: none;
}
.cbd-share-link:hover {
	color: #6c5ce7;
}
.cbd-recent {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cbd-recent li {
	margin: 0 0 14px;
	font-size: 13px;
}
.cbd-recent a {
	color: #333;
	text-decoration: none;
}
.cbd-recent a:hover {
	color: #6c5ce7;
}
@media (max-width: 900px) {
	.cbd-single-layout {
		grid-template-columns: 1fr;
	}
	.cbd-single-title {
		font-size: 34px;
	}
}
