:root {
	--ink: #15201f;
	--muted: #5c6764;
	--paper: #ffffff;
	--wash: #f5f7f4;
	--forest: #1f5f55;
	--copper: #9a5a2b;
	--line: #d9e0dc;
	--deep: #243230;
	--shadow: 0 18px 45px rgba(21, 32, 31, 0.08);
}

html {
	scroll-behavior: smooth;
}

body.academic-home {
	background: var(--wash);
	color: var(--ink);
}

body.academic-home,
body.academic-home input,
body.academic-home select,
body.academic-home textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.65;
}

body.academic-home h1,
body.academic-home h2,
body.academic-home h3,
body.academic-home h4,
body.academic-home h5,
body.academic-home h6 {
	color: var(--ink);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.16;
}

body.academic-home h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 3.5rem;
	margin-bottom: 1rem;
}

body.academic-home h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

body.academic-home h3 {
	font-size: 1.1rem;
	margin-bottom: 0.65rem;
}

body.academic-home p {
	color: var(--muted);
	margin: 0 0 1.1rem;
}

body.academic-home p.major {
	color: var(--deep);
	font-size: 1.15rem;
}

body.academic-home a {
	color: var(--forest);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

body.academic-home a:hover {
	color: var(--copper);
}

body.academic-home img {
	display: block;
	max-width: 100%;
}

#wrapper {
	background: transparent;
	overflow-x: hidden;
}

.site-header {
	align-items: center;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	left: 0;
	padding: 0.85rem 5vw;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 20;
}

.site-mark {
	color: var(--ink);
	display: inline-flex;
	flex-direction: column;
	line-height: 1.1;
	min-width: 0;
	text-decoration: none;
}

.site-mark span {
	font-weight: 700;
}

.site-mark small {
	color: var(--muted);
	font-size: 0.72rem;
	margin-top: 0.2rem;
}

.site-nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: flex-end;
	min-width: 0;
}

.site-nav a {
	border-radius: 4px;
	color: var(--deep);
	font-size: 0.82rem;
	font-weight: 650;
	padding: 0.35rem 0.55rem;
	text-decoration: none;
}

.site-nav a:hover {
	background: #edf3ef;
	color: var(--forest);
}

.hero-section {
	background: var(--paper);
	border-bottom: 1px solid var(--line);
}

.hero-inner {
	align-items: center;
	display: grid;
	gap: 4rem;
	grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
	margin: 0 auto;
	max-width: 1180px;
	min-height: 760px;
	padding: 4rem 2rem;
}

.hero-copy {
	max-width: 760px;
	min-width: 0;
	overflow-wrap: break-word;
}

.eyebrow {
	color: var(--copper) !important;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0 !important;
	margin-bottom: 0.75rem !important;
	text-transform: uppercase;
}

.last-updated {
	color: var(--forest) !important;
	font-size: 0.9rem;
	font-weight: 650;
	margin-top: 1.4rem !important;
}

body.academic-home .actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 1.7rem 0 0;
	min-width: 0;
	padding-left: 0;
}

body.academic-home .actions li {
	margin: 0;
	padding: 0;
}

body.academic-home .button,
body.academic-home button,
body.academic-home input[type="submit"],
body.academic-home input[type="reset"],
body.academic-home input[type="button"] {
	background: transparent;
	border: 1px solid var(--forest);
	border-radius: 4px;
	box-shadow: none;
	color: var(--forest) !important;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 750;
	height: auto;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0.78rem 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
}

body.academic-home .button:hover,
body.academic-home button:hover,
body.academic-home input[type="submit"]:hover,
body.academic-home input[type="reset"]:hover,
body.academic-home input[type="button"]:hover {
	background: #eaf3ef;
	border-color: var(--forest);
	color: var(--forest) !important;
}

body.academic-home .button.primary {
	background: var(--forest);
	color: var(--paper) !important;
}

body.academic-home .button.primary:hover {
	background: var(--deep);
	border-color: var(--deep);
	color: var(--paper) !important;
}

.hero-portrait {
	margin: 0;
	min-width: 0;
	position: relative;
}

.hero-portrait img {
	aspect-ratio: 4 / 5;
	border-radius: 6px;
	box-shadow: var(--shadow);
	height: auto;
	object-fit: cover;
	object-position: center 18%;
	width: 100%;
}

.hero-portrait figcaption {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 6px;
	bottom: 1rem;
	box-shadow: var(--shadow);
	left: 1rem;
	padding: 0.85rem 1rem;
	position: absolute;
	right: 1rem;
}

.hero-portrait figcaption span {
	color: var(--copper);
	display: block;
	font-size: 0.72rem;
	font-weight: 750;
	text-transform: uppercase;
}

.hero-portrait figcaption strong {
	color: var(--ink);
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	margin-top: 0.2rem;
}

.academic-section {
	border-bottom: 1px solid var(--line);
	padding: 4.8rem 0;
}

.academic-section:nth-of-type(odd) {
	background: var(--paper);
}

.section-inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 2rem;
}

.section-inner.narrow {
	max-width: 820px;
}

.split-layout {
	align-items: center;
	display: grid;
	gap: 3.5rem;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
	min-width: 0;
}

.section-copy {
	max-width: 710px;
	min-width: 0;
	overflow-wrap: break-word;
}

.section-media,
.section-heading,
.publication-list {
	min-width: 0;
}

.section-media img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	box-shadow: var(--shadow);
	object-fit: cover;
	width: 100%;
}

.section-heading {
	margin-bottom: 2rem;
	max-width: 760px;
}

.section-heading.wide {
	max-width: 860px;
}

.research-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 1.35rem 0 0;
}

.research-tags span {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 4px;
	color: var(--deep);
	font-size: 0.8rem;
	font-weight: 650;
	padding: 0.35rem 0.55rem;
}

.research-section .research-tags span {
	background: #f8faf8;
}

.timeline-list {
	border-top: 1px solid var(--line);
	list-style: none;
	margin: 0;
	padding: 0;
}

.timeline-list li {
	border-bottom: 1px solid var(--line);
	display: grid;
	gap: 2rem;
	grid-template-columns: 8.5rem minmax(0, 1fr);
	padding: 1.15rem 0;
}

.timeline-list span {
	color: var(--forest);
	font-size: 0.86rem;
	font-weight: 750;
}

.timeline-list p {
	margin: 0;
}

.project-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 6px;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.project-card:hover {
	border-color: rgba(31, 95, 85, 0.55);
	box-shadow: var(--shadow);
	transform: translateY(-2px);
}

.project-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

.project-card img {
	aspect-ratio: 16 / 10;
	background: #e6ebe8;
	object-fit: cover;
	width: 100%;
}

.project-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem;
}

.project-card h3 {
	color: var(--ink);
}

.project-card p {
	font-size: 0.92rem;
}

.project-type {
	color: var(--copper) !important;
	font-size: 0.74rem !important;
	font-weight: 750;
	margin-bottom: 0.45rem !important;
	text-transform: uppercase;
}

.text-link {
	color: var(--forest);
	font-size: 0.82rem;
	font-weight: 750;
	margin-top: auto;
	padding-top: 0.6rem;
}

.publication-note {
	color: var(--forest) !important;
	font-size: 0.92rem;
	font-weight: 650;
}

.publication-list {
	border-top: 1px solid var(--line);
}

.publication-list article {
	border-bottom: 1px solid var(--line);
	padding: 1.1rem 0;
}

.publication-list p {
	color: var(--deep);
	margin: 0;
	overflow-wrap: anywhere;
}

.remark-section {
	background: var(--paper);
}

.site-footer {
	background: var(--deep);
	color: var(--paper);
	padding: 3.5rem 0;
}

.footer-inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 2rem;
}

.site-footer h2,
.site-footer p,
.site-footer a {
	color: var(--paper);
}

.site-footer .eyebrow {
	color: #d7a270 !important;
}

.site-footer .icons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	margin: 1.4rem 0;
	padding: 0;
}

.site-footer .icons li {
	padding: 0;
}

.site-footer .icons a {
	border-color: rgba(255, 255, 255, 0.35);
	color: var(--paper) !important;
}

.site-footer .icons a:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--paper);
}

.copyright {
	color: rgba(255, 255, 255, 0.72) !important;
	font-size: 0.85rem;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 980px) {
	.site-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	.site-nav {
		justify-content: flex-start;
	}

	.hero-inner,
	.split-layout {
		grid-template-columns: 1fr;
	}

	.hero-inner {
		min-height: 0;
		padding-top: 3.5rem;
	}

	.hero-portrait {
		max-width: 34rem;
	}

	.project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 736px) {
	body.academic-home h1 {
		font-size: 2.45rem;
	}

	body.academic-home h2 {
		font-size: 1.85rem;
	}

	body.academic-home p.major {
		font-size: 1.05rem;
	}

	.site-header {
		padding: 0.8rem 1rem;
		position: static;
	}

	.site-nav a {
		padding-left: 0;
		padding-right: 0.65rem;
	}

	.hero-inner,
	.section-inner,
	.footer-inner {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}

	.hero-inner {
		gap: 2rem;
		padding-bottom: 3rem;
	}

	.academic-section {
		padding: 3.2rem 0;
	}

	.timeline-list li {
		gap: 0.35rem;
		grid-template-columns: 1fr;
	}

	.project-grid {
		grid-template-columns: 1fr;
	}
}
