/*
Theme Name: Hasakah Media Network
Theme URI: https://hasakah.media
Author: Jarir Murad
Description: قالب شبكة الحسكة الإعلامية مع نظام تشغيل إعلامي حي، نمط قالب ملكي الرياض، دك سيادي، ومركز بث.
Version: 1.04.6
Text Domain: hasakah-media-network
*/

:root {
	--hmn-bg: #071426;
	--hmn-bg-2: #0b1f3a;
	--hmn-surface: rgba(255, 255, 255, 0.08);
	--hmn-surface-strong: rgba(255, 255, 255, 0.14);
	--hmn-text: #ffffff;
	--hmn-muted: rgba(255, 255, 255, 0.72);
	--hmn-primary: #ff8a1f;
	--hmn-secondary: #d4af37;
	--hmn-accent: #ef233c;
	--hmn-border: rgba(255, 255, 255, 0.14);
	--hmn-radius: 30px;
	--hmn-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
	--hp-navy: #071426;
	--hp-orange: #ff8a1f;
	--gold-24k: #d4af37;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 12% 8%, rgba(255, 138, 31, 0.16), transparent 32%),
		radial-gradient(circle at 88% 14%, rgba(212, 175, 55, 0.12), transparent 30%),
		linear-gradient(135deg, var(--hmn-bg), #030812 78%);
	color: var(--hmn-text);
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.75;
	margin: 0;
	min-height: 100vh;
	overflow-x: hidden;
	padding-bottom: 112px;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	height: auto;
	max-width: 100%;
}

.hmn-header {
	align-items: center;
	backdrop-filter: blur(22px) saturate(1.25);
	-webkit-backdrop-filter: blur(22px) saturate(1.25);
	background: rgba(7, 20, 38, 0.78);
	border-bottom: 1px solid var(--hmn-border);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr minmax(260px, 420px);
	inset-inline: 0;
	padding: 16px clamp(18px, 4vw, 56px);
	position: sticky;
	top: 0;
	z-index: 90;
}

.hmn-brand {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.hmn-brand-logo {
	aspect-ratio: 1;
	filter: drop-shadow(0 12px 28px rgba(212, 175, 55, 0.22));
	height: 56px;
	object-fit: contain;
	width: 56px;
}

.hmn-brand-text {
	display: grid;
	line-height: 1.25;
}

.hmn-brand-title {
	font-size: clamp(1.08rem, 2vw, 1.7rem);
	font-weight: 950;
	letter-spacing: -0.02em;
}

.hmn-brand-tagline {
	color: var(--hmn-muted);
	font-size: 0.85rem;
}

.hmn-search {
	align-items: center;
	background: var(--hmn-surface);
	border: 1px solid var(--hmn-border);
	border-radius: 999px;
	display: flex;
	gap: 8px;
	padding: 8px;
}

.hmn-search input {
	background: transparent;
	border: 0;
	color: var(--hmn-text);
	flex: 1;
	outline: 0;
	padding: 10px 12px;
}

.hmn-search button,
.hmn-button {
	background: linear-gradient(135deg, var(--hmn-primary), var(--hmn-secondary));
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	padding: 10px 18px;
	transition: transform 180ms ease, filter 180ms ease;
}

.hmn-search button:hover,
.hmn-button:hover {
	filter: brightness(1.06);
	transform: translateY(-2px);
}

.hmn-hero {
	isolation: isolate;
	min-height: clamp(560px, 74vh, 840px);
	overflow: hidden;
	position: relative;
}

.hmn-hero::before {
	background:
		linear-gradient(90deg, rgba(7,20,38,0.96), rgba(7,20,38,0.36), rgba(7,20,38,0.92)),
		url("assets/images/hasakah-media-network-logo.png") center/contain no-repeat;
	content: "";
	filter: saturate(1.05);
	inset: 0;
	opacity: 0.25;
	position: absolute;
	transform: scale(0.9);
	z-index: -2;
}

.hmn-hero::after {
	background:
		linear-gradient(180deg, rgba(7,20,38,0.12), rgba(7,20,38,0.96)),
		radial-gradient(circle at 20% 15%, rgba(255,138,31,0.16), transparent 30%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.hmn-hero-inner {
	align-items: end;
	display: grid;
	min-height: inherit;
	padding: clamp(34px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.hmn-kicker {
	background: rgba(255, 138, 31, 0.16);
	border: 1px solid rgba(255, 138, 31, 0.28);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 950;
	margin-bottom: 18px;
	padding: 7px 14px;
}

.hmn-hero-title {
	font-size: clamp(2.6rem, 8vw, 7rem);
	font-weight: 950;
	letter-spacing: -0.065em;
	line-height: 0.96;
	margin: 0 0 22px;
	max-width: 950px;
}

.hmn-hero-text {
	color: var(--hmn-muted);
	font-size: clamp(1rem, 2vw, 1.35rem);
	margin: 0 0 30px;
	max-width: 720px;
}

.hmn-main {
	margin-inline: auto;
	max-width: 1500px;
	padding: clamp(34px, 5vw, 72px) clamp(18px, 4vw, 56px);
}

.hmn-section-head {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.hmn-section-head h2 {
	font-size: clamp(1.9rem, 4vw, 3.5rem);
	line-height: 1.08;
	margin: 0;
}

.hmn-section-head p {
	color: var(--hmn-muted);
	font-weight: 800;
	margin: 0;
}

.hmn-news-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(12, 1fr);
}

.hmn-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.045)),
		rgba(255,255,255,0.04);
	border: 1px solid var(--hmn-border);
	border-radius: var(--hmn-radius);
	box-shadow: var(--hmn-shadow);
	grid-column: span 4;
	overflow: hidden;
	position: relative;
	transform: translateY(0);
	transition:
		transform 220ms ease,
		border-color 220ms ease,
		background 220ms ease;
}

.hmn-card:nth-child(1) {
	grid-column: span 8;
	grid-row: span 2;
}

.hmn-card:hover {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0.065)),
		rgba(255,138,31,0.055);
	border-color: rgba(255, 138, 31, 0.34);
	transform: translateY(-7px);
}

.hmn-card-media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, var(--hmn-primary), var(--hmn-secondary));
	display: block;
	overflow: hidden;
}

.hmn-card:nth-child(1) .hmn-card-media {
	aspect-ratio: 16 / 9;
}

.hmn-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
	width: 100%;
}

.hmn-card:hover img {
	transform: scale(1.06);
}

.hmn-card-body {
	padding: 22px;
}

.hmn-card-meta {
	align-items: center;
	color: var(--hmn-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.86rem;
	font-weight: 850;
	gap: 10px;
	margin-bottom: 12px;
}

.hmn-badge {
	background: rgba(255, 138, 31, 0.16);
	border: 1px solid rgba(255, 138, 31, 0.28);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	padding: 3px 10px;
}

.hmn-card-title {
	font-size: clamp(1.22rem, 2vw, 1.75rem);
	line-height: 1.35;
	margin: 0 0 12px;
}

.hmn-card-excerpt {
	color: var(--hmn-muted);
	margin: 0 0 16px;
}

.hmn-read-more {
	color: var(--hmn-secondary);
	font-weight: 950;
}

.hmn-studio {
	background:
		radial-gradient(circle at 80% 0%, rgba(255, 138, 31, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.04));
	border: 1px solid var(--hmn-border);
	border-radius: 36px;
	box-shadow: var(--hmn-shadow);
	margin-top: clamp(38px, 5vw, 72px);
	overflow: hidden;
	padding: clamp(24px, 4vw, 44px);
}

.hmn-studio-grid,
.hmn-sections-grid,
.hmn-about-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
}

.hmn-glass-box {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.045));
	border: 1px solid var(--hmn-border);
	border-radius: 26px;
	padding: 20px;
	position: relative;
	transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hmn-glass-box:hover {
	background: rgba(255, 138, 31, 0.09);
	border-color: rgba(255, 138, 31, 0.34);
	transform: translateY(-6px);
}

.hmn-glass-box h3 {
	margin: 0 0 10px;
}

.hmn-glass-box p {
	color: var(--hmn-muted);
	margin: 0;
}

.hmn-section-search {
	margin-bottom: 24px;
}

.hmn-section-search input {
	background: rgba(255,255,255,0.08);
	border: 1px solid var(--hmn-border);
	border-radius: 999px;
	color: var(--hmn-text);
	font-size: 1rem;
	outline: none;
	padding: 14px 18px;
	width: min(100%, 620px);
}

.hmn-pagination {
	margin-top: 38px;
	text-align: center;
}

.hmn-pagination .page-numbers {
	background: var(--hmn-surface);
	border: 1px solid var(--hmn-border);
	border-radius: 999px;
	display: inline-flex;
	margin: 4px;
	padding: 9px 14px;
}

.hmn-empty {
	background: var(--hmn-surface);
	border: 1px solid var(--hmn-border);
	border-radius: var(--hmn-radius);
	padding: 36px;
	text-align: center;
}

.hmn-footer {
	color: var(--hmn-muted);
	padding: 28px clamp(18px, 4vw, 56px) 42px;
	text-align: center;
}

@media (max-width: 980px) {
	.hmn-header {
		grid-template-columns: 1fr;
	}

	.hmn-card,
	.hmn-card:nth-child(1) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	body {
		padding-bottom: 104px;
	}

	.hmn-brand-logo {
		height: 46px;
		width: 46px;
	}

	.hmn-section-head {
		align-items: start;
		flex-direction: column;
	}
}


/* v1.01.9 — restored homepage order and classifications */
.hmn-broadcast-after-news {
	background:
		radial-gradient(circle at 84% 0%, rgba(255, 138, 31, 0.16), transparent 36%),
		linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.035));
	border-block: 1px solid rgba(255,255,255,0.09);
}

.hmn-broadcast-modules article {
	min-height: 210px;
	overflow: hidden;
	position: relative;
}

.hmn-broadcast-modules article::before {
	background:
		radial-gradient(circle at 18% 18%, rgba(255,255,255,0.18), transparent 36%),
		linear-gradient(135deg, rgba(255,138,31,0.12), transparent);
	border-radius: inherit;
	content: "";
	inset: 0;
	opacity: 0.64;
	pointer-events: none;
	position: absolute;
}

.hmn-broadcast-modules article > * {
	position: relative;
	z-index: 2;
}

.hmn-module-kicker {
	background: rgba(255, 138, 31, 0.15);
	border: 1px solid rgba(255, 138, 31, 0.28);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 950;
	margin-bottom: 12px;
	padding: 5px 10px;
}

.hmn-front-sections {
	padding-top: clamp(30px, 4vw, 58px);
}

.hmn-classification-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, 1fr);
}

.hmn-classification-card {
	background:
		radial-gradient(circle at 18% 0%, rgba(212, 175, 55, 0.14), transparent 42%),
		linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.045));
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 30px;
	box-shadow: 0 24px 80px rgba(0,0,0,0.22);
	grid-column: span 4;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.hmn-classification-card:nth-child(1),
.hmn-classification-card:nth-child(3) {
	grid-column: span 6;
}

.hmn-classification-card h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin: 0 0 16px;
}

.hmn-category-chip-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hmn-category-chip-grid a {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 999px;
	color: rgba(255,255,255,0.86);
	font-size: 0.88rem;
	font-weight: 850;
	padding: 7px 11px;
	transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.hmn-category-chip-grid a:hover {
	background: rgba(255, 138, 31, 0.16);
	border-color: rgba(255, 138, 31, 0.34);
	transform: translateY(-2px);
}

@media (max-width: 980px) {
	.hmn-classification-card,
	.hmn-classification-card:nth-child(1),
	.hmn-classification-card:nth-child(3) {
		grid-column: 1 / -1;
	}
}


/* v1.02.0 — Sovereign Dream Pages + verified badge + dock visual alignment */
:root {
	--hmn-dream-bg: #061629;
	--hmn-dream-bg-2: #0a2342;
	--hmn-dream-orange: #ff8a1f;
	--hmn-dream-blue: #84b8ff;
	--hmn-dream-glass: rgba(255, 255, 255, 0.082);
	--hmn-dream-glass-strong: rgba(255, 255, 255, 0.13);
	--hmn-dream-line: rgba(255, 255, 255, 0.16);
	--hmn-dream-glow: 0 0 36px rgba(255, 138, 31, 0.22);
}

.hmn-verify-badge {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 138, 31, 0.22), rgba(212, 175, 55, 0.12));
	border: 1px solid rgba(255, 138, 31, 0.42);
	border-radius: 999px;
	box-shadow: 0 0 24px rgba(255, 138, 31, 0.12);
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 950;
	gap: 5px;
	letter-spacing: 0;
	padding: 4px 10px;
	white-space: nowrap;
}

.hmn-verify-badge span {
	color: var(--hmn-secondary);
	text-shadow: 0 0 12px rgba(212, 175, 55, 0.75);
}

.hmn-verify-urgent {
	background: linear-gradient(135deg, rgba(239, 35, 60, 0.28), rgba(255, 138, 31, 0.14));
	border-color: rgba(239, 35, 60, 0.5);
}

.hmn-card:hover .hmn-verify-badge {
	transform: translateY(-1px);
}

.hmn-dream-page {
	background:
		radial-gradient(circle at 15% 16%, rgba(132, 184, 255, 0.14), transparent 27%),
		radial-gradient(circle at 83% 10%, rgba(255, 138, 31, 0.16), transparent 26%),
		linear-gradient(135deg, #030916, var(--hmn-dream-bg) 48%, #020812);
	margin-inline: auto;
	max-width: 1680px;
	min-height: calc(100vh - 84px);
	overflow: hidden;
	padding: clamp(22px, 4vw, 54px) clamp(16px, 4vw, 64px) 96px;
	position: relative;
}

.hmn-dream-page::before {
	background-image:
		linear-gradient(rgba(255,255,255,0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.026) 1px, transparent 1px);
	background-size: 44px 44px;
	content: "";
	inset: 0;
	opacity: 0.58;
	pointer-events: none;
	position: absolute;
}

.hmn-dream-page::after {
	background:
		radial-gradient(circle at 50% 30%, rgba(255,255,255,0.10), transparent 32%),
		radial-gradient(circle at 50% 100%, rgba(255, 138, 31, 0.12), transparent 38%);
	content: "";
	inset: 0;
	mix-blend-mode: screen;
	opacity: 0.62;
	pointer-events: none;
	position: absolute;
}

.hmn-dream-page > * {
	position: relative;
	z-index: 2;
}

.hmn-dream-hero {
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.10);
	display: grid;
	isolation: isolate;
	min-height: clamp(250px, 34vw, 420px);
	overflow: hidden;
	place-items: center;
	text-align: center;
}

.hmn-dream-skyline {
	background:
		radial-gradient(circle at 14% 58%, rgba(132,184,255,0.30), transparent 12%),
		radial-gradient(circle at 86% 42%, rgba(255,138,31,0.28), transparent 12%),
		linear-gradient(90deg, rgba(255,255,255,0.05), transparent 28%, transparent 72%, rgba(255,255,255,0.05)),
		linear-gradient(0deg, rgba(0,0,0,0.65), transparent 56%);
	filter: blur(0.2px);
	inset: 0;
	opacity: 0.82;
	position: absolute;
	z-index: -1;
}

.hmn-dream-skyline::before,
.hmn-dream-skyline::after {
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 999px;
	content: "";
	position: absolute;
}

.hmn-dream-skyline::before {
	box-shadow: 0 0 60px rgba(132,184,255,0.36);
	height: 170px;
	left: 6%;
	top: 28%;
	width: 170px;
}

.hmn-dream-skyline::after {
	background: linear-gradient(180deg, rgba(255,138,31,0.40), transparent);
	box-shadow: 0 0 50px rgba(255,138,31,0.32);
	height: 220px;
	right: 10%;
	top: 18%;
	width: 2px;
}

.hmn-dream-kicker {
	color: rgba(255,255,255,0.74);
	font-size: 0.9rem;
	font-weight: 950;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.hmn-dream-hero h1 {
	color: #fff;
	font-size: clamp(3rem, 8vw, 7rem);
	font-weight: 950;
	letter-spacing: -0.05em;
	line-height: 0.95;
	margin: 0;
	text-shadow: 0 20px 80px rgba(0,0,0,0.45);
}

.hmn-dream-hero h1::after {
	background: linear-gradient(90deg, transparent, var(--hmn-dream-orange), transparent);
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	margin: 22px auto 0;
	width: min(220px, 52vw);
}

.hmn-dream-hero p {
	color: rgba(255,255,255,0.72);
	font-size: clamp(1rem, 1.6vw, 1.25rem);
	margin: 22px auto 0;
	max-width: 760px;
}

.hmn-dream-toolbar {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 26px auto 28px;
	max-width: 980px;
}

.hmn-dream-toolbar input {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	outline: none;
	padding: 15px 18px;
	width: min(100%, 620px);
}

.hmn-dream-sections-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hmn-dream-section-card,
.hmn-about-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 30px;
	box-shadow:
		0 28px 90px rgba(0,0,0,0.28),
		inset 0 1px 0 rgba(255,255,255,0.12);
	overflow: hidden;
	padding: 24px;
	position: relative;
	transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.hmn-dream-section-card:hover,
.hmn-about-card:hover {
	background: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,138,31,0.075));
	border-color: rgba(255, 138, 31, 0.42);
	box-shadow:
		0 34px 100px rgba(0,0,0,0.34),
		0 0 46px rgba(255, 138, 31, 0.14);
	transform: translateY(-6px);
}

.hmn-dream-card-bg {
	background:
		radial-gradient(circle at 18% 18%, rgba(132,184,255,0.20), transparent 30%),
		linear-gradient(135deg, rgba(255,138,31,0.10), transparent 48%);
	inset: 0;
	opacity: 0.84;
	position: absolute;
}

.hmn-dream-section-card > * {
	position: relative;
	z-index: 2;
}

.hmn-dream-section-card {
	grid-column: span 3;
	min-height: 250px;
}

.hmn-dream-section-card.is-featured {
	grid-column: span 6;
	grid-row: span 2;
	min-height: 500px;
}

.hmn-dream-section-card header {
	align-items: center;
	display: flex;
	gap: 16px;
	margin-bottom: 18px;
}

.hmn-dream-icon,
.hmn-about-icon {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.20), rgba(255,255,255,0.06));
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 22px;
	box-shadow: 0 16px 42px rgba(255, 138, 31, 0.16);
	color: var(--hmn-dream-orange);
	display: inline-grid;
	font-size: 1.65rem;
	height: 60px;
	place-items: center;
	width: 60px;
}

.hmn-dream-section-card h2,
.hmn-about-card h2 {
	font-size: clamp(1.55rem, 3vw, 2.6rem);
	line-height: 1.08;
	margin: 0 0 8px;
}

.hmn-dream-section-card p,
.hmn-about-card p {
	color: rgba(255,255,255,0.72);
	margin: 0;
}

.hmn-dream-section-card strong {
	color: rgba(255,255,255,0.84);
	display: inline-flex;
	font-weight: 950;
	margin-top: 12px;
}

.hmn-dream-subgrid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.hmn-dream-section-card:not(.is-featured) .hmn-dream-subgrid {
	grid-template-columns: 1fr;
}

.hmn-dream-subcard {
	background: rgba(255,255,255,0.075);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
	display: grid;
	gap: 6px;
	min-height: 78px;
	padding: 14px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.hmn-dream-subcard:hover {
	background: rgba(255, 138, 31, 0.13);
	border-color: rgba(255, 138, 31, 0.38);
	transform: translateY(-3px);
}

.hmn-dream-subcard span {
	font-weight: 950;
}

.hmn-dream-subcard small {
	color: rgba(255,255,255,0.62);
}

.hmn-dream-quote {
	align-items: center;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 999px;
	display: flex;
	gap: 20px;
	justify-content: center;
	margin: 34px auto 0;
	max-width: 820px;
	padding: 16px 22px;
	text-align: center;
}

.hmn-dream-quote span {
	color: var(--hmn-dream-orange);
	font-size: 2.6rem;
	line-height: 1;
}

.hmn-dream-quote p {
	color: rgba(255,255,255,0.86);
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	font-weight: 850;
	margin: 0;
}

.hmn-about-top-grid,
.hmn-about-bottom-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
}

.hmn-about-policy-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 2.4fr 1fr;
	margin-top: 18px;
}

.hmn-about-card {
	min-height: 230px;
}

.hmn-about-side-card {
	min-height: 330px;
}

.hmn-privacy-mega {
	min-height: 330px;
}

.hmn-privacy-subgrid,
.hmn-contact-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 18px 0;
}

.hmn-privacy-subbox,
.hmn-contact-grid div {
	background: rgba(255,255,255,0.065);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 20px;
	padding: 14px;
}

.hmn-privacy-subbox span,
.hmn-contact-grid span {
	color: var(--hmn-dream-orange);
	display: block;
	font-size: 1.5rem;
	margin-bottom: 8px;
}

.hmn-privacy-subbox h3 {
	font-size: 1rem;
	margin: 0 0 8px;
}

.hmn-privacy-subbox p {
	font-size: 0.88rem;
	line-height: 1.7;
}

.hmn-mini-button {
	background: linear-gradient(135deg, rgba(255,138,31,0.32), rgba(212,175,55,0.18));
	border: 1px solid rgba(255,138,31,0.38);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 950;
	margin-top: 14px;
	padding: 10px 15px;
}

.hmn-team-card {
	grid-column: span 2;
}

.hmn-contact-card {
	grid-column: span 2;
}

.hmn-team-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 18px;
}

.hmn-team-member {
	display: grid;
	gap: 6px;
	justify-items: center;
	text-align: center;
}

.hmn-team-member span {
	align-items: center;
	background:
		radial-gradient(circle at 35% 25%, rgba(255,255,255,0.35), transparent 36%),
		linear-gradient(135deg, rgba(255,138,31,0.42), rgba(132,184,255,0.20));
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(0,0,0,0.24);
	display: grid;
	font-size: 1.2rem;
	font-weight: 950;
	height: 64px;
	place-items: center;
	width: 64px;
}

.hmn-team-member strong {
	font-size: 0.9rem;
}

.hmn-team-member small,
.hmn-contact-grid small {
	color: rgba(255,255,255,0.62);
}

.hmn-contact-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hmn-contact-grid strong {
	display: block;
}

.sovereign-quantum-dock-root {
	--sq-bg-rgb: 6 22 41;
	--sq-accent-rgb: 255 138 31;
	--sq-dock-width: min(92vw, 700px);
	--sq-radius: 26px;
}

.sq-dock-shell {
	background:
		radial-gradient(circle at 50% 0%, rgba(var(--sq-accent-rgb) / 0.20), rgba(var(--sq-bg-rgb) / 0) 48%),
		linear-gradient(135deg, rgba(var(--sq-bg-rgb) / 0.76), rgba(5 14 28 / 0.74)) !important;
	border-color: rgba(255 255 255 / 0.17) !important;
	box-shadow:
		0 24px 80px rgba(0 0 0 / 0.46),
		inset 0 1px 0 rgba(255 255 255 / 0.16),
		0 0 54px rgba(var(--sq-accent-rgb) / 0.16) !important;
	padding: 9px 14px !important;
}

.sq-dock-button {
	border-radius: 16px !important;
}

.sq-dock-item.is-active .sq-dock-button,
.sq-dock-button:hover {
	background:
		linear-gradient(180deg, rgba(255 138 31 / 0.28), rgba(255 138 31 / 0.10)),
		rgba(255 255 255 / 0.08) !important;
	border-color: rgba(255 138 31 / 0.48) !important;
}

@media (max-width: 1180px) {
	.hmn-dream-section-card,
	.hmn-dream-section-card.is-featured {
		grid-column: span 6;
	}

	.hmn-about-top-grid,
	.hmn-about-policy-grid,
	.hmn-about-bottom-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hmn-privacy-mega,
	.hmn-team-card,
	.hmn-contact-card {
		grid-column: 1 / -1;
	}

	.hmn-privacy-subgrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hmn-team-grid,
	.hmn-contact-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.hmn-dream-page {
		padding-inline: 14px;
	}

	.hmn-dream-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.hmn-dream-section-card,
	.hmn-dream-section-card.is-featured,
	.hmn-about-top-grid > *,
	.hmn-about-policy-grid > *,
	.hmn-about-bottom-grid > * {
		grid-column: 1 / -1;
	}

	.hmn-dream-sections-grid,
	.hmn-about-top-grid,
	.hmn-about-policy-grid,
	.hmn-about-bottom-grid {
		grid-template-columns: 1fr;
	}

	.hmn-dream-subgrid,
	.hmn-privacy-subgrid,
	.hmn-team-grid,
	.hmn-contact-grid {
		grid-template-columns: 1fr;
	}

	.hmn-dream-hero h1 {
		font-size: clamp(2.7rem, 16vw, 4.6rem);
	}
}


/* v1.02.1 — Media OS homepage refinements */
.hmn-media-os .hmn-hero-engine {
	min-height: var(--hmn-hero-height, 680px);
	height: var(--hmn-hero-height, 680px);
}

.hmn-hero-track,
.hmn-hero-slide {
	inset: 0;
	position: absolute;
}

.hmn-hero-slide {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.035);
	transition: opacity 680ms ease, transform 1200ms cubic-bezier(.16,1,.3,1), visibility 680ms ease;
	visibility: hidden;
}

.hmn-hero-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
	visibility: visible;
	z-index: 2;
}

.hmn-hero-controls {
	bottom: 34px;
	display: flex;
	gap: 10px;
	inset-inline-end: clamp(22px, 4vw, 64px);
	position: absolute;
	z-index: 7;
}

.hmn-hero-controls button {
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 28px;
	font-weight: 900;
	height: 48px;
	width: 48px;
}

.hmn-hero-dots {
	bottom: 46px;
	display: flex;
	gap: 8px;
	inset-inline-start: clamp(22px, 4vw, 64px);
	position: absolute;
	z-index: 7;
}

.hmn-hero-dots button {
	background: rgba(255,255,255,.36);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 9px;
	padding: 0;
	transition: width .25s ease, background .25s ease;
	width: 9px;
}

.hmn-hero-dots button.is-active {
	background: var(--hmn-primary);
	width: 34px;
}

.hmn-section-head span {
	color: var(--hmn-muted);
	display: block;
	font-size: .95rem;
	margin-top: 8px;
}

.hmn-news-grid-15 {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}

.hmn-news-mini-card {
	background:
		linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045)),
		rgba(7, 20, 38, .52);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	box-shadow: 0 22px 70px rgba(0,0,0,.22);
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	min-height: 132px;
	overflow: hidden;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hmn-news-mini-card:hover {
	border-color: rgba(255,138,31,.46);
	box-shadow: 0 28px 90px rgba(255,138,31,.12), 0 22px 70px rgba(0,0,0,.28);
	transform: translateY(-6px);
}

.hmn-news-thumb {
	background: linear-gradient(135deg, var(--hmn-primary), var(--hmn-secondary));
	display: block;
	height: 100%;
	overflow: hidden;
}

.hmn-news-thumb img {
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
	width: 100%;
}

.hmn-news-mini-card:hover .hmn-news-thumb img {
	transform: scale(1.08);
}

.hmn-news-mini-body {
	padding: 14px;
}

.hmn-news-mini-body h3 {
	font-size: 1.02rem;
	line-height: 1.45;
	margin: 8px 0 6px;
}

.hmn-news-mini-body p {
	color: var(--hmn-muted);
	font-size: .88rem;
	margin: 0;
}

.hmn-broadcast-modules article {
	position: relative;
}

.hmn-module-icon {
	align-items: center;
	background: rgba(255,138,31,.14);
	border: 1px solid rgba(255,138,31,.26);
	border-radius: 18px;
	color: var(--hmn-primary);
	display: grid;
	font-size: 1.45rem;
	height: 48px;
	margin-bottom: 14px;
	place-items: center;
	width: 48px;
}

.hmn-admin-only-matrix {
	background: rgba(255,138,31,.08);
	border: 1px dashed rgba(255,138,31,.34);
	border-radius: 28px;
	margin-top: 22px;
	padding: 22px;
}

.hmn-hot-hub {
	padding-top: 18px;
}

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

.hmn-hot-card {
	background:
		radial-gradient(circle at 80% 0%, rgba(255,138,31,.18), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 30px;
	box-shadow: 0 26px 86px rgba(0,0,0,.24);
	min-height: 220px;
	padding: 24px;
	position: relative;
	transition: transform .22s ease, border-color .22s ease;
}

.hmn-hot-card:hover {
	border-color: rgba(255,138,31,.5);
	transform: translateY(-8px);
}

.hmn-hot-icon {
	align-items: center;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 20px;
	color: var(--hmn-primary);
	display: grid;
	font-size: 1.6rem;
	height: 58px;
	margin-bottom: 18px;
	place-items: center;
	width: 58px;
}

.hmn-hot-card h3 {
	font-size: clamp(1.35rem, 2.2vw, 2.1rem);
	line-height: 1.2;
	margin: 0 0 10px;
}

.hmn-hot-card p {
	color: var(--hmn-muted);
	margin: 0 0 18px;
}

.hmn-hot-subgrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hmn-hot-subgrid a {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 16px;
	font-weight: 900;
	padding: 12px;
	text-align: center;
}

.hmn-verification-badge {
	background: rgba(255, 138, 31, .16);
	border: 1px solid rgba(255, 138, 31, .34);
	border-radius: 999px;
	color: #ffd7a6;
	display: inline-flex;
	font-size: .75rem;
	font-weight: 950;
	gap: 4px;
	padding: 4px 9px;
	white-space: nowrap;
}

.hmn-verification-badge.is-urgent {
	background: rgba(239, 35, 60, .18);
	border-color: rgba(239, 35, 60, .38);
	color: #ffb4c0;
}

.hmn-verification-badge.is-exclusive {
	background: rgba(212, 175, 55, .18);
	border-color: rgba(212, 175, 55, .42);
	color: #ffe9a8;
}

@media (max-width: 900px) {
	.hmn-hot-grid {
		grid-template-columns: 1fr;
	}

	.hmn-news-mini-card {
		grid-template-columns: 88px minmax(0, 1fr);
	}
}

@media (max-width: 640px) {
	.hmn-hero-controls {
		bottom: 82px;
	}

	.hmn-hero-dots {
		bottom: 38px;
	}

	.hmn-news-grid-15 {
		grid-template-columns: 1fr;
	}
}

/* v1.02.1 — Admin live control and hero editors */
.hmn-control-board {
	background:
		radial-gradient(circle at 30% 10%, rgba(255, 138, 31, .15), transparent 30%),
		rgba(2, 8, 21, .52);
	border: 1px solid var(--he-border);
	border-radius: 28px;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	touch-action: none;
}

.hmn-control-section-card {
	background: rgba(255,255,255,.09);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	box-shadow: 0 18px 60px rgba(0,0,0,.22);
	cursor: grab;
	display: grid;
	gap: 8px;
	padding: 14px;
	position: absolute;
	width: 220px;
	will-change: transform;
}

.hmn-control-section-card.is-selected {
	border-color: rgba(255,138,31,.72);
	box-shadow: 0 20px 70px rgba(255,138,31,.18);
}

.hmn-control-section-card input {
	background: rgba(255,255,255,.92);
	border: 0;
	border-radius: 12px;
	color: #071426;
	font-weight: 800;
	padding: 9px 10px;
	width: 100%;
}

.hmn-hero-slides-editor {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.hmn-hero-slide-card {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 24px;
	padding: 16px;
}

.hmn-hero-slide-card summary {
	cursor: pointer;
	font-weight: 950;
}

.hmn-hero-slide-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.hmn-hero-slide-fields .wide {
	grid-column: 1 / -1;
}

.hmn-hero-slide-fields input,
.hmn-hero-slide-fields textarea {
	background: rgba(255,255,255,.92);
	border: 0;
	border-radius: 14px;
	color: #071426;
	font-weight: 800;
	padding: 10px 12px;
	width: 100%;
}

@media (max-width: 900px) {
	.hmn-hero-slide-fields {
		grid-template-columns: 1fr;
	}
}

.hmn-verify-badge {
	background: rgba(255, 138, 31, .16);
	border: 1px solid rgba(255, 138, 31, .34);
	border-radius: 999px;
	color: #ffd7a6;
	display: inline-flex;
	font-size: .75rem;
	font-weight: 950;
	gap: 4px;
	padding: 4px 9px;
	white-space: nowrap;
}
.hmn-verify-urgent {
	background: rgba(239, 35, 60, .18);
	border-color: rgba(239, 35, 60, .38);
	color: #ffb4c0;
}
.hmn-verify-exclusive {
	background: rgba(212, 175, 55, .18);
	border-color: rgba(212, 175, 55, .42);
	color: #ffe9a8;
}


/* ==========================================================================
   Hasakah Sovereign Live OS v1.04.1 — قالب ملكي الرياض
   مستوحى من تنظيم الموقع الرسمي لمدينة الرياض: مساحات بيضاء، تناظر رسمي،
   وبطاقات خدمات واضحة، مع هوية شبكة الحسكة الإعلامية الكحلية والبرتقالية.
   ========================================================================== */

body.hmn-layout-royal-riyadh {
	--hmn-bg: #f6f2e9;
	--hmn-bg-2: #ffffff;
	--hmn-surface: rgba(255, 255, 255, 0.76);
	--hmn-surface-strong: rgba(255, 255, 255, 0.94);
	--hmn-text: #071426;
	--hmn-muted: rgba(7, 20, 38, 0.68);
	--hmn-primary: #ff8a1f;
	--hmn-secondary: #d4af37;
	--hmn-accent: #9b1c31;
	--hmn-border: rgba(7, 20, 38, 0.10);
	--hmn-shadow: 0 26px 80px rgba(7, 20, 38, 0.12);
	background:
		radial-gradient(circle at 9% 4%, rgba(255, 138, 31, 0.12), transparent 34%),
		radial-gradient(circle at 84% 10%, rgba(212, 175, 55, 0.16), transparent 30%),
		linear-gradient(180deg, #fffaf1 0%, #f6f2e9 44%, #edf2f8 100%);
	color: var(--hmn-text);
}

body.hmn-layout-royal-riyadh .hmn-header {
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid rgba(7, 20, 38, 0.08);
	box-shadow: 0 14px 44px rgba(7, 20, 38, 0.08);
	color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-brand-title,
body.hmn-layout-royal-riyadh .hmn-section-head h2,
body.hmn-layout-royal-riyadh .hmn-hot-card h3,
body.hmn-layout-royal-riyadh .hmn-seo-broadcast-grid h3 {
	color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-brand-tagline,
body.hmn-layout-royal-riyadh .hmn-section-head span,
body.hmn-layout-royal-riyadh .hmn-news-mini-card p,
body.hmn-layout-royal-riyadh .hmn-hot-card p,
body.hmn-layout-royal-riyadh .hmn-seo-broadcast-grid p {
	color: rgba(7, 20, 38, 0.68);
}

body.hmn-layout-royal-riyadh .hmn-search {
	background: rgba(7, 20, 38, 0.04);
	border-color: rgba(7, 20, 38, 0.10);
}

body.hmn-layout-royal-riyadh .hmn-search input {
	color: #071426;
}

.hmn-media-os {
	overflow: clip;
}

.hmn-royal-hero {
	border-radius: 0 0 56px 56px;
	box-shadow: 0 30px 100px rgba(7, 20, 38, 0.20);
	margin-inline: clamp(12px, 2vw, 28px);
	overflow: hidden;
}

body.hmn-layout-royal-riyadh .hmn-hero-slide {
	background-color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-hero-inner {
	background:
		linear-gradient(135deg, rgba(255,255,255,0.14), rgba(255,255,255,0.04));
	border: 1px solid rgba(255,255,255,0.20);
	border-radius: 36px;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	max-width: 980px;
	padding: clamp(24px, 4vw, 44px);
}

body.hmn-layout-royal-riyadh .hmn-front-news,
body.hmn-layout-royal-riyadh .hmn-hot-hub {
	background: rgba(255, 255, 255, 0.54);
	border: 1px solid rgba(7, 20, 38, 0.07);
	border-radius: 42px;
	box-shadow: var(--hmn-shadow);
	margin-block: clamp(28px, 5vw, 64px);
	padding-block: clamp(28px, 4vw, 54px);
}

body.hmn-layout-royal-riyadh .hmn-broadcast-fallback {
	background:
		radial-gradient(circle at 20% 0%, rgba(255, 138, 31, 0.14), transparent 34%),
		linear-gradient(135deg, rgba(255,255,255,0.72), rgba(255,255,255,0.46));
	border: 1px solid rgba(212, 175, 55, 0.26);
	border-radius: 46px;
	box-shadow: var(--hmn-shadow);
	margin: clamp(28px, 5vw, 66px) clamp(18px, 4vw, 56px);
	padding: clamp(24px, 4vw, 54px);
}

body.hmn-layout-royal-riyadh .hmn-news-mini-card,
body.hmn-layout-royal-riyadh .hmn-hot-card,
body.hmn-layout-royal-riyadh .hmn-seo-broadcast-grid article {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.68));
	border: 1px solid rgba(7, 20, 38, 0.08);
	box-shadow: 0 22px 70px rgba(7, 20, 38, 0.10);
	color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-news-mini-card:hover,
body.hmn-layout-royal-riyadh .hmn-hot-card:hover,
body.hmn-layout-royal-riyadh .hmn-seo-broadcast-grid article:hover {
	border-color: rgba(255, 138, 31, 0.34);
	box-shadow: 0 24px 90px rgba(255, 138, 31, 0.16);
	transform: translateY(-6px);
}

body.hmn-layout-royal-riyadh .hmn-news-thumb {
	background: linear-gradient(135deg, #071426, #ff8a1f);
}

body.hmn-layout-royal-riyadh .hmn-badge,
body.hmn-layout-royal-riyadh .hmn-module-kicker,
body.hmn-layout-royal-riyadh .hmn-section-head p {
	color: #ff8a1f;
}

body.hmn-layout-royal-riyadh .hmn-button {
	background: linear-gradient(135deg, #ff8a1f, #d4af37);
	color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-button-ghost {
	background: rgba(7, 20, 38, 0.05);
	border: 1px solid rgba(7, 20, 38, 0.12);
	color: #071426;
}

body.hmn-layout-royal-riyadh .hmn-admin-only-matrix {
	background: rgba(7, 20, 38, 0.06);
	border: 1px dashed rgba(155, 28, 49, 0.28);
	border-radius: 30px;
	color: #071426;
	margin-top: 22px;
	padding: 22px;
}

.hmn-news-grid-15 {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hmn-news-mini-card {
	border-radius: 26px;
	overflow: hidden;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hmn-news-thumb {
	aspect-ratio: 16 / 10;
	display: block;
	overflow: hidden;
}

.hmn-news-thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
	width: 100%;
}

.hmn-news-mini-card:hover .hmn-news-thumb img {
	transform: scale(1.08);
}

.hmn-news-mini-body {
	padding: 16px;
}

.hmn-news-mini-body h3 {
	font-size: 1rem;
	line-height: 1.45;
	margin: 10px 0 8px;
}

.hmn-news-mini-body p {
	font-size: .88rem;
	margin: 0;
}

.hmn-verify-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: .72rem;
	font-weight: 950;
	gap: 4px;
	padding: 4px 9px;
}

.hmn-verify-verified {
	background: rgba(212, 175, 55, .18);
	color: #8b6100;
}

.hmn-verify-exclusive {
	background: rgba(7, 20, 38, .10);
	color: #071426;
}

.hmn-verify-urgent {
	background: rgba(155, 28, 49, .12);
	color: #9b1c31;
}

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

.hmn-hot-card {
	border-radius: 30px;
	min-height: 230px;
	padding: 24px;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hmn-hot-card > a {
	display: grid;
	gap: 10px;
}

.hmn-hot-icon,
.hmn-module-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 138, 31, .18), rgba(212, 175, 55, .18));
	border: 1px solid rgba(212, 175, 55, .26);
	border-radius: 22px;
	display: grid;
	font-size: 1.45rem;
	height: 58px;
	place-items: center;
	width: 58px;
}

.hmn-hot-subgrid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.hmn-hot-subgrid a {
	background: rgba(255, 138, 31, .10);
	border: 1px solid rgba(255, 138, 31, .18);
	border-radius: 16px;
	font-weight: 900;
	padding: 10px 12px;
	text-align: center;
}

.hmn-seo-broadcast-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hmn-seo-broadcast-grid article {
	border-radius: 30px;
	min-height: 210px;
	padding: 22px;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body.hmn-layout-royal-riyadh .hmn-footer {
	background: #071426;
	color: rgba(255,255,255,.82);
	border-top: 1px solid rgba(255,255,255,.08);
}

@media (max-width: 1180px) {
	.hmn-news-grid-15,
	.hmn-seo-broadcast-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.hmn-news-grid-15,
	.hmn-seo-broadcast-grid,
	.hmn-hot-grid {
		grid-template-columns: 1fr;
	}

	body.hmn-layout-royal-riyadh .hmn-front-news,
	body.hmn-layout-royal-riyadh .hmn-hot-hub,
	body.hmn-layout-royal-riyadh .hmn-broadcast-fallback {
		border-radius: 28px;
		margin-inline: 14px;
	}
}


/* HMN v1.04.1 — Live Sovereign OS: golden maps, independent archives, profiles, and verification */
body.hmn-layout-royal-riyadh,
body {
	--hmn-royal-paper: #f8f5ef;
	--hmn-royal-ink: #071426;
	--hmn-royal-gold: #d4af37;
	--hmn-royal-orange: #ff8a1f;
}

.hmn-map-glass-bg,
.hmn-dream-page,
.hmn-front-page,
.hmn-broadcast-fallback,
.hmn-hot-hub,
.hmn-independent-archive,
.hmn-about-branch-page {
	position: relative;
	isolation: isolate;
}

.hmn-map-glass-bg::before,
.hmn-dream-page::before,
.hmn-front-page::before,
.hmn-broadcast-fallback::before,
.hmn-hot-hub::before {
	background:
		linear-gradient(135deg, rgba(212, 175, 55, .08), transparent 36%),
		radial-gradient(circle at 85% 20%, rgba(255, 138, 31, .12), transparent 34%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.hmn-gold-map-svg {
	filter: drop-shadow(0 22px 60px rgba(212,175,55,.14));
	height: min(62vw, 520px);
	inset-inline-end: clamp(18px, 4vw, 72px);
	opacity: .22;
	pointer-events: none;
	position: absolute;
	top: clamp(40px, 8vw, 120px);
	width: min(62vw, 520px);
	z-index: -1;
}

.hmn-gold-map-svg path {
	fill: none;
	stroke: rgba(212, 175, 55, .72);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.5;
}

.hmn-section-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.hmn-section-quick-links a,
.hmn-about-branch-links a {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(212,175,55,.24);
	border-radius: 999px;
	color: var(--hmn-text);
	font-size: .85rem;
	font-weight: 900;
	padding: 8px 12px;
	transition: transform .18s ease, background .18s ease;
}

.hmn-section-quick-links a:hover,
.hmn-about-branch-links a:hover {
	background: rgba(255,138,31,.16);
	transform: translateY(-2px);
}

.hmn-about-branch-card {
	margin: clamp(40px, 6vw, 92px) auto;
	max-width: 900px;
	min-height: 360px;
	padding: clamp(28px, 5vw, 64px);
}

.hmn-about-branch-card h1 {
	font-size: clamp(2.3rem, 7vw, 5.4rem);
	line-height: 1;
	margin: 0 0 18px;
}

.hmn-about-branch-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.hmn-team-grid-section {
	margin-top: 36px;
}

.hmn-team-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.hmn-team-card {
	background:
		linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 28px;
	box-shadow: 0 24px 80px rgba(0,0,0,.20);
	overflow: hidden;
	padding: 18px;
	position: relative;
}

.hmn-team-card::before {
	background: radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 54%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hmn-team-photo {
	aspect-ratio: 1;
	background: linear-gradient(135deg, rgba(212,175,55,.24), rgba(255,138,31,.18));
	border: 1px solid rgba(212,175,55,.20);
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
}

.hmn-team-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmn-team-card h3 {
	font-size: 1.22rem;
	margin: 14px 0 4px;
	position: relative;
	z-index: 1;
}

.hmn-team-card p {
	color: var(--hmn-muted);
	margin: 0 0 12px;
	position: relative;
	z-index: 1;
}

.hmn-profile-page {
	max-width: 1180px;
}

.hmn-profile-hero {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(220px, 320px) 1fr;
}

.hmn-profile-photo {
	aspect-ratio: 1;
	border: 1px solid rgba(212,175,55,.28);
	border-radius: 34px;
	box-shadow: 0 28px 90px rgba(0,0,0,.26);
	overflow: hidden;
}

.hmn-profile-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmn-sovereign-check {
	align-items: center;
	background: color-mix(in srgb, var(--verify-color), transparent 82%);
	border: 1px solid color-mix(in srgb, var(--verify-color), transparent 48%);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 950;
	gap: 6px;
	line-height: 1;
	padding: 7px 10px;
	vertical-align: middle;
	white-space: nowrap;
}

.hmn-sovereign-check > span {
	align-items: center;
	background: var(--verify-color);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: .72rem;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.hmn-verify-badge,
.hmn-badge {
	white-space: nowrap;
}

.hmn-admin-only-matrix {
	display: block;
}

body:not(.logged-in) .hmn-admin-only-matrix {
	display: none !important;
}

.hmn-omni-note {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(212,175,55,.24);
	border-radius: 24px;
	color: var(--hmn-muted);
	margin: 18px 0;
	padding: 16px;
}

@media (max-width: 820px) {
	.hmn-profile-hero {
		grid-template-columns: 1fr;
	}

	.hmn-gold-map-svg {
		opacity: .14;
		width: 88vw;
	}
}


/* v1.04.2 — إصلاح التنقل وتفعيل الوضع الداكن الملكي */
body.hmn-layout-royal-dark,
body.hmn-royal-dark-mode {
	--hmn-bg: #030914;
	--hmn-bg-2: #071426;
	--hmn-surface: rgba(255, 255, 255, 0.075);
	--hmn-surface-strong: rgba(255, 255, 255, 0.13);
	--hmn-text: #ffffff;
	--hmn-muted: rgba(255, 255, 255, 0.72);
	--hmn-primary: #ff8a1f;
	--hmn-secondary: #d4af37;
	--hmn-accent: #ef233c;
	--hmn-border: rgba(212, 175, 55, 0.20);
	background:
		radial-gradient(circle at 16% 8%, rgba(255, 138, 31, 0.18), transparent 30%),
		radial-gradient(circle at 86% 10%, rgba(212, 175, 55, 0.15), transparent 28%),
		linear-gradient(135deg, #020711, #071426 48%, #020711);
}

body.hmn-layout-royal-dark .hmn-header,
body.hmn-royal-dark-mode .hmn-header {
	background: rgba(3, 9, 20, 0.82);
	border-bottom-color: rgba(212, 175, 55, 0.24);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

body.hmn-layout-royal-dark .hmn-card,
body.hmn-layout-royal-dark .hmn-glass-box,
body.hmn-layout-royal-dark .hmn-hot-card,
body.hmn-layout-royal-dark .hmn-studio-card,
body.hmn-royal-dark-mode .hmn-card,
body.hmn-royal-dark-mode .hmn-glass-box,
body.hmn-royal-dark-mode .hmn-hot-card,
body.hmn-royal-dark-mode .hmn-studio-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.045));
	border-color: rgba(212, 175, 55, 0.18);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

body.hmn-layout-royal-dark .hmn-button,
body.hmn-royal-dark-mode .hmn-button {
	background: linear-gradient(135deg, #ff8a1f, #d4af37);
	box-shadow: 0 16px 42px rgba(255, 138, 31, 0.18);
}

html {
	scroll-padding-top: 112px;
}

[id] {
	scroll-margin-top: 112px;
}

.sovereign-quantum-dock-root,
#hmn-orbital-dock-root,
.hmn-server-dock-fallback {
	bottom: calc(var(--sq-dock-bottom, 18px) + env(safe-area-inset-bottom, 0px)) !important;
	left: 50% !important;
	right: auto !important;
	top: auto !important;
	position: fixed !important;
	transform: translate3d(-50%, 0, 0) scale(var(--sq-dock-scale, 1)) !important;
	z-index: 999999 !important;
	pointer-events: none;
}

.sq-dock-shell {
	pointer-events: auto;
}

.sq-dock-button {
	-webkit-tap-highlight-color: transparent;
}

.hmn-engine-tabs a,
.hmn-button[href^="#"],
a[href*="#hmn-"] {
	cursor: pointer;
}


/* v1.04.3 — Hard navigation and royal dark reset */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 128px;
}

body.hmn-layout-royal-dark,
body.hmn-royal-dark-mode {
	background:
		radial-gradient(circle at 12% 6%, rgba(255, 138, 31, .18), transparent 30%),
		radial-gradient(circle at 88% 12%, rgba(212, 175, 55, .14), transparent 30%),
		linear-gradient(135deg, #020711, #071426 52%, #020711) !important;
	color: #fff;
}

body.hmn-layout-royal-dark .hmn-front-page,
body.hmn-royal-dark-mode .hmn-front-page,
body.hmn-layout-royal-dark .hmn-dream-page,
body.hmn-royal-dark-mode .hmn-dream-page {
	color: #fff;
}

.hmn-live-section {
	position: relative;
	transform: none;
}

.hmn-live-section.is-live-moving {
	z-index: 20;
}

#hmn-news,
#hmn-broadcast-center,
#hmn-live,
#hmn-tv,
#hmn-podcast,
#hmn-radio,
#hmn-hot-hub,
#hmn-studio-center {
	scroll-margin-top: 128px;
}

#hmn-orbital-dock-root.sovereign-quantum-dock-root,
.sovereign-quantum-dock-root.hmn-dock-locked {
	position: fixed !important;
	inset-inline-start: 50% !important;
	inset-inline-end: auto !important;
	left: 50% !important;
	right: auto !important;
	top: auto !important;
	bottom: calc(var(--sq-dock-bottom, 18px) + env(safe-area-inset-bottom, 0px)) !important;
	transform: translate3d(-50%, 0, 0) scale(var(--sq-dock-scale, 1)) !important;
	max-width: calc(100vw - 20px);
	z-index: 999999 !important;
	pointer-events: none !important;
}

#hmn-orbital-dock-root .sq-dock-shell {
	pointer-events: auto !important;
}

#hmn-orbital-dock-root .sq-dock-list {
	direction: rtl;
}

#hmn-orbital-dock-root .sq-dock-label {
	max-width: 88px;
	white-space: nowrap;
}

@media (max-width: 760px) {
	#hmn-orbital-dock-root .sq-dock-label {
		display: none;
	}

	#hmn-orbital-dock-root .sq-dock-shell {
		width: min(94vw, 520px);
	}
}


/* HMN v1.04.5 — Sovereign Team Hierarchy + Verification Flags */
.hmn-team-sovereign-structure {
	margin-top: clamp(28px, 5vw, 72px);
}

.hmn-team-hierarchy {
	display: grid;
	gap: 20px;
}

.hmn-team-group-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045)),
		radial-gradient(circle at 12% 10%, rgba(255, 138, 31, 0.16), transparent 38%);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 30px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	position: relative;
}

.hmn-team-group-card details {
	padding: 0;
}

.hmn-team-group-card summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 16px;
	list-style: none;
	padding: 22px;
}

.hmn-team-group-card summary::-webkit-details-marker {
	display: none;
}

.hmn-team-group-icon {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 138, 31, 0.26), rgba(212, 175, 55, 0.18));
	border: 1px solid rgba(212, 175, 55, 0.34);
	border-radius: 20px;
	color: #fff;
	display: grid;
	font-size: 1.6rem;
	height: 58px;
	place-items: center;
	width: 58px;
}

.hmn-team-group-card summary strong {
	display: block;
	font-size: clamp(1.15rem, 2vw, 1.75rem);
	font-weight: 950;
}

.hmn-team-group-card summary small {
	color: var(--hmn-muted);
	display: block;
	font-weight: 800;
	margin-top: 3px;
}

.hmn-team-group-description {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
	padding: 0 22px 18px;
}

.hmn-team-role-list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	padding: 0 22px 22px;
}

.hmn-team-role-list span {
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.88rem;
	font-weight: 800;
	padding: 12px 14px;
}

.hmn-team-group-card .hmn-team-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	padding: 0 22px 22px;
}

.hmn-team-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 26px;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	padding: 14px;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hmn-team-card:hover {
	background: rgba(255, 138, 31, 0.10);
	border-color: rgba(255, 138, 31, 0.34);
	transform: translateY(-5px);
}

.hmn-team-photo {
	aspect-ratio: 4 / 3;
	background:
		radial-gradient(circle at 50% 15%, rgba(212, 175, 55, 0.22), transparent 46%),
		linear-gradient(135deg, rgba(7, 20, 38, 0.96), rgba(11, 31, 58, 0.9));
	border-radius: 20px;
	display: block;
	overflow: hidden;
}

.hmn-team-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmn-team-card-body {
	padding: 14px 4px 4px;
}

.hmn-team-card h3 {
	font-size: 1.15rem;
	line-height: 1.35;
	margin: 0 0 8px;
}

.hmn-team-specialty {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.92rem;
	margin: 10px 0 0;
}

.hmn-team-permission {
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	display: grid;
	gap: 4px;
	margin-top: 12px;
	padding: 12px;
}

.hmn-team-permission strong {
	color: var(--hmn-secondary);
	font-size: 0.9rem;
}

.hmn-team-permission span {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.86rem;
}

.hmn-sovereign-check,
.hmn-profile-flag {
	align-items: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 950;
	gap: 6px;
	margin: 4px 6px 4px 0;
	padding: 5px 10px;
	vertical-align: middle;
}

.hmn-sovereign-check {
	border-color: color-mix(in srgb, var(--verify-color), transparent 50%);
	box-shadow: 0 0 24px color-mix(in srgb, var(--verify-color), transparent 78%);
}

.hmn-sovereign-check > span:first-child {
	align-items: center;
	background: var(--verify-color);
	border-radius: 999px;
	color: #fff;
	display: inline-grid;
	font-size: 0.74rem;
	height: 18px;
	place-items: center;
	width: 18px;
}

.hmn-profile-flag {
	border-color: rgba(255, 255, 255, 0.18);
	padding-inline-start: 6px;
}

.hmn-flag-visual {
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.16);
	display: inline-block;
	height: 14px;
	overflow: hidden;
	position: relative;
	width: 22px;
}

.hmn-flag-liberation .hmn-flag-visual {
	background: linear-gradient(to bottom, #15803d 0 33.33%, #fff 33.33% 66.66%, #111827 66.66% 100%);
}

.hmn-flag-liberation .hmn-flag-visual::after {
	color: #dc2626;
	content: "★★★";
	font-size: 5px;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hmn-flag-syria .hmn-flag-visual {
	background: linear-gradient(to bottom, #ce1126 0 33.33%, #fff 33.33% 66.66%, #000 66.66% 100%);
}

.hmn-flag-syria .hmn-flag-visual::after {
	color: #15803d;
	content: "★★";
	font-size: 6px;
	left: 50%;
	letter-spacing: 2px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hmn-profile-badges-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}

.hmn-profile-info-chip {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.84);
	display: inline-flex;
	font-weight: 900;
	padding: 8px 12px;
}

.hmn-profile-permission-chip {
	border-color: rgba(212, 175, 55, 0.34);
	color: var(--hmn-secondary);
}

.hmn-profile-mission-box {
	background: rgba(255, 255, 255, 0.075);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	margin: 14px 0;
	padding: 16px;
}

.hmn-profile-mission-box strong {
	color: var(--hmn-secondary);
	display: block;
	margin-bottom: 6px;
}

.hmn-profile-mission-box p {
	margin: 0;
}

@media (max-width: 720px) {
	.hmn-team-group-card summary {
		align-items: flex-start;
		padding: 18px;
	}

	.hmn-team-role-list,
	.hmn-team-group-card .hmn-team-grid {
		grid-template-columns: 1fr;
		padding-inline: 18px;
	}
}


/* v1.04.6 — Professional Team Profiles */
.hmn-team-linkedin-pro .hmn-section-head span {
	color: var(--hmn-muted);
	display: block;
	font-weight: 800;
	margin-top: 6px;
}

.hmn-team-pro-group {
	background:
		linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045)),
		rgba(255,255,255,.035);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 30px;
	box-shadow: var(--hmn-shadow);
	margin-bottom: 22px;
	overflow: hidden;
}

.hmn-team-pro-group details {
	padding: 0;
}

.hmn-team-pro-group summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 14px;
	list-style: none;
	padding: 22px;
}

.hmn-team-pro-group summary::-webkit-details-marker {
	display: none;
}

.hmn-team-group-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(255,138,31,.25), rgba(212,175,55,.18));
	border: 1px solid rgba(212,175,55,.32);
	border-radius: 18px;
	color: var(--hmn-secondary);
	display: grid;
	font-size: 1.3rem;
	height: 52px;
	place-items: center;
	width: 52px;
}

.hmn-team-group-description,
.hmn-team-role-list {
	margin-inline: 22px;
}

.hmn-team-role-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.hmn-team-role-list span {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 999px;
	color: rgba(255,255,255,.76);
	font-size: .82rem;
	font-weight: 800;
	padding: 7px 11px;
}

.hmn-team-pro-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	padding: 0 22px 22px;
}

.hmn-team-pro-card {
	background:
		radial-gradient(circle at 18% 0%, rgba(255,138,31,.15), transparent 42%),
		linear-gradient(180deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 28px;
	box-shadow: 0 22px 70px rgba(0,0,0,.22);
	display: grid;
	grid-template-columns: 94px 1fr;
	min-height: 220px;
	overflow: hidden;
	position: relative;
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.hmn-team-pro-card:hover {
	border-color: rgba(212,175,55,.44);
	box-shadow: 0 28px 90px rgba(0,0,0,.28), 0 0 44px rgba(255,138,31,.12);
	transform: translateY(-5px);
}

.hmn-team-pro-photo {
	background: linear-gradient(135deg, rgba(255,138,31,.2), rgba(212,175,55,.14));
	display: block;
	min-height: 100%;
	overflow: hidden;
}

.hmn-team-pro-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmn-team-card-body {
	padding: 18px;
}

.hmn-team-card-topline {
	align-items: start;
	display: grid;
	gap: 8px;
}

.hmn-team-card-topline h3 {
	font-size: 1.18rem;
	line-height: 1.35;
	margin: 0;
}

.hmn-team-specialty,
.hmn-team-pro-bio {
	color: rgba(255,255,255,.74);
	margin: 8px 0 0;
}

.hmn-team-permission {
	background: rgba(255,138,31,.09);
	border: 1px solid rgba(255,138,31,.18);
	border-radius: 18px;
	display: grid;
	gap: 4px;
	margin-top: 12px;
	padding: 11px;
}

.hmn-team-permission strong {
	color: var(--hmn-secondary);
}

.hmn-team-permission span {
	color: rgba(255,255,255,.74);
	font-size: .9rem;
}

.hmn-team-media-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 12px;
}

.hmn-team-media-chips span {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	color: rgba(255,255,255,.8);
	font-size: .75rem;
	font-weight: 900;
	padding: 4px 8px;
}

.hmn-team-profile-link {
	color: var(--hmn-primary);
	display: inline-flex;
	font-weight: 950;
	margin-top: 14px;
}

.hmn-profile-pro-hero {
	align-items: stretch;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(260px, 380px) 1fr;
	margin-bottom: 26px;
	padding: 22px;
	position: relative;
}

.hmn-profile-pro-photo {
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 28px;
	overflow: hidden;
}

.hmn-profile-pro-photo img {
	aspect-ratio: 4 / 5;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmn-profile-pro-content {
	align-content: center;
	display: grid;
}

.hmn-profile-pro-content h1 {
	font-size: clamp(2.2rem, 5vw, 5.2rem);
	line-height: 1;
	margin: 0 0 14px;
}

.hmn-profile-pro-specialty {
	color: var(--hmn-secondary);
	font-size: 1.1rem;
	font-weight: 950;
	margin: 0 0 14px;
}

.hmn-profile-badges-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0;
}

.hmn-profile-info-chip {
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 999px;
	color: rgba(255,255,255,.82);
	font-weight: 900;
	padding: 8px 12px;
}

.hmn-profile-permission-chip {
	background: rgba(212,175,55,.13);
	border-color: rgba(212,175,55,.28);
	color: var(--hmn-secondary);
}

.hmn-profile-pro-summary {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 24px;
	margin-top: 18px;
	padding: 18px;
}

.hmn-profile-pro-summary h2,
.hmn-profile-pro-card h2,
.hmn-profile-media-section h2,
.hmn-profile-editorial-content h2 {
	margin-top: 0;
}

.hmn-profile-pro-summary p {
	color: rgba(255,255,255,.78);
	font-size: 1.04rem;
	margin-bottom: 0;
}

.hmn-profile-pro-grid,
.hmn-profile-media-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	margin-bottom: 26px;
}

.hmn-profile-pro-card,
.hmn-profile-media-section,
.hmn-profile-editorial-content {
	padding: 22px;
}

.hmn-profile-pro-card p {
	color: rgba(255,255,255,.76);
	margin-bottom: 0;
}

.hmn-profile-media-card,
.hmn-profile-resource-card {
	background:
		linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 24px;
	box-shadow: 0 18px 58px rgba(0,0,0,.2);
	overflow: hidden;
	padding: 16px;
}

.hmn-profile-cover-card {
	padding: 0;
}

.hmn-profile-cover-card img {
	aspect-ratio: 16 / 9;
	display: block;
	object-fit: cover;
	width: 100%;
}

.hmn-profile-cover-card figcaption {
	color: rgba(255,255,255,.72);
	font-weight: 900;
	padding: 14px 16px;
}

.hmn-profile-video-embed iframe,
.hmn-profile-video-native {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 18px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.hmn-profile-resource-card {
	color: #fff;
	display: grid;
	gap: 6px;
	min-height: 130px;
	place-content: center;
	text-align: center;
	transition: transform .2s ease, border-color .2s ease;
}

.hmn-profile-resource-card:hover {
	border-color: rgba(255,138,31,.42);
	transform: translateY(-4px);
}

.hmn-profile-resource-card strong {
	color: var(--hmn-secondary);
	font-size: 1.1rem;
}

.hmn-profile-resource-card span {
	color: rgba(255,255,255,.72);
}

.hmn-profile-pro-verification {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 860px) {
	.hmn-profile-pro-hero,
	.hmn-team-pro-card {
		grid-template-columns: 1fr;
	}

	.hmn-team-pro-photo img {
		aspect-ratio: 16 / 10;
	}
}
