.brand-link {
  margin-left: 4rem;
}

.brand-logo {
  height: 2.7rem;
  margin-right: 1rem;
  width: 2.7rem;
}

.brand-name {
  display: block;
  font-size: 1.5606rem;
  line-height: 1;
}

.brand-copy {
  display: flex;
  flex-direction: column;
}

.brand-tagline {
  color: #d1d5db;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1;
  margin-top: 0.35rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.home-gallery {
  padding-bottom: 5rem;
}

.home-food {
  background: #e5e7eb;
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  padding: 3rem 1rem;
  text-align: center;
}

.home-food__content {
  margin: 0 auto;
  max-width: 52rem;
}

.home-food__eyebrow {
  color: #ea580c;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.home-food h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 7vw, 4rem);
  line-height: 1;
  margin: 0.5rem 0 1rem;
}

.page-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  margin: 0;
}

.home-food a {
  background: #ea580c;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-top: 1.5rem;
  padding: 0.75rem 1.25rem;
}

.gallery-page {
  background: #e5e7eb;
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5rem;
}

.gallery-page__intro {
  padding: 3rem 1rem 1rem;
  text-align: center;
}

.gallery-page__intro p {
  margin: 1rem auto 0;
  max-width: 44rem;
}

.taplist-content {
  padding-bottom: 5rem;
}

.taplist-external {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding: 1rem 1rem 0;
}

.taplist-external a {
  align-items: center;
  border-radius: 9999px;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
}

.taplist-external a[hidden] {
  display: none;
}

.taplist-external__app {
  background: #1f2937;
  color: #fff;
}

.taplist-external__web {
  background: #fff;
  color: #9a3412;
}

.taplist-external i {
  font-size: 1.15rem;
}

.taplist-external__app:hover {
  background: #374151;
}

.taplist-external__web:hover {
  color: #ea580c;
}

.location-page {
  background: #e5e7eb;
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  padding: 3rem 1rem;
  padding-bottom: 5rem;
}

.location-page__intro {
  margin: 0 auto 2rem;
  max-width: 48rem;
  text-align: center;
}

.location-page__intro p {
  margin-top: 1rem;
}

.location-card {
  background: #fff;
  border-radius: 1.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(20rem, 0.6fr);
  margin: 0 auto;
  max-width: 72rem;
  overflow: hidden;
}

.location-card__map iframe {
  display: block;
  height: 100%;
  min-height: 32rem;
  width: 100%;
}

.location-card__details {
  padding: 2.5rem;
}

.location-card__eyebrow {
  color: #ea580c;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.location-card h2 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0.5rem 0 1.5rem;
}

.location-card__group {
  border-top: 1px solid #d1d5db;
  padding: 1.25rem 0;
}

.location-card__group h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.location-card__group a {
  color: #4b5563;
}

.location-card__hours {
  display: flex;
  justify-content: space-between;
}

.location-card__socials {
  display: flex;
  gap: 0.75rem;
}

.location-card__social {
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  color: #1f2937;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 2.75rem;
}

.location-card__social:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

.location-card__social svg {
  fill: currentColor;
  height: 1.35rem;
  width: 1.35rem;
}

.location-card__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.location-card__action {
  border: 2px solid #ea580c;
  border-radius: 9999px;
  color: #ea580c;
  display: block;
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-align: center;
}

.location-card__action--primary {
  background: #ea580c;
  color: #fff;
}

@media (max-width: 1023px) {
  .brand-link {
    margin-left: 0.5rem;
  }

  #menuToggle {
    right: 0.5rem;
  }
}

.html-menu {
  background: #e5e7eb;
  color: #1f2937;
  font-family: "Poppins", sans-serif;
  padding: 3rem 1rem;
  padding-bottom: 5rem;
}

.html-menu__intro,
.html-menu__category {
  margin: 0 auto 1.5rem;
  max-width: 72rem;
}

.html-menu__intro {
  text-align: center;
}

.html-menu__intro h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
}

.html-menu__intro p {
  margin: 1rem auto;
  max-width: 48rem;
}

.html-menu__download,
.html-menu__order {
  background: #ea580c;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
}

.html-menu__category {
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
}

.html-menu__category h2 {
  border-bottom: 2px solid #ea580c;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}

.html-menu__grid {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.html-menu__item {
  border-bottom: 1px solid #d1d5db;
  padding: 1rem 0;
}

.html-menu__item div {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.html-menu__item dt {
  font-weight: 700;
}

.html-menu__item dd {
  color: #ea580c;
  font-weight: 700;
  white-space: nowrap;
}

.html-menu__item p,
.html-menu__note {
  color: #4b5563;
  font-size: 0.9rem;
  margin-top: 0.35rem;
}

.html-menu__notice {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 56rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

.html-menu__pdf-record {
  margin: 2rem auto 0;
  max-width: 72rem;
  text-align: center;
}

.order-page {
  align-items: center;
  background: #e5e7eb;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  justify-content: flex-start;
  min-height: calc(100vh - 75px);
  padding: 3rem 1rem;
  padding-bottom: 5rem;
}

.order-page__intro {
  margin-bottom: 1.5rem;
  text-align: center;
}

.order-card {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 42rem;
  padding: 3rem;
  text-align: center;
}

.order-card__eyebrow {
  color: #ea580c;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.order-card__description {
  color: #4b5563;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  max-width: 32rem;
}

.order-card__primary {
  background: #ea580c;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 0.9rem 1.5rem;
}

.order-card__qr {
  margin: 1.5rem auto 0;
}

.order-card__qr p {
  color: #4b5563;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.order-card__qr img {
  height: 11rem;
  margin: 0 auto;
  width: 11rem;
}

.order-card__back {
  color: #4b5563;
  display: block;
  font-weight: 600;
  margin-top: 1.25rem;
}

.order-card__note {
  color: #6b7280;
  display: block;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .html-menu {
    padding: 2rem 1rem;
    padding-bottom: 5rem;
  }

  .html-menu__category {
    padding: 1.25rem;
  }

  .html-menu__grid {
    grid-template-columns: 1fr;
  }

  .order-page {
    min-height: calc(100vh - 70px);
    padding: 2rem 1rem;
    padding-bottom: 5rem;
  }

  .order-card {
    padding: 2rem 1.25rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-page {
    padding: 2rem 1rem;
    padding-bottom: 5rem;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-card__map iframe {
    min-height: 18rem;
  }

  .location-card__details {
    padding: 1.5rem;
  }

}
  .gallery-page__intro {
    padding-top: 2rem;
  }
