body.page-template-single-sushi {
  --bh-bg: #f8efe5;
  --bh-ink: #1b1613;
  --bh-primary: #e6007e;
  --bh-secondary: #f39200;
  --bh-accent: #95c11f;
  --bh-card: #fff7f2;
  --bh-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  --bh-radius: 22px;
  --bh-gap: clamp(14px, 2vw, 22px);
  --bh-ease: cubic-bezier(0.16, 0.8, 0.2, 1);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.7), transparent 55%),
    linear-gradient(180deg, #fdf5ef 0%, #f8efe5 55%, #f2e6dc 100%);
  color: var(--bh-ink);
}

body.page-template-single-sushi #page {
  background: transparent;
}

body.page-template-single-sushi .site-main.sushi {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: clamp(40px, 8vw, 120px);
}

body.page-template-single-sushi .sushi p,
body.page-template-single-sushi .sushi a,
body.page-template-single-sushi .sushi span,
body.page-template-single-sushi .sushi li {
  font-family: "Blockhead", sans-serif;
}

.sushi .first-section {
  width: 100%;
  margin: 0;
}

.sushi .cool-box.box-big {
  padding: clamp(36px, 6vw, 60px);
  background-size: cover;
  background-position: center;
}

.beheroes-sushi__intro,
.beheroes-sushi__details {
  display: grid;
  gap: 12px;
}

.sushi h1 {
  color: #fff;
  font-size: clamp(34px, 4.6vw, 64px);
  max-width: 820px;
  line-height: 1.1;
  margin-bottom: 28px;
}

.sushi h2 {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 34px);
  margin-bottom: 24px;
  max-width: 80%;
}

.sushi p {
  color: #fff;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 22px;
  max-width: 820px;
}

.sushi .links {
  margin-top: 12px;
}

.beheroes-sushi__cta {
  width: 100%;
  margin: 0 auto;
}

body.page-template-single-sushi .beheroes-business-lunch {
  width: 100%;
  margin: 0;
}

body.page-template-single-sushi .beheroes-business-lunch__inner {
  border-radius: 0;
}

.beheroes-sushi__gallery {
  margin: 0 auto;
}

body.page-template-single-sushi .beheroes-marquee {
  background: #120c0a;
}

body.page-template-single-sushi .beheroes-marquee__track {
  font-family: "Blockhead", sans-serif;
  font-size: clamp(38px, 6vw, 60px);
}

body.page-template-single-sushi .beheroes-instagram-feed__header h2 {
  display: none;
}

body.page-template-single-sushi #sushi-gallery .beheroes-instagram-feed__eyebrow {
  display: none;
}

body.page-template-single-sushi #sushi-gallery.beheroes-instagram-feed {
  background: #e6007e;
}

body.page-template-single-sushi #sushi-gallery .beheroes-instagram-feed__tile img,
body.page-template-single-sushi #sushi-gallery .beheroes-instagram-feed__fallback-shot img {
  transform: scale(1.32);
  transform-origin: center;
  object-position: center;
}

body.page-template-single-sushi #sushi-gallery .beheroes-instagram-feed__tile:hover img,
body.page-template-single-sushi #sushi-gallery .beheroes-instagram-feed__tile:focus-within img {
  transform: scale(1.36);
}

.beheroes-sushi__reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s var(--bh-ease), transform 0.6s var(--bh-ease);
}

.beheroes-sushi__reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .sushi .cool-box.box-big {
    padding: 32px 7%;
  }
}
