.under-construction{align-items:flex-end;background-color:var(--color-background);display:flex;height:100dvh;justify-content:center;overflow:hidden;position:relative;width:100vw}.under-construction__bg{height:100dvh;left:0;-o-object-fit:cover;object-fit:cover;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100vw}.under-construction__bg.is-visible{opacity:1;transition:opacity 1s ease-in-out,z-index 0s;z-index:2}.under-construction__bg.is-hidden{opacity:0;transition:opacity 1s ease-in-out,z-index 0s linear 1s;z-index:1}.under-construction__content{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding-bottom:40px;position:relative;z-index:2}.under-construction__content:before{background-image:url(../images/splash.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:200%;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:200%}.under-construction__content h1,.under-construction__content p{line-height:1;z-index:1}.under-construction__content h1{color:var(--color-4);font-size:clamp(60px,10vw,110px);font-weight:900;letter-spacing:-1px}.under-construction__content p{color:var(--color-1);font-size:clamp(30px,5vw,60px);font-weight:300}@keyframes fade-in-bg{0%{opacity:0}to{opacity:1}}
