/* CIA author archive — advisor article list */
.cia-author {
	--cia-red: #823034;
	--burgundy: #3c1618;
	--maroon: #6b282b;
	--mauve: #936264;
	--pale-red: #dcc6c7;
	--cream: #faf6ee;
	--robin: #5cbada;
	--ink: #373739;
	--body: #555659;
	--muted: #838486;
	--line: #ece4da;
	--card-line: #efe9e0;
	--serif: "Lora", Georgia, serif;
	--sans: "Mulish", system-ui, -apple-system, sans-serif;
	--r-card: 16px;
	--r-pill: 999px;
	--shadow: 0 1px 2px rgba(60, 22, 24, 0.05), 0 12px 28px rgba(60, 22, 24, 0.07);
	--shadow-hi: 0 2px 6px rgba(60, 22, 24, 0.07), 0 20px 40px rgba(60, 22, 24, 0.11);
	--wrap: 880px;
	background: var(--cream);
	color: var(--body);
	font-family: var(--sans);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding: clamp(2.5rem, 5vw, 4.5rem) 0 clamp(3rem, 6vw, 5.5rem);
}

.cia-author *,
.cia-author *::before,
.cia-author *::after {
	box-sizing: border-box;
}

.cia-author a {
	color: inherit;
}

.cia-author__wrap {
	width: 100%;
	max-width: var(--wrap);
	margin: 0 auto;
	padding: 0 1.25rem;
}

.cia-author__hero {
	background: #fff;
	border: 1px solid var(--card-line);
	border-radius: var(--r-card);
	box-shadow: var(--shadow);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	margin-bottom: 2rem;
}

.cia-author__eyebrow {
	font-weight: 700;
	font-size: 0.72rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--cia-red);
	margin: 0 0 0.75rem;
}

.cia-author__title {
	font-family: var(--serif);
	font-weight: 700;
	font-size: clamp(1.9rem, 4vw, 2.6rem);
	line-height: 1.1;
	color: var(--burgundy);
	margin: 0;
}

.cia-author__lede {
	margin: 0.65rem 0 0;
	color: var(--muted);
	font-size: 1.02rem;
}

.cia-author__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.cia-author__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 44px;
	padding: 0.5rem 1.25rem;
	border: 1.5px solid var(--pale-red);
	border-radius: var(--r-pill);
	background: #fff;
	color: var(--cia-red);
	font-weight: 700;
	font-size: 0.82rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.cia-author__pill .a {
	transition: transform 0.2s ease;
}

.cia-author__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.cia-author__card {
	display: block;
	background: #fff;
	border: 1px solid var(--card-line);
	border-radius: var(--r-card);
	box-shadow: var(--shadow);
	padding: 1.35rem 1.5rem;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cia-author__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.cia-author__cat {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--mauve);
}

.cia-author__date {
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--muted);
}

.cia-author__card-title {
	font-family: var(--sans);
	font-weight: 800;
	font-size: clamp(1.1rem, 2vw, 1.28rem);
	line-height: 1.25;
	color: var(--ink);
	margin: 0.7rem 0 0;
	transition: color 0.2s ease;
}

.cia-author__excerpt {
	margin: 0.65rem 0 0;
	font-size: 0.98rem;
	color: var(--body);
	line-height: 1.55;
}

.cia-author__more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.9rem;
	color: var(--cia-red);
	font-weight: 700;
	font-size: 0.85rem;
}

.cia-author__more .a {
	transition: transform 0.2s ease;
}

.cia-author__empty {
	background: #fff;
	border: 1px solid var(--card-line);
	border-radius: var(--r-card);
	padding: 2.5rem 1.5rem;
	text-align: center;
	color: var(--muted);
}

.cia-author__pagination {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.cia-author__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.cia-author__pagination a,
.cia-author__pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0.4rem 0.85rem;
	border-radius: 8px;
	border: 1px solid var(--card-line);
	background: #fff;
	color: var(--ink);
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
}

.cia-author__pagination .current {
	background: var(--cia-red);
	border-color: var(--cia-red);
	color: #fff;
}

.cia-author__pagination a:hover {
	border-color: var(--cia-red);
	color: var(--cia-red);
}

@media (hover: hover) {
	.cia-author__pill:hover {
		background: var(--pale-red);
		border-color: var(--pale-red);
	}

	.cia-author__pill:hover .a {
		transform: translateX(3px);
	}

	.cia-author__card:hover {
		transform: translateY(-2px);
		box-shadow: var(--shadow-hi);
	}

	.cia-author__card:hover .cia-author__card-title {
		color: var(--cia-red);
	}

	.cia-author__card:hover .cia-author__more .a {
		transform: translateX(3px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cia-author *,
	.cia-author *::before,
	.cia-author *::after {
		transition: none !important;
	}
}
