html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  overflow-x: hidden;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
.swiper:focus-visible {
  outline: 3px solid #eead4a;
  outline-offset: 5px;
}
img {
  height: auto;
}
section {
  scroll-margin-top: 0;
}
.swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
}
.mySwiper {
  max-width: 620px;
}
.local-specialty-slide {
  height: 70vh;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  background: #1a1a1a55;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font: 36px/1 sans-serif;
  color: white;
}
.hero-prev {
  left: 16px;
}
.hero-next {
  right: 16px;
}
.hero-pause {
  position: absolute;
  bottom: 20px;
  right: 22px;
  z-index: 2;
  padding: 5px 16px;
  border-radius: 20px;
  background: #1a1a1a88;
  color: #fff;
  font-size: 13px;
}
.swiper-button-prev,
.swiper-button-next {
  background: #fff9;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: #e30514;
}
#mobile-menu {
  visibility: hidden;
  background: #1a1a1a;
  color: white;
}
#mobile-menu.is-open {
  left: 0;
  visibility: visible;
}
#menu-toggle {
  position: relative;
  z-index: 20;
}
.menu-open {
  overflow: hidden;
}
.local-location {
  background: #f2efe7;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 400px;
  width: min(48vw, 850px);
  padding: 40px;
  text-align: center;
  border: 1px solid #e4dfd2;
}
.location-pin {
  color: #e30514;
  font-size: 70px;
  line-height: 1;
}
.local-location h3 {
  font-family: CreatoDisplay-Bold, sans-serif;
  font-size: 26px;
}
.local-location p {
  font-size: 22px;
}
.local-location small {
  font-size: 12px;
  color: #666;
}
.local-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
}
.gallery-item {
  overflow: hidden;
  aspect-ratio: 1.2;
  background: #1a1a1a;
}
.gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-caption {
  color: white;
  font-size: 13px;
  padding: 12px;
}
#photo-dialog {
  margin: auto;
  background: transparent;
  padding: 40px 0 0;
  max-width: 92vw;
  border: 0;
}
#photo-dialog::backdrop {
  background: #000d;
}
#photo-dialog img {
  max-height: 82vh;
  max-width: 92vw;
  object-fit: contain;
}
#photo-dialog button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  color: white;
  background: transparent;
  width: 40px;
  height: 40px;
}
#cantina > div > div:first-child {
  padding-left: clamp(32px, 8vw, 256px);
  flex-basis: 55%;
}
#menus > div > div:first-child {
  margin-left: clamp(24px, 5vw, 96px);
  margin-right: clamp(24px, 5vw, 96px);
}
#menus > div > div:last-child {
  min-width: 0;
  padding-right: 24px;
}
#menus .swiper-slide {
  background-size: cover;
  background-position: center;
}
#menus .swiper-slide > div {
  color: transparent;
}
#order > div > div:last-child {
  max-width: 95%;
  gap: clamp(30px, 10vw, 240px);
}
#order img {
  max-width: 500px;
}
#home h2 {
  font-size: clamp(46px, 8vw, 112px);
}
@media (min-width: 1024px) {
  #menus {
    min-height: 800px;
    height: auto;
  }
  #menus > div {
    min-height: 800px;
    height: auto;
    gap: 0;
  }
  #menus h2 {
    font-size: clamp(64px, 6vw, 96px);
  }
  #visit {
    min-height: 650px;
  }
  #cantina {
    min-height: 850px;
  }
  #cantina h2 {
    font-size: clamp(85px, 10vw, 160px);
  }
}
@media (max-width: 1023px) {
  #menus > div > div:last-child {
    padding-right: 0;
    width: min(88vw, 540px);
  }
  #menus h2 {
    margin-top: 40px;
  }
  #order {
    height: auto;
    min-height: 100svh;
    padding: 55px 0;
  }
  #order > div {
    height: auto;
    gap: 24px;
  }
  #order > div > div:last-child {
    gap: 30px;
  }
  #order img {
    width: min(90vw, 500px);
  }
  #visit {
    height: auto;
    min-height: 100svh;
    padding: 30px 16px;
    gap: 35px;
  }
  #visit > div {
    gap: 35px;
    width: 100%;
  }
  .local-location {
    width: 90vw;
    max-width: 850px;
    min-height: 300px;
  }
  #cantina > div > div:first-child {
    padding: 30px 20px;
    flex-basis: auto;
  }
  #cantina > div {
    justify-content: center;
  }
  #cantina {
    height: auto;
    min-height: 100svh;
    padding: 50px 0;
  }
  .local-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #home h1 {
    font-size: 36px;
  }
  #home h2 {
    font-size: 46px;
  }
  #home p {
    font-size: 21px;
    margin-left: 28px;
    margin-right: 28px;
  }
  .hero-arrow {
    width: 30px;
    height: 36px;
    font-size: 28px;
  }
  .hero-prev {
    left: 5px;
  }
  .hero-next {
    right: 5px;
  }
  #menus h2 {
    font-size: 52px;
  }
  #menus > div > div:first-child {
    margin-left: 20px;
    margin-right: 20px;
  }
  #menus p {
    font-size: 22px;
  }
  #order h2 {
    font-size: 78px;
  }
  .local-gallery {
    gap: 4px;
    padding: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
