.hermon-single {
	overflow: visible;
}

.hermon-single__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 104px 0 82px;
	border-bottom: 1px solid var(--hermon-color-line);
	background:
		radial-gradient(circle at 84% 16%, rgba(241, 184, 75, 0.24), transparent 34%),
		linear-gradient(135deg, rgba(14, 124, 134, 0.14), rgba(255, 255, 255, 0) 50%),
		linear-gradient(180deg, #ffffff 0%, var(--hermon-color-bg-alt) 100%);
}

.hermon-single__hero::after {
	position: absolute;
	inset: 40px max(24px, calc((100vw - var(--hermon-container)) / 2)) auto auto;
	z-index: -1;
	width: 300px;
	height: 300px;
	content: "";
	border: 1px solid rgba(14, 124, 134, 0.18);
	border-radius: 42px;
	background: rgba(255, 255, 255, 0.42);
	box-shadow: var(--hermon-shadow-lg);
	transform: rotate(10deg);
}

.hermon-single__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	align-items: center;
	gap: var(--hermon-space-12);
}

.hermon-single__topic,
.hermon-single__related-topic,
.hermon-single__insight-label {
	display: inline-flex;
	align-items: center;
	gap: var(--hermon-space-2);
	margin: 0 0 var(--hermon-space-4);
	color: var(--hermon-color-accent-dark);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hermon-single__topic::before,
.hermon-single__insight-label::before {
	width: 28px;
	height: 2px;
	content: "";
	border-radius: var(--hermon-radius-pill);
	background: var(--hermon-color-warm);
}

.hermon-single__related-topic::before {
	display: none;
}

.hermon-single__title {
	max-width: 820px;
	margin: 0;
	color: var(--hermon-color-ink);
	font-size: 4.85rem;
	font-weight: 850;
	line-height: 0.96;
	letter-spacing: 0;
}

.hermon-single__excerpt {
	max-width: 720px;
	margin: var(--hermon-space-6) 0 0;
	color: var(--hermon-color-muted);
	font-size: 1.22rem;
	line-height: var(--hermon-leading-body);
}

.hermon-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hermon-space-2);
	margin-top: var(--hermon-space-8);
	color: var(--hermon-color-muted);
	font-size: 0.92rem;
	line-height: 1.4;
}

.hermon-single__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 var(--hermon-space-4);
	border: 1px solid rgba(199, 209, 222, 0.78);
	border-radius: var(--hermon-radius-pill);
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 6px 14px rgba(13, 21, 36, 0.04);
}

.hermon-single__media {
	min-height: 340px;
	border: 1px solid rgba(14, 124, 134, 0.18);
	border-radius: var(--hermon-radius-lg);
	overflow: hidden;
	background: var(--hermon-color-bg-alt);
	box-shadow: var(--hermon-shadow-lg);
}

.hermon-single__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 392px;
	object-fit: cover;
}

.hermon-single__media-fallback {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: flex-end;
	min-height: 340px;
	padding: var(--hermon-space-6);
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.18), rgba(183, 156, 255, 0.14)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		var(--hermon-color-surface-strong);
	overflow: hidden;
}

.hermon-single__media-fallback::before {
	position: absolute;
	inset: auto auto -72px -72px;
	z-index: -1;
	width: 210px;
	height: 210px;
	content: "";
	border-radius: 50%;
	background: rgba(97, 216, 255, 0.14);
	filter: blur(6px);
}

.hermon-single__media-fallback::after {
	position: absolute;
	inset: 24px 24px auto auto;
	z-index: -1;
	width: 94px;
	height: 94px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--hermon-radius-lg);
	background: rgba(255, 255, 255, 0.045);
	transform: rotate(10deg);
}

.hermon-single__media-fallback--web3-marketing {
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.2), rgba(96, 165, 250, 0.12)),
		var(--hermon-color-surface-strong);
}

.hermon-single__media-fallback--marketing-psychology {
	background:
		linear-gradient(135deg, rgba(183, 156, 255, 0.2), rgba(97, 216, 255, 0.1)),
		var(--hermon-color-surface-strong);
}

.hermon-single__media-fallback--offline-to-digital {
	background:
		linear-gradient(135deg, rgba(255, 209, 102, 0.18), rgba(97, 216, 255, 0.12)),
		var(--hermon-color-surface-strong);
}

.hermon-single__media-fallback--token-credit-systems,
.hermon-single__media-fallback--community-growth {
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.16), rgba(255, 209, 102, 0.12)),
		var(--hermon-color-surface-strong);
}

.hermon-single__media-fallback-inner {
	display: grid;
	gap: var(--hermon-space-3);
	width: 100%;
	padding: var(--hermon-space-5);
	border: 1px solid rgba(160, 178, 205, 0.18);
	border-radius: var(--hermon-radius-lg);
	background: rgba(6, 9, 17, 0.54);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(14px);
}

.hermon-single__media-fallback-label {
	color: var(--hermon-color-accent-dark);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hermon-single__media-fallback-topic {
	color: #ffffff;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 900;
	line-height: 1.12;
	text-wrap: balance;
}

.hermon-single__body {
	padding: var(--hermon-space-20) 0 var(--hermon-space-24);
}

.hermon-single__content-wrap {
	width: min(var(--hermon-content), calc(100% - 48px));
	margin: 0 auto;
}

.hermon-single__insight {
	position: relative;
	margin-bottom: var(--hermon-space-8);
	padding: var(--hermon-space-8);
	border: 1px solid rgba(241, 184, 75, 0.38);
	border-radius: var(--hermon-radius-lg);
	background:
		linear-gradient(135deg, rgba(255, 241, 210, 0.86), rgba(255, 255, 255, 0.94)),
		var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-sm);
}

.hermon-single__insight::before {
	position: absolute;
	inset: var(--hermon-space-5) auto var(--hermon-space-5) 0;
	width: 4px;
	content: "";
	border-radius: 0 var(--hermon-radius-pill) var(--hermon-radius-pill) 0;
	background: var(--hermon-color-warm);
}

.hermon-single__insight-label {
	margin-bottom: var(--hermon-space-3);
}

.hermon-single__insight-text {
	margin: 0;
	color: var(--hermon-color-ink);
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.55;
}

.hermon-single__content {
	padding: var(--hermon-space-10);
	border: 1px solid var(--hermon-color-line);
	border-radius: var(--hermon-radius-lg);
	background: var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-sm);
	color: var(--hermon-color-ink-soft);
	font-size: 1.09rem;
	line-height: 1.88;
}

.hermon-single__content > *:first-child {
	margin-top: 0;
}

.hermon-single__content > *:last-child {
	margin-bottom: 0;
}

.hermon-single__content p {
	margin: 0 0 1.35em;
}

.hermon-single__content h2,
.hermon-single__content h3,
.hermon-single__content h4 {
	margin: 1.85em 0 0.7em;
	color: var(--hermon-color-ink);
	font-weight: 820;
	line-height: 1.18;
	letter-spacing: 0;
}

.hermon-single__content h2 {
	font-size: 2.05rem;
}

.hermon-single__content h3 {
	font-size: 1.5rem;
}

.hermon-single__content ul,
.hermon-single__content ol {
	margin: 0 0 1.45em;
	padding-left: 1.35em;
}

.hermon-single__content li + li {
	margin-top: 0.52em;
}

.hermon-single__content blockquote {
	margin: 1.75em 0;
	padding: var(--hermon-space-6);
	border-left: 4px solid var(--hermon-color-accent);
	border-radius: 0 var(--hermon-radius) var(--hermon-radius) 0;
	background: var(--hermon-color-accent-soft);
	color: var(--hermon-color-ink);
	font-size: 1.14rem;
	font-weight: 650;
	line-height: 1.65;
}

.hermon-single__content a {
	color: var(--hermon-color-accent-dark);
	font-weight: 780;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.hermon-single__content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--hermon-radius);
}

.hermon-single__related {
	padding: var(--hermon-space-20) 0 var(--hermon-space-24);
	border-top: 1px solid var(--hermon-color-line);
	background: linear-gradient(180deg, #ffffff 0%, var(--hermon-color-bg) 100%);
}

.hermon-single__section-header {
	max-width: 720px;
	margin-bottom: var(--hermon-space-8);
}

.hermon-single__section-title {
	margin: 0;
	color: var(--hermon-color-ink);
	font-size: 2.8rem;
	font-weight: 820;
	line-height: var(--hermon-leading-title);
	letter-spacing: 0;
}

.hermon-single__related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: var(--hermon-space-6);
}

.hermon-single__related-card {
	min-width: 0;
	border: 1px solid rgba(199, 209, 222, 0.78);
	border-radius: var(--hermon-radius-lg);
	overflow: hidden;
	background: var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-sm);
	transition: border-color var(--hermon-transition), box-shadow var(--hermon-transition), transform var(--hermon-transition);
}

.hermon-single__related-card:hover {
	border-color: rgba(14, 124, 134, 0.28);
	box-shadow: var(--hermon-shadow-md);
	transform: translateY(-3px);
}

.hermon-single__related-link {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	color: inherit;
	text-decoration: none;
}

.hermon-single__related-link:hover .hermon-single__related-title,
.hermon-single__related-link:focus .hermon-single__related-title {
	color: var(--hermon-color-accent-dark);
}

.hermon-single__related-image {
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(135deg, rgba(14, 124, 134, 0.12), rgba(241, 184, 75, 0.18)),
		var(--hermon-color-bg-alt);
	overflow: hidden;
}

.hermon-single__related-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.hermon-single__related-card:hover .hermon-single__related-image img {
	transform: scale(1.025);
}

.hermon-single__related-body {
	padding: var(--hermon-space-6);
}

.hermon-single__related-topic {
	margin-bottom: var(--hermon-space-3);
}

.hermon-single__related-title {
	margin: 0;
	color: var(--hermon-color-ink);
	font-size: 1.24rem;
	font-weight: 820;
	line-height: 1.28;
	letter-spacing: 0;
	transition: color var(--hermon-transition);
}

.hermon-single__related-excerpt {
	margin: var(--hermon-space-4) 0 0;
	color: var(--hermon-color-muted);
	font-size: 0.96rem;
	line-height: 1.66;
}

@media (max-width: 1020px) {
	.hermon-single__hero-grid {
		grid-template-columns: 1fr;
	}

	.hermon-single__title {
		font-size: 3.7rem;
	}

	.hermon-single__media,
	.hermon-single__media img {
		min-height: 320px;
	}

	.hermon-single__media-fallback {
		min-height: 260px;
	}
}

@media (max-width: 700px) {
	.hermon-single__content-wrap {
		width: min(100% - 28px, var(--hermon-content));
	}

	.hermon-single__hero {
		padding: var(--hermon-space-16) 0 var(--hermon-space-12);
	}

	.hermon-single__hero::after {
		inset: auto -120px -120px auto;
		width: 240px;
		height: 240px;
	}

	.hermon-single__hero-grid {
		gap: var(--hermon-space-8);
	}

	.hermon-single__title {
		font-size: 2.55rem;
		line-height: 1.03;
	}

	.hermon-single__excerpt {
		margin-top: var(--hermon-space-5);
		font-size: 1.04rem;
	}

	.hermon-single__meta {
		gap: var(--hermon-space-2);
		margin-top: var(--hermon-space-6);
	}

	.hermon-single__meta span {
		min-height: 34px;
		padding: 0 var(--hermon-space-3);
	}

	.hermon-single__media,
	.hermon-single__media img {
		min-height: 230px;
	}

	.hermon-single__media-fallback {
		min-height: 180px;
		padding: var(--hermon-space-4);
	}

	.hermon-single__media-fallback-inner {
		padding: var(--hermon-space-4);
	}

	.hermon-single__body {
		padding: var(--hermon-space-12) 0 var(--hermon-space-16);
	}

	.hermon-single__insight,
	.hermon-single__content {
		padding: var(--hermon-space-6);
	}

	.hermon-single__insight-text {
		font-size: 1.1rem;
	}

	.hermon-single__content {
		font-size: 1rem;
		line-height: 1.8;
	}

	.hermon-single__content h2 {
		font-size: 1.55rem;
	}

	.hermon-single__content h3 {
		font-size: 1.28rem;
	}

	.hermon-single__related {
		padding: var(--hermon-space-16) 0;
	}

	.hermon-single__section-title {
		font-size: 2.08rem;
	}

	.hermon-single__related-grid {
		grid-template-columns: 1fr;
		gap: var(--hermon-space-4);
	}
}

/*
 * Dark premium article refinement.
 * Keeps the existing single template intact while making Lab Articles feel
 * like a modern editorial publication.
 */
.hermon-single {
	position: relative;
	background:
		linear-gradient(180deg, rgba(16, 24, 39, 0.72), rgba(6, 9, 17, 1) 540px),
		var(--hermon-color-bg);
}

.hermon-single::before {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	content: "";
	background:
		linear-gradient(120deg, rgba(97, 216, 255, 0.07), transparent 34%),
		linear-gradient(250deg, rgba(183, 156, 255, 0.08), transparent 38%),
		linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: auto, auto, 82px 82px, 82px 82px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 72%);
}

.hermon-single > * {
	position: relative;
	z-index: 1;
}

.hermon-single__hero {
	padding: clamp(5.5rem, 8vw, 8rem) 0 clamp(4.5rem, 7vw, 7rem);
	border-bottom: 1px solid var(--hermon-color-line);
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.14), transparent 38%),
		linear-gradient(245deg, rgba(183, 156, 255, 0.13), transparent 45%),
		linear-gradient(180deg, rgba(16, 24, 39, 0.7), rgba(6, 9, 17, 0.98));
}

.hermon-single__hero::after {
	width: min(36vw, 420px);
	height: min(36vw, 420px);
	border-color: rgba(97, 216, 255, 0.16);
	border-radius: var(--hermon-radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
		rgba(16, 24, 39, 0.38);
	box-shadow: var(--hermon-shadow-glow);
}

.hermon-single__hero-grid {
	grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
	gap: clamp(2.5rem, 5vw, 5rem);
}

.hermon-single__topic,
.hermon-single__related-topic,
.hermon-single__insight-label {
	border-color: var(--hermon-signal-border);
	background: var(--hermon-signal-bg);
	box-shadow: 0 0 0 rgba(97, 216, 255, 0);
}

.hermon-single__topic::before,
.hermon-single__insight-label::before {
	background: var(--hermon-color-accent);
	box-shadow: 0 0 18px rgba(97, 216, 255, 0.78);
}

.hermon-single__related-topic {
	width: fit-content;
}

.hermon-single__title {
	color: #ffffff;
	font-size: clamp(2.8rem, 6.4vw, 5.5rem);
	font-weight: 920;
	line-height: 0.98;
	text-wrap: balance;
	text-shadow: 0 20px 80px rgba(0, 0, 0, 0.36);
}

.hermon-single__excerpt {
	color: var(--hermon-color-muted);
	font-size: clamp(1.04rem, 1.9vw, 1.28rem);
}

.hermon-single__meta {
	margin-top: var(--hermon-space-7, 1.75rem);
}

.hermon-single__meta span {
	border-color: rgba(160, 178, 205, 0.18);
	background: rgba(255, 255, 255, 0.055);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	color: var(--hermon-color-ink-soft);
}

.hermon-single__media {
	border-color: rgba(97, 216, 255, 0.22);
	border-radius: var(--hermon-radius-xl);
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.12), rgba(183, 156, 255, 0.12)),
		var(--hermon-color-surface-strong);
	box-shadow: var(--hermon-shadow-glow);
}

.hermon-single__media img {
	filter: saturate(1.04) contrast(1.03);
}

.hermon-single__body {
	padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(5rem, 8vw, 8rem);
	background: linear-gradient(180deg, rgba(6, 9, 17, 0.98), rgba(9, 14, 26, 0.98));
}

.hermon-single__content-wrap {
	width: min(920px, calc(100% - 56px));
}

.hermon-single__insight {
	overflow: hidden;
	border-color: var(--hermon-topic-accent-line);
	border-radius: var(--hermon-radius-xl);
	background:
		linear-gradient(135deg, rgba(255, 209, 102, 0.12), var(--hermon-topic-accent-soft)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
		var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-sm);
}

.hermon-single__insight::before {
	inset: 0 auto 0 0;
	width: 3px;
	border-radius: 0;
	background: linear-gradient(180deg, var(--hermon-color-warm), var(--hermon-topic-accent));
}

.hermon-single--dir-rtl .hermon-single__insight::before {
	inset: 0 0 0 auto;
}

.hermon-single__insight-text {
	color: #ffffff;
	font-size: clamp(1.1rem, 1.8vw, 1.34rem);
	font-weight: 720;
	line-height: 1.68;
}

.hermon-single__content {
	max-width: 850px;
	margin-inline: auto;
	border-color: var(--hermon-color-line);
	border-radius: var(--hermon-radius-xl);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
		var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-md);
	color: var(--hermon-color-ink-soft);
	font-size: clamp(1.02rem, 1.35vw, 1.12rem);
	line-height: 1.92;
}

.hermon-single__content h2,
.hermon-single__content h3,
.hermon-single__content h4 {
	color: #ffffff;
	margin-top: 2.15em;
	margin-bottom: 0.72em;
	text-wrap: balance;
}

.hermon-single__content h2 {
	font-size: clamp(1.7rem, 3.1vw, 2.3rem);
}

.hermon-single__content h3 {
	font-size: clamp(1.32rem, 2.2vw, 1.66rem);
}

.hermon-single__content p,
.hermon-single__content li {
	color: var(--hermon-color-ink-soft);
}

.hermon-single__content ul,
.hermon-single__content ol {
	padding-inline-start: 1.35em;
	padding-left: 0;
}

.hermon-single__content li::marker {
	color: var(--hermon-color-accent);
}

.hermon-single__content blockquote {
	border-left: 0;
	border-inline-start: 4px solid var(--hermon-color-accent);
	border-radius: var(--hermon-radius);
	background:
		linear-gradient(135deg, rgba(97, 216, 255, 0.12), rgba(183, 156, 255, 0.1)),
		rgba(255, 255, 255, 0.04);
	color: #ffffff;
}

.hermon-single__content a {
	color: var(--hermon-color-accent-dark);
}

.hermon-single__content img {
	border: 1px solid var(--hermon-color-line);
	border-radius: var(--hermon-radius-lg);
	box-shadow: var(--hermon-shadow-sm);
}

.hermon-single__related {
	border-top: 1px solid var(--hermon-color-line);
	background:
		linear-gradient(180deg, rgba(10, 15, 28, 0.98), rgba(6, 9, 17, 1)),
		var(--hermon-color-bg);
}

.hermon-single__section-title {
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.1rem);
	font-weight: 900;
}

.hermon-single__related-card {
	position: relative;
	border-color: var(--hermon-topic-accent-line);
	background:
		linear-gradient(135deg, var(--hermon-topic-accent-soft), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
		var(--hermon-color-surface);
	box-shadow: var(--hermon-shadow-sm);
}

.hermon-single__related-card::before {
	position: absolute;
	inset: 0;
	pointer-events: none;
	content: "";
	border-radius: inherit;
	background: linear-gradient(135deg, var(--hermon-topic-accent-soft), transparent 42%, rgba(183, 156, 255, 0.08));
	opacity: 0;
	transition: opacity var(--hermon-transition);
}

.hermon-single__related-card:hover,
.hermon-single__related-card:focus-within {
	border-color: rgba(97, 216, 255, 0.34);
	box-shadow: var(--hermon-shadow-glow);
	transform: translateY(-4px);
}

.hermon-single__related-card:hover::before,
.hermon-single__related-card:focus-within::before {
	opacity: 1;
}

.hermon-single__related-link,
.hermon-single__related-body {
	position: relative;
	z-index: 1;
}

.hermon-single__related-image {
	background:
		linear-gradient(135deg, var(--hermon-topic-accent-soft), rgba(183, 156, 255, 0.14)),
		var(--hermon-color-surface-strong);
}

.hermon-single__related-title {
	color: #ffffff;
}

.hermon-single__related-link:hover .hermon-single__related-title,
.hermon-single__related-link:focus .hermon-single__related-title {
	color: var(--hermon-color-accent-dark);
}

.hermon-single__related-excerpt {
	color: var(--hermon-color-muted);
}

@media (max-width: 1020px) {
	.hermon-single__hero-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.hermon-single__content-wrap {
		width: min(100% - 30px, var(--hermon-content));
	}

	.hermon-single__content,
	.hermon-single__insight {
		border-radius: var(--hermon-radius-lg);
	}

	.hermon-single__media,
	.hermon-single__media img {
		min-height: 250px;
	}

	.hermon-single__media-fallback {
		min-height: 180px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hermon-single__related-card,
	.hermon-single__related-image img,
	.hermon-language-switcher__link,
	.hermon-signal-label {
		transition: none !important;
	}

	.hermon-single__related-card:hover,
	.hermon-single__related-card:focus-within,
	.hermon-single__related-card:hover .hermon-single__related-image img,
	.hermon-language-switcher__link:hover,
	.hermon-language-switcher__link:focus {
		transform: none !important;
	}
}

/*
 * Next-stage article polish:
 * More immersive editorial reading, with restrained signal-system depth.
 */
.hermon-single {
	background:
		radial-gradient(circle at 82% 8%, rgba(97, 216, 255, 0.07), transparent 28rem),
		linear-gradient(180deg, rgba(16, 24, 39, 0.68), rgba(6, 9, 17, 1) 520px),
		var(--hermon-color-bg);
}

.hermon-single::before {
	background:
		linear-gradient(120deg, rgba(97, 216, 255, 0.052), transparent 34%),
		linear-gradient(250deg, rgba(183, 156, 255, 0.058), transparent 38%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-size: auto, auto, 96px 96px, 96px 96px;
}

.hermon-single__hero {
	padding: clamp(5rem, 7.2vw, 7.35rem) 0 clamp(4rem, 6.4vw, 6.4rem);
	background:
		radial-gradient(circle at 80% 20%, var(--hermon-topic-accent-soft), transparent 26rem),
		linear-gradient(135deg, rgba(97, 216, 255, 0.105), transparent 39%),
		linear-gradient(245deg, rgba(183, 156, 255, 0.095), transparent 46%),
		linear-gradient(180deg, rgba(16, 24, 39, 0.68), rgba(6, 9, 17, 0.98));
}

.hermon-single__hero-grid {
	gap: clamp(2.25rem, 4.4vw, 4.4rem);
}

.hermon-single__title {
	max-width: 780px;
	font-size: clamp(2.65rem, 5.9vw, 5.05rem);
	line-height: 1;
}

.hermon-single__excerpt {
	max-width: 680px;
	color: rgba(168, 180, 199, 0.9);
	line-height: 1.78;
}

.hermon-single__meta {
	gap: 0.55rem;
}

.hermon-single__meta span {
	min-height: 34px;
	border-color: var(--hermon-editorial-line);
	background: rgba(255, 255, 255, 0.045);
	font-size: 0.86rem;
}

.hermon-single__media {
	min-height: clamp(280px, 36vw, 420px);
	border-color: var(--hermon-topic-accent-line);
	box-shadow: var(--hermon-shadow-signal-hover);
}

.hermon-single__media img {
	min-height: clamp(280px, 36vw, 420px);
}

.hermon-single__media-fallback {
	min-height: clamp(260px, 34vw, 380px);
	background:
		radial-gradient(circle at 78% 22%, var(--hermon-topic-accent-soft), transparent 42%),
		linear-gradient(135deg, rgba(97, 216, 255, 0.12), rgba(183, 156, 255, 0.09)),
		var(--hermon-color-surface-strong);
}

.hermon-single__body {
	padding: clamp(4.1rem, 6.4vw, 6.4rem) 0 clamp(4.8rem, 7.4vw, 7.4rem);
	background:
		linear-gradient(180deg, rgba(6, 9, 17, 0.98), rgba(9, 14, 26, 0.985)),
		var(--hermon-color-bg);
}

.hermon-single__content-wrap {
	width: min(940px, calc(100% - 56px));
}

.hermon-single__insight {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	padding: clamp(1.65rem, 3vw, 2.35rem);
	background:
		linear-gradient(135deg, rgba(255, 209, 102, 0.09), var(--hermon-topic-accent-soft)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.022)),
		var(--hermon-editorial-panel);
	box-shadow: var(--hermon-shadow-signal);
}

.hermon-single__insight-label {
	margin-bottom: var(--hermon-space-4);
}

.hermon-single__insight-text {
	max-width: 760px;
	font-size: clamp(1.08rem, 1.55vw, 1.24rem);
	font-weight: 680;
	line-height: 1.74;
}

.hermon-single__content {
	max-width: 820px;
	padding: clamp(1.75rem, 3.2vw, 2.75rem);
	border-color: var(--hermon-editorial-line);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.02)),
		var(--hermon-editorial-panel);
	box-shadow: var(--hermon-shadow-signal);
	font-size: clamp(1.02rem, 1.18vw, 1.09rem);
	line-height: 1.96;
}

.hermon-single__content p {
	margin-bottom: 1.48em;
}

.hermon-single__content h2,
.hermon-single__content h3,
.hermon-single__content h4 {
	margin-top: 2.05em;
	color: rgba(255, 255, 255, 0.96);
}

.hermon-single__content blockquote {
	border-inline-start-color: var(--hermon-topic-accent);
	background:
		linear-gradient(135deg, var(--hermon-topic-accent-soft), rgba(183, 156, 255, 0.075)),
		rgba(255, 255, 255, 0.035);
}

.hermon-single__related {
	padding: clamp(4.35rem, 6.8vw, 6.8rem) 0;
}

.hermon-single__related-grid {
	gap: clamp(1rem, 1.8vw, 1.45rem);
}

.hermon-single__related-card {
	border-color: var(--hermon-editorial-line);
	background:
		linear-gradient(135deg, var(--hermon-topic-accent-soft), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022)),
		var(--hermon-editorial-panel);
	box-shadow: var(--hermon-shadow-signal);
}

.hermon-single__related-card:hover,
.hermon-single__related-card:focus-within {
	border-color: var(--hermon-topic-accent-line);
	box-shadow: var(--hermon-shadow-signal-hover);
	transform: translateY(-3px);
}

.hermon-single__related-image img {
	filter: saturate(1.02) contrast(1.02);
}

.hermon-single__related-card:hover .hermon-single__related-image img {
	transform: scale(1.022);
}

.hermon-single__related-title {
	line-height: 1.18;
}

@media (max-width: 700px) {
	.hermon-single__hero {
		padding: clamp(4rem, 15vw, 5rem) 0 clamp(3rem, 12vw, 4rem);
	}

	.hermon-single__title {
		font-size: clamp(2.25rem, 11vw, 3.35rem);
		line-height: 1.04;
	}

	.hermon-single__excerpt {
		font-size: 1rem;
		line-height: 1.78;
	}

	.hermon-single__content-wrap {
		width: min(100% - 30px, var(--hermon-content));
	}

	.hermon-single__content {
		padding: var(--hermon-space-6);
		font-size: 1rem;
		line-height: 1.88;
	}

	.hermon-single__insight {
		padding: var(--hermon-space-6);
	}

	.hermon-single__media,
	.hermon-single__media img,
	.hermon-single__media-fallback {
		min-height: 220px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hermon-single__related-card:hover,
	.hermon-single__related-card:focus-within,
	.hermon-single__related-card:hover .hermon-single__related-image img {
		transform: none !important;
	}
}
