/* Blog / News */

.hb-insights-hero #hero-caption .hero-title {
	margin-bottom: 0;
}

.hb-blog {
	width: 100%;
	margin: 0 auto;
	padding: 10px 65px;
	box-sizing: border-box;
}

.hb-empty {
	opacity: 0.8;
	padding: 24px 0;
	text-align: center;
}

.hb-featured-layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 22px;
	margin: 0 0 60px;
}

.hb-featured-hero {
	position: relative;
	display: block;
	border-radius: 18px;
	overflow: hidden;
	background: #151515;
	background-size: cover;
	background-position: center;
	min-height: 520px;
	text-decoration: none;
    height: 70vh;
    max-width: 100%;
}

.hb-featured-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.72) 100%);
}

.hb-featured-content {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff;
}

.hb-featured-kicker {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.95;
	margin-bottom: 10px;
}

.hb-featured-title {
	font-size: clamp(24px, 3vw, 40px);
	line-height: 1.08;
	margin: 0 0 10px;
	text-transform: none;
}

.hb-featured-meta {
	font-size: 13px;
	opacity: 0.9;
	display: flex;
	gap: 8px;
	align-items: center;
}

.hb-meta-sep {
	opacity: 0.7;
}

.hb-featured-side {
	display: grid;
	grid-auto-rows: 1fr;
	gap: 14px;
}

.hb-featured-side-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 12px;
	align-items: center;
	border-radius: 14px;
	overflow: hidden;
	background: rgba(255,255,255,0.06);
	text-decoration: none;
	color: #fff;
	min-height: 110px;
}

.hb-featured-thumb {
	height: 100%;
	width: 100%;
	background: #151515;
	background-size: cover;
	background-position: center;
}

.hb-featured-side-content {
	padding: 10px 12px 10px 0;
}

.hb-featured-side-title {
	font-size: 20px;
	line-height: 1.3;
	text-transform: none;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hb-featured-side-meta {
	margin-top: 8px;
	font-size: 12px;
	opacity: 0.85;
}

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

.hb-post-card,
.hb-more-card {
	position: relative;
	display: block;
	border-radius: 16px;
	overflow: hidden;
	background: #151515;
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	text-decoration: none;
	color: #fff;
}

.hb-post-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.72) 100%);
}

.hb-post-card-title {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	z-index: 2;
	text-shadow: 0 6px 18px rgba(0,0,0,0.35);
	transform: translateY(0);
	transition: opacity 240ms ease, transform 240ms ease;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hb-post-card-hover {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 240ms ease, transform 240ms ease;
}

.hb-post-card:hover .hb-post-card-hover {
	opacity: 1;
	transform: translateY(0);
}

.hb-post-card:hover .hb-post-card-title {
	/* opacity: 0.2; */
	transform: translateY(-95px);
}

.hb-post-card-hover-meta {
	font-size: 13px;
	opacity: 0.95;
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 8px;
	letter-spacing: 0.02em;
}

.hb-post-card-hover-excerpt {
	font-size: 14px;
	line-height: 1.35;
	opacity: 0.92;
	text-transform: none;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hb-blog-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 26px 0 0;
}

.hb-page-btn {
	border: 1px solid rgba(255,255,255,0.25);
	background: rgba(255,255,255,0.06);
	color: #fff;
	border-radius: 999px;
	padding: 10px 14px;
	text-decoration: none;
	font-size: 13px;
	min-width: 42px;
	text-align: center;
}

.hb-page-btn[aria-current="page"] {
	border-color: rgba(255,255,255,0.55);
	background: rgba(255,255,255,0.12);
}

/* Post page */

.hb-post {
	width: min(1100px, calc(100% - 48px));
	margin: 0 auto;
	padding: 5% 0 80px;
}

.hb-post-hero {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #151515;
	background-size: cover;
	background-position: center;
	min-height: 420px;
	height: 60vh;
	max-height: 680px;
}

.hb-post-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.78) 100%);
}

.hb-post-hero-inner {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	color: #fff;
}

.hb-post-kicker {
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.95;
	margin-bottom: 10px;
}

.hb-post-title {
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.08;
	margin: 0 0 10px;
	text-transform: none;
}

.hb-post-meta {
	font-size: 13px;
	opacity: 0.9;
	display: flex;
	gap: 8px;
	align-items: center;
}

.hb-post-body {
	width: 100%;
	margin: 0 auto;
	padding: 26px 0 0;
}

.hb-post-content {
	text-transform: none;
	font-size: 18px;
	line-height: 1.7;
}

.hb-post-content img,
.hb-post-content video,
.hb-post-content iframe {
	max-width: 100%;
	height: auto;
}

.hb-more-articles {
	width: min(1100px, calc(100% - 48px));
	margin: 36px auto 0;
}

.hb-more-title {
	font-size: 18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 16px;
	color: #fff;
}

.hb-more-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

@media (max-width: 1366px) {
	.hb-blog {
		padding: 10px 60px;
	}
}

@media (max-width: 1024px) {
	.hb-blog {
		padding: 10px 40px;
	}
}

@media (max-width: 1080px) {
	.hb-featured-layout {
		grid-template-columns: 1fr;
	}
	.hb-featured-hero {
		min-height: 420px;
	}
	.hb-featured-side-item {
		grid-template-columns: 120px 1fr;
	}
}

@media (max-width: 860px) {
	.hb-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hb-more-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.hb-grid,
	.hb-more-grid {
		grid-template-columns: 1fr;
	}
	.hb-featured-side-item {
		grid-template-columns: 96px 1fr;
	}
}

.hero-caption-blog {
	padding-bottom: 3% !important;
}

.hb-insights-hero #hero-caption {
	padding-top: 140px;
}