/* LP-DESIGN-R25: optically equal hero platters and stronger entry price. */

/* The source masters use similar canvases, but the foreground sushi platter
   reads much larger because it overlaps and obscures the Roll Platter. These
   desktop values equalize the visible platter footprints, not the image boxes. */
@media(min-width:1001px){
  .hero-roll{width:72%;left:-5%;top:22%}
  .hero-products .hero-sushi{width:63%;right:1%;top:10%}
  .hero-roll-name{left:17%;top:40%}
  .hero-sushi-name{right:2%;top:24%}
}

/* Make the approved $30.99 entry price the dominant fact in its lockup. */
.hero-price{display:flex;align-items:center;gap:10px;padding:8px 15px 10px}
.hero-price strong{margin-left:0;font-size:66px;line-height:.72}

@media(max-width:1000px) and (min-width:641px){
  .hero-price strong{font-size:58px}
}
@media(max-width:640px){
  .hero-price{gap:8px}
  .hero-price strong{font-size:49px}
}
@media(max-width:360px){
  .hero-price strong{font-size:44px}
}
