/* Brew'd Awakenings — light overlay on Dawat template (keep template whites, strips, header) */

:root {
  --ba-red: #ca3d26;
  --ba-wa: #25d366;
}

/* Failsafe preloader */
.preeloader.is-done,
html.ba-ready .preeloader {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Top utility bar: match Dawat template (visible again) */
.top-bar {
  display: block;
}

@media (max-width: 767px) {
  .top-bar {
    display: none !important;
  }
}

.header-top-area {
  padding-top: 0;
}

/* Exact Dawat logo display size (template asset is 180x65) */
.navbar-brand img {
  height: 65px;
  width: auto;
  max-height: 65px;
  max-width: none;
}

.footer-logo img {
  max-height: 56px;
  width: auto;
  max-width: 240px;
}

/* Image sections: template-level shade (black + pattern ~0.8) so food shows, text stays crisp */
.promotion-area-bg::after,
.reservation-button-area-bg::after,
.blog-area-bg::after,
.footer-area-bg::after,
.page-barner-bg::after {
  background: #000 url("../img/pattarn.png") repeat 0 0 !important;
  opacity: 0.62 !important;
}

/* Footer: food photo only, same heavy shade (no grey particle field) */
.footer-area-bg {
  background-color: #111 !important;
  background-image: url("../img/brewd/footer-food-bg.jpg?v=16") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Order Ahead / reservation band uses clean food crop */
.reservation-button-area-bg {
  background-image: url("../img/brewd/section-food-bg.jpg?v=16") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Footer bottom bar: copyright | Menu FAQ Privacy | Made by Zachary */
.ba-footer-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.85rem 1.25rem;
  padding: 1.4rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 0.25rem;
}

.ba-footer-bar__copy {
  margin: 0;
  justify-self: start;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
}

.ba-footer-bar__links {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.75rem;
}

.ba-footer-bar__links a {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none !important;
  opacity: 0.95;
}

.ba-footer-bar__links a:hover {
  color: #fff !important;
  opacity: 1;
  text-decoration: underline !important;
}

.ba-footer-bar__credit {
  margin: 0;
  justify-self: end;
  text-align: right;
}

.ba-footer-bar__credit a {
  color: #c8c8c8 !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(200, 200, 200, 0.55);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ba-footer-bar__credit a:hover {
  color: #f2f2f2 !important;
  border-bottom-color: #f2f2f2;
}

@media (max-width: 767px) {
  .ba-footer-bar {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.85rem;
  }

  .ba-footer-bar__copy,
  .ba-footer-bar__links,
  .ba-footer-bar__credit {
    justify-self: center;
    text-align: center;
  }
}

.is-sticky .navbar-brand img {
  max-height: 50px;
  height: 50px;
}

.ba-about-mark {
  max-height: 90px !important;
  width: auto !important;
}

/* Inner pages: dark top bar above white menu */
.ba-inner-page .top-bar,
.ba-menu-page .top-bar {
  background: #1a1512;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ba-inner-page .top-bar .call-to-action,
.ba-inner-page .top-bar .call-to-action a,
.ba-menu-page .top-bar .call-to-action,
.ba-menu-page .top-bar .call-to-action a {
  color: #fff;
}

/* Header: logo + tabs + search on one vertical line (Dawat spacing) */
@media (min-width: 768px) {
  .mainmenu-area .navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mainmenu-area .navbar-header {
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .mainmenu-area .navbar-brand,
  .mainmenu-area .navbar-brand.white {
    float: none;
    height: auto;
    padding: 15px 15px 15px 0;
    margin: 0;
    line-height: 1;
  }

  .mainmenu-area .navbar-collapse {
    float: none;
    border: 0;
    box-shadow: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    width: auto;
    margin-left: 48px;
  }

  .mainmenu-area ul#nav {
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .mainmenu-area ul#nav > li {
    float: none;
  }

  /* Exact Dawat tab spacing: 20px pad each side = ~40px between labels */
  .mainmenu-area ul#nav li a {
    padding: 40px 20px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.2;
  }

  .is-sticky .mainmenu-area ul#nav li a {
    padding: 30px 20px !important;
  }

  .mainmenu-area .search-form-area {
    float: none;
    margin: 0;
    padding: 0 0 0 8px;
    display: flex;
    align-items: center;
    height: auto;
    position: relative;
  }

  .mainmenu-area a.search-form-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .mainmenu-area a.search-form-trigger::before {
    position: static;
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 1;
    font-size: 16px;
  }
}

/* Dawat cooking heat hero: canvas on cooking.jpg, template pattern shade only */
.top-area.cooking-effect#home,
header.top-area.cooking-effect#home {
  min-height: 100vh;
  min-height: 100dvh;
  height: 100vh;
  height: 100dvh;
}

.top-area.cooking-effect .top-area-bg {
  /* Fallback still while WebGL boots; canvas covers it once drawing */
  background: #000 url("../img/cooking/cooking.jpg") no-repeat center 90% / cover !important;
}

.top-area.cooking-effect .Background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Template gradient on ::after crushed the heat shimmer; keep canvas clean */
.top-area.cooking-effect .Background::after {
  display: none !important;
}

.top-area.cooking-effect .Background-canvas {
  display: block;
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
}

/* Lighter pattern so WebGL heat + mouse warp stay visible */
.top-area.cooking-effect .top-area-bg::before {
  z-index: 1;
  pointer-events: none;
  opacity: 0.32 !important;
}

.top-area.cooking-effect .header-top-area {
  z-index: 1000;
  pointer-events: none;
}

.top-area.cooking-effect .welcome-text-area {
  z-index: 2;
  pointer-events: none;
}

.top-area.cooking-effect .welcome-text-area a,
.top-area.cooking-effect .welcome-text-area button,
.top-area.cooking-effect .header-top-area a,
.top-area.cooking-effect .header-top-area button,
.top-area.cooking-effect .header-top-area input {
  pointer-events: auto;
}

/* Mobile home hero: transparent header at top, smooth white bar on scroll */
@media (max-width: 767px) {
  .top-area.cooking-effect#home .mainmenu-area {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    transition:
      background-color 0.45s ease,
      box-shadow 0.45s ease;
  }

  .top-area.cooking-effect#home .mainmenu-area::after {
    opacity: 0;
    transition: opacity 0.45s ease;
  }

  .top-area.cooking-effect#home .is-sticky .mainmenu-area {
    background-color: #fff !important;
    box-shadow:
      0 0 4px rgba(0, 0, 0, 0.14),
      0 4px 8px rgba(0, 0, 0, 0.28) !important;
  }

  .top-area.cooking-effect#home .is-sticky .mainmenu-area::after {
    opacity: 1;
  }

  .top-area.cooking-effect#home .navbar-header {
    border-bottom-color: transparent;
    transition: border-color 0.45s ease;
  }

  .top-area.cooking-effect#home .is-sticky .navbar-header {
    border-bottom-color: transparent;
  }

  .top-area.cooking-effect#home .navbar-toggle {
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 0;
    transition: border-color 0.45s ease;
  }

  .top-area.cooking-effect#home .is-sticky .navbar-toggle {
    border-color: #1a1512;
  }

  .top-area.cooking-effect#home .navbar-toggle .icon-bar {
    background: #fff;
    transition: background-color 0.45s ease;
  }

  .top-area.cooking-effect#home .is-sticky .navbar-toggle .icon-bar {
    background: #1a1512;
  }
}

/* Hero CTAs: Order Now + Google Reviews (matched shape) */
.welcome-text .ba-review-btn,
.welcome-text .home-reservation-button {
  display: inline-flex;
  vertical-align: middle;
  margin: 0.4rem 0.45rem;
  align-items: center;
  justify-content: center;
}

.welcome-text .home-reservation-button {
  min-height: 48px;
  padding: 10px 28px;
  box-sizing: border-box;
}

.ba-review-btn {
  gap: 0.7rem;
  min-height: 48px;
  padding: 8px 22px 8px 14px;
  box-sizing: border-box;
  text-decoration: none !important;
  color: #1a1512 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ba-review-btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #1a1512 !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 #fff;
}

.ba-review-btn__g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  flex-shrink: 0;
}

.ba-review-btn__g svg {
  display: block;
}

.ba-review-btn__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.ba-review-btn__copy strong {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1512;
}

.ba-review-btn__copy span {
  font-size: 0.72rem;
  font-weight: 600;
  color: #5f6368;
  margin-top: 2px;
}

.ba-review-btn__copy span .fa-star {
  color: #fabb05;
  margin-right: 2px;
}

@media (max-width: 575px) {
  .welcome-text .home-reservation-button,
  .welcome-text .ba-review-btn {
    display: flex;
    width: min(280px, 100%);
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}

/* House Favourites slider arrows */
.promotions-area .menu-discount-offer {
  position: relative;
  padding: 0 56px;
}

.promotions-area .menu-discount-offer .owl-nav {
  margin: 0;
}

.promotions-area .menu-discount-offer .owl-nav > div,
.promotions-area .menu-discount-offer .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  opacity: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  z-index: 5;
}

.promotions-area .menu-discount-offer .owl-nav .owl-prev {
  left: 0;
}

.promotions-area .menu-discount-offer .owl-nav .owl-next {
  right: 0;
}

.promotions-area .menu-discount-offer .owl-nav > div:hover,
.promotions-area .menu-discount-offer .owl-nav [class*="owl-"]:hover {
  background: #ca3d26;
  border-color: #ca3d26;
  color: #fff;
}

.promotions-area .menu-discount-offer .owl-dots > div.active {
  background: #fff !important;
}

@media (max-width: 767px) {
  .promotions-area .menu-discount-offer {
    padding: 0 42px;
  }

  .promotions-area .menu-discount-offer .owl-nav > div,
  .promotions-area .menu-discount-offer .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 38px;
  }
}

/* Keep zigzag section-end strips visible (non classic) */
.menus-area,
.team-area,
.gallery-area {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

/* Our Story: restore Dawat left/right produce cutouts */
.about-area {
  background: #ffffff url("../img/about/home_three_about_bg.png") no-repeat center bottom / contain;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .about-area {
    background-size: 160% auto;
    background-position: center bottom;
  }
}

/* Home gallery grid in place of dead Instagram feed */
.ba-home-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ba-home-gallery a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}

.ba-home-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ba-home-gallery a:hover img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .ba-home-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Inner pages: header must not consume the full viewport (was causing blank cream screens) */
.ba-inner-page .top-area,
.ba-menu-page .top-area,
.top-area:not(:has(.video-bg)):not(:has(.welcome-text)) {
  height: auto !important;
  min-height: 0 !important;
}

.ba-inner-page .header-top-area,
.ba-menu-page .header-top-area,
.top-area:not(:has(.video-bg)):not(:has(.welcome-text)) .header-top-area {
  position: relative !important;
}

.ba-inner-page .ba-menu-hero,
.ba-inner-page .ba-page-hero,
.ba-menu-page .ba-menu-hero {
  padding-top: 1.5rem;
}

.ba-inner-page .mainmenu-area,
.ba-menu-page .mainmenu-area {
  background: #fff;
  box-shadow: 0 1px 0 rgba(26, 21, 18, 0.08);
}

.ba-inner-page .mainmenu-area-bg,
.ba-menu-page .mainmenu-area-bg {
  background: #fff !important;
  opacity: 1 !important;
}

.ba-inner-page .navbar-brand:not(.white) {
  display: inline-block !important;
}

.ba-inner-page .navbar-brand.white {
  display: none !important;
}

.ba-inner-page .mainmenu-area ul#nav li a,
.ba-inner-page .mainmenu-area a.search-form-trigger {
  color: #1a1512 !important;
}

.ba-inner-page .mainmenu-area .navbar-toggle .icon-bar {
  background: #1a1512;
}

/* Full menu page: same page-hero + white content stack as Gallery */
.ba-menu-page {
  background: #fff;
}

.ba-menu-hero {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(202, 61, 38, 0.12), transparent 55%),
    radial-gradient(ellipse at 80% 10%, rgba(26, 21, 18, 0.06), transparent 50%),
    #f3eee6;
  padding: 2.75rem 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(26, 21, 18, 0.08);
}

.ba-menu-hero__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--ba-red);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ba-menu-hero h1 {
  margin: 0 0 0.75rem;
  color: #1a1512;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ba-menu-hero__sub {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  color: #5c554e;
  font-size: 1.02rem;
  line-height: 1.55;
}

.ba-menu-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.ba-menu-stats > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 7.5rem;
  padding: 0.35rem 1.25rem;
  border-right: 1px solid rgba(202, 61, 38, 0.35);
}

.ba-menu-stats > div:last-child {
  border-right: 0;
}

.ba-menu-stats strong {
  color: var(--ba-red);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.ba-menu-stats span {
  color: #6b635c;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.ba-menu-catalog {
  background: #fff;
}

/* Home Today's Menu filters match menu/gallery pills */
.ba-home-filters.food-menu-list-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 980px;
  padding: 0;
  list-style: none;
}

.ba-home-filters.food-menu-list-menu ul li {
  float: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border: 1px solid rgba(26, 21, 18, 0.18) !important;
  background: #fff !important;
  color: #1a1512 !important;
  padding: 0.6rem 1.05rem !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ba-home-filters.food-menu-list-menu ul li:hover,
.ba-home-filters.food-menu-list-menu ul li.active {
  background: var(--ba-red) !important;
  border-color: var(--ba-red) !important;
  color: #fff !important;
}

.ba-home-filters.food-menu-list-menu ul li::before,
.ba-home-filters.food-menu-list-menu ul li::after {
  display: none !important;
}

/* Exact Dawat circular thumbs (home Today's Menu) */
.menus-area .food-menu-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 10px #ddd;
}

.menus-area .food-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.menus-area .food-menu-details h3 {
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.25;
}

.menus-area .food-menu-details h3 .menu-price {
  color: var(--ba-red);
  float: right;
  font-weight: 700;
}

.menus-area .food-menu-details p span {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  font-size: 13px;
  color: #5c554e;
}

.menus-area .single-menu .single-menu-details {
  min-height: 120px;
}

.menus-area .ba-juici-item__actions {
  justify-content: flex-start;
  margin-top: 0.65rem;
}

@media (max-width: 767px) {
  .menus-area .food-menu-details h3 .menu-price {
    float: none;
    display: block;
    margin-top: 0.25rem;
  }

  .menus-area .food-menu-details p span {
    width: 50%;
  }
}

.ba-full-menu .area-title h2 {
  font-family: "Dancing Script", cursive;
  color: var(--ba-red);
}

.ba-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 980px;
}

.ba-filter-pill {
  appearance: none;
  border: 1px solid rgba(26, 21, 18, 0.18);
  background: #fff;
  color: #1a1512;
  padding: 0.6rem 1.05rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ba-filter-pill i {
  margin-right: 0.35rem;
}

.ba-filter-pill:hover,
.ba-filter-pill.is-active {
  background: var(--ba-red);
  border-color: var(--ba-red);
  color: #fff;
}

.ba-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.ba-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(26, 21, 18, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 21, 18, 0.06);
  min-height: 100%;
}

.ba-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ebe4da;
}

.ba-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.ba-card:hover .ba-card__media img {
  transform: scale(1.04);
}

.ba-card__title {
  margin: 1rem 1rem 0.4rem;
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1512;
  line-height: 1.25;
}

.ba-card__blurb {
  margin: 0 1rem 1rem;
  text-align: center;
  color: #6b635c;
  font-size: 0.9rem;
  line-height: 1.45;
  flex: 1 1 auto;
}

.ba-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.85rem 1rem;
  background: var(--ba-red);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border: 0;
}

.ba-card__btn:hover {
  background: #a8321f;
  color: #fff !important;
}

.ba-menu-empty {
  text-align: center;
  color: #6b635c;
  margin: 1.5rem 0;
}

.ba-menu-boards {
  margin: 3rem 0 1rem;
  text-align: center;
}

.ba-menu-boards h2 {
  margin: 0 0 0.4rem;
  color: var(--ba-red);
  font-family: "Dancing Script", cursive;
  font-size: 2.2rem;
}

.ba-menu-boards > p {
  margin: 0 auto 1.25rem;
  color: #6b635c;
  max-width: 32rem;
}

.ba-menu-boards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.ba-menu-boards__grid a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(26, 21, 18, 0.1);
  background: #111;
}

.ba-menu-boards__grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.35s ease;
}

.ba-menu-boards__grid a:hover img {
  transform: scale(1.03);
}

.ba-menu-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.ba-menu-cta a {
  display: inline-block;
  margin: 0.35rem;
  padding: 0.85rem 1.4rem;
  background: var(--ba-red);
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.ba-menu-cta a.ba-secondary {
  background: transparent;
  color: #1a1512 !important;
  border: 1px solid rgba(26, 21, 18, 0.25);
}

@media (max-width: 991px) {
  .ba-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-menu-boards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ba-menu-hero {
    padding-top: 6.25rem;
  }

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

  .ba-menu-boards__grid {
    grid-template-columns: 1fr;
  }

  .ba-menu-stats > div {
    border-right: 0;
    min-width: 30%;
    padding: 0.5rem 0.65rem;
  }
}

/* Gallery / legacy chip filters still used on gallery.html */
.ba-menu-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 920px;
}

.ba-menu-chip {
  appearance: none;
  border: 1px solid rgba(26, 21, 18, 0.18);
  background: #fff;
  color: #1a1512;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.ba-menu-chip:hover,
.ba-menu-chip.is-active {
  background: var(--ba-red);
  border-color: var(--ba-red);
  color: #fff;
}

.ba-page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.ba-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000 url("../img/pattarn.png") repeat 0 0;
  opacity: 0.62;
}

.ba-page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 4rem 1.25rem 3rem;
}

.ba-page-hero h1 {
  margin: 0 0 0.5rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

.ba-page-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.ba-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.ba-gallery-grid a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
}

.ba-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-faq details {
  background: #fff;
  border: 1px solid rgba(26, 21, 18, 0.1);
  margin-bottom: 0.75rem;
  padding: 0.85rem 1.1rem;
}

.ba-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.ba-faq details[open] summary {
  color: var(--ba-red);
  margin-bottom: 0.55rem;
}

.ba-faq a {
  color: var(--ba-red);
}

/* WhatsApp FAB */
.ba-wa {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.ba-wa__panel {
  display: none;
  width: min(320px, calc(100vw - 2rem));
  background: #fff;
  color: #1a1512;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.ba-wa.is-open .ba-wa__panel {
  display: block;
}

.ba-wa__head {
  background: #128c7e;
  color: #fff;
  padding: 0.85rem 1rem;
  font-weight: 600;
}

.ba-wa__body {
  padding: 0.85rem 1rem 1rem;
}

.ba-wa__intents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

.ba-wa__intents button {
  border: 1px solid rgba(26, 21, 18, 0.15);
  background: #faf7f2;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.78rem;
  cursor: pointer;
}

.ba-wa__body textarea {
  width: 100%;
  min-height: 88px;
  border: 1px solid rgba(26, 21, 18, 0.18);
  border-radius: 8px;
  padding: 0.65rem;
  resize: vertical;
  font: inherit;
}

.ba-wa__send {
  margin-top: 0.65rem;
  width: 100%;
  border: 0;
  background: var(--ba-wa);
  color: #fff;
  font-weight: 700;
  padding: 0.7rem;
  border-radius: 8px;
  cursor: pointer;
}

.ba-wa__fab {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(145deg, #25d366, #128c7e);
  color: #fff;
  font-size: 1.85rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(18, 140, 126, 0.4);
}

.ba-mobile-nav {
  display: none !important;
}

/* Mobile bottom nav temporarily disabled
.ba-mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  background: #fff;
  border-top: 1px solid rgba(26, 21, 18, 0.12);
  padding: 0.35rem 0.5rem calc(0.35rem + env(safe-area-inset-bottom));
  grid-template-columns: repeat(5, 1fr);
}

.ba-mobile-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.4rem 0.2rem;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a1512;
  text-decoration: none;
}

.ba-mobile-nav a i {
  font-size: 1.15rem;
  color: var(--ba-red);
}

@media (max-width: 767px) {
  .ba-mobile-nav {
    display: grid;
  }

  body {
    padding-bottom: 4.5rem;
  }

  .ba-wa {
    bottom: 4.6rem;
  }
}
*/

.ba-newsletter {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.55);
}

.ba-newsletter.is-open {
  display: flex;
}

.ba-newsletter__card {
  position: relative;
  width: min(420px, 100%);
  background: #fff;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}

.ba-newsletter__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  cursor: pointer;
}

.ba-newsletter__card input {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid rgba(26, 21, 18, 0.2);
  margin-bottom: 0.65rem;
}

.ba-newsletter__card button[type="submit"] {
  width: 100%;
  border: 0;
  background: var(--ba-red);
  color: #fff;
  padding: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

/* Order Ahead popup: Today's Menu Juici grid -> cart -> WhatsApp */
body.ba-order-open {
  overflow: hidden;
}

.ba-order {
  position: fixed;
  inset: 0;
  z-index: 10070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: rgba(18, 16, 14, 0.72);
}

.ba-order[hidden],
.ba-item-sheet[hidden],
.ba-cart-bar[hidden] {
  display: none !important;
}

.ba-order__card {
  position: relative;
  width: min(440px, 100%);
  max-height: min(92dvh, 92vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  color: #1a1512;
  padding: 1.35rem 1.25rem 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.ba-order__card--wide {
  width: min(980px, 100%);
  padding: 1.25rem 1.15rem 1rem;
  display: flex;
  flex-direction: column;
  max-height: min(94dvh, 94vh);
}

.ba-order__head {
  flex: 0 0 auto;
  padding-right: 2rem;
}

.ba-order__close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #1a1512;
  cursor: pointer;
  z-index: 2;
}

.ba-order__eyebrow {
  margin: 0 0 0.2rem;
  color: var(--ba-red);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ba-order__card h3 {
  margin: 0 0 0.35rem;
  font-family: "Dancing Script", cursive;
  font-size: clamp(1.75rem, 4vw, 2.15rem);
  color: var(--ba-red);
}

.ba-order__sub {
  margin: 0 0 0.85rem;
  color: #5c554e;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ba-order__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 0.85rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0.1rem 0.85rem;
}

.ba-order__list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.75rem;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.15rem 0.15rem 0.85rem;
}

.ba-today-row {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 0.85rem 0 1rem;
}

.ba-today-row__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0 6px #ddd;
  flex-shrink: 0;
}

.ba-today-row__inner {
  position: relative;
  padding-left: 92px;
  min-height: 80px;
}

.ba-today-row__img img {
  width: 72px !important;
  height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.ba-today-row__body h4 {
  margin: 0 0 0.4rem;
  overflow: hidden;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1512;
  line-height: 1.25;
}

.ba-today-row__price {
  float: right;
  color: var(--ba-red);
  font-weight: 700;
}

.ba-today-row__specs {
  margin: 0 0 0.55rem;
  overflow: hidden;
}

.ba-today-row__specs span {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 0.78rem;
  color: #5c554e;
  line-height: 1.4;
  padding-right: 0.35rem;
}

.ba-today-row .ba-order-card__actions {
  justify-content: flex-start;
}

.ba-order-card {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(26, 21, 18, 0.08);
  padding: 0.65rem 0.5rem 0.75rem;
}

.ba-order-card__media {
  background: #fff;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.45rem;
}

.ba-order-card__media img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

.ba-order-card__title {
  margin: 0 0 0.15rem;
  color: #1a1512;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
}

.ba-order-card__price {
  margin: 0 0 0.25rem;
  color: var(--ba-red);
  font-size: 0.95rem;
  font-weight: 700;
}

.ba-order-card__blurb {
  margin: 0 auto 0.55rem;
  max-width: 14rem;
  color: #6b635c;
  font-size: 0.78rem;
  line-height: 1.35;
}

.ba-order-card__actions,
.ba-juici-item__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
}

.ba-juici-btn {
  border: 0;
  background: var(--ba-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.45rem 0.7rem;
  cursor: pointer;
}

.ba-juici-btn--ghost {
  background: transparent;
  color: #1a1512;
  border: 1px solid rgba(26, 21, 18, 0.28);
}

.ba-juici-btn:hover {
  background: #a8321f;
  color: #fff;
}

.ba-juici-btn--ghost:hover {
  border-color: var(--ba-red);
  color: var(--ba-red);
  background: transparent;
}

.ba-juici-item__actions {
  margin-top: 0.75rem;
}

.ba-order__checkout {
  flex: 0 0 auto;
  border-top: 1px solid rgba(26, 21, 18, 0.1);
  padding-top: 0.75rem;
  background: #fff;
}

.ba-order__cart-list {
  margin: 0 0 0.65rem;
  max-height: 7.5rem;
  overflow: auto;
}

.ba-order__cart-empty {
  margin: 0;
  color: #8b837a;
  font-size: 0.88rem;
}

.ba-order__cart-label {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1512;
}

.ba-order__cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(26, 21, 18, 0.06);
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1512;
}

.ba-order__cart-row em {
  font-style: normal;
  color: var(--ba-red);
  font-weight: 700;
}

.ba-order__cart-remove {
  border: 0;
  background: transparent;
  color: #8b837a;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
}

.ba-order__name-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1512;
}

.ba-order__name {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border: 1px solid rgba(26, 21, 18, 0.2);
  background: #fff;
  color: #1a1512;
  margin-bottom: 0.65rem;
  font-size: 1rem;
}

.ba-order__name::placeholder {
  color: #8b837a;
}

.ba-order__error {
  margin: 0 0 0.65rem;
  color: var(--ba-red);
  font-size: 0.88rem;
  font-weight: 600;
}

.ba-order__submit {
  width: 100%;
  border: 0;
  background: var(--ba-red);
  color: #fff;
  padding: 0.9rem 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 0.88rem;
}

.ba-order__submit i {
  margin-right: 0.4rem;
}

.ba-order__submit:hover {
  background: #a8321f;
}

.ba-item-sheet {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  background: rgba(18, 16, 14, 0.78);
}

.ba-item-sheet__card {
  position: relative;
  width: min(420px, 100%);
  max-height: min(92dvh, 92vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  color: #1a1512;
  padding: 1.25rem 1.15rem 1.15rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ba-item-sheet__close {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: #1a1512;
  cursor: pointer;
}

.ba-item-sheet__media {
  background: #fff;
  margin: 0.35rem auto 0.75rem;
  width: 150px;
  height: 150px;
  max-width: 42vw;
  max-height: 26vh;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 8px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ba-item-sheet__media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 150px !important;
  max-height: 150px !important;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.ba-item-sheet__card h3 {
  margin: 0 0 0.25rem;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: clamp(1.5rem, 4vw, 1.9rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a1512;
}

.ba-item-sheet__price {
  margin: 0 0 0.45rem;
  color: var(--ba-red);
  font-size: 1.15rem;
  font-weight: 700;
}

.ba-item-sheet__blurb {
  margin: 0 auto 1rem;
  max-width: 22rem;
  color: #5c554e;
  font-size: 0.95rem;
  line-height: 1.45;
}

.ba-cart-bar {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  transform: translateX(-50%);
  z-index: 10060;
}

.ba-cart-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  background: var(--ba-red);
  color: #fff;
  padding: 0.75rem 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.ba-cart-bar__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #fff;
  color: var(--ba-red);
  font-size: 0.8rem;
}

@media (max-width: 900px) {
  .ba-order__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-order__list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 575px) {
  .ba-order {
    padding: 0;
    align-items: stretch;
  }

  .ba-order__card--wide {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
    padding: 1rem 0.85rem 0.85rem;
  }

  .ba-order__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 0.5rem;
  }

  .ba-today-row__inner {
    padding-left: 78px;
    min-height: 68px;
  }

  .ba-today-row__img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    box-shadow: 0 0 0 5px #ddd;
  }

  .ba-today-row__img img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }

  .ba-today-row__body h4 {
    font-size: 0.95rem;
  }

  .ba-today-row__price {
    float: none;
    display: block;
    margin-top: 0.15rem;
  }

  .ba-today-row__specs span {
    width: 100%;
  }

  .ba-order-card__media {
    min-height: 88px;
  }

  .ba-order-card__media img {
    max-width: 120px;
  }

  .ba-order-card__blurb {
    display: none;
  }

  .ba-order-card__title {
    font-size: 0.92rem;
  }

  .ba-item-sheet {
    padding: 0;
    align-items: stretch;
  }

  .ba-item-sheet__card {
    width: 100%;
    max-height: 100dvh;
    height: 100dvh;
    border-radius: 0;
  }

  .ba-cart-bar {
    bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
    width: calc(100% - 1.5rem);
    max-width: 22rem;
  }

  .ba-cart-bar__btn {
    width: 100%;
    justify-content: center;
  }
}

/* Juici-style Brew'd menu catalog */
.ba-juici-hero {
  background: #fff;
  padding: 3.5rem 1rem 1.25rem;
  text-align: center;
}

.ba-juici-hero__eyebrow {
  margin: 0 0 0.65rem;
  color: var(--ba-red);
  font-family: Lato, sans-serif;
  font-size: clamp(0.85rem, 1.6vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ba-juici-hero__title {
  margin: 0 0 0.75rem;
  color: #d4742e;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: clamp(3.4rem, 12vw, 7.2rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
}

.ba-juici-hero__sub {
  margin: 0 auto;
  max-width: 36rem;
  color: #5c554e;
  font-size: 1rem;
  line-height: 1.5;
}

.ba-juici-menu {
  background: #fff;
  padding-top: 1.5rem;
}

.ba-juici-cats {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.15rem 1.75rem;
  overflow-x: auto;
  padding: 0.5rem 0.25rem 1.75rem;
  margin: 0 auto 0.5rem;
  max-width: 1100px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.ba-juici-cat {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  min-width: 6.5rem;
  cursor: pointer;
  text-align: center;
  flex: 0 0 auto;
}

.ba-juici-cat__label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ba-red);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ba-juici-cat__circle {
  display: block;
  width: 7.25rem;
  height: 7.25rem;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid var(--ba-red);
  overflow: hidden;
  background: #fff;
  position: relative;
}

.ba-juici-cat__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ba-juici-cat__circle--all {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ba-red);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ba-juici-cat__fill {
  display: none;
  width: 7.25rem;
  height: 7.25rem;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--ba-red);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  padding: 0.5rem;
}

.ba-juici-cat.is-active .ba-juici-cat__circle {
  display: none;
}

.ba-juici-cat.is-active .ba-juici-cat__fill {
  display: flex;
}

.ba-juici-cat.is-active .ba-juici-cat__label {
  visibility: hidden;
}

.ba-juici-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.ba-juici-item {
  text-align: center;
}

.ba-juici-item.is-hidden {
  display: none;
}

.ba-juici-item__media {
  background: #fff;
  margin-bottom: 0.85rem;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ba-juici-item__media img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ba-juici-item__title {
  margin: 0 0 0.25rem;
  color: #1a1512;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
}

.ba-juici-item__price {
  margin: 0 0 0.35rem;
  color: var(--ba-red);
  font-size: 1.05rem;
  font-weight: 700;
}

.ba-juici-item__blurb {
  margin: 0 auto;
  max-width: 18rem;
  color: #6b635c;
  font-size: 0.88rem;
  line-height: 1.4;
}

.ba-juici-note {
  margin-top: 2.75rem;
}

.ba-juici-note p {
  color: #5c554e;
  margin-bottom: 1.1rem;
}

.ba-juici-menu .ba-menu-boards {
  margin-top: 3.5rem;
}

@media (max-width: 991px) {
  .ba-juici-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem 1rem;
  }

  .ba-juici-cat__circle,
  .ba-juici-cat__fill {
    width: 5.75rem;
    height: 5.75rem;
  }

  .ba-juici-cat {
    min-width: 5.25rem;
  }
}

@media (max-width: 575px) {
  .ba-juici-hero {
    padding-top: 5.5rem;
  }

  .ba-juici-grid {
    grid-template-columns: 1fr;
  }

  .ba-juici-cats {
    justify-content: flex-start;
    gap: 0.85rem 1.1rem;
  }
}
