/**
 * بخش وبلاگ هانل — رسپانسیو کامل برای هر ابعاد صفحه
 */

/* —— ریشه —— */
.hanel-blog {
	--hanel-blog-navy: #151923;
	--hanel-blog-gold: #c5a059;
	--hanel-blog-muted: #8a8f9c;
	--hanel-blog-bg: #ffffff;
	--hanel-blog-radius: 1.65rem;

	position: relative;
	isolation: isolate;
	overflow-x: clip;
	padding-block: clamp(2.75rem, 6.5vw, 5.5rem);
	background: var(--hanel-blog-bg);
	color: var(--hanel-blog-navy);
}

/* —— تزیین —— */
.hanel-blog__decor {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.hanel-blog__dots {
	position: absolute;
	width: 8rem;
	height: 6rem;
	opacity: 0.22;
	background-image: radial-gradient(circle, rgba(21, 25, 35, 0.4) 1px, transparent 1.2px);
	background-size: 11px 11px;
}

.hanel-blog__dots--tr {
	top: 1.5rem;
	right: 3%;
}

.hanel-blog__dots--bl {
	bottom: 5rem;
	left: 4%;
}

.hanel-blog__wave {
	position: absolute;
	top: 42%;
	right: 0;
	left: 0;
	height: 2px;
	opacity: 0.18;
	background: repeating-linear-gradient(
		90deg,
		rgba(21, 25, 35, 0.35) 0 6px,
		transparent 6px 14px
	);
	mask-image: radial-gradient(ellipse 70% 100% at 50% 50%, #000 20%, transparent 75%);
}

.hanel-blog__inner {
	position: relative;
	z-index: 1;
}

/* ===================== */
/*       هد سکشن        */
/* ===================== */
.hanel-blog__head {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: start;
	gap: 1rem 1.5rem;
	margin-bottom: clamp(1.65rem, 4vw, 3rem);
}

/* مُهر */
.hanel-blog__seal {
	position: relative;
	display: grid;
	place-items: center;
	width: 6.5rem;
	height: 6.5rem;
	color: var(--hanel-blog-gold);
	flex-shrink: 0;
}

.hanel-blog__seal-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hanel-blog__seal-spin {
	transform-box: view-box;
	transform-origin: 60px 60px;
	animation: hanel-blog-seal-spin 22s linear infinite;
}

.hanel-blog__seal-text {
	font-size: 8.2px;
	font-weight: 750;
	letter-spacing: 0.18em;
	fill: currentColor;
	text-transform: uppercase;
}

.hanel-blog__seal-icon {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: var(--hanel-blog-navy);
	pointer-events: none;
}

.hanel-blog__seal-icon .hanel-icon {
	width: 1.35rem;
	height: 1.35rem;
	stroke-width: 1.7;
}

@keyframes hanel-blog-seal-spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}

/* معرفی */
.hanel-blog__intro {
	justify-self: center;
	max-width: 30rem;
	padding-top: 0.2rem;
	text-align: center;
}

.hanel-blog__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-bottom: 0.7rem;
	color: var(--hanel-blog-gold);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.hanel-blog__eyebrow .hanel-icon {
	width: 0.85rem;
	height: 0.85rem;
	stroke-width: 1.8;
}

.hanel-blog__eyebrow-dot {
	width: 0.28rem;
	height: 0.28rem;
	border-radius: 50%;
	background: currentColor;
}

.hanel-blog__title {
	margin: 0;
	color: var(--hanel-blog-navy);
	font-size: clamp(1.65rem, 4.2vw, 2.55rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.015em;
}

.hanel-blog__title-mark {
	position: relative;
	display: inline-block;
	text-shadow: 0 0 18px rgba(197, 160, 89, 0.28);
}

.hanel-blog__title-mark::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0.06em;
	z-index: -1;
	height: 0.22em;
	border-radius: 999px;
	background: rgba(197, 160, 89, 0.28);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-blog.is-mark-in .hanel-blog__title-mark::after,
.hanel-blog.is-ready .hanel-blog__title-mark::after {
	transform: scaleX(1);
}

.hanel-blog__subtitle {
	margin: 0.7rem 0 0;
	color: var(--hanel-blog-muted);
	font-size: clamp(0.9rem, 2.2vw, 1rem);
	font-weight: 500;
	line-height: 1.75;
}

.hanel-blog__divider {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	margin-top: 1rem;
	color: var(--hanel-blog-gold);
}

.hanel-blog__divider-line {
	display: block;
	width: 3.25rem;
	height: 1px;
	transform-origin: center;
	background: linear-gradient(90deg, transparent, rgba(197, 160, 89, 0.85), transparent);
}

.hanel-blog__divider-heart .hanel-icon {
	width: 0.9rem;
	height: 0.9rem;
	fill: currentColor;
	stroke-width: 1.5;
}

/* نوت */
.hanel-blog__note {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.35rem;
	margin: 0.35rem 0 0;
	max-width: 9.5rem;
	color: var(--hanel-blog-gold);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.55;
	text-align: start;
}

.hanel-blog__note-star .hanel-icon,
.hanel-blog__note-heart .hanel-icon {
	width: 0.85rem;
	height: 0.85rem;
	stroke-width: 1.7;
}

.hanel-blog__note-heart .hanel-icon {
	fill: currentColor;
}

.hanel-blog__note-text {
	color: var(--hanel-blog-navy);
}

/* ===================== */
/*    استیج اسلایدر      */
/* ===================== */
.hanel-blog__stage {
	--hanel-blog-stage-pad: clamp(2.75rem, 4.5vw, 3.75rem);
	--hanel-blog-stage-bleed: clamp(0.75rem, 2.5vw, 2.5rem);

	position: relative;
	isolation: isolate;
	width: calc(100% + (2 * var(--hanel-container-pad)) + (2 * var(--hanel-blog-stage-bleed)));
	max-width: none;
	margin-inline: calc(-1 * (var(--hanel-container-pad) + var(--hanel-blog-stage-bleed)));
	padding-inline: var(--hanel-blog-stage-pad);
	box-sizing: border-box;
}

.hanel-blog__swiper {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: hidden;
	padding-block: 0.15rem;
}

/* دکمه‌های ناوبری */
.hanel-blog__controls {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.hanel-blog__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	padding: 0;
	border: 1px solid rgba(21, 25, 35, 0.08);
	border-radius: 50%;
	background: #ffffff;
	box-shadow: none;
	color: var(--hanel-blog-gold);
	cursor: pointer;
	pointer-events: auto;
	transform: translateY(-50%);
	transition:
		transform 0.22s ease,
		color 0.22s ease,
		border-color 0.22s ease,
		opacity 0.22s ease;
}

.hanel-blog__nav--prev {
	right: 0;
}

.hanel-blog__nav--next {
	left: 0;
}

.hanel-blog__nav .hanel-icon {
	width: 1.15rem;
	height: 1.15rem;
	stroke-width: 2;
}

.hanel-blog__nav:hover,
.hanel-blog__nav:focus-visible {
	outline: none;
	color: #a8844f;
	border-color: rgba(197, 160, 89, 0.45);
	transform: translateY(calc(-50% - 2px));
}

.hanel-blog__nav.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
	transform: translateY(-50%);
}

/* ===================== */
/*         کارت          */
/* ===================== */
.hanel-blog__slide {
	height: auto;
}

.hanel-blog__card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	isolation: isolate;
	min-height: clamp(20rem, 32vw, 26.5rem);
	border-radius: var(--hanel-blog-radius);
	background: #1a1d24;
	color: #ffffff;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-blog__card:hover,
.hanel-blog__card:focus-visible {
	outline: none;
	transform: translateY(-3px);
}

.hanel-blog__card-image {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hanel-blog__card:hover .hanel-blog__card-image,
.hanel-blog__card:focus-visible .hanel-blog__card-image {
	transform: scale(1.05);
}

.hanel-blog__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(
			180deg,
			rgba(10, 12, 16, 0.18) 0%,
			rgba(10, 12, 16, 0.12) 38%,
			rgba(10, 12, 16, 0.78) 72%,
			rgba(8, 10, 14, 0.92) 100%
		);
	pointer-events: none;
}

.hanel-blog__card-top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem;
	padding: 1.15rem 1.2rem;
}

.hanel-blog__card-cat {
	display: inline-flex;
	align-items: center;
	min-height: 1.85rem;
	max-width: 58%;
	padding: 0.28rem 0.8rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.hanel-blog__card-date {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
	font-weight: 550;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.hanel-blog__card-body {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.25rem 1.25rem 1.2rem;
	margin-top: auto;
}

.hanel-blog__card-title {
	display: -webkit-box;
	overflow: hidden;
	color: #ffffff;
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 800;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hanel-blog__card-excerpt {
	display: -webkit-box;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 450;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hanel-blog__card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.55rem;
}

.hanel-blog__card-more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--hanel-blog-gold);
	font-size: 0.9rem;
	font-weight: 700;
}

.hanel-blog__card-more .hanel-icon {
	width: 1rem;
	height: 1rem;
	stroke-width: 2;
}

.hanel-blog__card-icon {
	display: grid;
	place-items: center;
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	border: 1px solid rgba(197, 160, 89, 0.55);
	background: rgba(197, 160, 89, 0.12);
	color: var(--hanel-blog-gold);
	flex-shrink: 0;
}

.hanel-blog__card-icon .hanel-icon {
	width: 1.1rem;
	height: 1.1rem;
	stroke-width: 1.75;
}

/* ===================== */
/*          CTA          */
/* ===================== */
.hanel-blog__cta {
	display: flex;
	justify-content: center;
	margin-top: clamp(1.5rem, 3.5vw, 2.75rem);
}

.hanel-blog__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.2rem;
	padding: 0.85rem 1.9rem;
	border: 1px solid rgba(21, 25, 35, 0.06);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(21, 25, 35, 0.1);
	color: #6b7280;
	font-size: 0.98rem;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		color 0.22s ease;
}

.hanel-blog__more .hanel-icon {
	width: 1.1rem;
	height: 1.1rem;
	stroke-width: 1.8;
	color: var(--hanel-blog-gold);
}

.hanel-blog__more:hover,
.hanel-blog__more:focus-visible {
	outline: none;
	color: var(--hanel-blog-navy);
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(21, 25, 35, 0.14);
}

/* ================================================ */
/*              بریک‌پوینت‌های رسپانسیو               */
/* ================================================ */

/* —— ≤ 1280px: دسکتاپ کوچک —— */
@media (max-width: 1280px) {
	.hanel-blog__stage {
		--hanel-blog-stage-pad: 2.85rem;
		--hanel-blog-stage-bleed: 1.5rem;
	}
}

/* —— ≤ 1100px: تبلت بزرگ — ۲.۵ کارت —— */
@media (max-width: 1100px) {
	.hanel-blog__stage {
		--hanel-blog-stage-pad: 2.35rem;
		--hanel-blog-stage-bleed: 0.5rem;
	}

	.hanel-blog__card {
		min-height: 21.5rem;
	}

	.hanel-blog__nav {
		width: 2.75rem;
		height: 2.75rem;
	}
}

/* —— ≤ 980px: تبلت — هد دو ستونه: مُهر + معرفی —— */
@media (max-width: 980px) {
	.hanel-blog__head {
		grid-template-columns: auto 1fr;
		justify-items: start;
		gap: 0.65rem 1.15rem;
		text-align: start;
	}

	.hanel-blog__seal {
		order: 0;
		grid-row: 1 / 3;
		width: 5rem;
		height: 5rem;
		align-self: center;
	}

	.hanel-blog__intro {
		justify-self: stretch;
		max-width: none;
		width: 100%;
		text-align: start;
	}

	.hanel-blog__eyebrow {
		justify-content: flex-start;
	}

	.hanel-blog__divider {
		justify-content: flex-start;
	}

	.hanel-blog__note {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		gap: 0.45rem;
		max-width: none;
		text-align: start;
	}
}

/* —— ≤ 820px: تبلت کوچک — کنترل‌ها استاتیک —— */
@media (max-width: 820px) {
	.hanel-blog__stage {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		--hanel-blog-stage-pad: 0.85rem;
		--hanel-blog-stage-bleed: 0.15rem;
	}

	.hanel-blog__controls {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		inset: auto;
		pointer-events: auto;
	}

	.hanel-blog__nav {
		position: static;
		width: 2.65rem;
		height: 2.65rem;
		transform: none;
	}

	.hanel-blog__nav:hover,
	.hanel-blog__nav:focus-visible {
		transform: translateY(-1px);
	}

	.hanel-blog__nav.swiper-button-disabled {
		transform: none;
	}

	.hanel-blog__card {
		min-height: 20rem;
	}
}

/* —— ≤ 700px: موبایل بزرگ — بدون bleed —— */
@media (max-width: 700px) {
	.hanel-blog {
		--hanel-blog-radius: 1.35rem;
		padding-block: clamp(2.25rem, 7vw, 3.25rem);
	}

	.hanel-blog__dots {
		width: 5.5rem;
		height: 4rem;
		opacity: 0.14;
	}

	.hanel-blog__wave {
		display: none;
	}

	.hanel-blog__head {
		grid-template-columns: auto 1fr;
		gap: 0.5rem 0.85rem;
		margin-bottom: 1.35rem;
	}

	.hanel-blog__seal {
		width: 3.75rem;
		height: 3.75rem;
		grid-row: 1;
		align-self: center;
	}

	.hanel-blog__seal-icon .hanel-icon {
		width: 0.95rem;
		height: 0.95rem;
	}

	.hanel-blog__intro {
		text-align: start;
		padding-top: 0;
	}

	.hanel-blog__eyebrow {
		justify-content: flex-start;
		margin-bottom: 0.35rem;
		font-size: 0.66rem;
		letter-spacing: 0.16em;
	}

	.hanel-blog__title {
		font-size: clamp(1.35rem, 5vw, 1.75rem);
	}

	.hanel-blog__subtitle {
		margin-top: 0.35rem;
		font-size: 0.85rem;
		line-height: 1.6;
	}

	.hanel-blog__divider {
		display: none;
	}

	.hanel-blog__note {
		grid-column: 1 / -1;
		font-size: 0.76rem;
		line-height: 1.35;
	}

	.hanel-blog__note-text {
		max-width: none;
	}

	/* بدون bleed، داخل کانتینر بماند */
	.hanel-blog__stage {
		width: 100%;
		margin-inline: 0;
		padding-inline: 0;
		--hanel-blog-stage-pad: 0;
		--hanel-blog-stage-bleed: 0;
	}

	.hanel-blog__card {
		min-height: 0;
		aspect-ratio: 4 / 5;
		max-height: 28rem;
	}

	.hanel-blog__card:hover,
	.hanel-blog__card:focus-visible {
		transform: none;
	}

	.hanel-blog__card-top {
		padding: 0.95rem 1rem;
		gap: 0.45rem;
	}

	.hanel-blog__card-cat {
		min-height: 1.65rem;
		padding: 0.22rem 0.7rem;
		font-size: 0.72rem;
	}

	.hanel-blog__card-date {
		font-size: 0.72rem;
	}

	.hanel-blog__card-body {
		gap: 0.45rem;
		padding: 1rem 1rem 1.1rem;
	}

	.hanel-blog__card-title {
		font-size: 1.05rem;
		line-height: 1.4;
	}

	.hanel-blog__card-excerpt {
		font-size: 0.82rem;
		line-height: 1.6;
	}

	.hanel-blog__card-foot {
		margin-top: 0.35rem;
	}

	.hanel-blog__card-more {
		font-size: 0.84rem;
	}

	.hanel-blog__card-icon {
		width: 2.1rem;
		height: 2.1rem;
	}

	.hanel-blog__card-icon .hanel-icon {
		width: 0.95rem;
		height: 0.95rem;
	}

	.hanel-blog__cta {
		margin-top: 1.35rem;
	}

	.hanel-blog__more {
		width: 100%;
		max-width: 20rem;
		min-height: 3rem;
		padding: 0.75rem 1.35rem;
		font-size: 0.92rem;
		box-shadow: 0 8px 20px rgba(21, 25, 35, 0.08);
	}
}

/* —— ≤ 520px: موبایل متوسط —— */
@media (max-width: 520px) {
	.hanel-blog__card {
		aspect-ratio: 4 / 5;
		max-height: 26rem;
	}

	.hanel-blog__card-title {
		font-size: 0.98rem;
	}

	.hanel-blog__card-excerpt {
		font-size: 0.78rem;
		-webkit-line-clamp: 2;
	}

	.hanel-blog__card-body {
		padding: 0.9rem 0.9rem 1rem;
		gap: 0.35rem;
	}

	.hanel-blog__card-top {
		padding: 0.8rem 0.85rem;
	}
}

/* —— ≤ 420px: موبایل باریک — بدون خلاصه —— */
@media (max-width: 420px) {
	.hanel-blog__note {
		display: none;
	}

	.hanel-blog__seal {
		width: 3.15rem;
		height: 3.15rem;
	}

	.hanel-blog__seal-icon .hanel-icon {
		width: 0.85rem;
		height: 0.85rem;
	}

	.hanel-blog__card {
		aspect-ratio: 4 / 5;
		max-height: 24rem;
	}

	.hanel-blog__card-excerpt {
		display: none;
	}

	.hanel-blog__card-body {
		padding: 0.85rem 0.85rem 0.9rem;
	}

	.hanel-blog__card-title {
		font-size: 0.94rem;
		-webkit-line-clamp: 3;
	}

	.hanel-blog__card-cat {
		font-size: 0.68rem;
		padding: 0.18rem 0.55rem;
		min-height: 1.5rem;
	}

	.hanel-blog__card-date {
		font-size: 0.68rem;
	}

	.hanel-blog__nav {
		width: 2.5rem;
		height: 2.5rem;
	}

	.hanel-blog__nav .hanel-icon {
		width: 1rem;
		height: 1rem;
	}

	.hanel-blog__more {
		max-width: 100%;
	}
}

/* —— ≤ 340px: موبایل خیلی باریک —— */
@media (max-width: 340px) {
	.hanel-blog {
		padding-block: 2rem;
	}

	.hanel-blog__card {
		aspect-ratio: 3 / 4;
		max-height: 18rem;
	}

	.hanel-blog__card-body {
		padding: 0.7rem 0.7rem 0.8rem;
		gap: 0.25rem;
	}

	.hanel-blog__card-title {
		font-size: 0.88rem;
		-webkit-line-clamp: 2;
	}

	.hanel-blog__card-foot {
		margin-top: 0.2rem;
	}

	.hanel-blog__card-more {
		font-size: 0.76rem;
	}

	.hanel-blog__card-icon {
		width: 1.85rem;
		height: 1.85rem;
	}

	.hanel-blog__seal {
		width: 2.75rem;
		height: 2.75rem;
	}

	.hanel-blog__head {
		gap: 0.4rem 0.65rem;
	}

	.hanel-blog__title {
		font-size: 1.2rem;
	}
}

/* —— لنداسکیپ موبایل —— */
@media (max-height: 500px) and (orientation: landscape) {
	.hanel-blog {
		padding-block: 1.75rem;
	}

	.hanel-blog__seal {
		display: none;
	}

	.hanel-blog__card {
		min-height: 14rem;
		aspect-ratio: 16 / 9;
		max-height: none;
	}

	.hanel-blog__card-excerpt {
		display: none;
	}
}

/* —— کاهش حرکت —— */
@media (prefers-reduced-motion: reduce) {
	.hanel-blog__seal-spin,
	.hanel-blog__card,
	.hanel-blog__card-image,
	.hanel-blog__nav,
	.hanel-blog__more,
	.hanel-blog--await .hanel-blog__seal,
	.hanel-blog--await .hanel-blog__eyebrow,
	.hanel-blog--await .hanel-blog__title,
	.hanel-blog--await .hanel-blog__subtitle,
	.hanel-blog--await .hanel-blog__divider,
	.hanel-blog--await .hanel-blog__note,
	.hanel-blog--await .hanel-blog__stage,
	.hanel-blog--await .hanel-blog__cta {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}

	.hanel-blog--await .hanel-blog__title-mark::after,
	.hanel-blog.is-mark-in .hanel-blog__title-mark::after {
		transform: scaleX(1) !important;
	}
}

.hanel-blog--await .hanel-blog__seal,
.hanel-blog--await .hanel-blog__eyebrow,
.hanel-blog--await .hanel-blog__title,
.hanel-blog--await .hanel-blog__subtitle,
.hanel-blog--await .hanel-blog__divider,
.hanel-blog--await .hanel-blog__note,
.hanel-blog--await .hanel-blog__stage,
.hanel-blog--await .hanel-blog__cta {
	opacity: 0;
}

.hanel-blog.is-ready .hanel-blog__seal,
.hanel-blog.is-ready .hanel-blog__eyebrow,
.hanel-blog.is-ready .hanel-blog__title,
.hanel-blog.is-ready .hanel-blog__subtitle,
.hanel-blog.is-ready .hanel-blog__divider,
.hanel-blog.is-ready .hanel-blog__note,
.hanel-blog.is-ready .hanel-blog__stage,
.hanel-blog.is-ready .hanel-blog__cta {
	opacity: 1;
}
