body.splash-active{overflow:hidden}
.board-splash{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;overflow:hidden;background:#000;opacity:1;visibility:visible;transition:opacity .42s ease,visibility .42s ease}
.board-splash.is-hiding{opacity:0;visibility:hidden;pointer-events:none}
.board-splash__video{position:absolute;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%,-50%);object-fit:contain;background:#000;display:block!important}
.board-splash__content{position:absolute;z-index:3;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:0 24px 8vh;box-sizing:border-box;text-align:center;color:#f3d39a;text-shadow:0 2px 24px #000;overflow:hidden}
.board-splash__brand{display:block;max-width:100%;box-sizing:border-box;padding:0 12px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,10vw,70px);line-height:1;letter-spacing:.08em;font-weight:700;color:#f3d39a;white-space:nowrap}
.board-splash__eyebrow,.board-splash__motto,.board-splash__loading,.board-splash__track,.board-splash__hint,.board-splash__bolt{display:none!important}
@media(max-width:540px){.board-splash__brand{font-size:clamp(30px,9.5vw,52px);letter-spacing:.06em;padding:0 8px}}
