: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; }
a:hover { text-decoration-thickness: 2px; }
a: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: 74rem; margin: auto; padding: 1.5rem 1rem; display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font: .9375rem/1.5 system-ui, sans-serif; border-bottom: 1px solid #d7dbdb; }
.site-header span { color: #555d5d; }
main { max-width: 73rem; padding: 0 16px; margin: auto; }
.work-heading { padding: 2.5rem 0 1.6rem; }
.work-heading p { margin: .6rem 0 0; font-size: 1.125rem; }
.maker { font-family: system-ui, sans-serif; }
.maker-title { max-width: 43rem; }
h1 { font-size: clamp(2.5rem, 7vw, 4.75rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; margin: .4rem 0; }
figure { margin: 0; }
.image-link { display: block; }
img { display: block; width: 100%; height: auto; }
figcaption { max-width: 52rem; padding-top: .7rem; font: 1rem/1.6 system-ui, sans-serif; }
figcaption p { margin: .65rem 0; }
.source-links { line-height: 1.9; }
.image-note { font: .9375rem/1.65 system-ui, sans-serif; color: #555d5d; }
.reading { max-width: 43rem; margin: 3.75rem auto 4rem; }
section { margin: 0 0 3rem; }
h2 { font-size: 1.8rem; line-height: 1.2; font-weight: 400; margin: 0 0 1rem; }
.reading p, .reading section > a { font-size: 1.1875rem; line-height: 1.75; }
.panel-subjects { margin: 1rem 0 1.5rem; padding-left: 1.6rem; font-size: 1.125rem; line-height: 1.65; }
.panel-subjects li { margin: .35rem 0; padding-left: .2rem; }
.reading .image-note { font-size: .9375rem; }
.response { border-top: 1px solid #d7dbdb; padding-top: 2rem; }
.reading .section-label { font: .9375rem/1.5 system-ui, sans-serif; color: #555d5d; margin: 0 0 .75rem; }
footer { max-width: 74rem; margin: auto; padding: 1.5rem 1rem 2.5rem; border-top: 1px solid #d7dbdb; display: flex; flex-wrap: wrap; gap: 1rem 2rem; font: .9375rem/1.5 system-ui, sans-serif; }
@media (max-width: 38rem) { .work-heading { padding-top: 1.5rem; } .reading { margin-top: 2.75rem; } }
@media print { .site-header span, .skip { display: none; } body { background: white; } a { color: inherit; } figure, section { break-inside: avoid; } }
