/* Article (single post) styles — loaded only on single posts */

.article-wrap {
	max-width: 700px;
	margin: 0 auto;
	padding: 28px 24px 56px;
}

/* Breadcrumbs */
.article-bc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	font-size: 13px;
	color: var(--color-text-muted);
	margin-bottom: 20px;
}
.article-bc__home {
	color: var(--color-text-muted);
	display: inline-flex;
	align-items: center;
}
.article-bc__home:hover {
	color: var(--color-accent);
}
.article-bc__sep {
	color: var(--color-border);
	margin: 0 2px;
}
.article-bc__link {
	color: var(--color-text-muted);
	text-decoration: none;
}
.article-bc__link:hover {
	color: var(--color-accent);
}
.article-bc__current {
	color: var(--color-text-muted);
}

/* Category badge */
.article-cat {
	display: inline-block;
	color: var(--color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
.article-cat:hover {
	color: var(--color-accent-dark);
}

/* Title */
.article-h1 {
	font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.18;
	color: var(--color-text);
	margin: 0 0 16px;
}

/* Meta */
.article-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--color-text-muted);
	margin-bottom: 22px;
}
.article-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.article-meta__dot {
	opacity: .5;
}

/* Featured image */
.article-hero {
	margin-bottom: 24px;
	border-radius: 16px;
	overflow: hidden;
}
.article-hero__img {
	width: 100%;
	height: auto;
	display: block;
}

/* Article body typography */
.article-body {
	font-size: 16px;
	line-height: 1.75;
	color: var(--color-text);
}
.article-body p {
	margin: 0 0 18px;
}
.article-body h2 {
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin: 32px 0 14px;
	color: var(--color-text);
}
.article-body h3 {
	font-family: var(--font-serif);
	font-size: 20px;
	font-weight: 600;
	margin: 26px 0 12px;
}
.article-body img {
	width: 100%;
	height: auto;
	border-radius: 14px;
	display: block;
	margin: 4px 0 22px;
}
.article-body a {
	color: var(--color-accent);
	text-decoration: underline;
	text-decoration-color: rgba(224,128,138,.35);
}
.article-body a:hover {
	color: var(--color-accent-dark);
}
.article-body ul,
.article-body ol {
	padding-left: 22px;
	margin: 0 0 18px;
}
.article-body li {
	margin-bottom: 6px;
}

/* "Совет A LA MODE" callout — any <blockquote> in the content */
.article-body blockquote {
	position: relative;
	border: 1.5px solid #f3d6d9;
	border-radius: 16px;
	padding: 20px 20px 20px 80px;
	margin: 24px 0;
	background: #fff9fa;
}
.article-body blockquote::before {
	content: '';
	position: absolute;
	left: 18px;
	top: 18px;
	width: 44px;
	height: 44px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44' fill='none'%3E%3Ccircle cx='22' cy='22' r='8' fill='%23f9d0d5'/%3E%3Cellipse cx='22' cy='10' rx='5' ry='8' fill='%23f9d0d5'/%3E%3Cellipse cx='22' cy='34' rx='5' ry='8' fill='%23f9d0d5'/%3E%3Cellipse cx='10' cy='22' rx='8' ry='5' fill='%23f9d0d5'/%3E%3Cellipse cx='34' cy='22' rx='8' ry='5' fill='%23f9d0d5'/%3E%3Cellipse cx='13.5' cy='13.5' rx='5' ry='7' transform='rotate(45 13.5 13.5)' fill='%23f3b8bf'/%3E%3Cellipse cx='30.5' cy='13.5' rx='5' ry='7' transform='rotate(-45 30.5 13.5)' fill='%23f3b8bf'/%3E%3Cellipse cx='13.5' cy='30.5' rx='5' ry='7' transform='rotate(-45 13.5 30.5)' fill='%23f3b8bf'/%3E%3Cellipse cx='30.5' cy='30.5' rx='5' ry='7' transform='rotate(45 30.5 30.5)' fill='%23f3b8bf'/%3E%3Ccircle cx='22' cy='22' r='4' fill='%23e0808a'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}
.article-body blockquote::after {
	content: 'Совет A LA MODE';
	display: block;
	color: var(--color-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.article-body blockquote p:last-child {
	margin-bottom: 0;
}

/* Share bar */
.article-share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid var(--color-border);
}
.article-share__label {
	font-size: 14px;
	color: var(--color-text-muted);
	margin-right: 2px;
}
.article-share__socials {
	display: flex;
	gap: 8px;
}
.article-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--color-bg);
	color: var(--color-text);
	text-decoration: none;
	transition: background .15s, color .15s;
}
.article-share__btn:hover {
	background: #f3d6d9;
	color: var(--color-accent-dark);
}
.article-share__bookmark {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: none;
	background: none;
	cursor: pointer;
	color: var(--color-text-muted);
	padding: 0;
}
.article-share__bookmark:hover {
	color: var(--color-accent);
}

/* Related posts section */
.related-section {
	background: var(--color-bg);
	border-top: 1px solid var(--color-border);
	padding: 36px 24px 48px;
}
.related-section__inner {
	max-width: 700px;
	margin: 0 auto;
}
.related-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 20px;
}
.related-section__head h2 {
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}
.related-section__more {
	color: var(--color-accent);
	text-decoration: none;
	font-size: 14px;
	white-space: nowrap;
}
.related-section__more:hover {
	color: var(--color-accent-dark);
}
.related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.related-card {
	text-decoration: none;
	color: var(--color-text);
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.related-card__img {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
.related-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0;
	margin: 0;
}
.related-card__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}
.related-card:hover .related-card__title {
	color: var(--color-accent);
}
.related-card__date {
	font-size: 12px;
	color: var(--color-text-muted);
}

/* Responsive */
@media (max-width: 640px) {
	.article-wrap {
		padding: 20px 16px 40px;
	}
	.article-h1 {
		font-size: 26px;
	}
	.article-body {
		font-size: 15px;
	}
	.article-body blockquote {
		padding: 18px 18px 18px 68px;
	}
	.related-grid {
		grid-template-columns: 1fr;
	}
	.related-section {
		padding: 28px 16px 36px;
	}
}
