.seo-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.menu-static-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-static-list li {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.55rem 0;
  font-size: 0.95rem;
}

.menu-static-list span {
  color: #b37e1f;
  font-weight: 700;
  margin-left: 0.4rem;
}

#menu_board h3,
#menu_board .menu-note {
  color: #fff;
}

.about-story-heading {
  color: #b37e1f;
  font-family: 'Copperplate', Arial, sans-serif;
  font-size: 2.1rem;
  text-align: center;
  margin: 0 0 1rem;
}

/* Keep About Story and Gallery as clearly separate sections on desktop/tablet */
#about_us {
  background: url(img/oven_2.jpg) center center / cover no-repeat;
  padding: 2.5rem 0;
}

#about_us .text {
  position: relative;
  padding: 1.2rem;
  background: rgba(0, 0, 0, 0.62);
  border-radius: 8px;
  max-width: 980px;
}

#about_us .text p {
  line-height: 1.7;
}

#gallery {
  clear: both;
}

.menu-story {
  margin-top: 1.25rem;
  text-align: center;
  padding: 0.4rem 0 0.8rem;
}

.menu-story a {
  display: inline-block;
  color: #b37e1f;
  font-family: 'Copperplate', Arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
}

.top-order-btn {
  position: fixed;
  top: 12px;
  right: 14px;
  z-index: 2147483646;
  background: #b37e1f;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 0.55rem 0.95rem;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}

.top-order-btn:hover {
  background: #c69025;
  color: #fff;
}

.top-order-btn-mobile {
  display: none;
}

.reviews-lite {
  background: #111;
  color: #f4f4f4;
  padding: 2.2rem 0;
}

.reviews-lite__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #e8e8e8;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.reviews-lite h2 {
  color: #b37e1f;
  font-family: 'Copperplate', Arial, sans-serif;
  margin-bottom: 1rem;
}

.reviews-lite__aggregate {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.reviews-lite__score {
  font-size: 1.5rem;
  font-weight: 700;
}

.reviews-lite__stars {
  color: #fbbc05;
  letter-spacing: 0.08em;
}

.reviews-lite__count {
  color: #dadada;
  font-size: 0.95rem;
}

.reviews-lite__topics {
  margin-bottom: 1rem;
  color: #ddd;
}

.reviews-lite__topics span {
  display: inline-block;
  margin: 0.2rem 0.25rem 0.2rem 0;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
}

.reviews-lite__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.reviews-lite__card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.95rem;
  border-radius: 8px;
}

.review-stars {
  color: #fbbc05;
}

.reviews-lite__cta-wrap {
  margin-top: 0.95rem;
}

.reviews-lite__cta {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  display: inline-block;
}

#gallery .gallery_pics img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery_pics .gallery-item-card a {
  display: block;
  text-decoration: none;
}

.gallery_pics .gallery-item-card span {
  display: block;
  margin-top: 0.4rem;
  color: #262626;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
}

#res_pics,
#res_pics.orbit-slides-container {
  margin: 0;
  min-height: 680px;
  height: 78vh;
  max-height: 900px;
  overflow: hidden;
  background: #000;
}

#res_pics li {
  height: 100%;
}

#res_pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orbit-container {
  background: transparent !important;
}

.orbit-container .orbit-timer,
.orbit-container .orbit-slide-number,
.orbit-container .orbit-bullets {
  display: none !important;
}

.top-order-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.mobile-order-bar {
  display: none;
}

.mobile-order-bar a {
  flex: 1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.25;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 0.55rem 0.4rem;
}

.footer-logo-mini {
  text-align: center;
  padding: 0.85rem 0 1.4rem;
  background: #111;
}

.footer-logo-mini img {
  width: 120px;
  height: auto;
  opacity: 0.95;
}

@media only screen and (max-width: 40em) {
  body {
    padding-top: 76px;
  }

  nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
  }

  nav li {
    padding: 0;
  }

  nav a {
    display: inline-block;
    font-size: 1rem;
    padding: 0.55rem 0.75rem;
    min-height: 44px;
  }

  #menu,
  #about_us,
  #gallery,
  #res_pics {
    display: block !important;
  }

  .top-order-btn {
    display: none;
  }

  .header-mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0 0.35rem;
  }

  .header-mobile-row #logo {
    padding-top: 12px;
  }

  .header-mobile-row #logo img {
    width: 215px;
    height: auto;
  }

  .top-order-btn-mobile {
    display: inline-block;
    background: #b37e1f;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 0.48rem 0.72rem;
    font-size: 0.86rem;
  }

  #res_pics,
  #res_pics.orbit-slides-container {
    min-height: 420px;
    height: 58vh;
    max-height: 620px;
  }

  #footer h2 a {
    color: #f0f0f0;
    text-decoration: underline;
  }

  #about_us .text {
    position: relative;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 8px;
    max-height: 520px;
    overflow-y: auto;
  }

  #about_us {
    background: url(img/oven_2.jpg) center center / cover no-repeat;
    padding: 1rem 0;
  }

  #about_us .text p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .reviews-lite__grid {
    grid-template-columns: 1fr;
  }
}
