.elementor-nav-menu--main .menu-item-bv-quote > a.elementor-item {
  align-items: center;
  background: #d3a15e;
  color: #17130f !important;
  display: flex;
  font-weight: 700;
  letter-spacing: .05em;
  margin-left: 10px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  text-transform: uppercase;
}

.elementor-nav-menu--main .menu-item-bv-quote > a.elementor-item:hover,
.elementor-nav-menu--main .menu-item-bv-quote > a.elementor-item:focus-visible {
  background: #17130f;
  color: #fff !important;
}

.elementor-nav-menu--dropdown .menu-item-bv-quote > a.elementor-item {
  background: #d3a15e;
  color: #17130f !important;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .08em;
  margin: 10px 18px 16px;
  text-align: center;
  text-transform: uppercase;
}

.bv-home-quote-band {
  background: #151412;
  color: #fff;
  padding: 26px 24px;
  position: relative;
  z-index: 4;
}

.bv-home-quote-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.bv-home-quote-copy {
  margin: 0;
}

.bv-home-quote-copy span {
  color: #d9ad70;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bv-home-quote-copy strong {
  display: block;
  font-family: "Old Standard TT", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 400;
  line-height: 1.12;
}

.bv-home-quote-button {
  align-items: center;
  background: #d3a15e;
  box-sizing: border-box;
  color: #17130f !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: .84rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .12em;
  min-width: 215px;
  padding: 17px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.bv-home-food-strip {
  background: #f4f0eb;
  display: grid;
  gap: 12px;
  grid-template-columns: 1.25fr 1fr 1fr;
  padding: 12px;
  position: relative;
  z-index: 2;
}

.bv-home-food-card {
  height: clamp(220px, 27vw, 400px);
  margin: 0;
  overflow: hidden;
}

.bv-home-food-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.bv-home-food-card:hover img {
  transform: scale(1.025);
}

body.home .elementor-3147 .elementor-element.elementor-element-7254590 {
  margin-top: 0 !important;
}

.bv-home-quote-button:hover,
.bv-home-quote-button:focus-visible {
  background: #fff;
  color: #17130f !important;
}

@media (max-width: 767px) {
  .bv-home-quote-band {
    padding: 28px 20px 32px;
  }

  .bv-home-quote-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .bv-home-quote-button {
    line-height: 1.2;
    min-height: 58px;
    width: 100%;
  }

  .bv-home-food-strip {
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }

  .bv-home-food-card {
    height: 165px;
  }

  .bv-home-food-card--featured {
    grid-column: 1 / -1;
    height: 245px;
  }
}

/* Shared footer for the legacy Elementor pages. The original exported footer
   remains in the HTML for compatibility, but this footer replaces it visually. */
.elementor-location-footer {
  display: none !important;
}

.bv-site-footer,
.bv-site-footer * {
  box-sizing: border-box;
}

.bv-site-footer {
  background: #000;
  color: rgba(255, 255, 255, .78);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
}

.bv-site-footer__branding {
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 20px 34px;
}

.bv-site-footer__logo {
  display: block;
  height: auto;
  margin: 0 auto 18px;
  max-width: 360px;
  width: min(72vw, 360px);
}

.bv-site-footer__tagline {
  color: #fff;
  font-size: .88rem;
  font-weight: 300;
  letter-spacing: .06em;
  margin: 5px 0;
}

.bv-site-footer__mark {
  display: block;
  height: 62px;
  margin: 20px auto 0;
  width: 62px;
}

.bv-site-footer__contact {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
  border-top: 1px solid rgba(255, 255, 255, .17);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1050px;
  padding: 30px 0;
  text-align: left;
  width: calc(100% - 40px);
}

.bv-site-footer__eyebrow {
  color: #d3a15e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 9px;
  text-transform: uppercase;
}

.bv-site-footer__heading {
  color: #fff;
  font-family: "Old Standard TT", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}

.bv-site-footer__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  justify-content: flex-end;
}

.bv-site-footer__actions a {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.bv-site-footer__actions a:not(.bv-site-footer__quote):hover,
.bv-site-footer__actions a:not(.bv-site-footer__quote):focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bv-site-footer__quote {
  align-items: center;
  background: #d3a15e;
  color: #111 !important;
  display: inline-flex;
  font-size: .75rem !important;
  justify-content: center;
  letter-spacing: .12em;
  min-height: 50px;
  padding: 13px 19px;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.bv-site-footer__quote:hover,
.bv-site-footer__quote:focus-visible {
  background: #fff;
  color: #111 !important;
}

.bv-site-footer__bottom {
  color: rgba(255, 255, 255, .64);
  display: flex;
  font-size: .75rem;
  gap: 16px;
  justify-content: space-between;
  letter-spacing: .08em;
  margin: 0 auto;
  max-width: 1050px;
  padding: 20px 0 24px;
  text-transform: uppercase;
  width: calc(100% - 40px);
}

@media (max-width: 900px) {
  .bv-site-footer__contact {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bv-site-footer__actions {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .bv-site-footer__branding {
    padding-top: 42px;
  }

  .bv-site-footer__branding,
  .bv-site-footer__contact,
  .bv-site-footer__bottom {
    width: calc(100% - 32px);
  }

  .bv-site-footer__actions {
    flex-direction: column;
  }

  .bv-site-footer__actions a {
    text-align: center;
    width: 100%;
  }

  .bv-site-footer__bottom {
    flex-direction: column;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-site-footer__quote {
    transition: none;
  }
}
