.bes-arrow {
  background-image: url(images/batsumi-arrow.webp);
  -webkit-mask: none;
  mask: none;
}

/* Inner-page fidelity fixes from the supplied reference PDF. */
.bes-hero {
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.bes-principle-copy h2,
.bes-principle-copy p {
  color: #222 !important;
}

.bes-principle-copy h3 {
  color: #9f6852 !important;
}

.bes-service-exam {
  background-position: center, center;
}

.bes-service-exam + .bes-service-copy img {
  background: #555;
  object-fit: cover;
}

.bes-terms-hero {
  background-position: center, center;
}

.bes-process-icon {
  border: 0;
  height: 145px;
  overflow: hidden;
  width: 145px;
}

.bes-process-icon img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Consistent inner-page proportions. */
.bes-about-story .bes-shell,
.bes-principle-copy .bes-shell,
.bes-legal .bes-shell {
  max-width: 1040px;
}

.bes-service-copy .bes-two-col {
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.bes-service-copy img {
  max-height: 410px;
}

.bes-process {
  padding-bottom: 62px;
  padding-top: 62px;
}

.bes-process-grid {
  gap: clamp(30px, 5vw, 70px);
}

.bes-process-grid article {
  min-width: 0;
}

.bes-process-icon {
  margin-bottom: 18px;
}

.bes-legal p {
  line-height: 1.65;
}

.bes-blog-grid {
  align-items: stretch;
}

.batsumi-built-page.single .entry-title,
.batsumi-built-page.single .post-meta {
  display: none !important;
}

.batsumi-built-page.single .et_post_meta_wrapper {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bes-blog-card {
  border-bottom: 2px solid #9f6852;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 170px;
  padding: 24px 0 28px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.bes-blog-card:hover,
.bes-blog-card:focus-visible {
  color: #c59278;
  transform: translateY(-3px);
}

.bes-blog-card h2 {
  margin: 0;
}

.bes-blog-card span {
  line-height: .8;
}

.bes-blog-card p {
  color: #aaa;
  font-size: 14px;
  grid-column: 1 / -1;
  margin: 18px 0 0;
}

.bes-article-hero {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.32)), var(--hero);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  display: flex;
  min-height: 470px;
}

.bes-article-hero p {
  color: #c59278;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.bes-article-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  margin: 18px 0 0;
  max-width: 760px;
}

.bes-article {
  background: #050505;
  padding: 75px 0;
}

.bes-article > .bes-shell {
  max-width: 860px;
}

.bes-article h2 {
  color: #c59278;
  font-size: 29px;
  margin: 44px 0 14px;
}

.bes-article p {
  color: #eee;
  font-size: 18px;
  line-height: 1.7;
}

.bes-article .bes-article-lead {
  font-size: 24px;
  line-height: 1.55;
}

.bes-article-cta {
  border-top: 1px solid #444;
  margin-top: 60px;
  padding-top: 10px;
}

@media (max-width: 900px) {
  .bes-hero {
    min-height: 470px;
  }

  .bes-hero h1 {
    font-size: 46px;
    max-width: 62%;
  }

  .bes-service-copy .bes-two-col {
    gap: 42px;
  }

  .bes-service-copy img {
    max-height: 360px;
  }

  .bes-process-grid {
    gap: 44px 54px;
  }

  .bes-process-grid article {
    max-width: 330px;
  }

  .bes-footer-grid {
    gap: 42px;
  }

  .bes-article-hero {
    min-height: 390px;
  }

  .bes-article {
    padding: 50px 0;
  }

  .bes-article h2 {
    font-size: 25px;
  }

  .bes-article p {
    font-size: 16px;
  }

  .bes-article .bes-article-lead {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .bes-home-hero {
    background-position: 60% center;
    position: relative;
  }

  .bes-home-hero::before {
    display: none;
  }

  .bes-home-hero .bes-shell {
    position: relative;
    z-index: 1;
  }

  .batsumi-built-page .entry-content .bes-home-hero h1 {
    font-size: 30px;
    line-height: 1.08;
    max-width: 82%;
    text-shadow: 0 1px 8px rgba(255,255,255,.9);
  }

  .bes-home-hero p {
    color: #8c5944;
    font-size: 16px;
    max-width: 76%;
    text-shadow: 0 1px 6px rgba(255,255,255,.8);
  }

  .bes-about-hero,
  .bes-service-exam,
  .bes-terms-hero {
    min-height: 430px;
  }

  .bes-service-exam {
    background-position: center, 62% center;
  }

  .bes-terms-hero {
    background-position: center, 68% center;
  }

  .bes-shell {
    width: calc(100% - 32px);
  }

  .bes-header {
    padding: 14px 0;
  }

  .bes-logo img {
    width: min(190px, 56vw);
  }

  .bes-hero,
  .bes-about-hero,
  .bes-service-exam,
  .bes-terms-hero {
    min-height: 410px;
  }

  .bes-hero h1 {
    font-size: clamp(32px, 9vw, 38px);
    margin-bottom: 30px;
    max-width: 82%;
  }

  .bes-hero p {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 36px;
    max-width: 76%;
  }

  .bes-about-hero {
    background-position: center, 58% center;
  }

  .bes-service-printing {
    background-position: center, 64% center;
  }

  .bes-service-shredding {
    background-position: center, 72% center;
  }

  .bes-about-story,
  .bes-principle-copy,
  .bes-service-copy,
  .bes-contact,
  .bes-legal,
  .bes-blog {
    padding-bottom: 46px;
    padding-top: 46px;
  }

  .bes-about-story h2 {
    font-size: 19px;
    line-height: 1.45;
  }

  .bes-about-story p,
  .bes-principle-copy p,
  .bes-vision p {
    font-size: 16px;
    line-height: 1.55;
  }

  .bes-principle-copy h2,
  .bes-vision h2,
  .bes-contact > div > h2 {
    font-size: 32px;
  }

  .bes-principle-copy h3 {
    font-size: 18px;
    line-height: 1.45;
  }

  .bes-service-copy .bes-two-col {
    gap: 34px;
  }

  .bes-service-copy h2 {
    font-size: 21px;
    line-height: 1.4;
  }

  .bes-service-copy img {
    max-height: 300px;
  }

  .bes-process {
    padding: 48px 0;
  }

  .bes-process h2 {
    font-size: 36px;
  }

  .bes-process-grid {
    gap: 40px;
  }

  .bes-process-grid article {
    margin: 0 auto;
    max-width: 310px;
    text-align: center;
  }

  .bes-process-icon {
    height: 132px;
    margin: 0 auto 14px;
    width: 132px;
  }

  .bes-process .bes-btn {
    font-size: 10px;
    line-height: 1.35;
    margin-top: 30px;
    max-width: 100%;
  }

  .bes-legal {
    min-height: 420px;
  }

  .bes-legal h2 {
    font-size: 30px;
  }

  .bes-footer {
    padding-top: 45px;
  }

  .bes-footer-grid {
    gap: 34px;
  }
}
