
.writing-page { max-width: 74rem; margin: 0 auto; padding: 2.8rem clamp(1.25rem, 4vw, 3.5rem) 5rem; }
.writing-label { margin: 0 0 1.8rem; color: var(--muted); font-size: .875rem; text-transform: uppercase; letter-spacing: .16em; }
.book-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-bottom: 5rem; }
.book-cover { margin: 0; max-width: 22rem; }
.book-cover img { display: block; width: 100%; height: auto; box-shadow: 0 12px 50px #0008; }
.book-description .writing-label { margin-bottom: 1.25rem; }
.book-description h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(3rem, 5.4vw, 5rem); letter-spacing: -.045em; line-height: 1.03; }
.book-subtitle { margin: 1.25rem 0 .45rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; color: #d1cec8; }
.book-author { margin: 0 0 1.75rem; color: var(--muted); font-size: .95rem; }
.book-summary { max-width: 29rem; color: #c8c5bf; line-height: 1.75; }
.book-summary p { margin: 0 0 1rem; }
.amazon-button { display: inline-flex; gap: 2rem; align-items: center; margin-top: .85rem; padding: .8rem 1.3rem; border: 1px solid #c82930; background: #b71d25; color: #fff; text-decoration: none; font-weight: 600; font-size: 1rem; transition: background .2s; }
.amazon-button:hover { background: #d0262e; }
.amazon-button:focus-visible, .reviews-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.poem-section { border-top: 1px solid var(--line); padding: 4rem 0 4.5rem; }
.poem-heading { max-width: 30rem; margin: 0 auto; }
.poem-heading .writing-label { margin: 0 0 .65rem; }
.poem-heading h2 { margin: 0 0 2rem; font-family: Georgia, "Times New Roman", serif; font-size: 2.25rem; font-weight: 400; }
.poem-text { max-width: 30rem; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.55; white-space: pre-wrap; overflow-wrap: normal; color: #e4e0d8; }
.reader-section { border-top: 1px solid var(--line); padding-top: 3rem; }
.reviews-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 2.5rem; font-weight: 400; letter-spacing: -.025em; }
.reviews-heading>p { color: var(--muted); font-size: .875rem; margin: .5rem 0 2.5rem; }
.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2.5rem 4rem; }
.reader-review { margin: 0; padding: 0 0 1.5rem; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.reader-review blockquote { margin: 0 0 1.3rem; }
.reader-review blockquote p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; line-height: 1.6; color: #e1ddd6; }
.reader-review figcaption { margin-top: auto; font-size: .9rem; color: var(--ink); }
.reader-review figcaption span { display: block; margin-top: .3rem; color: var(--muted); font-size: .875rem; }
.reviews-link { display: inline-block; margin-top: 2rem; font-size: .95rem; text-underline-offset: .3em; }
.reviews-link:hover { color: var(--red); }
@media(max-width:700px) {
  .book-intro { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; }
  .book-cover { max-width: 18rem; width: 80%; margin: 0 auto; }
  .book-description h1 { font-size: clamp(3rem,12vw,4rem); }
  .book-summary { max-width: none; }
  .poem-section { padding: 3rem 0; }
  .poem-text { font-size: 1.0625rem; }
  .review-grid { grid-template-columns: 1fr; gap: 2rem; }
  .reviews-heading h2 { font-size: 2.1rem; }
}
