/* ============================================================
   zgr-reporters.css
   Reporter / Editor / Photographer rich profile modal
   ============================================================ */

/* ── Suppress core modal shell elements for this full-page modal ── */
.zgr-modal-logo,
.zgr-modal-ad-placeholder {
	display: none !important;
}

.zgr-modal-body {
	padding: 0 !important;
}

.zenger-modal-content {
	padding: 0 !important;
}

/* ── Close button override: match demo style ── */
.zenger-modal-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border-radius: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #122b50;
	transition: color 0.2s;
	z-index: 10;
	padding: 0;
}
.zenger-modal-close:hover {
	background: transparent;
	color: #0d1f38;
}

/* ============================================================
   Outer wrapper
   ============================================================ */
.zgr-um {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	padding: 24px 16px 40px;
	color: #222;
	box-sizing: border-box;
}
@media (min-width: 640px) {
	.zgr-um {
		padding: 42px 70px;
	}
}

/* ============================================================
   Header
   ============================================================ */
.zgr-um-hdr {
	margin-bottom: 2rem;
	position: relative;
}

/* Name */
.zgr-um-name {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 28px;
	font-weight: 700;
	color: #222222;
	line-height: 1.2;
	margin: 0 0 0.5rem;
	cursor: pointer;
	transform-origin: left;
	transition: transform 0.3s ease;
	display: inline-block;
}
.zgr-um-name:hover {
	transform: scale(1.05);
}
@media (min-width: 640px) {
	.zgr-um-name {
		font-size: 52px;
	}
}

/* Zenger stats row */
.zgr-um-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	margin-bottom: 4px;
}
@media (min-width: 640px) {
	.zgr-um-meta-row {
		gap: 16px;
		font-size: 16px;
	}
}
.zgr-um-zng-logo {
	height: 14px;
	width: auto;
}
.zgr-um-meta-lbl { color: #9ca3af; font-weight: 400; }
.zgr-um-meta-val { color: #122b50; font-weight: 600; }
.zgr-um-meta-sep { color: #9ca3af; }

/* Activity Index */
.zgr-um-activity { margin-bottom: 16px; }
.zgr-um-act-lbl {
	color: #9ca3af;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 8px;
}
.zgr-um-act-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.zgr-um-act-tri {
	width: 18px;
	height: 16px;
	color: #1ad973;
	flex-shrink: 0;
}
.zgr-um-act-num { color: #748398; }
.zgr-um-act-big {
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
}
.zgr-um-act-tot {
	font-size: 16px;
	font-weight: 400;
}

/* Top-right action area (Share button, desktop only) */
.zgr-um-top-actions {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
@media (min-width: 640px) {
	.zgr-um-top-actions { display: flex; }
}
.zgr-um-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: none;
	background: transparent;
	color: #122b50;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}
.zgr-um-icon-btn:hover {
	background: #f3f4f6;
	color: #0d1f38;
}

/* Header socials block (email + Follow + social links) – desktop */
.zgr-um-hdr-socials {
	display: none;
	position: absolute;
	top: 68px;
	right: 0;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
@media (min-width: 640px) {
	.zgr-um-hdr-socials { display: flex; }
}
.zgr-um-email-row {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #686c73;
}
.zgr-um-email-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.zgr-um-email-txt {
	font-size: 13px;
	font-weight: 400;
}
.zgr-um-soc-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

/* Follow button */
.zgr-um-follow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 500;
	font-family: inherit;
	border-radius: 4px;
	background: #122b50;
	color: #f2f3f5;
	border: none;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s, opacity 0.2s;
}
.zgr-um-follow-btn:hover {
	background: #0d1f38;
}
.zgr-um-follow-btn--lg {
	height: 32px;
	padding: 0 16px;
	font-size: 15px;
}

/* Social links */
.zgr-um-soc-lnk {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: opacity 0.2s;
}
.zgr-um-soc-lnk:hover { opacity: 0.7; }
.zgr-um-soc-icon { width: 20px; height: 20px; }
.zgr-um-soc-icon--x { width: 18px; height: 18px; }

/* Mobile row */
.zgr-um-mobile-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 16px;
}
@media (min-width: 640px) {
	.zgr-um-mobile-row { display: none; }
}
.zgr-um-mobile-email {
	font-size: 13px;
	color: #686c73;
}

/* Header divider */
.zgr-um-hdivider {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 2rem 0;
}

/* ============================================================
   Main grid: photo col | bio col
   ============================================================ */
.zgr-um-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.zgr-um-grid {
		grid-template-columns: 400px 1fr;
	}
}

/* Left column */
.zgr-um-left { position: relative; }

.zgr-um-photo {
	width: 100%;
	max-width: 400px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top;
	border-radius: 15px;
	transition: transform 0.7s ease-out;
	display: block;
	cursor: pointer;
}
.zgr-um-photo:hover { transform: scale(1.1); }
.zgr-um-photo--ph {
	width: 100%;
	max-width: 400px;
	aspect-ratio: 1 / 1;
	background: #0b2a4a;
	color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	font-weight: 600;
}

/* Geo block (location + languages) */
.zgr-um-geo {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.zgr-um-loc {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #748398;
	font-size: 16px;
}
@media (min-width: 640px) { .zgr-um-loc { font-size: 21px; } }
.zgr-um-loc-icon {
	height: 24px;
	width: 16px;
	flex-shrink: 0;
}
.zgr-um-langs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: #748398;
	font-size: 16px;
}
@media (min-width: 640px) { .zgr-um-langs { font-size: 21px; } }
.zgr-um-globe { width: 22px; height: 22px; flex-shrink: 0; }
.zgr-um-lang {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.zgr-um-flag { width: 23px; height: 15px; }
.zgr-um-lang-sep { display: inline-block; margin: 0 4px; }

/* Right column: bio */
.zgr-um-bio {
	font-family: "Georgia", "Times New Roman", serif;
	color: #122b50;
	font-size: 17px;
	line-height: 1.55;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (min-width: 640px) {
	.zgr-um-bio {
		font-size: 21px;
		line-height: 27px;
	}
}
.zgr-um-bio-p { margin: 0; }
.zgr-um-bio-bold {
	font-weight: 700;
	font-size: inherit;
	color: #122b50;
}
@media (min-width: 640px) {
	.zgr-um-bio-bold { font-size: 27px; }
}
.zgr-um-website { margin-top: 16px; }
.zgr-um-website-lnk {
	color: #122b50;
	font-style: italic;
	font-size: 14px;
	text-decoration: none;
}
.zgr-um-website-lnk:hover { text-decoration: underline; }

/* ============================================================
   Section blocks
   ============================================================ */
.zgr-um-section {
	border-top: 1px solid #d1d5db;
	padding-top: 2rem;
	margin-bottom: 2rem;
}

/* Section header row */
.zgr-um-sec-hdr {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 2rem;
	cursor: pointer;
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
}
.zgr-um-sec-hdr:hover { transform: scale(1.05); }

.zgr-um-sec-icon-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #122b50;
}

.zgr-um-sec-icon {
	width: 36px;
	height: 36px;
	color: #122b50;
}
.zgr-um-sec-icon--sm {
	width: 32px;
	height: 32px;
}

.zgr-um-sec-title {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	color: #222222;
	margin: 0;
	line-height: 1.2;
}
@media (min-width: 640px) {
	.zgr-um-sec-title { font-size: 30px; }
}
.zgr-um-sec-muted { color: #748398; }
.zgr-um-sec-dark  { color: #122b50; }

/* ── Items list ── */
.zgr-um-items {
	display: flex;
	flex-direction: column;
	gap: 48px;
	padding: 0;
}
@media (min-width: 640px) {
	.zgr-um-items { padding: 0 80px; }
}
.zgr-um-items--books    { gap: 64px; }
.zgr-um-items--stories,
.zgr-um-items--interviews { gap: 48px; }

/* Single item */
.zgr-um-item {
	display: flex;
	align-items: center;
	gap: 16px;
}
@media (min-width: 640px) { .zgr-um-item { gap: 32px; } }
.zgr-um-item--start { align-items: flex-start; }

/* Logo column */
.zgr-um-item-logo {
	flex-shrink: 0;
	width: 80px;
}
@media (min-width: 640px) { .zgr-um-item-logo { width: 150px; } }
.zgr-um-item-logo-inner {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media (min-width: 640px) { .zgr-um-item-logo-inner { height: 80px; } }
.zgr-um-item-logo-img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.7s ease-out;
	cursor: pointer;
}
.zgr-um-item-logo-img:hover { transform: scale(1.25); }
.zgr-um-item-logo-ph {
	width: 80px;
	height: 50px;
	background: #f3f4f6;
	border-radius: 6px;
}
@media (min-width: 640px) {
	.zgr-um-item-logo-ph { width: 150px; height: 80px; }
}

/* Detail column */
.zgr-um-item-detail { flex: 1; }
.zgr-um-item-title {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 22px;
	color: #122b50;
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 8px;
}
@media (min-width: 640px) { .zgr-um-item-title { font-size: 28px; } }
.zgr-um-item-title--hover {
	display: inline-block;
	transition: all 0.5s ease-out;
	transform-origin: left;
	cursor: pointer;
}
.zgr-um-item-title--hover:hover {
	transform: scale(1.25);
	text-decoration: underline;
	font-weight: 700;
}
.zgr-um-item-sub {
	font-size: 13px;
	color: #4b5563;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 4px;
	font-family: "Poppins", sans-serif;
}
@media (min-width: 640px) { .zgr-um-item-sub { font-size: 16px; } }
.zgr-um-item-period {
	font-size: 13px;
	color: #4b5563;
	margin: 4px 0 0;
	font-family: "Poppins", sans-serif;
}
@media (min-width: 640px) { .zgr-um-item-period { font-size: 16px; } }

/* Books */
.zgr-um-book-cover {
	width: 70px;
	height: 100px;
	flex-shrink: 0;
	display: block;
	text-decoration: none;
}
.zgr-um-book-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	transition: transform 0.7s ease-out, box-shadow 0.3s;
}
.zgr-um-book-cover:hover .zgr-um-book-img {
	transform: scale(1.5);
	box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}
.zgr-um-book-ph {
	width: 70px;
	height: 100px;
	background: #f3f4f6;
}
.zgr-um-book-lnk {
	display: block;
	text-decoration: none;
}
.zgr-um-book-lnk .zgr-um-item-title {
	display: inline-block;
	transition: all 0.5s ease-out;
	transform-origin: left;
}
.zgr-um-book-lnk:hover .zgr-um-item-title {
	transform: scale(1.25);
	text-decoration: underline;
	font-weight: 700;
}

/* Equipment */
.zgr-um-equipment {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 0;
}
@media (min-width: 640px) { .zgr-um-equipment { padding: 0 80px; } }
.zgr-um-equip-title {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 24px;
	color: #122b50;
	font-weight: 600;
	margin: 0 0 12px;
}
.zgr-um-equip-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.zgr-um-equip-list li {
	font-size: 18px;
	color: #4b5563;
	padding-left: 24px;
	position: relative;
	font-family: "Poppins", sans-serif;
}
.zgr-um-equip-list li::before {
	content: '•';
	position: absolute;
	left: 0;
}

/* Zenger Stories thumbnails */
.zgr-um-story-thumb {
	flex-shrink: 0;
	width: 80px;
	height: 60px;
}
@media (min-width: 640px) {
	.zgr-um-story-thumb { width: 150px; height: 100px; }
}
.zgr-um-story-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: transform 0.7s ease-out;
	cursor: pointer;
}
.zgr-um-story-img:hover { transform: scale(1.25); }

/* Interview thumbnails */
.zgr-um-iv-thumb {
	flex-shrink: 0;
	width: 100px;
	height: 60px;
}
@media (min-width: 640px) {
	.zgr-um-iv-thumb { width: 180px; height: 100px; }
}
.zgr-um-iv-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.zgr-um-iv-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease-out, filter 0.7s ease-out;
}
.zgr-um-iv-inner:hover .zgr-um-iv-img {
	transform: scale(1.1);
	filter: brightness(1.1);
}
.zgr-um-iv-border {
	position: absolute;
	inset: 0;
	border: 4px solid transparent;
	border-radius: 8px;
	pointer-events: none;
	transition: border-color 0.5s;
}
.zgr-um-iv-inner:hover .zgr-um-iv-border { border-color: #122b50; }
.zgr-um-iv-redbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #dc2626;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.7s ease-out;
}
.zgr-um-iv-inner:hover .zgr-um-iv-redbar { transform: scaleX(1); }

/* Z icon (Zenger Stories header) */
.zgr-um-z-icon {
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.zgr-um-z-img { width: 100%; height: 100%; object-fit: contain; }

/* ============================================================
   Statistics band (full-bleed gray)
   ============================================================ */
.zgr-um-stats-band {
	margin: 0 -16px 2rem;
	background: #f2f3f5;
}
@media (min-width: 640px) {
	.zgr-um-stats-band { margin: 0 -70px 2rem; }
}
.zgr-um-stats-inner {
	padding: 40px 16px;
}
@media (min-width: 640px) {
	.zgr-um-stats-inner { padding: 40px 150px; }
}
.zgr-um-stats-hdr {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	margin-bottom: 40px;
	position: relative;
}
.zgr-um-stats-logo { height: 32px; width: auto; }
.zgr-um-stats-title {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0;
	color: #222222;
}
@media (min-width: 640px) { .zgr-um-stats-title { font-size: 32px; } }
.zgr-um-stats-name { color: #748398; }
.zgr-um-stats-chevron {
	position: absolute;
	right: 0;
	width: 26px;
	height: 13px;
	color: #122b50;
	cursor: pointer;
}

.zgr-um-stats-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}
@media (min-width: 640px) {
	.zgr-um-stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 80px;
	}
}

.zgr-um-stat-nums {}
.zgr-um-stat-nums-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-bottom: 32px;
}
@media (min-width: 640px) { .zgr-um-stat-nums-row { gap: 64px; } }

.zgr-um-stat-n {
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	color: #122b50;
	line-height: 1;
	margin: 0 0 8px;
}
@media (min-width: 640px) { .zgr-um-stat-n { font-size: 56px; } }
.zgr-um-stat-nl {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #4b5563;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}
@media (min-width: 640px) { .zgr-um-stat-nl { font-size: 14px; } }

/* Co-authors column */
.zgr-um-coauth-col {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.zgr-um-coauth-lbl {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #4b5563;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0 0 16px;
}
.zgr-um-coauths {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.zgr-um-coauth {
	border-radius: 50%;
	border: 4px solid #f2f3f5;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: -12px;
	position: relative;
	transition: z-index 0s;
}
.zgr-um-coauth:first-child { margin-left: 0; }
.zgr-um-coauth:hover { z-index: 20; }
.zgr-um-coauth img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease-out;
	display: block;
}
.zgr-um-coauth:hover img { transform: scale(1.25); }

.zgr-um-last-art {
	font-family: "Georgia", "Times New Roman", serif;
	color: #748398;
	font-size: 18px;
	margin: 0;
}
.zgr-um-last-art-lnk {
	color: #122b50;
	text-decoration: none;
}
.zgr-um-last-art-lnk:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* ============================================================
   Footer
   ============================================================ */
.zgr-um-footer {
	border-top: 1px solid #d1d5db;
	padding-top: 24px;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
@media (min-width: 640px) {
	.zgr-um-footer {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
}
.zgr-um-footer-logo-img {
	width: 128px;
	height: auto;
	object-fit: contain;
	display: block;
	transition: opacity 0.2s;
}
@media (min-width: 640px) { .zgr-um-footer-logo-img { width: 176px; } }
.zgr-um-footer-logo a:hover .zgr-um-footer-logo-img { opacity: 0.8; }

.zgr-um-footer-right {
	text-align: center;
}
@media (min-width: 640px) { .zgr-um-footer-right { text-align: right; } }
.zgr-um-footer-email {
	font-size: 14px;
	color: #748398;
	margin: 0 0 8px;
	font-family: "Poppins", sans-serif;
}
@media (min-width: 640px) { .zgr-um-footer-email { font-size: 18px; } }
.zgr-um-footer-socs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}
.zgr-um-footer-soc-icon {
	width: 24px;
	height: 24px;
	display: block;
	transition: opacity 0.2s;
}
.zgr-um-footer-soc-icon--x { width: 20px; height: 20px; }
.zgr-um-soc-lnk:hover .zgr-um-footer-soc-icon { opacity: 0.7; }

/* ============================================================
   Reporter/Editor byline strip styles (in article body)
   ============================================================ */
.zgr-reporter-wrap {
	margin: 1rem 0 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #d5d8dd;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.zgr-reporter {
	padding: 0;
	background: transparent;
}
.zgr-reporter-inner {
	display: flex;
	align-items: center;
	gap: 14px;
}
.zgr-reporter-avatar {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	object-fit: cover;
	background: #213a63;
    text-align: center;
    place-content: center;
    font-weight: 600;
    color: white;
}
.zgr-reporter-info {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.zgr-reporter-role {
	font-size: 1.02rem;
	color: #2e3b4e;
	font-weight: 500;
}
.zgr-reporter-name-link,
.zgr-editor-trigger {
	color: #213a63;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
	cursor: pointer;
}
.zgr-editors-section {
	margin: 1.5rem 0 0.75rem;
	padding: 0;
	background: transparent;
	font-size: 1.08rem;
	line-height: 1.5;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.zgr-editors-label {
	color: #2e3b4e;
	font-weight: 500;
	margin-right: 10px;
}
.zgr-editors-separator {
	display: inline-block;
	margin: 0 12px;
	color: #2e3b4e;
}
