:root {
  color-scheme: light;
  --paper: #f8f7f4;
  --ink: #292a26;
  --muted: #70716a;
  --accent: #596446;
  --line: #ddded7;
  --serif: 'Iowan Old Style', 'Baskerville', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 35px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
::selection { background: #dce0cb; color: var(--ink); }
a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--accent); text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
p, h1, h2, h3, h4, figure { margin: 0; }
.site-shell { width: min(880px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 10px 18px; background: var(--ink); color: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); color: var(--paper); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 30px; color: var(--muted); }
.site-header nav, .site-footer nav { display: flex; align-items: center; gap: 25px; }
.site-header a { display: inline-block; font-size: 12px; padding-block: 8px; }
.file-type { font-size: 9px; color: var(--muted); margin-left: 3px; }
.intro { padding: 48px 0 63px; }
h1 { font-family: var(--serif); font-size: 64px; line-height: 1.15; font-weight: 400; letter-spacing: -2.5px; }
.intro-copy { max-width: 625px; margin-top: 26px; font-size: 17px; line-height: 1.8; }
.intro-copy p + p { margin-top: 15px; color: var(--muted); }
.intro-links { display: flex; gap: 23px; margin-top: 22px; font-size: 13px; }
.intro-links a { text-decoration: underline; text-decoration-color: var(--line); padding-block: 5px; }
.intro-links a:hover { text-decoration-color: var(--accent); }
.section { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 35px; border-top: 1px solid var(--line); padding-block: 35px 40px; }
.section-label { font-family: var(--serif); font-size: 24px; line-height: 1.4; font-weight: 400; letter-spacing: -.4px; }
.work-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.work-heading h3 { font-size: 17px; font-weight: 500; }
.date { color: var(--muted); font-size: 11px; }
.role { color: var(--muted); font-size: 12px; margin-top: 2px; }
.work-copy { margin-top: 19px; font-size: 14px; }
.work-copy a { color: var(--accent); text-decoration: underline; text-decoration-color: var(--line); }
.work-copy a:hover { text-decoration-color: var(--accent); }
.work-copy p + p { margin-top: 14px; }
.work-copy strong { font-weight: 500; }
.career-era + .career-era { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.era-heading { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 4px 18px; margin-bottom: 10px; }
.era-heading h4 { font-size: 14px; font-weight: 600; }
.disclosure { margin-top: 17px; }
.disclosure summary { display: flex; align-items: center; gap: 12px; min-height: 44px; padding-block: 10px; font-size: 12px; color: var(--muted); cursor: pointer; list-style: none; }
.disclosure summary::-webkit-details-marker { display: none; }
.disclosure summary:hover { color: var(--ink); }
.disclosure-icon { position: relative; width: 10px; height: 10px; flex: 0 0 auto; }
.disclosure-icon::before, .disclosure-icon::after { content: ''; position: absolute; background: currentColor; }
.disclosure-icon::before { height: 1px; width: 9px; left: 0; top: 4px; }
.disclosure-icon::after { width: 1px; height: 9px; left: 4px; top: 0; }
.disclosure[open] .disclosure-icon::after { display: none; }
.history-row { display: grid; grid-template-columns: 1fr auto; gap: 10px 20px; border-top: 1px solid var(--line); padding-block: 19px; }
.history-row h3 { font-size: 13px; font-weight: 500; }
.history-row h3 span { display: block; font-size: 11px; font-weight: 400; color: var(--muted); }
.history-row > p { grid-column: 1 / -1; grid-row: 2; font-size: 13px; color: var(--muted); }
.history-row .date { grid-column: 2; grid-row: 1; }
.project-row { position: relative; padding-block: 23px; border-top: 1px solid var(--line); }
.project-row:first-child { padding-top: 0; border-top: 0; }
.project-row:last-child { padding-bottom: 0; }
.project-identity { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.project-identity h3 { font-size: 16px; font-weight: 500; line-height: 1.4; }
.project-identity p { color: var(--muted); font-size: 11px; }
.project-description { font-size: 14px; color: var(--muted); margin-top: 8px; }
.project-action { display: inline-block; padding-block: 8px; font-size: 12px; text-decoration: underline; text-decoration-color: var(--line); margin-top: 5px; }
.experiments { display: grid; gap: 19px; padding-block: 12px; }
.experiments article { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; }
.experiments .date { grid-column: 2; grid-row: 1; }
.experiments h3 { grid-column: 1; grid-row: 1; font-size: 14px; font-weight: 500; }
.experiments p { grid-column: 1 / -1; font-size: 13px; color: var(--muted); }
.outside-copy { font-size: 14px; }
.outside-copy a { color: var(--accent); text-decoration: underline; text-decoration-color: var(--line); }
.outside-copy a:hover { text-decoration-color: var(--accent); }
.background-note { color: var(--muted); font-size: 13px; margin-top: 24px; max-width: 510px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); padding-block: 23px 35px; color: var(--muted); font-size: 11px; }
.site-footer a { display: inline-block; padding-block: 8px; }
@media (max-width: 760px) {
  .site-shell { width: calc(100% - 56px); }
  .section { grid-template-columns: 115px minmax(0, 1fr); gap: 24px; }
  .project-identity { display: block; }
  .project-identity p { margin-top: 3px; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 20px; }
  .site-shell { width: calc(100% - 40px); }
  .site-header { padding-block: 20px; gap: 12px; }
  .site-header nav { gap: 15px; flex-wrap: wrap; }
  .site-header a { font-size: 11px; }
  .intro { padding-block: 34px 40px; }
  h1 { font-size: clamp(42px, 11vw, 56px); letter-spacing: -1.8px; }
  .intro-copy { font-size: 15px; margin-top: 21px; }
  .intro-links { margin-top: 18px; }
  .section { grid-template-columns: minmax(0, 1fr); gap: 23px; padding-block: 28px 30px; }
  .section-label { font-size: 23px; }
  .work-heading { gap: 10px; }
  .project-identity { display: flex; gap: 12px; }
  .project-identity h3 { font-size: 15px; }
  .project-identity p { font-size: 10px; margin-top: 0; }
  .site-footer { flex-wrap: wrap; gap: 4px 20px; }
  .site-footer nav { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: white; color: black; }
  .site-shell { width: 100%; }
  .site-header, .skip-link { display: none; }
  .intro { padding-block: 20px; }
  h1 { font-size: 42px; }
  .section { padding-block: 20px; break-inside: avoid; }
  a { color: inherit; }
}
