/* Shared mobile product-page experience */
@media(max-width:680px){
  :root{
    --book-mobile-gutter:1.25rem;
    --book-mobile-carousel-edge:1.25rem;
    --book-mobile-carousel-width:2.5rem;
  }

  html{overflow-x:clip}
  body{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}
  .wrap{padding-left:var(--book-mobile-gutter);padding-right:var(--book-mobile-gutter)}

  .nav-burger,
  .mm-close{min-width:44px;min-height:44px;display:grid;place-items:center}

  .mobile-menu{
    padding:max(1.25rem,env(safe-area-inset-top,0px)) var(--book-mobile-gutter) max(1.25rem,env(safe-area-inset-bottom,0px));
  }

  .bd-buy-row{gap:.75rem;align-items:stretch}
  .bd-buy-row .btn-primary,
  .bd-buy-row .btn-outline,
  .cta-actions .btn-dark,
  .cta-actions .btn-mango-outline{
    min-height:48px;
    justify-content:center;
  }

  .bd-buy-row .btn-primary,
  .bd-buy-row .btn-outline{flex:1 1 100%;white-space:normal;text-align:center;line-height:1.25}
  .cta-actions{width:100%;gap:.75rem}
  .cta-actions .btn-dark,
  .cta-actions .btn-mango-outline{width:100%;white-space:normal;text-align:center;line-height:1.25}

  .bd-faq summary{min-height:44px;align-items:center}
  .bi-order{display:inline-flex;align-items:center;min-height:44px;padding:.5rem .9rem}
  .social-btn{width:44px;height:44px}

  .sticky-shop-bar{padding:.625rem 1rem calc(.625rem + env(safe-area-inset-bottom,0px))}
  .sticky-shop-bar .btn-primary{min-height:48px;padding:.75rem 1.25rem}
}

@media(max-width:640px){
  .body-text{font-size:.95rem;line-height:1.75}
  .bd-cover-stage{max-width:100%}
  .bd-cover-stage{gap:.85rem;padding:.5rem 0}
  .bd-cover-flat{width:175px!important}
  .bd-cover-mock{width:160px!important;transform:perspective(1450px) rotateY(-15deg)!important}
  .bd-cover-flat img,.bd-cover-mock img{height:auto!important}
}
