/* Keep the director scene within the same centered width as the header. */
@media (min-width:701px) {
  .fh-home.balance-v2 .hero-b .hero-copy {
    --hero-gutter:calc((100% - min(94%, var(--maxw))) / 2);
    padding-left:var(--hero-gutter);
    padding-right:calc(50% + 24px);
  }
  .fh-home.balance-v2 .hero-b .hero-cut {
    left:auto;
    right:calc((100% - min(94%, var(--maxw))) / 2);
    width:min(44vw, calc(105svh * .6), calc(var(--maxw) * .46));
    translate:none;
  }
}
