:root { color-scheme: dark; --night: #141210; --night-soft: #201c19; --paper: #f2eadc; --ink: #29231f; --muted: #6f6257; --rust: #8f422e; --gold: #c99e6c; --focus: #ffcb88; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at top, #2b2521 0, var(--night) 38rem); color: var(--paper); font: 1.05rem/1.65 Georgia, "Times New Roman", serif; }
main { width: min(100%, 82rem); margin: 0 auto; padding: clamp(1rem, 4vw, 3rem) clamp(1rem, 4vw, 3.5rem) 5rem; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 10; padding: .6rem .85rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.masthead { padding: clamp(3rem, 11vw, 8rem) 0 clamp(2.5rem, 7vw, 5rem); border-bottom: 1px solid #806e5d; }
.eyebrow, .book-number, .byline, .shelf-heading p, .read-link { font: 700 .72rem/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold); }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { max-width: 12ch; margin-bottom: .35rem; font-size: clamp(3.5rem, 9vw, 8rem); line-height: .88; letter-spacing: -.065em; }
.subtitle { margin: 0; color: #d7c5b2; font-size: clamp(1.15rem, 2.6vw, 1.75rem); font-style: italic; }
.introduction { width: min(100%, 44rem); padding: clamp(2.5rem, 6vw, 5rem) 0 2rem; font-size: clamp(1.1rem, 2vw, 1.32rem); }
.introduction p + p { margin-top: 1.45rem; }
.authorship { max-width: 47rem; margin: 0 0 1.5rem; padding: 1rem 1.2rem; border-left: 3px solid var(--gold); background: #231d19; color: #dacdbf; font-size: .95rem; }
.authorship p { margin: 0; }
.spoiler-notice { display: inline-block; margin: 0 0 clamp(4rem, 9vw, 7rem); padding: .6rem .8rem; border: 1px solid #806e5d; background: #201b18; color: #ddccbb; font: 600 .8rem/1.4 system-ui, sans-serif; }
.library { padding-top: 1rem; }
.section-heading { margin-bottom: clamp(2rem, 5vw, 4rem); }
h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.045em; }
.series-shelf { padding: clamp(2.2rem, 5vw, 4rem) 0; border-top: 1px solid #806e5d; }
.shelf-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1.2rem; }
h3 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.025em; }
.shelf-heading p { margin: 0; color: #c9b5a1; white-space: nowrap; }
.essay-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
.essay-card { max-width: 38rem; }
.essay-card a { display: block; height: 100%; overflow: hidden; border: 1px solid #736354; background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.essay-card a:hover { transform: translateY(-.25rem); box-shadow: 0 1.2rem 2.5rem #0007; }
.essay-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: var(--night-soft); }
.card-copy { padding: 1.3rem 1.4rem 1.5rem; }
.book-number { margin-bottom: .6rem; color: var(--rust); }
h4 { margin-bottom: .55rem; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.03em; }
.byline { margin-bottom: 1.35rem; color: var(--muted); letter-spacing: .05em; text-transform: none; }
.essay-line { max-width: 34ch; margin-bottom: 1.5rem; font-size: 1.12rem; line-height: 1.5; }
.read-link { color: var(--rust); }
.essay-card a:hover .read-link { text-decoration: underline; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (min-width: 760px) { .essay-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { main { padding-inline: 1rem; } .masthead { padding-top: 3.5rem; } .shelf-heading { align-items: flex-start; flex-direction: column; } .shelf-heading p { white-space: normal; } }
