/* book.html — page-specific overrides on top of styles.css + qisas.css.
 * Hero uses qisas-style cover-figure layout. */

.book-hero {
  /* Slight tonal lift — light gradient matching qisas pattern */
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

/* Cover figure tweak — the la-hila-li cover is more vertical (2:3) and the watercolor
 * looks better with a subtle paper-style frame. */
.book-cover-fig {
  aspect-ratio: 2/3;
  max-width: 22rem;
}
.book-cover-fig .qisas-cover-img {
  object-fit: cover;
  filter: contrast(1.04) brightness(.99);
}

/* In poem-themed dark sections that follow, ensure proper background bridge */
.book-body .qisas-hero + .about {
  background: linear-gradient(180deg, var(--c-paper) 0%, var(--c-cream) 100%);
}
