body.page-id-1733 header.banner.bbphs-active {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
body.page-id-1733 header.banner .daily-quotes-container { display: none !important; }
body header.banner.bbphs-header-updated { margin-top: 0; }
body header.banner.bbphs-header-updated nav.new-navbar {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  padding: 12px clamp(16px, 3vw, 48px);
  background: rgba(0,0,0,.32);
}
body header.banner.bbphs-header-updated nav .navbar-brand {
  position: static;
  display: block;
  flex: 0 0 96px;
  width: 96px;
  height: 88px;
  margin: 0 !important;
  padding: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
body header.banner.bbphs-header-updated #bs4navbar { flex: 1 1 auto; width: auto; }
body header.banner.bbphs-header-updated #menu-main-menu {
  align-items: center;
  margin: 0 0 0 auto !important;
  padding: 0;
}
body header.banner.bbphs-header-updated #menu-main-menu > li {
  margin: 0;
  padding: 8px 10px;
}
body header.banner.bbphs-header-updated #menu-main-menu > li > a { white-space: nowrap; }
@media (min-width: 1200px) {
  body header.banner.bbphs-header-updated nav.new-navbar { justify-content: center; gap: 36px; }
  body header.banner.bbphs-header-updated #bs4navbar { flex: 0 0 auto; }
  body header.banner.bbphs-header-updated #menu-main-menu { margin: 0 !important; }
  body header.banner.bbphs-header-updated #menu-main-menu > li:first-child { padding-left: 0 !important; }
  body header.banner.bbphs-header-updated #menu-main-menu > li:last-child { padding-right: 0 !important; }
}
@media (max-width: 1199px) {
  body.page-id-1733 header.banner.bbphs-active {
    min-height: calc(94px + clamp(230px, 56.25vw, 600px));
    height: auto;
    max-height: none;
  }
  body.page-id-1733 .bbphs-active .bbphs-backdrop { top: 94px; }
  body.page-id-1733 .bbphs-active nav.new-navbar { background: #1b1916; }
  body.page-id-1733 .bbphs-active:has(#bs4navbar.show) .bbphs-controls,
  body.page-id-1733 .bbphs-active:has(#bs4navbar.collapsing) .bbphs-controls { visibility: hidden; }
  body header.banner.bbphs-header-updated nav.new-navbar { flex-wrap: wrap; gap: 0; }
  body header.banner.bbphs-header-updated nav .navbar-brand { flex-basis: 76px; width: 76px; height: 70px; }
  body header.banner.bbphs-header-updated nav .navbar-toggler {
    display: block !important;
    position: static;
    margin: 0 0 0 auto;
    min-width: 44px;
    min-height: 44px;
  }
  body header.banner.bbphs-header-updated #bs4navbar { flex: 0 0 100%; width: 100%; }
  body header.banner.bbphs-header-updated #bs4navbar.collapse:not(.show):not(.in) { display: none !important; }
  body header.banner.bbphs-header-updated #bs4navbar.show,
  body header.banner.bbphs-header-updated #bs4navbar.in,
  body header.banner.bbphs-header-updated #bs4navbar.collapsing { display: block !important; }
  body header.banner.bbphs-header-updated #menu-main-menu { flex-direction: column; align-items: stretch; width: 100%; }
  body header.banner.bbphs-header-updated #menu-main-menu > li { padding: 0; }
  body header.banner.bbphs-header-updated #menu-main-menu > li > a { display: block; padding: 12px 0; }
  body header.banner.bbphs-header-updated #menu-main-menu .dropdown-menu { position: static; float: none; }
}
body.page-id-1733 .bbphs-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
body.page-id-1733 .bbphs-backdrop img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  transition: opacity 800ms ease;
}
body.page-id-1733 .bbphs-backdrop img.bbphs-current { opacity: 1; }
/* Reversible display adjustments; the supplied photographs stay intact. */
body.page-id-1733 .bbphs-backdrop img[data-photo="food"] { filter: saturate(.9); }
body.page-id-1733 .bbphs-backdrop img[data-photo="dining"] { filter: contrast(.94) brightness(1.02); }
body.page-id-1733 .bbphs-backdrop img[data-photo="culture"] { filter: saturate(.88); }
body.page-id-1733 .bbphs-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.10) 65%, rgba(0,0,0,.26));
}
body.page-id-1733 .bbphs-controls {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 4px;
  background: rgba(0,0,0,.76);
  color: #fff;
  font: 14px/1.2 Roboto, sans-serif;
}
body.page-id-1733 .bbphs-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
  text-transform: none;
}
body.page-id-1733 .bbphs-controls button:hover { background: rgba(255,255,255,.18); }
body.page-id-1733 .bbphs-controls[hidden] { display: none; }
body.page-id-1733 .bbphs-controls button:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
body.page-id-1733 .bbphs-count { min-width: 38px; text-align: center; }
body.page-id-1733 .bbphs-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 767px) {
  body.page-id-1733 .bbphs-controls { top: auto; right: 12px; bottom: 12px; z-index: 2; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-1733 .bbphs-backdrop img { transition: none; }
}

/* Persistent white navigation with the primary ordering action. */
body header.banner.bbphs-header-updated { z-index: 1000; }
body .bbphs-nav-slot { height: 112px; }
body header.banner.bbphs-header-updated nav.new-navbar {
  position: fixed;
  top: var(--bbphs-admin-offset, 0px);
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 5px rgba(0,0,0,.12);
}
body header.banner.bbphs-header-updated nav.new-navbar .nav-link,
body header.banner.bbphs-header-updated nav.new-navbar .dropdown-item {
  color: #111 !important;
  text-shadow: none;
}
body header.banner.bbphs-header-updated nav.new-navbar .dropdown-menu { background: #fff; }
body header.banner.bbphs-header-updated nav.new-navbar .nav-link:hover,
body header.banner.bbphs-header-updated nav.new-navbar .nav-link:focus { color: #c6302c !important; }
body header.banner.bbphs-header-updated nav .bbphs-order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 20px;
  background: #c6302c;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  font: 700 14px/1.3 Roboto, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
}
body header.banner.bbphs-header-updated nav .bbphs-order-button:hover { background: #070606; }
body header.banner.bbphs-header-updated nav a:focus-visible,
body header.banner.bbphs-header-updated nav button:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
body header.banner.bbphs-header-updated nav .navbar-toggler { border-color: #333; color: #111; }
body header.banner.bbphs-header-updated nav .navbar-toggler-icon { filter: brightness(0); }
@media (max-width: 1199px) {
  body .bbphs-nav-slot { height: 94px; }
  body header.banner.bbphs-header-updated nav.new-navbar {
    column-gap: 8px;
    max-height: calc(100dvh - var(--bbphs-admin-offset, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body header.banner.bbphs-header-updated nav .navbar-brand { order: 0; }
  body header.banner.bbphs-header-updated nav .bbphs-order-button {
    order: 1;
    margin-left: auto;
    min-height: 44px;
    padding: 12px;
    font-size: 12px;
  }
  body header.banner.bbphs-header-updated nav .navbar-toggler { order: 2; margin-left: 0; align-self: center; }
  body header.banner.bbphs-header-updated #bs4navbar { order: 3; }
}

body header.banner.bbphs-header-updated nav.new-navbar::after { content: none; display: none; }
body header.banner.bbphs-header-updated #bs4navbar { background: #fff !important; }

/* Shared navigation must stack above inner-page content as well. */
body header.banner.bbphs-header-updated { position:relative;isolation:isolate;overflow:visible; }
