:root { color-scheme: light; font-family: Georgia, 'Times New Roman', serif; color: #242624; background: #fafafa; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #304f5c; text-underline-offset: .2em; text-decoration-thickness: 1px; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #ac451e; outline-offset: 5px; }
.skip { position: absolute; left: 1rem; top: -8rem; padding: 1rem; background: white; }
.skip:focus { top: 1rem; z-index: 2; }
.site-header { max-width: 64rem; margin: auto; padding: 1.5rem 1rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font: 1rem/1.5 system-ui, sans-serif; border-bottom: 1px solid #d7dbdb; }
.site-header span:last-child { color: #555d5d; }
main { max-width: 60rem; padding: 0 16px; margin: auto; }
.work-heading { padding: 2rem 0 1.5rem; text-align: center; }
.work-heading p { margin: .6rem 0 0; font-size: 1.125rem; }
.maker { font-family: system-ui, sans-serif; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; margin: .45rem 0; overflow-wrap: anywhere; }
figure { width: 100%; max-width: 640px; margin: 0 auto; }
.image-link { display: block; }
img { display: block; width: 100%; max-width: 915px; height: auto; }
figcaption { padding-top: .6rem; font: 1rem/1.6 system-ui, sans-serif; }
figcaption p { margin: .65rem 0; }
.museum-note, details { max-width: 40rem; margin: 2.75rem auto; }
h2 { font-size: 1.6rem; line-height: 1.2; font-weight: 400; }
.museum-note p { font-size: 1.1875rem; line-height: 1.75; }
details { border-top: 1px solid #d7dbdb; padding-top: 1.25rem; font: 1rem/1.65 system-ui, sans-serif; }
summary { cursor: pointer; padding: .35rem 0; }
footer { max-width: 64rem; margin: auto; padding: 1.5rem 1rem 2.5rem; border-top: 1px solid #d7dbdb; font: 1rem/1.5 system-ui, sans-serif; }
@media (max-width: 38rem) { .work-heading { padding-top: 1.5rem; } h1 { font-size: 1.75rem; } }
@media print { .site-header span:last-child, .skip { display: none; } body { background: white; } a { color: inherit; } }
