/*
 * People single-page styles (v2).
 * Mirrors album page shell. Only person-specific bits live here.
 */

#person-layout {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr) 420px;
	gap: 2.4rem;
	align-items: start;
	margin-bottom: 3rem;
}

@media (max-width: 1200px) {
	#person-layout {
		grid-template-columns: 280px minmax(0, 1fr);
	}
	#person-layout .person-sidebar {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	#person-layout {
		grid-template-columns: 1fr;
	}
}

/* Portrait */
.person-portrait {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	background: #eaeaea;
}

.person-portrait img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.person-portrait img.main {
	position: relative;
	z-index: 1;
}

.person-portrait img.reverse {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	transition: opacity 0.5s;
}

.person-portrait:hover img.reverse {
	opacity: 1;
}

.person-portrait .placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'gotham_mediumregular';
	font-size: 5em;
	color: #999;
}

/* Page heading layout shared with album */
.person-page-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 1em;
	margin: 0 0 1.5rem;
	width: 100%;
}

.person-page-heading h1 {
	flex: 1;
	min-width: 0;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.65em;
	letter-spacing: 0.02em;
}

/* Main column */
.person-main .pre-title {
	display: inline-block;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0.4rem;
}

.person-credit-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
	margin: 0 0 1rem;
}

.person-credit-link {
	color: #666;
	font-family: 'gotham_mediumregular';
	font-size: 0.82em;
	text-decoration: none;
}

.person-credit-link span {
	color: #aaa;
	font-family: inherit;
	font-size: 0.86em;
	margin-left: 0.25em;
}

.person-credit-link:hover {
	color: #111;
}

.person-main .synopsis {
	margin: 0 0 1.2rem;
	font-size: 1.05em;
	line-height: 1.55;
	color: #333;
}

.person-main .key-credits {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 0.45rem 1.2rem;
	margin: 1.2rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #eee;
	font-size: 0.92em;
}

.person-main .key-credits dt {
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
	font-size: 0.72em;
	letter-spacing: 0.08em;
	color: #888;
	align-self: center;
}

.person-main .key-credits dd {
	margin: 0;
	color: #222;
}

.person-main .key-credits .muted {
	color: #888;
}

/* Person nav (alphabetical prev/next with photo) */
.person-nav.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 2rem 0;
	border-top: 1px solid #eee;
	padding-top: 2rem;
}

.person-nav .post-nav__prev,
.person-nav .post-nav__next {
	flex: 1 1 50%;
	max-width: 50%;
}

.person-nav .post-nav__next {
	text-align: right;
}

.person-nav a {
	display: inline-flex;
	gap: 1rem;
	align-items: center;
	text-decoration: none;
	color: inherit;
}

.person-nav .post-nav__next a {
	flex-direction: row;
	justify-content: flex-end;
}

.person-nav .post-nav__cover,
.song-nav .post-nav__cover {
	width: 60px;
	height: 60px;
	border-radius: 3px;
	object-fit: cover;
	flex-shrink: 0;
}

.person-nav .post-nav__cover--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #2a2a2a 0%, #4a4a4a 100%);
	color: #d4a017;
	font-family: 'gotham_mediumregular';
	font-size: 1.4em;
}

.person-nav .post-nav__text,
.song-nav .post-nav__text {
	display: flex;
	flex-direction: column;
	gap: 0.1em;
}

.person-nav .nav-subtitle,
.song-nav .nav-subtitle {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #999;
}

.person-nav .nav-title,
.song-nav .nav-title {
	font-family: 'gotham_mediumregular';
	color: #111;
}

.person-nav a:hover .nav-title,
.song-nav a:hover .nav-title {
	color: #d4a017;
}

.suggest-edit {
	align-items: center;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #b08320;
	clear: both;
	color: #555;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 2.5rem 0 2rem;
	padding: 1.25rem 1.5rem;
	text-align: left;
}

.suggest-edit a {
	border: 1px solid #d0d0d0;
	color: #333;
	flex: 0 0 auto;
	font-family: 'gotham_mediumregular';
	font-size: 0.78em;
	letter-spacing: 0.06em;
	padding: 0.55rem 0.8rem;
	text-decoration: none;
	text-transform: uppercase;
}

.suggest-edit span {
	color: #333;
	font-family: 'gotham_mediumregular';
}

.suggest-edit a:hover {
	color: #111;
	border-color: #111;
	text-decoration: none;
}

@media (max-width: 700px) {
	.suggest-edit {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Videos / Interviews tab */
.videos-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: 1.5rem;
}

.video-item {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
}

.video-embed {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #000;
}

.video-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-meta {
	padding: 0.75rem 1rem 1rem;
}

.video-title {
	font-size: 1em;
	margin: 0 0 0.4em;
	line-height: 1.3;
}

.video-title a {
	color: #111;
	text-decoration: none;
}

.video-title a:hover {
	text-decoration: underline;
}

.video-info {
	display: flex;
	gap: 0.6em;
	font-size: 0.8em;
	color: #888;
	margin-bottom: 0.4em;
	flex-wrap: wrap;
}

.video-type {
	font-family: 'gotham_mediumregular';
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.85em;
	color: #d4a017;
}

.video-desc {
	margin: 0.4em 0 0;
	font-size: 0.9em;
	color: #555;
	line-height: 1.45;
}

.filmography-see-all {
	display: block;
	padding: 0.6rem 0.75rem;
	font-size: 0.85em;
	font-family: 'gotham_mediumregular';
	color: #535353;
	text-decoration: none;
	border-top: 1px solid #f0f0f0;
	background: #fafafa;
	border-radius: 0 0 4px 4px;
}

.filmography-see-all:hover {
	background: #f0f0f0;
	color: #111;
}

.filmography--highlights {
	max-height: none;
	overflow: visible;
}

/* Sidebar — Filmography */
.person-sidebar .sidebar-block {
	margin-bottom: 2rem;
}

.filmography {
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 480px;
	overflow-y: auto;
	border: 1px solid #eaeaea;
	border-radius: 4px;
}

.filmography li {
	display: grid;
	grid-template-columns: 54px 1fr;
	align-items: center;
	gap: 0.75rem;
	padding: 0.6rem 0.75rem;
	border-bottom: 1px solid #f4f4f4;
	font-size: 0.85em;
}

.filmography li:last-child {
	border-bottom: 0;
}

.filmography .film-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	overflow: hidden;
	background: #eee;
	color: #999;
	font-family: 'gotham_mediumregular';
	text-decoration: none;
}

.filmography .film-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filmography .film-body {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.filmography .film-song {
	color: #111;
	text-decoration: none;
	font-family: 'gotham_mediumregular';
}

.filmography .film-song:hover {
	text-decoration: underline;
}

.filmography .film-album {
	color: #666;
	font-size: 0.92em;
}

.filmography .film-album span {
	color: #999;
	font-variant-numeric: tabular-nums;
}

.filmography .film-album a {
	color: inherit;
	text-decoration: none;
}

.filmography .film-album a:hover {
	color: #111;
}

.filmography .film-role {
	color: #999;
	font-size: 0.85em;
	font-style: italic;
}

/* Credits tab — role pills + table */
.role-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0 0 1.5rem;
}

.role-pill {
	background: #f0f0f0;
	color: #535353;
	border: 0;
	border-radius: 999px;
	padding: 0.4rem 0.9rem;
	font-size: 0.85em;
	font-family: 'gotham_mediumregular';
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.role-pill span {
	color: #999;
	margin-left: 0.2em;
}

.role-pill:hover {
	background: #d8d8d8;
	color: #111;
}

.role-pill.active {
	background: #111;
	color: #fff;
}

.role-pill.active span {
	color: rgba(255, 255, 255, 0.7);
}

.credits-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95em;
}

.credits-table th, .credits-table td {
	padding: 0.6rem 0.75rem;
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.credits-table thead th {
	font-family: 'gotham_mediumregular';
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #888;
	background: #fafafa;
}

.credits-table th.num, .credits-table td.num {
	text-align: left;
	font-variant-numeric: tabular-nums;
	width: 70px;
}

.credits-table tbody tr:hover {
	background: #fafafa;
}

.credits-table tbody tr.dim {
	display: none;
}

.credits-table a {
	color: #111;
	text-decoration: none;
}

.credits-table a:hover {
	text-decoration: underline;
}

.role-badge {
	color: #222;
	font-size: 1em;
}

.muted {
	color: #999;
}

/* Discography grid */
.discography-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 1rem;
}

.disco-item a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.disco-item img,
.disco-item .disco-thumb-missing {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #eaeaea;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	transition: transform 0.2s ease;
}

.disco-item a:hover img {
	transform: scale(1.03);
}

.disco-meta {
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
}

.disco-year {
	color: #999;
	font-variant-numeric: tabular-nums;
	font-size: 0.85em;
}

.disco-title {
	color: #111;
	line-height: 1.3;
}

/* === Archive toolbar (used by /people and /songs) === */
.archive-toolbar {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 1.25rem;
	flex-wrap: wrap;
}

.archive-bar {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1.5rem;
	flex-wrap: wrap;
}

/* Songs archive layout: letters fill left column, filters above search on right */
.archive-bar--split {
	align-items: flex-start;
	gap: 2rem;
}

.archive-bar--split .archive-letters {
	flex: 1 1 auto;
	min-width: 0;
}

.archive-bar__right {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.6rem;
	flex: 0 0 auto;
	width: 320px;
	align-self: flex-start;
}

.archive-bar__right .archive-tabs {
	justify-content: flex-end;
}

input.archive-search,
input.songs-search {
	height: 38px !important;
	min-height: 38px !important;
	max-height: 38px !important;
	width: 280px !important;
	min-width: 280px !important;
	line-height: 1.2 !important;
	padding: 0.4rem 0.8rem !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	display: block !important;
	flex: 0 0 auto !important;
}

/* Songs page header layout */
.songs-filter-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 1.5rem;
	flex-wrap: wrap;
}

.songs-filter-bar .archive-summary {
	margin: 0;
}

.songs-filter-row {
	margin: 0;
	gap: 0.4rem;
	flex-wrap: wrap;
	margin-left: auto;
}

.songs-letters-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0 0 1.25rem;
	flex-wrap: wrap;
}

.songs-letters-row .archive-letters {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
}

.songs-letters-row .archive-letters li {
	padding-bottom: 0;
}

.songs-filter-row .archive-tab {
	padding: 0.28rem 0.7rem;
	font-size: 0.76em;
	font-family: var(--mjdb-font-medium, 'gotham_mediumregular');
	letter-spacing: 0.02em;
}

.songs-letters-row .archive-letters li {
	font-size: 0.9em;
	line-height: 1.35;
	padding-bottom: 0;
}

.songs-letters-row .archive-letters li + li:before {
	padding: 0 7px;
	color: var(--mjdb-line, #e7e7e7);
}

.songs-letters-row .archive-letters li a,
.songs-letters-row .archive-letters li {
	font-family: var(--mjdb-font-book, 'gotham_bookregular');
}

.songs-letters-row input.songs-search {
	margin-left: auto !important;
	flex: 0 0 280px !important;
	font-size: 0.86em !important;
}

/* Sortable column headers */
.sortable-header {
	user-select: none;
}

.sortable-header .sort-arrow::after {
	content: '';
	color: #ccc;
	margin-left: 0.3em;
	font-size: 0.8em;
}

.sortable-header:hover .sort-arrow::after {
	content: '↕';
	color: var(--mjdb-muted, #9a9a9a);
}

.sortable-header.sort-asc .sort-arrow::after {
	content: '↑';
	color: var(--mjdb-gold, #d4a017);
}

.sortable-header.sort-desc .sort-arrow::after {
	content: '↓';
	color: var(--mjdb-gold, #d4a017);
}

.archive-bar .archive-letters {
	flex: 1 1 auto;
	margin-bottom: 0 !important;
}

.archive-bar .archive-letters li {
	padding-bottom: 0;
}

.archive-bar .archive-search {
	flex: 0 0 280px;
	max-width: 280px;
}

.archive-search {
	flex: 0 1 320px;
	margin-left: auto;
	max-width: 360px;
	padding: 0.55rem 0.9rem;
	font-size: 1em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	color: #111;
	font-family: inherit;
}

.archive-search:focus {
	outline: 0;
	border-color: #d4a017;
	box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.15);
}

.archive-tabs {
	display: flex;
	gap: 0.4rem;
	flex-wrap: wrap;
}

.archive-tab {
	padding: 0.4rem 0.9rem;
	font-size: 0.85em;
	font-family: 'gotham_mediumregular';
	background: #f0f0f0;
	color: #535353;
	border-radius: 999px;
	text-decoration: none;
}

.archive-tab:hover {
	background: #d8d8d8;
	color: #111;
}

.archive-tab.active {
	background: #111;
	color: #fff;
}

.archive-tab span {
	color: #999;
	font-size: 0.88em;
	margin-left: 0.2em;
}

.archive-tab.active span {
	color: rgba(255, 255, 255, 0.72);
}

.archive-tab--review {
	background: #fff8e6;
	color: #806018;
}

/* Letter strip shared by archives */
.archive-letters {
	display: flex;
	flex-wrap: wrap;
}

.archive-letters li {
	padding: 0 0 1rem;
	font-size: 1.1em;
	color: #cdcdcd;
}

.archive-letters li + li:before {
	content: "|";
	padding: 0 9px;
}

.archive-letters li a {
	color: #535353;
	text-decoration: none;
}

.archive-letters li a:hover,
.archive-letters li.active a {
	color: #111;
	text-decoration: underline;
}

.archive-letters li.disabled {
	cursor: not-allowed;
	color: #ddd;
	pointer-events: none;
	opacity: 0.55;
}

/* === People archive === */
.archive-summary {
	color: #888;
	font-size: 0.9em;
	margin-top: 0.3em;
}

.people-letters {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.people-letters li {
	padding: 0 0 1rem 0;
	font-size: 1.1em;
	color: #cdcdcd;
}

.people-letters li + li:before {
	content: "|";
	padding: 0 9px;
}

.people-letters li a {
	color: #535353;
	text-decoration: none;
}

.people-letters li a:hover,
.people-letters li.active a {
	color: #111;
	text-decoration: underline;
}

.people-letters li.disabled {
	cursor: not-allowed;
	color: #ddd;
}

.people-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 1.5rem 1rem;
}

.people-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.people-card__photo {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #eaeaea;
	border-radius: 4px;
	margin-bottom: 0.5rem;
	position: relative;
}

.people-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.people-card__link:hover .people-card__photo img {
	transform: scale(1.04);
}

.people-card__photo-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'gotham_mediumregular';
	font-size: 3em;
	color: #999;
}

.people-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	font-size: 0.9em;
}

.people-card__name {
	font-family: 'gotham_mediumregular';
	color: #111;
	line-height: 1.2;
}

.people-card__role {
	color: #666;
	font-size: 0.85em;
}

.people-card__count {
	color: #999;
	font-size: 0.8em;
	margin-top: 0.1em;
}

.people-directory-tools {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0 0 1.2rem;
	flex-wrap: wrap;
}

.people-role-tabs {
	flex: 1 1 auto;
	gap: 0.35rem 1rem;
}

.people-role-tabs .archive-tab {
	background: transparent;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: #777;
	font-size: 0.75em;
	letter-spacing: 0.08em;
	padding: 0.2rem 0;
	text-transform: uppercase;
}

.people-role-tabs .archive-tab:hover,
.people-role-tabs .archive-tab.active {
	background: transparent;
	border-bottom-color: #111;
	color: #111;
}

.people-role-tabs .archive-tab span {
	color: #aaa;
	font-size: 0.9em;
}

.people-role-tabs .archive-tab.active span {
	color: #777;
}

.people-role-tabs .archive-tab--review {
	color: #8a6a18;
}

.people-sort-links {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem;
	border: 1px solid #e5e5e5;
	border-radius: 999px;
	background: #fff;
}

.people-sort-links a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 0.75rem;
	border-radius: 999px;
	color: #666;
	font-size: 0.82em;
	font-family: 'gotham_mediumregular';
	text-decoration: none;
	text-transform: uppercase;
}

.people-sort-links a:hover,
.people-sort-links a.active {
	background: #111;
	color: #fff;
}

.people-archive-bar {
	align-items: flex-start;
	margin-bottom: 1.2rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid #eee;
}

.people-archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 2.5rem;
	align-items: start;
}

.people-directory {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	max-width: 100%;
}

.people-row {
	background: #f7f7f7;
	border: 0;
	border-radius: 5px;
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.people-row:hover {
	background: #f1f1f1;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.045);
	transform: translateY(-1px);
}

.people-row__link {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	min-height: 78px;
	padding: 0.55rem 0.75rem;
	color: inherit;
	text-decoration: none;
}

.people-row .people-card__photo {
	width: 58px;
	margin: 0;
	border-radius: 50%;
}

.people-row__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-width: 0;
}

.people-row__main {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	min-width: 0;
	flex: 1 1 auto;
}

.people-row__summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	max-width: 620px;
	color: #777;
	font-size: 0.8em;
	line-height: 1.38;
}

.people-row .people-card__name {
	font-size: 0.98em;
}

.people-row .people-card__role {
	font-size: 0.8em;
	line-height: 1.25;
}

.people-row .people-card__count {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	padding: 0.25rem 0.5rem;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-family: 'gotham_mediumregular';
	font-size: 0.7em;
	text-align: center;
}

.people-row .people-card__count--review {
	background: #fff8e6;
	color: #806018;
}

.people-row--unlinked {
	border-style: dashed;
}

.people-row__known {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	flex: 0 0 auto;
}

.people-known-cover {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	overflow: hidden;
	background: #e7e7e7;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.people-known-cover img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.people-known-cover span {
	color: #999;
	font-family: 'gotham_mediumregular';
	font-size: 1.1em;
}

.people-archive-sidebar {
	position: sticky;
	top: 110px;
	border-left: 3px solid #d4a017;
	padding-left: 1.1rem;
}

.people-archive-sidebar h2 {
	margin: 0 0 1rem;
	font-family: 'gotham_mediumregular';
	font-size: 1.25em;
	letter-spacing: 0;
	text-transform: none;
}

.people-explore-list {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.people-explore-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 58px;
	padding: 0.75rem 0.85rem;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	color: #222;
	text-decoration: none;
	background: #fff;
}

.people-explore-card:hover {
	background: #f8f8f8;
	color: #111;
}

.people-explore-card span {
	font-family: 'gotham_mediumregular';
	font-size: 0.92em;
}

.people-explore-card strong {
	color: #777;
	font-family: 'gotham_mediumregular';
	font-size: 0.82em;
	font-weight: normal;
}

.people-explore-card--review {
	background: #fffaf0;
}

.people-top-list {
	gap: 0.65rem;
}

.people-top-card {
	justify-content: flex-start;
	min-height: 64px;
	padding: 0.6rem;
}

.people-top-card__photo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #eee;
	color: #999;
	font-family: 'gotham_mediumregular';
	flex: 0 0 auto;
}

.people-top-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.people-top-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	min-width: 0;
}

.people-top-card__name {
	font-family: 'gotham_mediumregular';
	font-size: 0.92em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.people-top-card__body strong {
	font-size: 0.75em;
	color: #777;
	font-weight: normal;
}

@media (max-width: 1100px) {
	.people-archive-layout {
		grid-template-columns: 1fr;
	}

	.people-archive-sidebar {
		position: static;
		border-left: 0;
		border-top: 1px solid #eee;
		padding: 1.4rem 0 0;
	}

	.people-explore-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.people-row__link {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 0.8rem;
		padding: 0.65rem;
	}

	.people-row .people-card__photo {
		width: 54px;
	}

	.people-row__body {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.45rem;
	}

	.people-row .people-card__count {
		min-width: 0;
	}

	.people-explore-list {
		grid-template-columns: 1fr;
	}
}

/* Known For visual grid (single-people hero) */
.person-known-for {
	margin: 1.25rem 0 0;
}

.person-known-for h2 {
	margin: 0 0 0.65rem;
	font-family: 'gotham_mediumregular';
	font-size: 0.75em;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #777;
}

.known-for-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.known-for-item {
	flex: 0 0 92px;
}

.known-for-item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.known-for-item img,
.known-for-item .known-for-placeholder {
	display: block;
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: #eaeaea;
	border-radius: 2px;
	margin-bottom: 0.25rem;
	transition: transform 0.15s ease;
}

.known-for-item .known-for-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'gotham_mediumregular';
	font-size: 1.6em;
	color: #999;
}

.known-for-item a:hover img {
	transform: scale(1.05);
}

.known-for-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.72em;
	color: #535353;
	line-height: 1.2;
}

/* Award block tweaks (people awards) */
.awards-list .award-head {
	display: flex;
	flex-direction: column;
	gap: 0.1em;
}

.awards-list .award-result {
	font-family: 'gotham_mediumregular';
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.7em;
}

.awards-list .award--won .award-result {
	color: #b8870e;
}

.awards-list .award--nominated .award-result {
	color: #888;
}

.awards-list .award-year {
	color: #888;
	font-size: 0.85em;
}

.awards-list .award-org {
	font-family: 'gotham_mediumregular';
	color: #111;
	margin-top: 0.4em;
	font-size: 0.95em;
}

.awards-list .award-category {
	color: #333;
	margin-top: 0.1em;
}

.awards-list .award-for {
	color: #666;
	font-size: 0.92em;
	margin-top: 0.1em;
	font-style: normal;
}

.awards-list .award-for em {
	color: #111;
	font-style: normal;
}

/* === Aside (single-people) === */
.aside-albums {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
}

.aside-albums li a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.aside-albums img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 3px;
}

.aside-albums .aside-album-title {
	display: block;
	font-size: 0.75em;
	line-height: 1.2;
	color: #535353;
	margin-top: 0.3em;
}
