/* The scene itself supplies the quiet left title zone; do not veil it with an overlay. */
.berk-detail-hero::after { display: none; }
.berk-detail-hero__inner { text-shadow: 0 2px 8px rgba(0, 0, 0, .86); }
.berk-detail-hero__lede { color: #fff8ec; }
.berk-detail-status { background: rgba(4, 14, 23, .72); }

@media (max-width: 720px) {
  .berk-detail-hero { background-position: 62% center; }
  .berk-detail-hero__inner { background: rgba(4, 14, 23, .42); }
}
