/* Profile/sidebar and reading-column layout adapted from Minimal Light (CC0).
   https://github.com/yaoyao-liu/minimal-light — see THIRD_PARTY_NOTICES.md. */
@font-face { font-family: 'Crimson Pro'; src: url('fonts/crimson-pro-roman.woff2') format('woff2'); font-style: normal; font-weight: 200 900; font-display: swap; }
@font-face { font-family: 'Atkinson Hyperlegible'; src: url('fonts/atkinson-hyperlegible-regular.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Atkinson Hyperlegible'; src: url('fonts/atkinson-hyperlegible-bold.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
:root { color-scheme: light; --paper: #fff; --ink: #191919; --muted: #626262; --rule: #dedede; --surface: #f6f6f6; --serif: 'Crimson Pro', Georgia, serif; --sans: 'Atkinson Hyperlegible', sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 17px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: var(--paper); background: var(--ink); }
h1, h2, h3, p, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; text-wrap: pretty; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
img, svg { max-width: 100%; }
sup { font-size: .65em; line-height: 0; }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 20px; padding: 10px 18px; background: var(--paper); border: 1px solid var(--ink); }
.skip-link:focus { top: 12px; }
/* Keep the template's asymmetric academic layout, with a sticky profile. */
.wrapper { width: min(1032px, calc(100% - 96px)); margin: 0 auto; padding: 80px 0 28px; display: grid; grid-template-columns: 232px minmax(0, 1fr); gap: 100px; align-items: start; }
.profile { position: sticky; top: 64px; min-width: 0; }
.profile-name { font: 500 43px/1.1 var(--serif); letter-spacing: -.025em; margin: -5px 0 22px; }
.profile-name a { display: inline-block; padding-bottom: 5px; text-decoration: none; }
.name-period { margin-left: 1px; }
.affiliation { font-size: 15px; line-height: 1.55; }
.affiliation span { display: inline-block; margin-top: 8px; color: var(--muted); }
.main-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; margin: 34px 0 26px; padding-left: 18px; border-left: 1px solid var(--rule); }
.nav-link { display: inline-flex; align-items: center; position: relative; min-height: 44px; color: var(--muted); font-size: 15px; text-decoration: none; }
.nav-link::before { content: ''; position: absolute; left: -19px; height: 22px; width: 2px; background: var(--ink); opacity: 0; transition: opacity 160ms ease; }
.nav-link[aria-current='page'] { color: var(--ink); font-weight: 700; }
.nav-link[aria-current='page']::before, .nav-link:hover::before { opacity: 1; }
.nav-link:hover { color: var(--ink); }
.profile-contact { font-size: 14px; }
.email-link { display: inline-flex; align-items: center; min-height: 44px; text-decoration-color: var(--rule); }
.external-links { display: flex; gap: 24px; }
.external-links a { display: inline-flex; align-items: center; min-height: 44px; gap: 5px; text-decoration: none; }
.external-links a:hover { text-decoration: underline; }
.external-links span { color: var(--muted); font-size: 12px; }
.content-column { min-width: 0; }
.eyebrow { font: 400 11px/1.6 var(--sans); letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.about { padding-bottom: 51px; }
.about .eyebrow { margin-bottom: 14px; }
.intro { font: 400 31px/1.22 var(--serif); letter-spacing: -.012em; max-width: 670px; text-wrap: pretty; }
.research-description { margin-top: 19px; max-width: 650px; font-size: 16px; color: var(--muted); line-height: 1.65; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { font-size: 29px; line-height: 1.25; letter-spacing: -.02em; }
.section-heading > a { display: inline-flex; align-items: center; min-height: 44px; gap: 10px; margin-bottom: -10px; flex-shrink: 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.section-heading > a:hover { color: var(--ink); text-decoration: underline; }
.paper-entry { padding: 27px 0 25px; border-bottom: 1px solid var(--rule); }
.paper-field { margin-bottom: 8px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.paper-title { margin-bottom: 9px; font-size: 27px; line-height: 1.15; letter-spacing: -.012em; }
.paper-title a { text-decoration: none; }
.paper-title a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.paper-byline { font-size: 14px; color: var(--muted); }
.paper-byline span { padding: 0 5px; }
.paper-summary { margin-top: 9px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.paper-links { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 18px; margin-top: 10px; }
.paper-links a { display: inline-flex; min-width: 44px; min-height: 44px; gap: 9px; align-items: center; justify-content: center; font-size: 13px; text-decoration: none; }
.paper-links a:hover { text-decoration: underline; }
.paper-links .pdf-link { position: relative; padding-inline: 13px; isolation: isolate; }
.pdf-link::before { content: ''; position: absolute; z-index: -1; inset: 6px 0; border: 1px solid var(--ink); transition: background 160ms ease; }
.paper-links .pdf-link:hover { color: var(--paper); text-decoration: none; }
.pdf-link:hover::before { background: var(--ink); }
.page-heading { padding-bottom: 38px; }
.page-heading .eyebrow { margin-bottom: 9px; }
.page-heading h1 { margin-bottom: 13px; font-size: 48px; letter-spacing: -.025em; line-height: 1.12; }
.lead { font-size: 16px; color: var(--muted); }
.year-heading { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid var(--ink); padding-bottom: 14px; font: 500 27px/1.2 var(--serif); }
.year-heading span { font: 400 13px/1.5 var(--sans); color: var(--muted); }
.back-link { display: inline-flex; align-items: center; min-height: 44px; margin: -11px 0 25px; color: var(--muted); font-size: 13px; text-decoration: none; }
.back-link:hover { text-decoration: underline; }
.article-header { border-bottom: 1px solid var(--rule); padding-bottom: 27px; margin-bottom: 30px; }
.article-header .eyebrow { font-size: 10px; letter-spacing: .07em; margin-bottom: 14px; }
.article-title { font-size: 42px; line-height: 1.12; letter-spacing: -.025em; margin-bottom: 23px; }
.authors { font-size: 17px; }
.authors a { text-decoration: none; }
.authors a:hover { text-decoration: underline; }
.paper-meta { margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.paper-meta a { white-space: normal; overflow-wrap: anywhere; }
.abstract h2, .citation h2 { font-size: 27px; line-height: 1.25; margin-bottom: 17px; }
.abstract { font-size: 17px; line-height: 1.75; }
.abstract p + p { margin-top: 18px; }
.abstract math { font-size: 1.03em; }
.resource-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 21px; margin-top: 28px; }
.resource-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
.button-link { padding: 10px 16px; background: var(--ink); color: var(--paper); text-decoration: none; transition: opacity 160ms ease; }
.button-link:hover { opacity: .8; }
.supplement { margin-top: 20px; font-size: 14px; color: var(--muted); }
.citation { margin-top: 38px; }
.citation blockquote { padding: 20px 23px; border-left: 2px solid var(--ink); background: var(--surface); font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 2px 16px; margin-top: 49px; color: var(--muted); font-size: 12px; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
@media (max-width: 1100px) {
  .wrapper { gap: 64px; grid-template-columns: 210px minmax(0, 1fr); }
}
@media (max-width: 860px) {
  .wrapper { display: block; width: min(700px, calc(100% - 64px)); padding-top: 43px; }
  .profile { position: static; padding-bottom: 28px; margin-bottom: 35px; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 28px; }
  .profile-name { margin-bottom: 15px; font-size: 40px; }
  .affiliation { max-width: 300px; }
  .affiliation span { margin-top: 4px; }
  .main-nav { flex-direction: row; grid-row: 2; grid-column: 1 / -1; gap: 27px; border: 0; padding: 0; margin: 18px 0 -8px; }
  .nav-link::before { left: 0; bottom: 3px; width: 100%; height: 1px; }
  .profile-contact { padding-top: 2px; }
  .about { padding-bottom: 37px; }
  .intro { font-size: 29px; }
  .article-title { font-size: 39px; }
}
@media (max-width: 560px) {
  .wrapper { width: calc(100% - 40px); padding-top: 31px; }
  .profile { display: flex; flex-direction: column; gap: 0; padding-bottom: 19px; margin-bottom: 29px; }
  .profile-name { font-size: 39px; margin-bottom: 13px; }
  .affiliation { font-size: 15px; max-width: 310px; }
  .profile-contact { display: flex; flex-wrap: wrap; gap: 0 20px; order: 1; margin-top: 9px; }
  .external-links { gap: 16px; }
  .main-nav { order: 2; margin: 9px 0 0; }
  .intro { font-size: 27px; line-height: 1.25; }
  .research-description { margin-top: 15px; }
  .section-heading { gap: 12px; padding-bottom: 13px; }
  .section-heading h2 { font-size: 26px; }
  .section-heading > a { font-size: 12px; gap: 6px; }
  .paper-entry { padding-block: 24px 22px; }
  .paper-title { font-size: 25px; line-height: 1.17; }
  .paper-summary { font-size: 16px; }
  .paper-links { gap: 5px 15px; }
  .page-heading h1 { font-size: 43px; }
  .article-title { font-size: 34px; line-height: 1.13; }
  .article-header .eyebrow { font-size: 10px; letter-spacing: .04em; }
  .abstract { font-size: 17px; line-height: 1.7; }
  .resource-links { gap: 8px 17px; }
  .citation blockquote { padding: 16px 18px; }
  .site-footer { margin-top: 31px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .wrapper { display: block; width: 100%; padding: 0; }
  .profile { position: static; margin-bottom: 30px; }
  .main-nav, .profile-contact, .skip-link, .back-link, .site-footer { display: none; }
  .paper-entry { break-inside: avoid; }
  body { font-size: 12pt; }
}
