#top #wrap_all {
	--hnews-accent: #ce2e26;
	--hnews-accent-dark: #b72922;
	--hnews-accent-soft: #f7b6b3;
	--hnews-surface-950: #0a0f16;
	--hnews-surface-900: #0f151f;
	--hnews-surface-850: #121b27;
	--hnews-surface-800: #172233;
	--hnews-border: #303b4a;
	--hnews-border-soft: rgba(255, 255, 255, 0.12);
	--hnews-text: #edf2f9;
	--hnews-muted: #9eabbe;
	--hnews-card-radius: 18px;
}

#top #wrap_all .hnews-empty {
	margin: 12px 0;
	padding: 14px 16px;
	border: 1px dashed #8e99a9;
	border-radius: 12px;
	background: #f5f7fb;
	color: #233146;
}

#top #wrap_all .hnews-overview-wrap,
#top #wrap_all .hnews-single-wrap {
	background:
		radial-gradient(circle at 92% 3%, rgba(206, 46, 38, 0.12), transparent 42%),
		radial-gradient(circle at 8% 92%, rgba(206, 46, 38, 0.1), transparent 36%),
		linear-gradient(180deg, #09101b 0%, #0a0f16 100%);
}

#top #wrap_all .hnews-single-wrap {
	padding-bottom: 44px;
}

#top #wrap_all .hnews-overview-wrap .hnews-overview-main,
#top #wrap_all .hnews-single-wrap .hnews-single-main {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding-top: 28px;
}

#top #wrap_all .hnews-overview-wrap .hnews-overview-main {
	padding-bottom: 44px;
}

#top #wrap_all .hnews-single-wrap .hnews-single-main {
	padding-bottom: 76px;
}

/* Force reliable spacing above footer on single posts. */
#top.single-post #main .hnews-single-wrap {
	padding-bottom: 72px !important;
}

#top.single-post #main .hnews-single-wrap .hnews-single-main {
	padding-bottom: 0 !important;
}

#top.single-post #main .hnews-single-footer {
	margin-bottom: 0;
}

/* Prevent Enfold side post-nav artifact (thin vertical line) on single news pages. */
#top.single-post #main .avia-post-nav {
	display: none !important;
}

#top #wrap_all .hnews-overview-hero {
	margin: 0 0 22px;
	padding: 24px 26px;
	border: 1px solid rgba(49, 65, 90, 0.84);
	border-radius: 22px;
	background:
		radial-gradient(circle at 83% 8%, rgba(206, 46, 38, 0.22), transparent 44%),
		linear-gradient(132deg, #121b2a 0%, #1a1220 35%, #171322 100%);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

#top #wrap_all .hnews-overview-title {
	margin: 0;
	color: #ce2e26;
	font-family: "Diamante Serial", "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: clamp(2.2rem, 3.2vw, 3.9rem);
	line-height: 0.94;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
}

#top #wrap_all .hnews-overview-lead {
	margin: 12px 0 0;
	max-width: 72ch;
	color: #e5ecf8;
	font-size: clamp(1.02rem, 1.4vw, 1.2rem);
	line-height: 1.5;
}

#top #wrap_all .hnews-overview-content {
	margin-bottom: 18px;
	color: #d4deed;
}

#top #wrap_all .hnews-overview-content > *:last-child {
	margin-bottom: 0;
}

#top #wrap_all .hnews-archive {
	display: grid;
	gap: 18px;
}

#top #wrap_all .hnews-archive-header {
	padding: 0 2px;
}

#top #wrap_all .hnews-archive-title {
	margin: 0;
	color: #ffffff;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-size: clamp(1.7rem, 2.2vw, 2.4rem);
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#top #wrap_all .hnews-archive-subline {
	margin: 9px 0 0;
	color: #a8b8ce;
	font-size: 1.02rem;
	line-height: 1.45;
}

#top #wrap_all .hnews-archive-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#top #wrap_all .hnews-filter-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px 8px 15px;
	border-radius: 999px;
	border: 1px solid var(--hnews-border-soft);
	background: rgba(10, 15, 22, 0.86);
	color: #d3dced;
	text-decoration: none;
	line-height: 1;
	transition: transform 140ms ease, border-color 140ms ease, color 140ms ease, background-color 140ms ease;
}

#top #wrap_all .hnews-filter-link:hover,
#top #wrap_all .hnews-filter-link:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(247, 182, 179, 0.8);
	color: #ffffff;
}

#top #wrap_all .hnews-filter-link.is-active {
	border-color: rgba(206, 46, 38, 0.86);
	background: linear-gradient(180deg, #d53a31 0%, #b72922 100%);
	color: #ffffff;
}

#top #wrap_all .hnews-filter-label {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

#top #wrap_all .hnews-filter-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.26);
	font-size: 0.8rem;
	font-weight: 700;
}

#top #wrap_all .hnews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

#top #wrap_all .hnews-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--hnews-border);
	border-radius: var(--hnews-card-radius);
	background: linear-gradient(180deg, #111926 0%, #0e1622 100%);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
	transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

#top #wrap_all .hnews-card:hover,
#top #wrap_all .hnews-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(206, 46, 38, 0.62);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
}

#top #wrap_all .hnews-card.is-hidden {
	display: none;
}

#top #wrap_all .hnews-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	background: #06090f;
}

#top #wrap_all .hnews-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top #wrap_all .hnews-card-placeholder {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 18% 18%, rgba(206, 46, 38, 0.34), rgba(206, 46, 38, 0) 42%),
		radial-gradient(circle at 84% 82%, rgba(47, 86, 138, 0.28), rgba(47, 86, 138, 0) 48%),
		linear-gradient(142deg, #121b2a 0%, #0f1622 46%, #141b28 100%);
}

#top #wrap_all .hnews-card-placeholder::before {
	content: "";
	position: absolute;
	inset: -35% -20%;
	background: linear-gradient(115deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0) 58%);
	transform: rotate(-7deg);
}

#top #wrap_all .hnews-card-placeholder::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 88% at 50% 118%, rgba(206, 46, 38, 0.32) 0%, rgba(206, 46, 38, 0.06) 40%, rgba(206, 46, 38, 0) 72%);
}

#top #wrap_all .hnews-card-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 11px;
	padding: 14px 15px 16px;
}

#top #wrap_all .hnews-card-content::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -25%;
	height: 58%;
	pointer-events: none;
	opacity: 0.78;
	z-index: -1;
	filter: saturate(1.1);
	background-image:
		radial-gradient(70% 110% at 10% 100%, rgba(206, 46, 38, 0.68) 0%, rgba(206, 46, 38, 0.24) 42%, rgba(206, 46, 38, 0) 74%),
		radial-gradient(52% 96% at 80% 100%, rgba(206, 46, 38, 0.52) 0%, rgba(206, 46, 38, 0.2) 46%, rgba(206, 46, 38, 0) 74%);
}

#top #wrap_all .hnews-card-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

#top #wrap_all .hnews-card-category {
	display: inline-flex;
	align-items: center;
	padding: 4px 11px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(8, 13, 20, 0.7);
	color: #f2f6ff;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

#top #wrap_all .hnews-card-category:hover,
#top #wrap_all .hnews-card-category:focus-visible {
	border-color: rgba(247, 182, 179, 0.72);
	color: #ffffff;
}

#top #wrap_all .hnews-card-date {
	margin: 0;
	color: #b4c2d6;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#top #wrap_all .hnews-card-title {
	margin: 0;
	font-size: clamp(1.2rem, 1.3vw, 1.48rem);
	line-height: 1.12;
}

#top #wrap_all .hnews-card-title a {
	color: #ffffff;
	text-decoration: none;
}

#top #wrap_all .hnews-card-title a:hover,
#top #wrap_all .hnews-card-title a:focus-visible {
	color: #f3d2d0;
}

#top #wrap_all .hnews-card-summary {
	margin: 0;
	color: #d5deea;
	font-size: 0.98rem;
	line-height: 1.5;
}

#top #wrap_all .hnews-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: auto;
	padding: 9px 14px;
	border-radius: 9px;
	border: 2px solid transparent;
	background: var(--hnews-accent);
	color: #ffffff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	transition: border-color 140ms ease, background-color 140ms ease;
}

#top #wrap_all .hnews-card-cta:hover,
#top #wrap_all .hnews-card-cta:focus-visible {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}

#top #wrap_all .hnews-no-results {
	display: none;
	margin: 0;
	padding: 13px 14px;
	border: 1px solid rgba(110, 128, 152, 0.5);
	border-radius: 12px;
	background: rgba(7, 12, 20, 0.74);
	color: #d9e3f2;
}

#top #wrap_all .hnews-no-results.is-visible {
	display: block;
}

#top #wrap_all .hnews-load-more-wrap {
	display: none;
	justify-content: center;
	padding-top: 6px;
}

#top #wrap_all .hnews-load-more-wrap.is-visible {
	display: flex;
}

#top #wrap_all .hnews-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border-radius: 10px;
	border: 2px solid transparent;
	background: var(--hnews-accent);
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

#top #wrap_all .hnews-load-more:hover,
#top #wrap_all .hnews-load-more:focus-visible {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}

#top #wrap_all .hnews-single {
	display: grid;
	gap: 20px;
}

#top #wrap_all .hnews-single-hero {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	border: 1px solid rgba(44, 59, 83, 0.9);
	background:
		radial-gradient(circle at 85% 10%, rgba(206, 46, 38, 0.22), transparent 42%),
		radial-gradient(circle at 12% 88%, rgba(206, 46, 38, 0.16), transparent 38%),
		linear-gradient(132deg, #121b2a 0%, #1b1120 42%, #0f1625 100%);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
	color: #ffffff;
}

#top #wrap_all .hnews-single-hero.has-image {
	min-height: clamp(320px, 48vw, 560px);
}

#top #wrap_all .hnews-single-hero.no-image {
	min-height: 320px;
}

#top #wrap_all .hnews-single-hero-media,
#top #wrap_all .hnews-single-hero-overlay {
	position: absolute;
	inset: 0;
}

#top #wrap_all .hnews-single-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top #wrap_all .hnews-single-hero-overlay {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.66) 66%, rgba(0, 0, 0, 0.88) 100%),
		radial-gradient(70% 120% at 16% 100%, rgba(206, 46, 38, 0.84) 0%, rgba(206, 46, 38, 0.28) 48%, rgba(206, 46, 38, 0) 76%);
}

#top #wrap_all .hnews-single-hero-content {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 12px;
	padding: clamp(20px, 4vw, 42px);
	min-height: inherit;
	align-content: end;
}

#top #wrap_all .hnews-back-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	background: rgba(6, 10, 16, 0.5);
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	text-decoration: none;
}

#top #wrap_all .hnews-back-link:hover,
#top #wrap_all .hnews-back-link:focus-visible {
	border-color: rgba(247, 182, 179, 0.9);
}

#top #wrap_all .hnews-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

#top #wrap_all .hnews-single-category {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(11, 17, 24, 0.72);
	color: #f1f5fc;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}

#top #wrap_all .hnews-single-category:hover,
#top #wrap_all .hnews-single-category:focus-visible {
	border-color: rgba(247, 182, 179, 0.9);
}

#top #wrap_all .hnews-single-date,
#top #wrap_all .hnews-single-reading-time {
	color: #d8e1ee;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

#top #wrap_all .hnews-single-title {
	margin: 0;
	font-family: "Diamante Serial", "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 800;
	font-size: clamp(2.05rem, 4.2vw, 5rem);
	line-height: 0.92;
	color: #ce2e26;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	text-shadow: 0 6px 16px rgba(0, 0, 0, 0.52);
}

#top #wrap_all .hnews-single-excerpt {
	margin: 0;
	max-width: 78ch;
	color: #eef2f9;
	font-size: clamp(1.02rem, 1.5vw, 1.26rem);
	line-height: 1.42;
}

#top #wrap_all .hnews-single-body {
	padding: clamp(20px, 3vw, 34px);
	border: 1px solid var(--hnews-border);
	border-radius: 22px;
	background: linear-gradient(180deg, #0f1622 0%, #0c131e 100%);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
	color: var(--hnews-text);
}

#top #wrap_all .hnews-single-body > *:first-child {
	margin-top: 0;
}

#top #wrap_all .hnews-single-body > *:last-child {
	margin-bottom: 0;
}

#top #wrap_all .hnews-single-body p,
#top #wrap_all .hnews-single-body li {
	color: #e4ebf7;
	font-size: 1.08rem;
	line-height: 1.72;
}

#top #wrap_all .hnews-single-body h2,
#top #wrap_all .hnews-single-body h3,
#top #wrap_all .hnews-single-body h4 {
	color: #ffffff;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

#top #wrap_all .hnews-single-body a {
	color: #f7b6b3;
	text-decoration-color: rgba(247, 182, 179, 0.52);
}

#top #wrap_all .hnews-single-body a:hover,
#top #wrap_all .hnews-single-body a:focus-visible {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.74);
}

#top #wrap_all .hnews-single-body blockquote {
	margin: 24px 0;
	padding: 16px 18px;
	border-left: 4px solid var(--hnews-accent);
	background: rgba(206, 46, 38, 0.08);
	color: #f4f7fd;
}

#top #wrap_all .hnews-single-body img {
	border-radius: 12px;
}

#top #wrap_all .hnews-single-footer {
	display: grid;
	gap: 16px;
	margin-bottom: 44px;
}

#top #wrap_all .hnews-single-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

#top #wrap_all .hnews-single-nav-link {
	display: block;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid rgba(62, 80, 106, 0.8);
	background: rgba(12, 18, 28, 0.84);
	color: #dbe5f4;
	text-decoration: none;
	line-height: 1.35;
}

#top #wrap_all .hnews-single-nav-link:hover,
#top #wrap_all .hnews-single-nav-link:focus-visible {
	border-color: rgba(247, 182, 179, 0.74);
	color: #ffffff;
}

#top #wrap_all .hnews-single-nav-link strong {
	display: block;
	margin-bottom: 3px;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #9db0ca;
}

#top #wrap_all .hnews-single-related {
	display: grid;
	gap: 14px;
}

#top #wrap_all .hnews-single-related h2 {
	margin: 0;
	color: #ffffff;
	font-family: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
	font-style: italic;
	font-size: clamp(1.65rem, 2.1vw, 2.2rem);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#top #wrap_all .hnews-single-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

#top #wrap_all .hnews-single-related-card {
	padding: 13px 14px;
	border-radius: 14px;
	border: 1px solid rgba(63, 80, 104, 0.88);
	background: rgba(12, 18, 28, 0.86);
	text-decoration: none;
	color: #e9eff9;
	transition: border-color 150ms ease, transform 150ms ease;
}

#top #wrap_all .hnews-single-related-card:hover,
#top #wrap_all .hnews-single-related-card:focus-visible {
	border-color: rgba(247, 182, 179, 0.78);
	transform: translateY(-2px);
}

#top #wrap_all .hnews-single-related-date {
	margin: 0 0 6px;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #afbdd2;
}

#top #wrap_all .hnews-single-related-title {
	margin: 0;
	color: #ffffff;
	font-size: 1.06rem;
	line-height: 1.25;
}

@media (max-width: 1099px) {
	#top #wrap_all .hnews-overview-wrap .hnews-overview-main,
	#top #wrap_all .hnews-single-wrap .hnews-single-main {
		padding-top: 20px;
	}

	#top #wrap_all .hnews-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#top #wrap_all .hnews-single-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#top #wrap_all .hnews-overview-hero {
		padding: 18px 16px;
		border-radius: 18px;
	}

	#top #wrap_all .hnews-archive-toolbar {
		gap: 7px;
	}

	#top #wrap_all .hnews-filter-link {
		padding: 7px 11px;
		gap: 7px;
	}

	#top #wrap_all .hnews-grid {
		grid-template-columns: 1fr;
	}

	#top #wrap_all .hnews-card-content {
		padding: 12px 12px 14px;
	}

	#top #wrap_all .hnews-single-hero {
		border-radius: 18px;
		min-height: 264px;
	}

	#top #wrap_all .hnews-single-hero-content {
		padding: 16px 14px;
		gap: 10px;
	}

	#top #wrap_all .hnews-single-title {
		font-size: clamp(1.65rem, 10.2vw, 2.9rem);
	}

	#top #wrap_all .hnews-single-body {
		padding: 15px 14px 16px;
		border-radius: 16px;
	}

	#top #wrap_all .hnews-single-body p,
	#top #wrap_all .hnews-single-body li {
		font-size: 1rem;
		line-height: 1.62;
	}

	#top #wrap_all .hnews-single-nav {
		grid-template-columns: 1fr;
	}

	#top #wrap_all .hnews-single-related-grid {
		grid-template-columns: 1fr;
	}
}
