:root {
  --bp-paper: #eee6d4;
  --bp-paper-soft: #f7f0e1;
  --bp-ink: #171714;
  --bp-muted: #686157;
  --bp-line: rgba(23, 23, 20, .16);
  --bp-green: #10160f;
  --bp-green-soft: #233a24;
  --bp-copper: #9a6039;
  --bp-yellow: #f3ef18;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.bp-site {
  margin: 0;
  color: var(--bp-ink);
  background: var(--bp-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body.bp-site img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.bp-site a {
  color: inherit;
  text-decoration: none;
}

.bp-shell {
  overflow-x: clip;
  background: var(--bp-paper);
}

.bp-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  color: #111;
  transform: translateY(-160%);
}

.bp-skip-link:focus {
  transform: translateY(0);
}

.bp-wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.bp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 16px 32px;
  border-bottom: 1px solid var(--bp-line);
  background: rgba(238, 230, 212, .95);
  backdrop-filter: blur(10px);
}

.admin-bar .bp-nav {
  top: 32px;
}

.bp-logo img {
  width: 180px;
  max-height: 44px;
  object-fit: contain;
}

.bp-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(23, 23, 20, .74);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-links a:hover {
  color: var(--bp-ink);
}

.bp-nav-reserve,
.bp-nav-toggle,
.bp-button {
  appearance: none;
  border-radius: 0;
  font: inherit;
  cursor: pointer;
}

.bp-nav-reserve {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border: 1px solid var(--bp-ink);
  background: var(--bp-ink);
  color: var(--bp-paper);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

body.bp-site a.bp-nav-reserve {
  color: var(--bp-paper);
}

.bp-nav-toggle {
  display: none;
  border: 1px solid var(--bp-line);
  background: transparent;
  padding: 8px 12px;
  color: var(--bp-ink);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-hero {
  position: relative;
  min-height: clamp(590px, calc(100svh - 126px), 860px);
  display: grid;
  place-items: center;
  padding: 90px 24px;
  overflow: hidden;
  text-align: center;
}

.bp-hero-image,
.bp-hero-overlay {
  position: absolute;
  inset: 0;
}

body.bp-site .bp-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(.98);
  transform: scale(1.03);
}

.bp-hero-overlay {
  background: linear-gradient(180deg, rgba(238, 230, 212, .64), rgba(238, 230, 212, .22) 44%, rgba(238, 230, 212, .76));
}

.bp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.bp-kicker,
.bp-eyebrow {
  display: block;
  color: var(--bp-copper);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-hero h1 {
  margin: 18px 0 0;
  font-size: 112px;
  font-style: italic;
  font-weight: 400;
  line-height: .92;
  letter-spacing: 0;
}

.bp-hero-logo {
  display: block;
  width: min(54vw, 260px);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 3px 16px rgba(238, 230, 212, .48));
}

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

.bp-subtitle {
  margin: 30px auto 0;
  color: rgba(23, 23, 20, .78);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.bp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--bp-ink);
  background: var(--bp-ink);
  color: var(--bp-paper);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

body.bp-site a.bp-button {
  color: var(--bp-paper);
}

body.bp-site a.bp-button:hover {
  color: #fff;
}

.bp-button:hover {
  border-color: var(--bp-copper);
  background: var(--bp-copper);
  color: #fff;
}

.bp-button-ghost {
  background: transparent;
  color: var(--bp-ink);
}

body.bp-site a.bp-button-ghost {
  color: var(--bp-ink);
}

.bp-button-light {
  margin-top: 18px;
  border-color: var(--bp-paper);
  background: transparent;
  color: var(--bp-paper);
}

body.bp-site a.bp-button-light {
  color: var(--bp-paper);
}

body.bp-site a.bp-button-light:hover {
  color: var(--bp-ink);
}

.bp-button-light:hover {
  border-color: var(--bp-yellow);
  background: var(--bp-yellow);
  color: var(--bp-ink);
}

.bp-ticker {
  overflow: hidden;
  border-block: 1px solid var(--bp-line);
  background: var(--bp-paper-soft);
}

.bp-ticker-track {
  display: flex;
  width: max-content;
  gap: 38px;
  padding: 20px 0;
  color: rgba(23, 23, 20, .75);
  font-size: 36px;
  font-style: italic;
  animation: bp-marquee 38s linear infinite;
}

.bp-ticker-track span::after {
  content: "*";
  margin-left: 38px;
  color: var(--bp-copper);
  font-style: normal;
}

@keyframes bp-marquee {
  to {
    transform: translateX(-33.333%);
  }
}

.bp-section {
  padding: 100px 0;
}

.bp-center {
  text-align: center;
}

.bp-title {
  margin: 12px 0 0;
  font-size: 68px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.bp-copy {
  color: var(--bp-muted);
  font-size: 18px;
}

.bp-copy p {
  margin: 0 0 1em;
}

.bp-center .bp-copy {
  max-width: 760px;
  margin: 28px auto 0;
}

.bp-sign {
  margin: 24px 0 0;
  font-size: 24px;
  font-style: italic;
}

.bp-section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 46px;
}

.bp-paper {
  background: var(--bp-paper-soft);
}

.bp-menu-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--bp-line);
}

.bp-menu-tabs button {
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-bottom: 0;
  background: transparent;
  color: var(--bp-muted);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.bp-menu-tabs button:hover,
.bp-menu-tabs button:focus-visible {
  color: var(--bp-ink);
}

.bp-menu-tabs button.is-active {
  border-color: var(--bp-line);
  background: var(--bp-paper);
  color: var(--bp-ink);
  font-weight: 700;
}

.bp-food-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}

.bp-food-card {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--bp-line);
  background: var(--bp-paper);
  box-shadow: 0 16px 44px rgba(23, 23, 20, .07);
}

.bp-food-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--bp-copper);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-food-card h3 {
  margin: 20px 0 30px;
  font-size: 52px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.bp-food-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
}

.bp-food-section h4 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  color: var(--bp-copper);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-food-section h4::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--bp-copper);
}

.bp-dish {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(23, 23, 20, .1);
}

.bp-dish strong {
  display: inline;
  font-weight: 600;
}

.bp-dish small {
  display: block;
  margin-top: 4px;
  color: var(--bp-muted);
  font-size: 14px;
}

.bp-dish small p {
  margin: 0;
}

.bp-label {
  display: inline-flex;
  margin-left: 8px;
  color: var(--bp-copper);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-price {
  white-space: nowrap;
  color: rgba(23, 23, 20, .78);
  font-variant-numeric: tabular-nums;
}

.bp-drinks {
  background: var(--bp-green);
  color: var(--bp-paper);
}

.bp-drinks .bp-copy {
  color: rgba(238, 230, 212, .76);
}

.bp-drinks .bp-title {
  color: var(--bp-paper);
}

.bp-drinks .bp-eyebrow {
  color: var(--bp-yellow);
}

.bp-carousel-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.bp-pager-button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--bp-line);
  background: transparent;
  color: var(--bp-ink);
  font: inherit;
  font-size: 24px;
  cursor: pointer;
}

.bp-pager-button:hover:not(:disabled),
.bp-pager-button:focus-visible:not(:disabled) {
  border-color: var(--bp-copper);
  color: var(--bp-copper);
}

.bp-pager-button:disabled {
  opacity: .32;
  cursor: not-allowed;
}

.bp-pager-status {
  min-width: 152px;
  color: var(--bp-muted);
  font-size: 13px;
  text-align: center;
}

.bp-carousel-bar-dark .bp-pager-button {
  border-color: rgba(238, 230, 212, .24);
  color: var(--bp-paper);
}

.bp-carousel-bar-dark .bp-pager-button:hover:not(:disabled),
.bp-carousel-bar-dark .bp-pager-button:focus-visible:not(:disabled) {
  border-color: var(--bp-yellow);
  color: var(--bp-yellow);
}

.bp-carousel-bar-dark .bp-pager-status {
  color: rgba(238, 230, 212, .72);
}

[data-pager-page][hidden],
.bp-food-panel[hidden] {
  display: none !important;
}

.bp-drink-pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.bp-drink-page {
  scroll-margin-top: 96px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(238, 230, 212, .16);
  background: rgba(238, 230, 212, .06);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .22);
}

.bp-drink-page img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #eee6d4;
}

.bp-drink-page figcaption {
  margin-top: 10px;
  color: rgba(238, 230, 212, .58);
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.bp-green {
  background: var(--bp-green-soft);
  color: var(--bp-paper);
}

.bp-green .bp-copy,
.bp-green .bp-bar-list span {
  color: rgba(238, 230, 212, .76);
}

.bp-green .bp-title {
  color: var(--bp-paper);
}

.bp-green .bp-eyebrow {
  color: #d6a06c;
}

.bp-bar-layout,
.bp-reserve-layout {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 54px;
  align-items: start;
}

.bp-bar-list {
  display: grid;
  gap: 18px;
}

.bp-bar-list p {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(238, 230, 212, .22);
}

.bp-bar-list strong {
  color: #d6a06c;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.bp-reservation {
  background: #11110f;
  color: var(--bp-paper);
}

.bp-reservation-page {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
}

.bp-reservation .bp-title {
  color: var(--bp-paper);
}

.bp-reservation .bp-copy {
  color: rgba(238, 230, 212, .78);
}

.bp-reserve-card {
  padding: 34px;
  border: 1px solid rgba(238, 230, 212, .22);
  background: rgba(238, 230, 212, .04);
}

.bp-reserve-card .bp-button {
  width: 100%;
  border-color: var(--bp-paper);
  background: var(--bp-paper);
  color: var(--bp-ink);
}

body.bp-site .bp-reserve-card a.bp-button {
  color: var(--bp-ink);
}

body.bp-site .bp-reserve-card a.bp-button:hover {
  color: var(--bp-ink);
}

.bp-reserve-card .bp-button:hover {
  border-color: var(--bp-yellow);
  background: var(--bp-yellow);
}

.bp-small-copy {
  margin-top: 22px;
  font-size: 15px;
}

.bp-reserve-card p {
  margin: 14px 0 0;
  color: rgba(238, 230, 212, .82);
}

.bp-legacy-reservation {
  align-items: start;
  min-height: calc(100vh - 76px);
}

.bp-legacy-reservation .bp-entry {
  max-width: 980px;
}

.bp-legacy-reservation > .bp-wrap > .bp-eyebrow,
.bp-legacy-reservation > .bp-wrap > .bp-title {
  display: block;
  text-align: center;
}

.bp-legacy-reservation-content {
  margin-top: 34px;
}

.bp-legacy-reservation-content > p {
  max-width: 760px;
  margin: 12px auto;
  line-height: 1.65;
}

.bp-legacy-reservation-content .cf7sg-container {
  margin: 44px 0 30px;
  padding: 32px;
  border: 1px solid var(--bp-line);
  background: rgba(255, 255, 255, .36);
}

.bp-legacy-reservation-content .wpcf7-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 700;
}

.bp-legacy-reservation-content .wpcf7-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.bp-legacy-reservation-content .wpcf7-form select,
.bp-legacy-reservation-content .wpcf7-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 9px 11px;
  border: 1px solid rgba(23, 23, 20, .28);
  border-radius: 0;
  background: #fff;
  color: var(--bp-ink);
  font: inherit;
}

.bp-legacy-reservation-content .wpcf7-form input:focus,
.bp-legacy-reservation-content .wpcf7-form select:focus,
.bp-legacy-reservation-content .wpcf7-form textarea:focus {
  border-color: var(--bp-copper);
  outline: 2px solid rgba(168, 91, 48, .18);
  outline-offset: 1px;
}

.bp-legacy-reservation-content .wpcf7-list-item {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin: 8px 18px 8px 0;
}

.bp-legacy-reservation-content .wpcf7-list-item input {
  margin: 0;
}

.bp-legacy-reservation-content .info-tip {
  margin: 6px 0 0;
  color: rgba(23, 23, 20, .62);
  font-size: 12px;
}

.bp-legacy-reservation-content .wpcf7-submit {
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid var(--bp-ink);
  border-radius: 0;
  background: var(--bp-ink);
  color: var(--bp-paper);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  text-transform: uppercase;
}

.bp-legacy-reservation-content .wpcf7-submit:hover,
.bp-legacy-reservation-content .wpcf7-submit:focus-visible {
  border-color: var(--bp-copper);
  background: var(--bp-copper);
  color: #fff;
}

.bp-legacy-reservation-content .wpcf7-response-output {
  margin-inline: 0 !important;
}

.bp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bp-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(23, 23, 20, .12);
  background: var(--bp-paper-soft);
  cursor: zoom-in;
}

.bp-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.bp-gallery-item:hover img,
.bp-gallery-item:focus-visible img {
  transform: scale(1.025);
}

.bp-gallery-item:focus-visible {
  outline: 3px solid var(--bp-copper);
  outline-offset: 3px;
}

.bp-gallery-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  background: rgba(23, 23, 20, .76);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.bp-instagram {
  margin-top: 88px;
  padding-top: 64px;
  border-top: 1px solid var(--bp-line);
}

.bp-instagram-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 30px;
}

.bp-instagram-head h3 {
  margin: 8px 0 0;
  font-family: var(--bp-serif);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.05;
}

.bp-instagram-intro .bp-copy p {
  margin-top: 0;
}

.bp-instagram-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--bp-copper);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bp-instagram-feed #sb_instagram {
  width: 100% !important;
  padding: 0 !important;
}

.bp-instagram-feed #sb_instagram #sbi_images {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
  padding: 0 !important;
}

.bp-instagram-feed #sb_instagram #sbi_images .sbi_item {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.bp-instagram-feed #sb_instagram #sbi_images .sbi_item:nth-child(n+7) {
  display: none !important;
}

.bp-instagram-feed .sbi_photo_wrap,
.bp-instagram-feed .sbi_photo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1;
  padding: 0 !important;
  overflow: hidden;
}

.bp-instagram-feed .sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.bp-instagram-feed #sbi_load {
  display: none !important;
}

.bp-lightbox-open {
  overflow: hidden;
}

.bp-lightbox {
  width: min(calc(100% - 32px), 1180px);
  max-width: none;
  height: min(88vh, 860px);
  max-height: none;
  padding: 32px 76px 54px;
  overflow: visible;
  border: 0;
  background: transparent;
  color: #fff;
}

.bp-lightbox::backdrop {
  background: rgba(12, 14, 12, .94);
}

.bp-lightbox figure {
  display: grid;
  height: 100%;
  margin: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  place-items: center;
}

.bp-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.bp-lightbox figcaption {
  min-height: 20px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  text-align: center;
}

.bp-lightbox-close,
.bp-lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(20, 22, 20, .72);
  color: #fff;
  cursor: pointer;
}

.bp-lightbox-close:hover,
.bp-lightbox-close:focus-visible,
.bp-lightbox-nav:hover,
.bp-lightbox-nav:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--bp-ink);
}

.bp-lightbox-close {
  top: -2px;
  right: 10px;
  font-size: 28px;
}

.bp-lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.bp-lightbox-prev {
  left: 8px;
}

.bp-lightbox-next {
  right: 8px;
}

.bp-contact {
  background: var(--bp-paper-soft);
}

.bp-contact-list {
  display: grid;
  gap: 16px;
}

.bp-contact-list p {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--bp-line);
}

.bp-contact-list strong {
  display: block;
  color: var(--bp-copper);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-contact-list span {
  display: block;
  margin-top: 6px;
  color: var(--bp-muted);
}

.bp-map {
  overflow: hidden;
  border: 1px solid var(--bp-line);
  background: #ddd;
}

.bp-map iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
  filter: saturate(.9) contrast(.98);
}

.bp-footer {
  padding: 44px 0;
  border-top: 1px solid var(--bp-line);
  background: var(--bp-ink);
  color: rgba(238, 230, 212, .72);
  text-align: center;
}

.bp-footer img {
  width: 176px;
  margin: 0 auto 18px;
  filter: brightness(0) invert(1);
}

.bp-footer-logo {
  display: inline-block;
}

.bp-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
  font-size: 13px;
}

.bp-footer-links a:hover,
.bp-footer-links a:focus-visible {
  color: var(--bp-yellow);
}

.bp-footer p {
  margin: 8px 0 0;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-generic {
  min-height: 70vh;
}

.bp-entry {
  max-width: 820px;
}

.bp-entry .bp-title {
  margin-bottom: 36px;
}

.bp-entry h2,
.bp-entry h3,
.bp-entry h4 {
  margin: 2em 0 .6em;
  color: var(--bp-ink);
  font-weight: 500;
  line-height: 1.2;
}

.bp-entry a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bp-entry img,
.bp-entry iframe {
  max-width: 100%;
}

.bp-entry iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
}

@media (max-width: 980px) {
  .admin-bar .bp-nav {
    top: 46px;
  }

  .bp-nav {
    min-height: 66px;
    padding: 14px 22px;
  }

  .bp-logo img {
    width: 142px;
  }

  .bp-hero h1 {
    font-size: 84px;
  }

  .bp-title {
    font-size: 52px;
  }

  .bp-ticker-track {
    font-size: 28px;
  }

  .bp-food-card h3 {
    font-size: 44px;
  }

  .bp-nav-toggle {
    display: inline-flex;
  }

  .bp-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 0 22px 18px;
    border-bottom: 1px solid var(--bp-line);
    background: rgba(238, 230, 212, .98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  }

  .bp-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .bp-links a,
  .bp-nav-reserve {
    display: block;
    width: 100%;
    padding: 13px 0;
    border: 0;
    border-top: 1px solid var(--bp-line);
    background: transparent;
    color: rgba(23, 23, 20, .76);
    text-align: left;
  }

  .bp-nav-reserve {
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid var(--bp-ink);
    background: var(--bp-ink);
    color: var(--bp-paper);
    text-align: center;
  }

  .bp-section {
    padding: 72px 0;
  }

  .bp-section-head,
  .bp-bar-layout,
  .bp-reserve-layout,
  .bp-instagram-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bp-food-pages,
  .bp-food-columns,
  .bp-drink-pages {
    grid-template-columns: 1fr;
  }

  .bp-instagram-feed #sb_instagram #sbi_images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 560px) {
  .admin-bar .bp-nav {
    top: 0;
  }

  .bp-wrap {
    width: min(100% - 32px, 1120px);
  }

  .bp-hero {
    min-height: clamp(530px, calc(100svh - 112px), 720px);
    padding-inline: 16px;
  }

  .bp-hero h1 {
    font-size: 58px;
  }

  .bp-title {
    font-size: 40px;
  }

  .bp-food-card h3 {
    font-size: 36px;
  }

  .bp-ticker-track {
    font-size: 24px;
  }

  .bp-actions {
    flex-direction: column;
    align-items: center;
  }

  .bp-button {
    width: 100%;
    max-width: 340px;
  }

  .bp-kicker,
  .bp-eyebrow {
    font-size: 11px;
    letter-spacing: 0;
  }

  .bp-subtitle {
    letter-spacing: 0;
  }

  .bp-food-card,
  .bp-reserve-card {
    padding: 24px;
  }

  .bp-menu-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    border-bottom: 0;
  }

  .bp-menu-tabs button {
    min-width: 0;
    padding: 9px 6px;
    border: 1px solid var(--bp-line);
    font-size: 13px;
  }

  .bp-carousel-bar {
    justify-content: space-between;
  }

  .bp-pager-status {
    min-width: 0;
    flex: 1;
  }

  .bp-food-topline {
    display: grid;
  }

  .bp-dish {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .bp-price {
    font-weight: 700;
  }

  .bp-drink-page {
    padding: 6px;
  }

  .bp-bar-list p {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .bp-map iframe {
    height: 360px;
  }

  .bp-legacy-reservation-content .cf7sg-container {
    padding: 18px;
  }

  .bp-gallery-grid,
  .bp-instagram-feed #sb_instagram #sbi_images {
    grid-template-columns: 1fr;
  }

  .bp-instagram {
    margin-top: 64px;
    padding-top: 48px;
  }

  .bp-instagram-head h3 {
    font-size: 36px;
  }

  .bp-lightbox {
    width: 100%;
    height: 100%;
    padding: 64px 18px 76px;
  }

  .bp-lightbox-close {
    top: 12px;
    right: 12px;
  }

  .bp-lightbox-nav {
    top: auto;
    bottom: 14px;
    transform: none;
  }

  .bp-lightbox-prev {
    left: calc(50% - 54px);
  }

  .bp-lightbox-next {
    right: calc(50% - 54px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bp-ticker-track {
    animation: none;
  }
}
