@font-face {
  font-family: "Fh Ink";
  src: url("../fonts/Fh_Ink.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bb-black: #12110f;
  --bb-charcoal: #1b1916;
  --bb-red: #c4161c;
  --bb-red-dark: #9b1015;
  --bb-red-deep: #8e1216;
  --bb-cream: #f4f1ea;
  --bb-paper: #d8d3c8;
  --bb-white: #f7f5f1;
  --bb-muted: #cfc8bc;
  --bb-max: 1280px;
  --bb-pad: clamp(16px, 4vw, 48px);
  --bb-display: "Fh Ink", Tahoma, sans-serif;
  --bb-ui: Tahoma, sans-serif;
  --bb-serif: Tahoma, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

html,
body.bb-site {
  background-color: #0e0d0b;
}

body.bb-site {
  margin: 0;
  background-image: url("../images/vintage-black.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  color: var(--bb-white);
  font-family: var(--bb-ui);
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.bb-skip {
  position: absolute;
  left: -999px;
  top: 8px;
}

.bb-skip:focus {
  left: 8px;
  z-index: 100;
  background: var(--bb-red);
  color: #fff;
  padding: 8px 12px;
}

.bb-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.12;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.bb-display,
h1,
h2,
h3 {
  font-family: var(--bb-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.85;
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
}

.bb-kicker {
  font-family: var(--bb-ui);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bb-red);
  margin: 0 0 10px;
  font-weight: 600;
}

.bb-btn,
.bb-nav__btn {
  display: inline-block;
  background: var(--bb-red);
  color: #fff;
  font-family: var(--bb-display);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 12px 18px;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  clip-path: polygon(
    1.5% 12%, 4% 3%, 14% 8%, 24% 2%, 38% 7%, 52% 1%, 66% 6%, 80% 2%, 92% 8%, 100% 14%,
    97% 30%, 100% 48%, 96% 64%, 100% 82%, 92% 96%, 78% 100%, 62% 95%, 48% 100%, 32% 96%, 16% 100%, 3% 90%,
    0% 74%, 3% 56%, 0% 38%, 2% 22%
  );
  transition: filter 0.15s ease, transform 0.15s ease;
}

.bb-btn:hover,
.bb-nav__btn:hover {
  background: var(--bb-red);
  filter: brightness(1.08);
  transform: rotate(-0.5deg) scale(1.04);
}

.bb-btn--small {
  padding: 8px 14px;
  font-size: 0.95rem;
}

.bb-btn--full {
  width: 100%;
  text-align: center;
}

.bb-btn--full:hover {
  transform: none;
  filter: brightness(1.08);
}

/* Header */
.bb-header {
  position: relative;
  z-index: 40;
  padding: 18px var(--bb-pad) 8px;
  background: transparent;
}

.bb-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bb-logo {
  display: flex;
  align-items: center;
  color: #fff;
}

.bb-logo img {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.bb-logo--footer img {
  width: 140px;
  height: 140px;
}

.bb-nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bb-nav__btn {
  font-size: 1.05rem;
  padding: 14px 20px 16px;
  min-width: 128px;
  line-height: 1;
}

.bb-nav li:nth-child(1) .bb-nav__btn {
  clip-path: polygon(
    2% 10%, 8% 2%, 22% 7%, 36% 0%, 54% 6%, 70% 1%, 86% 8%, 100% 12%,
    96% 34%, 100% 52%, 95% 72%, 100% 90%, 86% 100%, 68% 95%, 50% 100%, 30% 94%, 12% 100%, 0% 86%,
    4% 64%, 0% 42%, 3% 24%
  );
}

.bb-nav li:nth-child(2) .bb-nav__btn {
  clip-path: polygon(
    0% 14%, 6% 4%, 20% 9%, 34% 2%, 50% 8%, 66% 0%, 82% 7%, 98% 3%, 100% 18%,
    97% 40%, 100% 60%, 94% 78%, 100% 96%, 82% 100%, 64% 94%, 46% 100%, 28% 95%, 8% 100%, 0% 84%,
    3% 62%, 0% 40%
  );
}

.bb-nav li:nth-child(3) .bb-nav__btn {
  clip-path: polygon(
    3% 8%, 12% 0%, 28% 6%, 44% 1%, 60% 7%, 76% 2%, 90% 9%, 100% 6%,
    98% 28%, 100% 50%, 96% 70%, 100% 88%, 88% 100%, 70% 96%, 52% 100%, 34% 94%, 16% 100%, 0% 90%,
    2% 68%, 0% 46%, 4% 26%
  );
}

.bb-nav li:nth-child(4) .bb-nav__btn {
  clip-path: polygon(
    1% 16%, 10% 3%, 26% 8%, 42% 1%, 58% 9%, 74% 2%, 88% 8%, 100% 12%,
    97% 32%, 100% 54%, 95% 74%, 99% 92%, 84% 100%, 66% 95%, 48% 100%, 30% 93%, 14% 100%, 0% 82%,
    4% 60%, 0% 38%, 3% 20%
  );
}

.bb-nav__btn.is-current {
  filter: brightness(0.88);
  outline: 0;
}

.bb-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: var(--bb-red);
  border: 0;
  cursor: pointer;
  padding: 10px;
}

.bb-nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

/* Hero */
.bb-hero {
  padding: 12px var(--bb-pad) 28px;
}

.bb-hero__frame {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  border: 16px solid var(--bb-red);
  overflow: hidden;
  min-height: 380px;
  background: #000;
}

.bb-hero__frame img {
  width: 100%;
  height: min(72vh, 720px);
  object-fit: cover;
  object-position: center 42%;
}

.bb-hero__copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25));
}

.bb-hero__title {
  font-size: clamp(3rem, 9vw, 7.4rem);
  max-width: 12ch;
  color: #fff;
}

.bb-hero__cta {
  margin-top: 18px;
  font-family: var(--bb-ui);
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}

.bb-hero__cta:hover {
  color: var(--bb-cream);
}

/* Banner */
.bb-banner {
  background: transparent;
  color: #fff;
  text-align: center;
  padding: 44px var(--bb-pad) 12px;
  margin: 0;
  display: flex;
  justify-content: center;
}

.bb-banner__stamp {
  display: inline-block;
  background: var(--bb-red);
  color: #fff;
  font-size: clamp(1.25rem, 3.8vw, 2.7rem);
  line-height: 0.9;
  padding: 22px 42px 24px;
  max-width: 100%;
  text-shadow: none;
  -webkit-mask-image: url("../images/banner-stamp.svg");
  mask-image: url("../images/banner-stamp.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

/* Services */
.bb-services {
  padding: 36px var(--bb-pad) 48px;
}

.bb-services__grid {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.bb-service {
  display: block;
  color: #fff;
}

.bb-service h3 {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 0 0 12px;
  text-align: center;
}

.bb-service__photo {
  aspect-ratio: 1;
  overflow: hidden;
}

.bb-service__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.bb-service:hover img {
  transform: scale(1.04);
}

/* Story */
.bb-story {
  background: transparent;
  color: var(--bb-white);
  padding: 40px max(var(--bb-pad), 96px) 64px;
  overflow: visible;
}

.bb-story__inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #c8c0b4;
  padding: 16px;
}

.bb-story__photo {
  position: relative;
  overflow: visible;
  min-height: 460px;
}

.bb-story__photo-img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  display: block;
}

.bb-story__photo .bb-seal-logo {
  position: absolute;
  left: -72px;
  right: auto;
  bottom: 28px;
  z-index: 3;
  width: 168px;
  height: 168px;
  padding: 0;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
  transform: rotate(-8deg);
}

.bb-story__card {
  background: #f3efe4;
  border: 0;
  padding: 40px 36px 36px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bb-story__title {
  color: var(--bb-red);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 10px;
  text-shadow: none;
}

.bb-story__kicker {
  font-family: var(--bb-display);
  color: var(--bb-red);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 18px;
}

.bb-story__copy {
  font-family: var(--bb-serif);
  font-size: 1.02rem;
  line-height: 1.55;
  color: #2a2723;
}

.bb-story__copy p {
  margin: 0 0 1em;
}

.bb-story__copy p:last-child {
  margin-bottom: 0;
}

.bb-story--page {
  padding-top: 0;
}

/* Feed */
.bb-feed {
  padding: 8px max(var(--bb-pad), 96px) 28px;
}

.bb-feed__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: center;
}

.bb-feed__item {
  aspect-ratio: 1;
  overflow: hidden;
}

.bb-feed__poster {
  position: relative;
  aspect-ratio: 1;
  color: #f4f1ea;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 20px 24px;
  background-color: #8f1619;
  -webkit-mask-image: url("../images/feed-poster.svg");
  mask-image: url("../images/feed-poster.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
}

.bb-feed__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bb-feed__poster p,
.bb-feed__poster h2,
.bb-feed__poster span,
.bb-feed__poster text {
  text-shadow: none;
}

.bb-feed__the,
.bb-feed__socials {
  margin: 0;
  font-family: var(--bb-ui);
  font-size: clamp(0.58rem, 0.95vw, 0.72rem);
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.bb-feed__name {
  margin: 4px 0 2px;
  font-family: var(--bb-display);
  font-size: clamp(1.85rem, 3vw, 2.7rem);
  line-height: 0.8;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bb-feed__word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 8px 0 14px;
}

.bb-feed__feed {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.75;
}

.bb-feed__v {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.7rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  font-family: var(--bb-ui);
}

.bb-feed__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 240px);
  font-family: var(--bb-ui);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.25;
}

.bb-feed__badge {
  width: 86px;
  height: 86px;
  border: 0;
  background: transparent;
  padding: 0;
}

.bb-feed__badge svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.bb-feed__badge-ring {
  fill: currentColor;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
}

.bb-feed__badge-core {
  fill: currentColor;
  font-family: var(--bb-display);
  font-size: 24px;
}

.bb-feed__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Promos */
.bb-promos {
  padding: 36px max(var(--bb-pad), 96px) 56px;
}

.bb-promos__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.bb-promo {
  display: flex;
  flex-direction: column;
  background: var(--bb-red);
}

.bb-promo__photo {
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
}

.bb-promo__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-promo__body {
  background: var(--bb-red);
  color: #fff;
  padding: 18px 18px 22px;
}

.bb-promo__body h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  margin: 0 0 8px;
  text-shadow: none;
  line-height: 0.95;
}

.bb-promo__body p {
  margin: 0;
  font-family: var(--bb-serif);
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.bb-skip-line {
  padding: 0 var(--bb-pad) 88px;
}

.bb-skip-line__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 320px;
  gap: 40px;
  align-items: center;
  background: var(--bb-charcoal);
  border: 8px solid var(--bb-red);
  padding: 36px 40px;
}

.bb-skip-line__copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 8px 0 16px;
}

.bb-skip-line__copy p {
  font-family: var(--bb-serif);
  color: var(--bb-muted);
  max-width: 42ch;
  margin: 0 0 20px;
}

.bb-skip-line__qr {
  display: block;
}

.bb-skip-line__qr img {
  width: 100%;
  height: auto;
  background: #fff;
}

.bb-chef {
  padding: 0 var(--bb-pad) 72px;
}

.bb-chef__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 32px;
  align-items: center;
  background: var(--bb-charcoal);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bb-chef__inner img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--bb-red);
}

.bb-chef__inner h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}

.bb-chef__inner p:last-child {
  font-family: var(--bb-serif);
  color: var(--bb-muted);
  margin: 0;
}

/* Footer */
.bb-footer {
  --bb-footer-red: #8f1619;
  position: relative;
  background-color: transparent;
  background-image: url("../images/bg_footer.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 72px var(--bb-pad) 50px;
  margin-top: 24px;
  overflow: visible;
  z-index: 2;
}

.bb-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.8fr 1fr 1.1fr;
  gap: 12px 28px;
  align-items: center;
}

.bb-footer__col h2 {
  font-family: var(--bb-display);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 12px;
  text-shadow: none;
  line-height: 1;
}

.bb-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bb-footer__col li,
.bb-footer__col p {
  margin: 0 0 7px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.3;
}

.bb-footer__col a:hover {
  text-decoration: underline;
}

.bb-footer__brand {
  display: flex;
  justify-content: center;
}

.bb-footer__wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 0.78;
  text-shadow: none;
}

.bb-footer__wordmark span {
  font-family: var(--bb-display);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 4.6vw, 4.1rem);
}

.bb-social {
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

.bb-footer__copy {
  display: none;
}

/* Inner pages */
.bb-page-hero {
  padding: 28px var(--bb-pad) 20px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.bb-page-hero h1 {
  font-size: clamp(3rem, 8vw, 5.5rem);
  margin-bottom: 12px;
}

.bb-page-hero__lede {
  font-family: var(--bb-serif);
  font-size: 1.15rem;
  color: var(--bb-muted);
  margin: 0 auto 22px;
  max-width: 42ch;
}

.bb-menu,
.bb-prose,
.bb-split,
.bb-contact {
  padding: 12px var(--bb-pad) 72px;
  max-width: 1280px;
  margin: 0 auto;
}

.bb-menu-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.bb-search {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: min(360px, 100%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 10px 14px;
}

.bb-search svg {
  width: 18px;
  height: 18px;
  color: var(--bb-muted);
  flex-shrink: 0;
}

.bb-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-family: var(--bb-serif);
  font-size: 1rem;
}

.bb-mode-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.bb-mode-pill,
.bb-chip {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: var(--bb-ui);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
}

.bb-mode-pill.is-on,
.bb-chip.is-on {
  background: var(--bb-red);
  border-color: var(--bb-red);
}

.bb-ready {
  font-size: 0.8rem;
  color: var(--bb-muted);
}

.bb-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.bb-menu-note {
  font-family: var(--bb-serif);
  color: var(--bb-muted);
  margin: 0 0 22px;
}

.bb-menu-note strong {
  color: var(--bb-red);
}

.bb-empty-filter {
  text-align: center;
  color: var(--bb-muted);
  padding: 24px 0;
}

.bb-board {
  background: transparent;
  border: 8px solid var(--bb-red);
}

.bb-tabs {
  display: flex;
  overflow-x: auto;
  background: var(--bb-red);
  scrollbar-width: none;
}

.bb-tabs::-webkit-scrollbar {
  display: none;
}

.bb-tab {
  appearance: none;
  flex: 1 1 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: var(--bb-display);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.bb-tab:last-child {
  border-right: 0;
}

.bb-tab:hover {
  background: rgba(255, 255, 255, 0.12);
}

.bb-tab.is-on {
  background: transparent;
  color: #fff;
  box-shadow: inset 0 -3px 0 #fff;
}

.bb-board__panel {
  padding: 28px 22px 36px;
}

.bb-pane[hidden] {
  display: none !important;
}

.bb-menu__section {
  margin-bottom: 40px;
}

.bb-menu__section > h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
  color: #fff;
}

.bb-menu__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 8px;
}

.bb-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bb-menu-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(28, 24, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 100%;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.bb-menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 22, 28, 0.55);
}

.bb-menu-card.hidden {
  display: none !important;
}

.bb-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: var(--bb-red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 9px;
}

.bb-badge--deal {
  background: #9b1015;
}

.bb-menu-card__photo {
  height: 210px;
  overflow: hidden;
  background: #111;
}

.bb-menu-card.is-featured .bb-menu-card__photo {
  height: 280px;
}

.bb-menu-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bb-menu-card__body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bb-menu-card__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.bb-menu-card h3 {
  margin: 0;
  font-family: var(--bb-display);
  font-size: clamp(1.2rem, 1.6vw, 1.55rem);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: none;
}

.bb-price {
  color: var(--bb-red);
  font-weight: 700;
  white-space: nowrap;
}

.bb-menu-card__copy {
  font-family: var(--bb-serif);
  color: var(--bb-muted);
  font-size: 0.92rem;
  margin: 8px 0 14px;
  flex: 1;
}

.bb-menu-card__copy p {
  margin: 0;
}

.bb-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.bb-split__photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border: 8px solid var(--bb-red);
}

.bb-split__copy h2 {
  font-size: 3rem;
  color: var(--bb-red);
  margin-bottom: 16px;
}

.bb-split__copy p,
.bb-list {
  font-family: var(--bb-serif);
  color: var(--bb-muted);
}

.bb-list {
  padding-left: 18px;
}

.bb-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.bb-contact__info p {
  font-family: var(--bb-serif);
  margin: 0 0 16px;
}

.bb-map {
  margin-top: 24px;
  border: 8px solid var(--bb-red);
}

.bb-map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.bb-form,
.wpcf7-form {
  display: grid;
  gap: 14px;
}

.bb-form label,
.wpcf7 label {
  display: grid;
  gap: 6px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bb-form input,
.bb-form textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background: #0e0d0c;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 12px;
  font-family: var(--bb-serif);
  font-size: 1rem;
}

.wpcf7-submit {
  background: var(--bb-red);
  color: #fff;
  border: 0;
  padding: 12px 22px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: var(--bb-ui);
  cursor: pointer;
}

.bb-alert {
  padding: 12px 14px;
  margin-bottom: 16px;
}

.bb-alert--ok {
  background: #1f3d24;
}

.bb-alert--err {
  background: #4a1515;
}

.bb-prose {
  font-family: var(--bb-serif);
  font-size: 1.1rem;
  color: var(--bb-muted);
}

.bb-empty {
  text-align: center;
  color: var(--bb-muted);
}

/* Contact Form 7 extras */
.wpcf7-not-valid-tip {
  color: #ffb4b4;
}

.wpcf7-response-output {
  margin-top: 12px;
}

/* Responsive */
@media (max-width: 1100px) {
  .bb-services__grid,
  .bb-feed__grid,
  .bb-menu__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bb-menu__featured {
    grid-template-columns: 1fr;
  }

  .bb-footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bb-footer__brand {
    grid-column: 1 / -1;
    order: -1;
  }

  .bb-story__photo .bb-seal-logo {
    left: -28px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 860px) {
  body.bb-site {
    background-attachment: scroll;
  }

  .bb-feed {
    padding: 16px var(--bb-pad) 24px;
  }

  .bb-feed__badge {
    width: 64px;
    height: 64px;
  }

  .bb-promos {
    padding: 24px var(--bb-pad) 40px;
  }

  .bb-story {
    padding: 24px var(--bb-pad) 40px;
  }

  .bb-nav-toggle {
    display: block;
  }

  .bb-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(18, 17, 15, 0.97);
    padding: 12px var(--bb-pad) 20px;
  }

  .bb-header {
    position: sticky;
    top: 0;
    background: rgba(18, 17, 15, 0.94);
    z-index: 60;
  }

  body.nav-open .bb-nav {
    display: block;
  }

  .bb-nav ul {
    flex-direction: column;
  }

  .bb-nav__btn {
    width: 100%;
  }

  .bb-tab {
    flex: 0 0 auto;
    padding: 12px 16px;
  }

  .bb-story__inner,
  .bb-promos__grid,
  .bb-menu__featured,
  .bb-menu__grid,
  .bb-split,
  .bb-contact,
  .bb-skip-line__inner,
  .bb-chef__inner {
    grid-template-columns: 1fr;
  }

  .bb-story__inner {
    padding: 12px;
  }

  .bb-story__photo .bb-seal-logo {
    left: 12px;
    bottom: 16px;
  }

  .bb-logo img {
    width: 76px;
    height: 76px;
  }

  .bb-hero__frame img {
    height: 52vh;
  }

  .bb-story__photo-img,
  .bb-split__photo img {
    height: 320px;
    min-height: 320px;
  }

  .bb-menu-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .bb-hero__frame {
    border-width: 8px;
  }

  .bb-services__grid,
  .bb-menu__featured,
  .bb-menu__grid {
    grid-template-columns: 1fr;
  }

  .bb-feed__grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .bb-footer__inner {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }

  .bb-footer__brand {
    grid-column: 1 / -1;
    order: -1;
  }

  .bb-social {
    justify-content: center;
  }

  .bb-promo {
    min-height: 0;
  }

  .bb-chef__inner img {
    width: 160px;
    margin: 0 auto;
  }

  .bb-skip-line__inner {
    padding: 24px;
  }
}
