/* V13 — acabamento mobile final e interação de toque estável. */

.specials-exit,
.specials-exit::before {
  background: #c00909 !important;
}

.range-v4 .mix-card > img {
  filter: saturate(1.14) contrast(1.025) drop-shadow(0 26px 20px rgba(72, 0, 0, .22)) !important;
}

@media (max-width: 820px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .journey-food {
    width: clamp(205px, 61vw, 335px) !important;
  }

  .range-v4 .range-track,
  .category-rail {
    scroll-snap-type: x proximity !important;
    touch-action: pan-x pan-y;
    overscroll-behavior-inline: auto;
    -webkit-overflow-scrolling: touch;
  }

  .site-footer .footer-wordmark {
    width: 100%;
    max-width: 100%;
    margin: 52px 0 24px !important;
    font-size: clamp(58px, 18.5vw, 96px) !important;
    line-height: .72 !important;
    letter-spacing: -.075em !important;
    white-space: nowrap;
    transform: none !important;
  }
}

@media (max-width: 390px) {
  .site-footer .footer-wordmark {
    font-size: 17.7vw !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 820px) {
  .journey-food {
    top: 30vh !important;
    width: min(58vw, 300px) !important;
  }
}
