.beheroes-business-page {
  --bh-pink: #e6007e;
  --bh-green: #95c11f;
  --bh-orange: #f39200;
  --bh-ink: #120c0a;
  --bh-paper: #fff8f1;
  background: #120c0a;
  color: #fff;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  overflow: hidden;
}

.bh-business-hero {
  position: relative;
  min-height: min(820px, calc(100vh - 20px));
  display: grid;
  align-items: end;
  padding: clamp(120px, 14vw, 190px) 0 clamp(42px, 7vw, 90px);
  background:
    linear-gradient(90deg, rgba(9, 10, 9, 0.94), rgba(9, 10, 9, 0.68) 45%, rgba(230, 0, 126, 0.18)),
    var(--bh-business-hero-image) center / cover no-repeat,
    #120c0a;
}

.bh-business-hero::after {
  content: "#BEFREAKY";
  position: absolute;
  right: clamp(14px, 5vw, 82px);
  bottom: clamp(8px, 3vw, 38px);
  font-family: "Blockhead", sans-serif;
  font-size: clamp(64px, 14vw, 220px);
  line-height: .72;
  color: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.bh-business-hero__inner,
.bh-business-wrap,
.bh-business-reserve__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bh-business-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
}

.bh-business-hero p,
.bh-business-intro p,
.bh-business-card li,
.bh-business-gallery__item figcaption,
.bh-business-reserve__inner p {
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-weight: 400;
}

.bh-business-kicker {
  margin: 0 0 14px;
  color: var(--bh-green);
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.bh-business-hero h1,
.bh-business-intro h2,
.bh-business-reserve h2 {
  margin: 0;
  font-family: "Blockhead", sans-serif;
  line-height: .88;
  letter-spacing: 0;
}

.bh-business-hero h1 {
  max-width: 900px;
  font-size: clamp(29px, 5vw, 71px);
}

.bh-business-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.14;
}

.bh-business-hero-note {
  width: min(720px, 100%);
  margin-top: 18px;
  padding: 14px 16px;
  border: 2px solid rgba(149, 193, 31, .76);
  border-radius: 16px;
  background: rgba(18, 12, 10, .76);
  color: #fff;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(21px, 1.9vw, 30px);
  line-height: 1.08;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
}

.bh-business-hero-note strong {
  display: block;
  color: var(--bh-green);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: 1em;
  margin-bottom: 7px;
}

.bh-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.bh-business-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.bh-business-btn:hover { transform: translateY(-2px); }
.bh-business-btn--primary { background: var(--bh-green); color: var(--bh-ink); box-shadow: 0 16px 34px rgba(149, 193, 31, .24); }
.bh-business-btn--ghost { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.08); }

.bh-business-sticker {
  position: relative;
  display: grid;
  gap: 8px;
  padding: clamp(24px, 3vw, 34px);
  border-radius: 22px;
  background: rgba(255, 248, 241, .94);
  color: var(--bh-ink);
  transform: rotate(2deg);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.bh-business-sticker::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 2px solid rgba(230, 0, 126, .16);
  border-radius: 16px;
  pointer-events: none;
}

.bh-business-sticker span {
  color: var(--bh-pink);
  font-family: "Blockhead", sans-serif;
  font-size: clamp(92px, 12vw, 154px);
  line-height: .74;
}

.bh-business-sticker strong { font-family: "CCMonsterMashWornW01-Rg", sans-serif; font-size: clamp(28px, 2.5vw, 40px); font-weight: 400; line-height: .95; }
.bh-business-sticker small { color: var(--bh-orange); font-family: "CCMonsterMashWornW01-Rg", sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .08em; font-size: 20px; }

.bh-business-strip {
  overflow: hidden;
  background: var(--bh-pink);
  color: #fff;
  border-top: 2px solid rgba(255,255,255,.18);
  border-bottom: 2px solid rgba(255,255,255,.18);
}

.bh-business-strip__track {
  display: flex;
  gap: 26px;
  width: max-content;
  padding: 14px 0;
  font-family: "Blockhead", sans-serif;
  font-size: clamp(32px, 5vw, 72px);
  line-height: .85;
  white-space: nowrap;
  animation: bh-business-marquee 24s linear infinite;
}

.bh-business-strip__track span { padding-left: 36px; }

.bh-business-intro {
  padding: clamp(54px, 8vw, 110px) 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(149,193,31,.18), transparent 26%),
    #fff8f1;
  color: var(--bh-ink);
}

.bh-business-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
}

.bh-business-intro h2,
.bh-business-reserve h2 { font-size: clamp(46px, 7vw, 104px); }

.bh-business-intro__copy p {
  max-width: 66ch;
  margin: 22px 0 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.2;
  color: #342820;
}

.bh-business-card {
  padding: clamp(30px, 4.2vw, 54px);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 58px rgba(18,12,10,.12);
  border: 1px solid rgba(18,12,10,.08);
}

.bh-business-card h3 {
  margin: 0 0 14px;
  font-family: "Blockhead", sans-serif;
  font-size: clamp(46px, 5.2vw, 78px);
  line-height: .9;
}

.bh-business-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bh-business-card li {
  position: relative;
  padding-left: 36px;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(26px, 2.15vw, 36px);
  line-height: 1.1;
}

.bh-business-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--bh-pink);
  box-shadow: 0 0 0 6px rgba(230,0,126,.13);
}

.bh-business-gallery {
  display: grid;
  grid-template-columns: 1.25fr .85fr;
  grid-auto-rows: minmax(250px, 34vw);
  gap: 0;
  background: #120c0a;
}

.bh-business-gallery__item {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
}

.bh-business-gallery__item--wide { grid-row: span 2; }

.bh-business-gallery__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.04);
}

.bh-business-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(0,0,0,.78));
}

.bh-business-gallery__item figcaption {
  position: absolute;
  left: clamp(18px, 3vw, 38px);
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 1;
  color: #fff;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 50px);
  line-height: 1.02;
}

.bh-business-reserve {
  padding: clamp(58px, 9vw, 130px) 0;
  background:
    linear-gradient(135deg, rgba(230,0,126,.94), rgba(18,12,10,.94)),
    #e6007e;
  color: #fff;
  text-align: center;
}

.bh-business-reserve__inner p:not(.bh-business-kicker) {
  max-width: 620px;
  margin: 22px auto 28px;
  color: rgba(255,255,255,.9);
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
}

@keyframes bh-business-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .bh-business-hero__inner,
  .bh-business-intro__grid,
  .bh-business-gallery { grid-template-columns: 1fr; }
  .bh-business-gallery__item--wide { grid-row: span 1; }
  .bh-business-hero { min-height: 0; }
  .bh-business-sticker { width: min(100%, 360px); transform: rotate(-1deg); }
}

@media (max-width: 560px) {
  .bh-business-hero-note { font-size: 20px; padding: 12px 13px; }
  .bh-business-actions { display: grid; }
  .bh-business-btn { width: 100%; }
  .bh-business-hero h1 { font-size: clamp(24px, 8.5vw, 39px); }
}
.bh-business-local {
  padding: clamp(58px, 8vw, 112px) 0;
  background: #120c0a;
  color: #fff;
}

.bh-business-local__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
}

.bh-business-local h2,
.bh-business-faq h2 {
  margin: 0;
  font-family: "Blockhead", sans-serif;
  font-size: clamp(46px, 7vw, 104px);
  line-height: .88;
  letter-spacing: 0;
}

.bh-business-local p {
  margin: 22px 0 0;
  max-width: 66ch;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1.18;
  color: rgba(255, 255, 255, .9);
}

.bh-business-facts {
  display: grid;
  gap: 18px;
  margin: 0;
}

.bh-business-facts div {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
}

.bh-business-facts dt {
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  color: var(--bh-green);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.bh-business-facts dd {
  margin: 8px 0 0;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.1;
}

.bh-business-faq {
  padding: clamp(58px, 8vw, 112px) 0;
  background: var(--bh-paper);
  color: var(--bh-ink);
}

.bh-business-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(22px, 4vw, 42px);
}

.bh-business-faq article {
  padding: clamp(20px, 3vw, 30px);
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(18, 12, 10, .08);
  box-shadow: 0 20px 48px rgba(18, 12, 10, .08);
}

.bh-business-faq h3 {
  margin: 0 0 12px;
  font-family: "Blockhead", sans-serif;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: .9;
}

.bh-business-faq p {
  margin: 0;
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.13;
  color: #342820;
}

@media (max-width: 900px) {
  .bh-business-local__grid,
  .bh-business-faq__grid { grid-template-columns: 1fr; }
}
.bh-business-hero p,
.bh-business-intro p,
.bh-business-intro strong,
.bh-business-card li,
.bh-business-local p,
.bh-business-facts dt,
.bh-business-facts dd,
.bh-business-faq p,
.bh-business-reserve__inner p {
  font-family: "CCMonsterMashWornW01-Rg", sans-serif;
  font-weight: 400;
}
/* Business Lunch detail copy uses BE HEROES Blockhead font. */
.bh-business-lead,
.bh-business-hero-note,
.bh-business-hero-note strong,
.bh-business-intro p,
.bh-business-intro strong,
.bh-business-card li,
.bh-business-local p,
.bh-business-local p strong,
.bh-business-facts dt,
.bh-business-facts dd,
.bh-business-faq p,
.bh-business-reserve__inner p,
.bh-business-reserve__inner strong {
  font-family: "Blockhead", sans-serif !important;
  font-weight: 400;
}
/* Keep the rules card readable after switching copy to Blockhead. */
.bh-business-card {
  padding: clamp(24px, 3.2vw, 42px);
}

.bh-business-card h3 {
  font-size: clamp(38px, 4.2vw, 62px);
}

.bh-business-card ul {
  gap: clamp(12px, 1.8vw, 18px);
}

.bh-business-card li {
  padding-left: clamp(28px, 3vw, 34px);
  font-size: clamp(19px, 1.55vw, 26px);
  line-height: 1.08;
}

.bh-business-card li::before {
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 5px rgba(230,0,126,.13);
}

@media (max-width: 560px) {
  .bh-business-card { padding: 24px 22px; }
  .bh-business-card h3 { font-size: clamp(34px, 11vw, 50px); }
  .bh-business-card li {
    font-size: clamp(20px, 6.1vw, 27px);
    line-height: 1.05;
  }
}

/* Headline and CTA elements use the BE HEROES Monster Mash font. */
.bh-business-hero::after,
.bh-business-hero h1,
.bh-business-sticker span,
.bh-business-intro h2,
.bh-business-card h3,
.bh-business-local h2,
.bh-business-faq h2,
.bh-business-faq h3,
.bh-business-reserve h2 {
  font-family: "CCMonsterMashWornW01-Rg", sans-serif !important;
  font-weight: 400;
}