:root {
  color-scheme: light;
  --ink: #222830;
  --muted: #58616c;
  --blue: #2255a4;
  --line: #e1e5eb;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}
[hidden] { display: none !important; }
.shell { width: min(760px, calc(100% - 48px)); margin-inline: auto; }
a { color: var(--blue); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a, button { -webkit-tap-highlight-color: #dce8fa; }
button { font: inherit; cursor: pointer; color: var(--blue); }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 1px; }
main:focus { outline: none; }
::selection { background: #dce8fa; }
h1, h2, h3, p, ul, ol, dl { margin-top: 0; }
h1, h2, h3 { line-height: 1.3; }
h1 { margin-bottom: 22px; font-size: 38px; letter-spacing: -.035em; font-weight: 650; }
h2 { margin-bottom: 16px; font-size: 21px; letter-spacing: -.015em; font-weight: 600; }
h3 { margin-bottom: 7px; font-size: 17px; font-weight: 600; }
p { margin-bottom: 18px; }
img { max-width: 100%; }
.skip-link { position: absolute; left: 20px; top: -100px; padding: 8px 16px; background: white; z-index: 2; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 34px; margin-bottom: 35px; border-bottom: 1px solid var(--line); }
.brand { color: var(--ink); font-size: 15px; font-weight: 600; text-decoration: none; }
.site-header nav ul { display: flex; gap: 23px; list-style: none; padding: 0; margin: 0; }
.site-header nav a { display: inline-block; padding-block: 6px; font-size: 14px; text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { text-decoration: underline; }
.site-header nav a[aria-current="page"] { color: var(--ink); }
main { min-height: 46vh; }
.home-intro { display: grid; grid-template-columns: minmax(0, 1fr) 136px; gap: 44px; align-items: start; padding-top: 17px; }
.home-intro h1 { margin-bottom: 4px; }
.location { color: var(--muted); font-size: 14px; margin-bottom: 26px; }
.headshot { display: block; width: 136px; max-width: 100%; }
.headshot img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 2px; }
.home-intro .headshot { margin-top: 6px; }
.backing { font-size: 14px; color: var(--muted); }
.home-section { margin-top: 37px; }
.home-section > p { max-width: 690px; }
.project-list { list-style: none; padding: 0; margin-bottom: 27px; }
.project-list li { padding-block: 23px; border-bottom: 1px solid var(--line); }
.project-list li:first-child { padding-top: 0; }
.project-list h2, .project-list h3 { margin-bottom: 8px; }
.project-list p:last-child { margin: 0; }
.project-context { color: var(--muted); font-size: 14px; margin-bottom: 9px; }
.home-contact { margin-top: 42px; }
.page-heading { padding-top: 16px; margin-bottom: 36px; }
.page-heading > p { color: var(--muted); }
.page-heading p:last-child { margin-bottom: 0; }
.end-note { margin-top: 34px; }
.back-link { display: inline-block; font-size: 14px; margin-bottom: 13px; }
.case-study .page-heading { margin-bottom: 28px; }
.case-section { margin-top: 32px; }
.next-project { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 42px; font-size: 14px; }
.next-project span { color: var(--muted); margin-right: 5px; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; margin-top: 62px; padding-block: 24px 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.print-button { padding: 0; min-height: 40px; margin-top: 10px; border: 0; background: none; text-decoration: underline; text-underline-offset: 4px; font-size: 14px; }
.resume-intro { display: none; }
.archive-section { margin-top: 40px; }
.archive-section > h2 { margin-bottom: 20px; }
.filter-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 18px; margin-bottom: 15px; }
.filter-bar button { padding: 8px 0; min-height: 40px; border: 0; background: none; font-size: 14px; }
.filter-bar button[aria-pressed="true"] { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; font-weight: 600; }
.filter-count { margin-left: auto; color: var(--muted); font-size: 12px; }
.archive-item { padding-block: 23px; border-bottom: 1px solid var(--line); }
.archive-item-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px 24px; }
.archive-item h3 { max-width: 520px; }
.archive-item .dates { color: var(--muted); white-space: nowrap; font-size: 12px; margin-bottom: 7px; }
.archive-role { color: var(--muted); font-size: 14px; margin-bottom: 12px; }
.archive-item > p:last-child { margin-bottom: 0; }
.archive-link { font-size: 14px; }
.verification-note { font-size: 14px; margin-block: 12px; }
.verification-note summary { cursor: pointer; color: var(--blue); }
.verification-note p { margin-top: 12px; }
.education-item + .education-item { margin-top: 24px; }
.education-item p { margin-bottom: 3px; }
.publication-list { list-style: none; padding: 0; }
.publication-list li + li { margin-top: 27px; }
.publication-list h3 { font-size: 16px; line-height: 1.6; font-weight: 500; }
.publication-list p { color: var(--muted); margin-bottom: 3px; font-size: 14px; }
.publication-list .publication-type { font-size: 12px; }
.contact-intro { display: grid; grid-template-columns: minmax(0, 1fr) 136px; gap: 44px; align-items: start; }
.contact-intro .headshot { margin-top: 16px; }
.contact-list { margin-top: 18px; }
.contact-list > div { padding-block: 20px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: 14px; margin-bottom: 5px; }
.contact-list dd { display: flex; align-items: center; gap: 18px; margin: 0; }
.contact-list dd a, .home-contact a { overflow-wrap: anywhere; }
.copy-button { font-size: 12px; padding: 8px; min-height: 40px; border: 0; background: none; margin-left: auto; text-decoration: underline; text-underline-offset: 4px; }
.copy-status { color: var(--muted); font-size: 13px; min-height: 22px; margin-bottom: 18px; }
.social-links { display: flex; flex-wrap: wrap; gap: 24px; }
.not-found { padding-bottom: 50px; }
@media(max-width:600px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 22px; margin-bottom: 26px; }
  .site-header nav { width: 100%; }
  .site-header nav ul { gap: 25px; }
  .site-header nav a { padding-block: 8px; }
  .archive-item-heading { display: block; }
  .archive-item .dates { margin-top: 5px; }
  .site-footer { margin-top: 44px; }
}
@media(max-width:540px) {
  .shell { width: calc(100% - 40px); }
  h1 { font-size: 32px; }
  .home-intro { display: block; padding-top: 7px; }
  .home-intro .headshot { width: 100px; margin-block: 23px 0; }
  .home-section { margin-top: 32px; }
  .contact-intro { grid-template-columns: minmax(0, 1fr) 100px; gap: 20px; }
  .contact-intro .headshot { width: 100px; }
  .contact-intro .page-heading { margin-bottom: 15px; }
  .contact-intro p { font-size: 14px; }
  .site-footer { flex-wrap: wrap; gap: 8px 24px; }
  .filter-count { flex-basis: 100%; margin-left: 0; }
}
@media(prefers-reduced-motion:reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media(forced-colors:active) {
  a, button { color: LinkText; }
  .filter-bar button[aria-pressed="true"] { outline: 1px solid Highlight; }
}
@media print {
  @page { margin: 15mm; }
  body { font-size: 10pt; line-height: 1.5; color: black; }
  .shell { width: 100%; }
  .site-header, .site-footer, .skip-link, .filter-bar, .print-button, .verification-note, .archive-link { display: none !important; }
  .page-heading { padding: 0; margin-bottom: 16px; }
  h1 { font-size: 23pt; }
  h2 { font-size: 15pt; }
  h3 { font-size: 11pt; }
  a { color: black; text-decoration: none; }
  .resume-intro { display: flex; flex-direction: column; gap: 4px; margin-bottom: 20px; }
  .archive-section { margin-top: 22px; }
  .archive-section > h2 { margin-bottom: 12px; }
  .archive-education { break-inside: avoid; }
  .archive-item, .archive-item[hidden] { display: block !important; padding-block: 12px; break-inside: avoid; }
  .archive-item-heading { display: block; }
  .archive-item .dates, .archive-role { font-size: 9pt; }
  .archive-item p { margin-bottom: 8px; }
  .publication-list li, .education-item { break-inside: avoid; }
  .publication-list h3 { font-size: 10pt; }
  .publication-list p, .publication-list .publication-type { font-size: 9pt; }
  .publication-list li + li { margin-top: 16px; }
  h2, h3 { break-after: avoid; }
}
