:root {
  color-scheme: light;
  --paper: #fafbf8;
  --ink: #222c28;
  --muted: #626c64;
  --green: #315c4b;
  --soft: #eaf0e9;
  --line: #dbe1d9;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: #dbe8dc; color: #163929; }
a { color: var(--green); text-decoration-color: #a4b7a7; text-underline-offset: 4px; }
a:hover { text-decoration-color: currentColor; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; border-radius: 2px; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure { margin: 0; }
p + p { margin-top: 10px; }
.shell { width: min(100% - 80px, 1000px); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 2; padding: 10px 18px; background: var(--paper); }
.skip-link:focus { top: 10px; }
.site-header { border-top: 3px solid var(--green); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { color: var(--ink); font: italic 30px/1 var(--serif); text-decoration: none; letter-spacing: -2px; }
.wordmark span { color: var(--green); }
nav { display: flex; gap: 29px; align-items: center; font-size: 13px; }
nav a { color: var(--muted); text-decoration: none; }
nav a:hover { color: var(--green); }
nav .nav-cv { color: var(--green); border-left: 1px solid var(--line); padding-left: 26px; }
.intro { display: grid; grid-template-columns: minmax(0, 1fr) 216px; gap: 72px; padding: 50px 0 44px; }
.eyebrow { font-size: 10px; font-weight: 650; line-height: 1.5; letter-spacing: 1.6px; text-transform: uppercase; color: var(--green); }
h1 { font: 56px/1.1 var(--serif); letter-spacing: -2.5px; margin: 10px 0 17px; }
.name-period { color: var(--green); }
.intro-lead { font-size: 22px; line-height: 1.42; letter-spacing: -.5px; }
.intro-copy { color: var(--muted); max-width: 605px; margin-top: 13px; }
.social-links { display: flex; flex-wrap: wrap; column-gap: 22px; row-gap: 10px; margin-top: 22px; font-size: 13px; }
.social-links a, .resource-links a { text-decoration: none; border-bottom: 1px solid #c5d1c4; padding-bottom: 2px; }
.social-links a:hover, .resource-links a:hover { border-color: var(--green); }
.social-links a > span[aria-hidden] { font-size: 12px; margin-left: 3px; }
.file-type { font-size: 10px; color: var(--muted); margin-left: 4px; }
.intro-aside { align-self: center; border-left: 1px solid var(--line); padding-left: 28px; font-size: 12px; color: var(--muted); }
.aside-block + .aside-block { margin-top: 24px; }
.aside-title { font-size: 13px; font-weight: 600; color: var(--ink); margin: 9px 0 2px; }
.aside-title + p { margin-top: 0; }
.interest-list { list-style: none; padding: 0; margin: 8px 0 0; }
.interest-list li + li { margin-top: 2px; }
.location { display: flex; align-items: center; gap: 7px; margin-top: 23px; font-size: 11px; }
.location-dot { width: 5px; height: 5px; background: #79977b; border-radius: 50%; }
.content-section { border-top: 1px solid var(--line); padding: 29px 0 35px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
h2 { font: 28px/1.25 var(--serif); letter-spacing: -.65px; }
.section-note { color: var(--muted); font-size: 11px; }
h3 { font-size: 17px; line-height: 1.4; letter-spacing: -.15px; font-weight: 620; }
h3 a { color: inherit; text-decoration: none; }
h3 a:hover { color: var(--green); }
.research-item { display: grid; grid-template-columns: 247px minmax(0, 1fr); gap: 33px; align-items: center; }
.research-figure img { width: 100%; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.figure-link { display: block; border-radius: 5px; }
.figure-link:hover img { border-color: #91a68f; }
figcaption { font-size: 10px; line-height: 1.5; color: var(--muted); margin-top: 8px; }
.research-figure figcaption { text-align: center; }
.item-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: var(--green); font-size: 10px; letter-spacing: .2px; margin: 0 0 9px; }
.item-kicker > span:not(.venue) { color: var(--muted); }
.venue { background: var(--soft); border-radius: 3px; color: var(--green); padding: 3px 8px; font-weight: 650; letter-spacing: .5px; }
.authors { font-size: 11px; color: var(--muted); line-height: 1.7; margin: 9px 0 10px; }
.authors strong { font-weight: 650; color: var(--ink); }
.research-copy > p:not(.authors) { font-size: 13px; }
.research-copy > p strong { font-weight: 600; }
.resource-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 13px; font-size: 12px; }
.resource-links span { margin-left: 3px; }
.framework-details { margin-top: 23px; font-size: 12px; }
.framework-details summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; padding: 12px 15px; background: #f0f3ed; border-radius: 3px; color: var(--green); }
.framework-details summary::-webkit-details-marker { display: none; }
.framework-details summary span { font-size: 17px; line-height: 20px; transition: transform .15s ease; }
.framework-details[open] summary span { transform: rotate(45deg); }
.framework-details figure { padding: 24px 12px 2px; }
.framework-details img { width: 100%; border: 1px solid var(--line); background: white; padding: 10px; border-radius: 3px; }
.framework-details figcaption { margin-top: 12px; }
.experience-item { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 28px; }
.experience-item + .experience-item { margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.experience-date { font-size: 12px; color: var(--muted); padding-top: 2px; font-variant-numeric: tabular-nums; }
.role-label, .status { display: block; font-size: 10px; margin-top: 5px; }
.status { color: var(--green); }
.affiliation { color: var(--green); font-size: 11px; margin: 5px 0 9px; }
.experience-item p:not(.affiliation) { font-size: 13px; }
.scope-note { color: var(--muted); font-size: 12px; }
.experience-item .scope-note { font-size: 12px; }
.section-endnote { color: var(--muted); font-size: 11px; margin-top: 25px; }
.section-endnote a { white-space: nowrap; }
.project-item { display: grid; grid-template-columns: 247px minmax(0, 1fr); gap: 33px; align-items: center; }
.project-item + .project-item { padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); }
.project-figure img { width: 100%; background: white; border: 1px solid var(--line); border-radius: 5px; padding: 7px; }
.project-figure .method-image { padding: 0; }
.project-item h3 { margin-bottom: 10px; }
.project-item > div > p:not(.item-kicker):not(.scope-note) { font-size: 13px; }
.contact-section { border-top: 1px solid var(--line); padding: 38px 0 42px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; }
.contact-section h2 { margin: 8px 0 12px; }
.contact-section p:not(.eyebrow) { font-size: 12px; color: var(--muted); max-width: 360px; }
.email-link { display: inline-block; font-size: 16px; text-decoration: none; border-bottom: 1px solid #bccbbd; margin-top: 15px; padding-bottom: 3px; }
.cv-links { align-self: center; }
.cv-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 12px; }
.cv-links a:hover { color: var(--green); }
.cv-links a > span:last-child { color: var(--muted); font-size: 10px; }
.site-footer { display: flex; flex-wrap: wrap; gap: 15px; justify-content: space-between; padding: 20px 0 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.site-footer a { color: var(--muted); text-decoration: none; }
@media (max-width: 800px) {
  .shell { width: calc(100% - 48px); }
  .intro { gap: 30px; grid-template-columns: minmax(0, 1fr) 180px; }
  .intro-aside { padding-left: 20px; }
  .desktop-break { display: none; }
  .research-item, .project-item { grid-template-columns: 205px minmax(0, 1fr); gap: 24px; }
  .experience-item { grid-template-columns: 150px minmax(0, 1fr); gap: 24px; }
  .contact-section { grid-template-columns: minmax(0, 1fr) 245px; gap: 35px; }
}
@media (max-width: 600px) {
  body { font-size: 14px; }
  .shell { width: calc(100% - 40px); }
  .header-inner { min-height: 64px; }
  nav { gap: 17px; font-size: 11px; }
  nav .nav-cv { padding-left: 15px; }
  .wordmark { font-size: 27px; }
  .intro { grid-template-columns: 1fr; gap: 28px; padding: 34px 0 30px; }
  h1 { font-size: 48px; margin: 11px 0 16px; }
  .intro-lead { font-size: 21px; }
  .intro-copy { font-size: 14px; }
  .social-links { column-gap: 18px; font-size: 12px; }
  .intro-aside { border-left: 0; border-top: 1px solid var(--line); padding: 19px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .aside-block + .aside-block { margin-top: 0; }
  .aside-title { font-size: 12px; }
  .intro-aside .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
  .location { display: none; }
  .section-heading { margin-bottom: 22px; flex-wrap: wrap; gap: 5px 15px; }
  h2 { font-size: 27px; }
  .section-note { font-size: 10px; }
  .research-item, .project-item { grid-template-columns: 1fr; gap: 20px; }
  .research-copy { grid-row: 1; }
  .research-figure { grid-row: 2; max-width: 260px; width: 100%; margin-inline: auto; }
  .research-copy h3 { font-size: 18px; }
  .authors { font-size: 12px; }
  .research-copy > p:not(.authors), .experience-item p:not(.affiliation), .project-item > div > p:not(.item-kicker):not(.scope-note) { font-size: 14px; }
  .resource-links { font-size: 13px; }
  .content-section { padding: 26px 0 30px; }
  .experience-item { grid-template-columns: 1fr; gap: 9px; }
  .experience-date { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
  .experience-date > span { margin-top: 0; }
  .affiliation { font-size: 12px; }
  .section-endnote { font-size: 12px; }
  .project-item > div { grid-row: 1; }
  .project-figure { grid-row: 2; max-width: 350px; width: 100%; margin-inline: auto; }
  .contact-section { grid-template-columns: 1fr; gap: 25px; padding: 30px 0; }
  .cv-links { max-width: 360px; width: 100%; }
  .site-footer { gap: 10px 18px; }
}
@media (max-width: 360px) {
  nav { gap: 12px; }
  nav .nav-cv { padding-left: 11px; }
  .intro-aside { grid-template-columns: 1fr; }
  .social-links { column-gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  body { background: #fff; font-size: 11px; }
  .shell { width: 100%; }
  .site-header, .skip-link, .framework-details, .site-footer a { display: none; }
  .intro { padding: 10px 0 24px; }
  .content-section, .contact-section { padding-block: 20px; }
  .experience-item, .project-item, .research-item { break-inside: avoid; }
  a { color: inherit; }
}
