/* Logo-only boot load until opening frames are ready */
.boot-load{
  position:fixed;inset:0;z-index:80;
  background:#07090c;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:2.4rem;
  transition:opacity .7s ease;
}
.boot-load.is-done{opacity:0;pointer-events:none}
.boot-load img{width:min(520px,62vw);height:auto;display:block}
.boot-bar{
  width:min(180px,28vw);height:1px;
  background:rgba(232,220,196,.22);
  overflow:hidden;
}
.boot-bar i{
  display:block;height:100%;width:0;
  background:#e8dcc4;
  transition:width .18s linear;
}
body:has(.boot-load:not(.is-done)) .nav,
body:has(.boot-load:not(.is-done)) .music-cue,
body:has(.boot-load:not(.is-done)) .skip-hint,
body:has(.boot-load:not(.is-done)) .film-logo{
  opacity:0 !important;
  pointer-events:none;
}
