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

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