:root { color-scheme: light; --paper: #fbf8f1; --ink: #292b2a; --muted: #666960; --accent: #0c5421; }
* { box-sizing: border-box; }
html { scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Georgia, 'Times New Roman', serif; }
a { color: var(--accent); text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: #dce6d4; }
.shell { max-width: 1040px; margin: auto; padding: 0 32px; }
.site-nav { padding-top: 30px; font: 14px/1.5 system-ui, sans-serif; }
.hero { display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 64px; padding: 76px 0 64px; }
.eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font: 12px/1.5 system-ui, sans-serif; }
h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); font-weight: normal; line-height: 1.07; letter-spacing: -.04em; margin: 18px 0 22px; }
.author { font-size: 21px; margin-bottom: 24px; }
.description { font-size: 18px; line-height: 1.7; max-width: 36em; }
.cover { width: 100%; height: auto; box-shadow: 0 12px 30px #20202a26; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; font: 14px/1.6 system-ui, sans-serif; }
.start { background: var(--accent); color: white; padding: 10px 18px; border-radius: 3px; text-decoration: none; }
.reading { max-width: 700px; margin: auto; }
details { border-top: 1px solid #d1ccc2; border-bottom: 1px solid #d1ccc2; padding: 18px 0; font: 15px/1.7 system-ui, sans-serif; }
summary { cursor: pointer; color: var(--accent); }
.contents { columns: 2; padding-left: 24px; margin-bottom: 4px; }
.contents li { padding: 5px 12px 5px 0; break-inside: avoid; }
.epigraph { margin: 76px 20px 90px; text-align: center; font-size: 20px; line-height: 1.7; }
.epigraph p { font-style: italic; }
.epigraph footer { color: var(--muted); font-size: 15px; }
.chapter { margin-bottom: 80px; }
h2 { margin: 0 0 36px; font-size: 29px; line-height: 1.35; font-weight: normal; }
.chapter p { font-size: 20px; line-height: 1.85; margin: 0 0 1.2em; }
.scene-break { border: 0; text-align: center; margin: 44px 0; color: var(--muted); }
.scene-break::after { content: '• • •'; letter-spacing: .6em; }
.end { text-align: center; border-top: 1px solid #d1ccc2; padding: 36px 0 60px; font: 14px/1.7 system-ui, sans-serif; }
.end .actions { justify-content: center; }
@media (max-width: 650px) {
  .shell { padding: 0 24px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 44px 0; }
  .cover { width: 150px; grid-row: 1; }
  h1 { max-width: 10em; }
  .contents { columns: 1; }
  .chapter p { font-size: 18px; line-height: 1.8; }
  h2 { font-size: 25px; }
  .epigraph { margin: 60px 0; font-size: 18px; }
}
@media print {
  body { background: white; color: black; }
  .site-nav, .actions, details, .cover, .end { display: none; }
  .hero { display: block; padding: 0; }
  .chapter { break-before: page; }
  .chapter p { font-size: 12pt; line-height: 1.6; }
}
