/* Page — rules emitted only by page-faq.php. */

/* Hero, phone: shorten the box so object-fit:cover crops the landscape FAQ
   book image less on narrow widths and more of the question mark stays in
   frame. The book is centered, so object-position stays default. */
@media(max-width:768px){
  .hero-cinematic--faq{
    min-height:60vh;
    padding-top:7rem;
    padding-bottom:3.5rem;
  }
}
