.reading-page .site-main {
  padding-block: clamp(3.5rem, 9vw, 8rem);
}

.reading-note {
  width: min(100%, 44rem);
  margin-inline: auto;
  font-size: clamp(1.02rem, 1.25vw, 1.11rem);
  line-height: 1.74;
}

.reading-note .eyebrow {
  margin: 0 0 clamp(2.5rem, 8vw, 5rem);
  color: var(--text-muted);
  font-size: .72rem;
}

.reading-note .eyebrow a {
  color: var(--accent);
  text-decoration: none;
}

.reading-note h2 {
  max-width: 19ch;
  margin: 0 0 clamp(2.25rem, 6vw, 4.5rem);
  font-size: clamp(2.45rem, 7vw, 5rem);
  font-weight: 620;
  line-height: .96;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.reading-note h2::after {
  display: block;
  width: 3.5rem;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 1px solid var(--accent);
  content: "";
}

.reading-note h3,
.reading-note h4,
.reading-note h5 {
  max-width: 30ch;
  margin: clamp(3rem, 8vw, 5rem) 0 1rem;
  line-height: 1.12;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.reading-note h3 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.reading-note h4 { font-size: clamp(1.2rem, 2vw, 1.45rem); }
.reading-note h5 {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reading-note p { margin: 0 0 1.35rem; }
.reading-note li { margin-bottom: .45rem; padding-left: .2rem; }
.reading-note ul,
.reading-note ol {
  margin: .4rem 0 1.8rem;
  padding-left: clamp(1.3rem, 4vw, 2rem);
}
.reading-note li::marker { color: var(--accent); font-family: var(--font-mono); }

.reading-note a { color: var(--accent); }
.reading-note strong { color: #f0ede4; font-weight: 650; }

.reading-note blockquote {
  margin: clamp(2.2rem, 6vw, 3.5rem) 0;
  padding: .15rem 0 .15rem clamp(1.1rem, 4vw, 1.75rem);
  border-left: 2px solid var(--accent);
  color: var(--text-muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  font-style: normal;
  line-height: 1.62;
}

.reading-note hr {
  width: 3rem;
  margin: clamp(3rem, 8vw, 5rem) 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.reading-note code {
  padding: .08em .28em;
  border: 1px solid color-mix(in srgb, var(--border) 80%, var(--accent));
  border-radius: .2rem;
  background: var(--surface);
  font-family: var(--font-mono);
  font-size: .86em;
  letter-spacing: 0;
}

.complete-work { --reading-width: 46rem; }

@media (max-width: 38rem) {
  .reading-page .site-main { padding-top: 2.75rem; }
  .reading-note h2 { overflow-wrap: anywhere; }
}
