.loc-menu__locations {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.loc-menu__locations-container {
  margin-bottom: 1.5rem;
}

.togo-menu-btn {
  display: inline-block;
  margin: 0 0 0 30px;
}

.main .image-wrapper:before {
  width: 100% !important;
}

.image-block__content {
  width: 90% !important;
}

/* Grey placeholder shown while images load; preserves layout dimensions */
.image-block__image {
  background-color: #d0d0d0;
}
.image-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Explore Our Table cards: grey placeholder behind CSS background-image */
.menuArea .menu-card {
  background-color: #d0d0d0;
}

/* Hero LCP image: replaces CSS background-image for preload-scanner discoverability */
.menu-bg-img__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

@media (max-width: 48em) {
  .togo-menu-btn {
    text-align: center;
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .menu-bg-img {
    background-image: url("../assets/images/archive_menu_landing_page_mobile.jpg") !important;
  }
}

/* Menu GIF Hover CSS */
.image-block__image {
  background-size: cover;
  background-position: center;
}

.image-block__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--gif);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.image-block__image.is-hovered::after {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .layout--3-2 {
    justify-content: center;
  }
}
