/* EB Garamond, SIL Open Font License; see assets/fonts/eb-garamond/OFL.txt. */
/* latin-ext */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/eb-garamond/eb-garamond-latin-ext-400-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/eb-garamond/eb-garamond-latin-400-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Source Serif 4, SIL Open Font License; see assets/fonts/source-serif-4/OFL.txt. */
/* latin-ext */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/source-serif-4/source-serif-4-latin-ext-400-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/source-serif-4/source-serif-4-latin-400-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Libre Baskerville, SIL Open Font License; see assets/fonts/OFL.txt. */
/* latin-ext */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/libre-baskerville-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/libre-baskerville-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --paper: #fcfbf9;
  --ink: #302d2e;
  --muted: #6e6667;
  --maroon: #701f32;
  --maroon-dark: #481220;
  --line: #ded8d6;
  --serif: 'EB Garamond', 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; border-top: 5px solid var(--maroon); background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--maroon); text-decoration: none; }
a:visited { color: var(--maroon); }
a:hover { color: var(--maroon-dark); }
a:focus-visible { outline: 2px solid var(--maroon); outline-offset: 5px; border-radius: 1px; }
::selection { background: #ead7dc; color: var(--maroon-dark); }
.skip-link { position: absolute; top: -6rem; left: 1rem; z-index: 2; padding: .6rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }
.page { width: min(100% - 6rem, 1040px); margin-inline: auto; }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) 200px; column-gap: 5.5rem; padding-block: 56px 48px; }
.intro-heading { grid-column: 1; }
.eyebrow { margin: 0 0 15px; color: var(--maroon); font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: var(--serif); font-weight: 400; color: var(--maroon); font-size: clamp(2.5rem, 4.7vw, 3.5rem); letter-spacing: normal; line-height: 1.2; margin-bottom: 17px; }
.role { color: var(--muted); font-size: 1.0625rem; line-height: 1.5; margin-bottom: 16px; }
.biography { grid-column: 1; font-size: 1rem; }
.biography p { margin-bottom: 18px; }
.biography .notice { margin: 25px 0 0; padding: 2px 0 2px 14px; border-left: 2px solid var(--maroon); color: var(--muted); font-size: .9375rem; }
.profile { grid-column: 2; grid-row: 1 / span 2; padding-top: 3px; }
.profile img { width: 200px; height: 250px; display: block; object-fit: cover; object-position: center; }
.profile-links { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 17px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: .9375rem; }
.social-links { display: flex; gap: 12px; }
.social-links span { color: #b8acad; }
.section { padding-block: 38px 24px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; margin-bottom: 25px; }
h2 { font-family: var(--serif); font-size: 1.875rem; font-weight: 400; letter-spacing: normal; line-height: 1.4; margin: 0; }
.research { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 28px; padding: 32px; margin-bottom: 38px; background: #f4eded; border: 1px solid #ddc8ce; border-left: 3px solid var(--maroon); }
.research h2 { color: var(--maroon); }
.research-content > p { margin-bottom: 18px; }
.questions { padding-left: 1.65rem; margin: 0; }
.questions li { padding-left: .6rem; margin-bottom: .5rem; }
.questions li:last-child { margin-bottom: 0; }
.questions li::marker { color: var(--maroon); font-family: var(--serif); font-size: 1.125rem; }
.publications { margin: 0; padding: 0; list-style: none; }
.publication { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 26px; padding: 25px 0 27px; border-top: 1px solid var(--line); }
.publication:first-child { padding-top: 6px; border-top: 0; }
.year { color: var(--muted); font-variant-numeric: tabular-nums; font-size: .9375rem; padding-top: 4px; }
.publication h3 { font-family: var(--serif); font-weight: 400; font-size: 1.375rem; line-height: 1.5; margin-bottom: 8px; letter-spacing: normal; }
.authors { color: var(--muted); font-size: .9375rem; line-height: 1.7; margin-bottom: 5px; }
.self { color: var(--ink); }
.venue { font-size: .875rem; margin-bottom: 0; font-style: italic; }
.venue span { font-style: normal; }
#teaching { padding-top: 38px; }
.semester { display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 24px; padding-block: 14px; border-top: 1px solid var(--line); }
.semester:first-child { border: 0; padding-top: 4px; }
.semester h3 { font-size: .9375rem; color: var(--muted); font-weight: 500; padding-top: 1px; margin: 0; }
.semester ul { list-style: none; padding: 0; margin: 0; }
.semester li { font-size: 1rem; line-height: 1.55; margin-bottom: 5px; }
.semester li:last-child { margin-bottom: 0; }
.course-type { display: inline; font-size: .875rem; color: var(--muted); margin-right: .5rem; }
.course-type::after { content: ':'; }
.site-footer { border-top: 1px solid var(--maroon); padding-block: 20px 30px; display: flex; justify-content: flex-end; font-size: .875rem; }
.site-footer > a { white-space: nowrap; }
@media (max-width: 900px) {
  .page { width: calc(100% - 4rem); }
  .intro { column-gap: 3rem; grid-template-columns: minmax(0,1fr) 170px; }
  .profile img { width: 170px; height: 213px; }
  .research, .semester { grid-template-columns: 150px minmax(0,1fr); gap: 22px; }
}
@media (max-width: 680px) {
  .page { width: calc(100% - 2.5rem); }
  .intro { padding-block: 37px 36px; grid-template-columns: minmax(0,1fr) 112px; column-gap: 20px; }
  .intro-heading { grid-column: 1 / -1; }
  .eyebrow { font-size: .8125rem; margin-bottom: 12px; }
  h1 { font-size: clamp(2.25rem, 8.8vw, 3rem); margin-bottom: 12px; }
  .role { margin-bottom: 15px; max-width: 28ch; font-size: 1rem; }
  .profile { grid-row: 2; grid-column: 1 / -1; display: flex; flex-direction: row-reverse; justify-content: space-between; gap: 25px; align-items: center; padding: 0; margin-bottom: 28px; }
  .profile img { width: 112px; height: 140px; }
  .profile-links { margin: 0; border: 0; padding: 0; gap: 7px; }
  .biography { grid-column: 1 / -1; grid-row: 3; }
  .section { padding-block: 29px 16px; }
  .section-heading { flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
  h2 { font-size: 1.625rem; }
  .research { display: block; padding: 24px 20px; margin-bottom: 28px; }
  .research .section-heading { margin-bottom: 17px; }
  .publication { grid-template-columns: 1fr; gap: 6px; padding-block: 22px; }
  .year { padding: 0; font-size: .875rem; }
  .publication h3 { font-size: 1.25rem; }
  .semester { grid-template-columns: 1fr; gap: 8px; padding-block: 14px; }
  .semester h3 { color: var(--maroon); font-weight: 600; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: white; border-top: 0; font-size: 10pt; }
  .profile-links, .skip-link, .site-footer > a { display: none; }
  .page { width: 100%; }
  .intro { padding-block: 12px 24px; }
  .section { padding-block: 20px; }
  .publication, .semester { break-inside: avoid; }
  a { text-decoration: none; }
}
