:root {color-scheme:light;--paper:#fdfdfc;--ink:#252723;--text:#343630;--muted:#696b64;--accent:#065f8f}
:root[data-theme="dark"] {color-scheme:dark;--paper:#1d201f;--ink:#ecece6;--text:#d2d4cc;--muted:#a3aaa2;--accent:#9cc6dc}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--text);font:18px/1.55 "Linux Libertine",serif;-webkit-font-smoothing:antialiased}
main{width:min(1060px,calc(100% - 64px));margin:44px auto 70px}nav{display:flex;justify-content:space-between;align-items:center;font-size:16px;margin-bottom:36px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}button{font:inherit;background:none;border:0;color:var(--accent);cursor:pointer;padding:8px}
h2{font-size:22px;font-weight:400;font-style:italic;margin:15px 0 4px}p{margin:0 0 14px}.plates{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}figure{margin:0}figure>img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;background:var(--paper)}figcaption{font-size:17px}.byline{font-size:15px;color:var(--muted);margin-bottom:10px}@media(max-width:900px){.plates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){main{width:calc(100% - 44px);margin-top:24px}.plates{grid-template-columns:1fr;gap:36px}figure{max-width:380px}nav{gap:20px}}
.source-link{font-size:15px;margin:10px 0 0}#theme{display:inline-grid;place-items:center;min-width:40px;min-height:40px;color:var(--muted)}#theme:hover{color:var(--ink)}.theme-mark{font:400 23px/1 "Linux Libertine",serif}.theme-mark::before{content:"☾"}:root[data-theme="dark"] .theme-mark::before{content:"☼"}
