/* V2 single post — installations, guides, articles */

.hh-v2-post-hero {
	background: #111;
	color: #fff;
	padding: clamp(2.25rem, 5vw, 3.5rem) 1.25rem;
}

.hh-v2-post-hero__shell {
	max-width: 1120px;
	margin: 0 auto;
}

.hh-v2-post-hero__crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.72);
}

.hh-v2-post-hero__crumbs a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.hh-v2-post-hero__crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

.hh-v2-post-hero__sep {
	opacity: 0.5;
}

.hh-v2-post-hero__badge {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.28rem 0.7rem;
	border-radius: 999px;
	background: rgba(196, 30, 58, 0.2);
	border: 1px solid rgba(196, 30, 58, 0.45);
	color: #ffb3c0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.hh-v2-post-hero__title {
	margin: 0 0 0.85rem;
	max-width: 42rem;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	line-height: 1.2;
	font-weight: 700;
}

.hh-v2-post-hero__lead {
	margin: 0 0 0.85rem;
	max-width: 40rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
}

.hh-v2-post-hero__meta {
	margin: 0 0 1.25rem;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.55);
}

.hh-v2-post-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.hh-v2-post-hero .hh-v2-btn--outline-light {
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	background: transparent;
}

.hh-v2-post-hero .hh-v2-btn--outline-light:hover {
	background: rgba(255, 255, 255, 0.1);
}

.hh-v2-post {
	background: #f7f7f5;
	padding: 2rem 0 3rem;
}

.hh-v2-post__shell {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.hh-v2-post__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 1.5rem;
	align-items: start;
}

.hh-v2-post__main {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.hh-v2-post__main h2 {
	position: relative;
	margin: 1.75rem 0 0.85rem;
	padding-bottom: 0.45rem;
	font-size: 1.3rem;
}

.hh-v2-post__main h2::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2.5rem;
	height: 3px;
	background: #c41e3a;
	border-radius: 2px;
}

.hh-v2-post__main h2:first-child {
	margin-top: 0;
}

.hh-v2-post__main ul {
	padding-right: 1.15rem;
}

.hh-v2-post__main li {
	margin-bottom: 0.4rem;
}

.hh-v2-post__main .hh-v2-inst__gallery {
	margin-top: 0.5rem;
}

.hh-v2-post__rail-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	padding: 1.15rem 1.1rem;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.hh-v2-post__rail-card--sticky {
	position: sticky;
	top: 1rem;
}

.hh-v2-post__rail-card h2 {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
}

.hh-v2-post__rail-card p {
	margin: 0 0 0.9rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #555;
}

.hh-v2-post__rail-card .hh-v2-btn {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 0.5rem;
}

.hh-v2-post__rail-links {
	list-style: none;
	margin: 0.85rem 0 0;
	padding: 0.85rem 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hh-v2-post__rail-links li {
	margin-bottom: 0.45rem;
}

.hh-v2-post__rail-links a {
	color: #1a1a1a;
	font-weight: 600;
	font-size: 0.9rem;
	text-decoration: none;
}

.hh-v2-post__rail-links a:hover {
	color: #c41e3a;
}

.hh-v2-post__related {
	margin-top: 2rem;
}

.hh-v2-post__related-head h2 {
	margin: 0 0 1rem;
	font-size: 1.35rem;
}

.hh-v2-post__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hh-v2-post__related-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.hh-v2-post__related-media {
	display: block;
	aspect-ratio: 4 / 3;
	background: #ececea;
	overflow: hidden;
}

.hh-v2-post__related-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hh-v2-post__related-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, #2a2a2a 0%, #111 55%, #3a1515 100%);
}

.hh-v2-post__related-body {
	padding: 0.9rem 1rem 1rem;
}

.hh-v2-post__related-badge {
	display: inline-block;
	margin-bottom: 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	color: #c41e3a;
}

.hh-v2-post__related-body h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	line-height: 1.35;
}

.hh-v2-post__related-body h3 a {
	color: inherit;
	text-decoration: none;
}

.hh-v2-post__related-more {
	font-size: 0.85rem;
	font-weight: 700;
	color: #c41e3a;
	text-decoration: none;
}

.hh-v2-post__cta {
	margin-top: 2rem;
	padding: 1.75rem 1.25rem;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 18px;
}

.hh-v2-post__cta h2 {
	margin: 0 0 0.5rem;
}

.hh-v2-post__cta p {
	margin: 0 0 1rem;
	color: #555;
}

.hh-v2-post__cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.6rem;
}

@media (max-width: 900px) {
	.hh-v2-post__layout {
		grid-template-columns: 1fr;
	}

	.hh-v2-post__rail-card--sticky {
		position: static;
	}

	.hh-v2-post__related-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.hh-v2-post-hero__actions,
	.hh-v2-post__cta-actions {
		flex-direction: column;
	}

	.hh-v2-post-hero__actions .hh-v2-btn,
	.hh-v2-post__cta-actions .hh-v2-btn {
		width: 100%;
		text-align: center;
	}
}

.hh-v2-post__moisture {
	margin: 0 0 2rem;
	padding: 1.5rem;
	background: #f8f6f3;
	border-radius: 14px;
}

.hh-v2-post__moisture-grid {
	display: grid;
	grid-template-columns: minmax(200px, 300px) 1fr;
	gap: 1.25rem 1.75rem;
	align-items: center;
}

.hh-v2-post__moisture-media {
	margin: 0;
}

.hh-v2-post__moisture-media img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: block;
}

.hh-v2-post__moisture-media figcaption {
	margin-top: 0.5rem;
	font-size: 0.85rem;
	color: #66707c;
	line-height: 1.45;
}

.hh-v2-post__moisture-body h2 {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
}

.hh-v2-post__moisture-body p {
	margin: 0 0 0.75rem;
	line-height: 1.6;
	color: #3d4650;
}

@media (max-width: 720px) {
	.hh-v2-post__moisture-grid {
		grid-template-columns: 1fr;
	}
}
