/* Four portrait rows arrive from alternating edges, one row at a time. */
.hero-bb .bb-tile{--film-enter:-105vw;left:calc(-3vw + var(--film-col) * 18vw);top:calc(4svh + var(--film-row) * 21svh);width:17vw;max-width:none;height:19.5svh;aspect-ratio:auto!important;transform:translateX(var(--film-enter));clip-path:inset(0);transition:opacity .15s,transform .9s cubic-bezier(.16,1,.3,1)}
.hero-bb .bb-tile[data-film-direction="right"]{--film-enter:105vw}
.hero-bb .bb-tile.is-on{transform:translateX(0);clip-path:inset(0)}
.hero-bb .bb-tile.is-bloom{animation:introPhotoCut .55s ease-out}
@media(max-width:820px){.hero-bb .bb-tile{left:calc(3vw + var(--film-col) * 32vw);top:calc(5svh + var(--film-row) * 21svh);width:30vw;max-width:none;height:19.5svh}}
@media(prefers-reduced-motion:reduce){.hero-bb .bb-tile{transition:none!important;animation:none!important}}
