/* Home hero 057: remove the false letterbox and keep account access last. */
@media (min-width:901px) {
  body[data-surface="home"] .console-stage:has(.player-column) .scene-image {
    left:clamp(260px,31vw,500px);
    right:clamp(150px,14vw,210px);
    top:0;
    width:auto;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:68% 50%;
    mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 94%,transparent 100%);
  }
}
@media (max-width:900px) {
  body[data-surface="home"] .console-stage:has(.player-column) .scene-image {
    object-fit:cover;
  }
}
