/* Authors / Newsroom hub — professional newsroom directory */
.authors-hub {
	--ah-blue: #2b5ba1;
	--ah-text: #1a1a1a;
	--ah-muted: #4a5568;
	--ah-faint: #718096;
	--ah-border: #e2e8f0;
	--ah-rule: #1a1a1a;
	--ah-bg: #f7fafc;
	background: #ffffff;
	color: var(--ah-text);
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 0 0 4rem;
}

.authors-hub-shell {
	max-width: 1180px;
	margin: 0 auto;
	padding: 1.75rem 1.25rem 0;
}

.authors-hub-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0 1.35rem;
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ah-faint);
}

.authors-hub-breadcrumb a {
	color: var(--ah-blue);
	text-decoration: none;
}

.authors-hub-breadcrumb a:hover,
.authors-hub-breadcrumb a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.authors-hub-masthead {
	border-top: 2px solid var(--ah-rule);
	border-bottom: 1px solid var(--ah-border);
	padding: 1.35rem 0 1.5rem;
	margin-bottom: 2.25rem;
}

.authors-hub-masthead-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(200px, 240px);
	gap: 2rem 2.5rem;
	align-items: start;
}

.authors-hub-section-label {
	margin: 0 0 0.55rem;
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ah-blue);
}

.authors-hub-masthead h1 {
	margin: 0 0 0.85rem;
	font-family: "Merriweather", Georgia, serif;
	font-size: clamp(2rem, 3.8vw, 2.75rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ah-text);
	max-width: 16ch;
}

.authors-hub-lede {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--ah-muted);
	max-width: 40rem;
}

.authors-hub-masthead-aside {
	padding: 1rem 0 0 1.15rem;
	border-left: 1px solid var(--ah-border);
}

.authors-hub-aside-title {
	margin: 0 0 0.65rem;
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ah-text);
}

.authors-hub-aside-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.authors-hub-aside-links li {
	margin: 0 0 0.35rem;
}

.authors-hub-aside-links a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--ah-blue);
	text-decoration: none;
	font-size: 0.95rem;
}

.authors-hub-aside-links a:hover,
.authors-hub-aside-links a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.authors-hub-empty {
	margin: 0;
	padding: 1.25rem 0;
	border-top: 1px solid var(--ah-border);
	color: var(--ah-muted);
}

.authors-hub-section + .authors-hub-section {
	margin-top: 2.75rem;
}

.authors-hub-section-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 0.85rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid var(--ah-rule);
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.authors-hub-section-count {
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	color: var(--ah-faint);
}

.authors-hub-directory {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--ah-border);
	background: #fff;
}

.authors-hub-row {
	margin: 0;
	border-bottom: 1px solid var(--ah-border);
	border-right: 1px solid var(--ah-border);
}

.authors-hub-row:nth-child(2n) {
	border-right: 0;
}

.authors-hub-row-link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.85rem 1rem;
	min-height: 5.25rem;
	padding: 0.85rem 1rem;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.15s ease;
}

.authors-hub-row-link:hover,
.authors-hub-row-link:focus-visible {
	background: var(--ah-bg);
}

.authors-hub-avatar-wrap {
	display: block;
	width: 56px;
	height: 56px;
}

.authors-hub-avatar,
.authors-hub-avatar-fallback {
	display: block;
	width: 56px;
	height: 56px;
	object-fit: cover;
	background: var(--ah-blue);
}

.authors-hub-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Merriweather", Georgia, serif;
	font-size: 1.25rem;
	font-weight: 700;
}

.authors-hub-row-text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.authors-hub-name {
	font-family: "Merriweather", Georgia, serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ah-text);
}

.authors-hub-row-link:hover .authors-hub-name {
	color: var(--ah-blue);
}

.authors-hub-role {
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--ah-muted);
}

.authors-hub-count {
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ah-faint);
	white-space: nowrap;
	justify-self: end;
}

@media (max-width: 900px) {
	.authors-hub-masthead-grid {
		grid-template-columns: 1fr;
	}

	.authors-hub-masthead-aside {
		padding: 1rem 0 0;
		border-left: 0;
		border-top: 1px solid var(--ah-border);
	}

	.authors-hub-masthead h1 {
		max-width: none;
	}

	.authors-hub-directory {
		grid-template-columns: 1fr;
	}

	.authors-hub-row {
		border-right: 0;
	}
}

@media (max-width: 600px) {
	.authors-hub-row-link {
		grid-template-columns: auto 1fr;
		gap: 0.75rem;
	}

	.authors-hub-count {
		grid-column: 2;
		justify-self: start;
	}

	.authors-hub-avatar,
	.authors-hub-avatar-fallback,
	.authors-hub-avatar-wrap {
		width: 48px;
		height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.authors-hub-row-link {
		transition: none;
	}
}
