/* Andalus Furniture — Mattress Hero V17
   Full portrait hero on mobile without cropping. */

@media screen and (max-width: 700px) {
  body .heroGrid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body figure.heroPreview {
    display: block !important;
    width: min(88vw, 390px) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
    padding: 7px !important;
    overflow: hidden !important;
    background: #f2f0eb !important;
    border-radius: 22px !important;
    box-sizing: border-box !important;
  }

  body figure.heroPreview > img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 853 / 1280 !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    scale: none !important;
    margin: 0 auto !important;
    border-radius: 16px !important;
    background: #111 !important;
  }

  body figure.heroPreview:hover > img {
    transform: none !important;
    scale: none !important;
  }

  body figure.heroPreview > span {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 7px 0 0 !important;
    padding: 6px 8px 3px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #252525 !important;
    backdrop-filter: none !important;
    text-align: center !important;
    line-height: 1.7 !important;
    font-size: 13px !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 380px) {
  body figure.heroPreview {
    width: min(91vw, 350px) !important;
  }
}
