.single-article-hero {
	position: relative;
	min-height: 660px;
	margin-top: 32px;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(7, 26, 56, 0.96) 0%, rgba(18, 43, 89, 0.88) 45%, rgba(18, 43, 89, 0.46) 78%, rgba(18, 43, 89, 0.24) 100%),
		url("../../img/aboutimg.webp") center/cover;
	box-shadow: var(--shadow);
}

.single-article-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 22%, rgba(181, 168, 155, 0.25), transparent 28%),
		linear-gradient(0deg, rgba(7, 26, 56, 0.78), rgba(7, 26, 56, 0.08));
	pointer-events: none;
}

.single-article-hero .hero-mark {
	position: absolute;
	z-index: 1;
	left: 5%;
	top: 12%;
	width: 390px;
	height: 390px;
	color: rgba(255, 255, 255, 0.06);
	border: 2px solid currentColor;
	border-radius: 42% 58% 42% 58%;
	transform: rotate(45deg);
}

.single-article-hero .hero-mark::after {
	content: "";
	position: absolute;
	inset: 94px;
	border: 2px solid currentColor;
	border-radius: 42% 58% 42% 58%;
	transform: rotate(-45deg);
}

.single-article-hero__inner {
	position: relative;
	z-index: 2;
	min-height: 660px;
	display: grid;
	grid-template-columns: 1fr 0.42fr;
	gap: 46px;
	align-items: end;
	padding: 84px 120px;
}

.single-article-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.meta-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.single-article-hero h1 {
	max-width: 930px;
	color: #fff;
	font-size: clamp(42px, 5.6vw, 76px);
	line-height: 1.18;
	letter-spacing: 0;
	margin-bottom: 22px;
	font-weight: 700;
}

.hero-summary {
	max-width: 780px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 19px;
	line-height: 2;
}

.single-article-hero-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	flex-wrap: wrap;
}

.author-card {
	align-self: end;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
	padding: 24px;
	box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18);
	border-top: 5px solid var(--logo);
}

.author-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.author-avatar {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background:
		linear-gradient(0deg, rgba(7, 26, 56, 0.25), transparent),
		url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=400&q=80") center/cover;
	border: 4px solid var(--logo-soft);
}

.author-head strong {
	display: block;
	color: var(--primary);
	font-size: 17px;
	line-height: 1.35;
	font-weight: 700;
}

.author-head span {
	display: block;
	color: var(--logo-dark);
	font-size: 13px;
	font-weight: 700;
}

.author-card p {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.85;
}

.article-section {
	padding: 86px 0 72px;
	background: #fff;
}

.article-wrap {
	width: min(850px, calc(100% - 40px));
	margin-inline: auto;
}

.content-card {
	border-radius: 34px;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
	padding: 58px;
}

.lead {
	color: var(--primary);
	font-size: 24px;
	line-height: 2;
	font-weight: 600;
	margin-bottom: 34px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--line);
}

.content-card h2 {
	color: var(--primary);
	font-size: 34px;
	line-height: 1.35;
	letter-spacing: 0;
	margin: 44px 0 14px;
	font-weight: 700;
}

.content-card h3 {
	color: var(--primary);
	font-size: 24px;
	line-height: 1.4;
	margin: 34px 0 12px;
	font-weight: 700;
}

.content-card p {
	color: #31435f;
	font-size: 18px;
	line-height: 2.15;
	margin-bottom: 18px;
}

.content-card ul {
	display: grid;
	gap: 12px;
	margin: 18px 0 26px;
	padding: 0;
	list-style: none;
}

.content-card li {
	position: relative;
	color: #31435f;
	font-size: 17px;
	line-height: 2;
	padding-right: 34px;
}

.content-card li::before {
	content: "✓";
	position: absolute;
	right: 0;
	top: 5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--logo-soft);
	color: var(--logo-dark);
	font-size: 12px;
	font-weight: 700;
}

.article-quote {
	position: relative;
	margin: 42px 0;
	padding: 34px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 10% 20%, rgba(181, 168, 155, 0.22), transparent 28%),
		linear-gradient(135deg, var(--primary), var(--primary-dark));
	color: #fff;
	overflow: hidden;
}

.article-quote::after {
	content: "”";
	position: absolute;
	left: 28px;
	bottom: -38px;
	color: rgba(255, 255, 255, 0.08);
	font-size: 160px;
	line-height: 1;
	font-weight: 700;
}

.article-quote p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	line-height: 1.9;
	font-weight: 700;
	margin: 0;
}

.article-image-block {
	margin: 42px 0;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	border: 1px solid var(--line);
}

.article-image-block img {
	width: 100%;
	min-height: 360px;
	object-fit: cover;
}

.caption {
	background: #fff;
	color: var(--muted);
	font-size: 13px;
	padding: 13px 18px;
	border-top: 1px solid var(--line);
}

.note-box {
	margin: 36px 0;
	border-radius: 26px;
	padding: 26px;
	background: linear-gradient(180deg, #f8f6f2, var(--logo-soft));
	border: 1px solid rgba(181, 168, 155, 0.28);
}

.note-box strong {
	display: block;
	color: var(--primary);
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
}

.note-box p {
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 2;
}

.article-actions {
	margin-top: 46px;
	padding-top: 30px;
	border-top: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.article-action-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}

.article-download-btn {
	background: var(--primary);
	border-color: var(--primary);
}

.article-download-btn:hover {
	background: var(--logo-dark);
	border-color: var(--logo-dark);
}

.article-download-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 30px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

.share-list {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.share-btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: var(--soft);
	border: 1px solid var(--line);
	color: var(--primary);
	font-size: 13px;
	font-weight: 700;
	transition: 0.22s ease;
}

.share-btn:hover {
	background: var(--primary);
	color: #fff;
	transform: translateY(-2px);
}

.related-section {
	padding: 0 0 92px;
	background: #fff;
}

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

.related-article-card {
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 12px 34px rgba(8, 26, 56, 0.055);
	transition: 0.25s ease;
}

.related-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 22px 55px rgba(8, 26, 56, 0.11);
	border-color: rgba(181, 168, 155, 0.45);
}

.related-article-card .card-image {
	min-height: 230px;
	background: center/cover;
}

.related-article-card:nth-child(1) .card-image {
	background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=900&q=80");
}

.related-article-card:nth-child(2) .card-image {
	background-image: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=80");
}

.related-article-card:nth-child(3) .card-image {
	background-image: url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=900&q=80");
}

.card-body {
	padding: 22px;
}

.card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--logo-dark);
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 10px;
}

.card-meta::before {
	content: "";
	width: 28px;
	height: 2px;
	background: var(--logo);
}

.card-body h3 {
	color: var(--primary);
	font-size: 20px;
	line-height: 1.55;
	margin-bottom: 8px;
	font-weight: 700;
}

.card-body p {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.9;
	margin-bottom: 14px;
}

@media (max-width: 1200px) {
	.single-article-hero__inner {
		grid-template-columns: 1fr;
		padding: 80px 56px;
	}

	.author-card {
		max-width: 480px;
	}

	.related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 760px) {
	.article-wrap {
		width: min(100% - 28px, var(--container));
	}

	.single-article-hero {
		min-height: auto;
		margin-top: 18px;
		border-radius: 18px;
	}

	.single-article-hero__inner {
		min-height: auto;
		padding: 46px 22px 34px;
		gap: 26px;
	}

	.single-article-hero h1 {
		font-size: 38px;
		letter-spacing: 0;
	}

	.hero-summary {
		font-size: 16px;
	}

	.single-article-hero-actions {
		margin-top: 22px;
	}

	.single-article-hero-actions .btn {
		width: 100%;
	}

	.author-card {
		padding: 20px;
		border-radius: 22px;
	}

	.article-section {
		padding: 58px 0;
	}

	.content-card {
		padding: 28px 22px;
		border-radius: 26px;
	}

	.lead {
		font-size: 19px;
		line-height: 2;
	}

	.content-card h2 {
		font-size: 28px;
	}

	.content-card p,
	.content-card li {
		font-size: 16px;
	}

	.article-quote {
		padding: 26px 22px;
		border-radius: 24px;
	}

	.article-quote p {
		font-size: 20px;
	}

	.article-image-block img {
		min-height: 240px;
	}

	.article-actions {
		display: grid;
	}

	.article-action-links {
		display: grid;
		gap: 12px;
		width: 100%;
	}

	.article-action-links .btn {
		width: 100%;
	}

	.related-section {
		padding-bottom: 62px;
	}

	.related-grid {
		grid-template-columns: 1fr;
	}
}
