.research-hero {
	margin: 1rem 0 4rem 0;
	max-width: 56rem;
}

.research-hero .eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #6f6f6f;
}

.research-hero h1 {
	margin-bottom: 0.6em;
}

.research-intro {
	font-size: 1.02rem;
	line-height: 1.9;
	max-width: 54rem;
}

.research-intro p,
.section-copy p,
.focus-card p,
.paper-card p,
.side-note p,
.theme-card p {
	margin: 0 0 0.8em 0;
	line-height: 1.68;
}

.research-section {
	padding: 2.75rem 0;
	border-top: 1px solid rgba(88, 88, 88, 0.14);
}

.research-section:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.section-copy {
	max-width: 54rem;
}

.focus-grid,
.theme-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin-top: 1.5rem;
}

.focus-card,
.theme-card,
.side-note {
	padding: 1.75rem;
	border: 1px solid rgba(88, 88, 88, 0.14);
	border-radius: 1rem;
	background: #fcfcfb;
}

.focus-card h3,
.theme-card h3,
.side-note h3,
.paper-card h3 {
	margin-bottom: 0.75em;
	letter-spacing: 0.16em;
}

.paper-stack {
	display: grid;
	gap: 1.15rem;
	margin-top: 1.5rem;
}

.paper-card {
	padding: 1.85rem;
	border: 1px solid rgba(88, 88, 88, 0.14);
	border-radius: 1rem;
	background: #f8f6f2;
}

.paper-status {
	display: inline-block;
	margin-top: 0.2rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6f6f6f;
}

.bullet-list {
	margin: 0.8rem 0 1rem 1.1rem;
	padding: 0;
}

.bullet-list li {
	margin-bottom: 0.4rem;
	padding-left: 0.1rem;
}

.gna-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(240px, 0.9fr);
	gap: 2rem;
	align-items: start;
	margin-top: 1.5rem;
}

.side-note ul {
	margin: 0.8rem 0 1rem 1rem;
	padding: 0;
}

.side-note li {
	margin-bottom: 0.4rem;
}

.link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.2rem;
}

@media screen and (max-width: 980px) {
	.focus-grid,
	.theme-grid,
	.gna-layout {
		grid-template-columns: 1fr;
	}
}

/* Page palette: Research */

:root {
	--page-bg: #edf4fb;
	--page-footer: #e6edf4;
	--page-surface: #f8fbff;
	--page-surface-strong: #f2f7fc;
	--page-accent: #4f7fa8;
	--page-accent-strong: #3f6687;
	--page-accent-soft: rgba(79, 127, 168, 0.14);
}

body {
	background: var(--page-bg);
}

#footer {
	background-color: var(--page-footer);
}

a:hover {
	color: var(--page-accent) !important;
}

.button {
	box-shadow: inset 0 0 0 2px rgba(63, 102, 135, 0.45);
	color: #4f4f4f !important;
}

.button:hover {
	color: var(--page-accent) !important;
	box-shadow: inset 0 0 0 2px var(--page-accent);
}

.button:active {
	background-color: var(--page-accent-soft);
}

.button.primary {
	background-color: var(--page-accent-strong);
	box-shadow: none;
	color: #ffffff !important;
}

.button.primary:hover {
	background-color: var(--page-accent);
}

.button.primary:active {
	background-color: var(--page-accent-strong);
}

.focus-card,
.theme-card,
.side-note {
	background: var(--page-surface);
}

.paper-card {
	background: var(--page-surface-strong);
}
