/* Crave Inc. Office / Cube Scene Preloader · v3.0 */
.crave-scene-preloader{
  position:fixed;
  inset:0;
  z-index:2147483600;
  display:grid;
  place-items:center;
  padding:24px;
  overflow:hidden;
  color:#f7ead7;
  background:
    radial-gradient(circle at 50% 24%,rgba(164,40,29,.22),transparent 34%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.014) 0 1px,transparent 1px 13px),
    linear-gradient(145deg,#1c110d,#070504 70%);
  opacity:1;
  visibility:visible;
  transition:opacity .32s ease,visibility 0s linear .32s;
  font-family:"Trebuchet MS",Arial,sans-serif;
}
.crave-scene-preloader::before{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(235,197,122,.14);
  border-radius:20px;
  pointer-events:none;
}
.crave-scene-preloader.is-complete{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.crave-scene-preloader-card{
  position:relative;
  width:min(390px,100%);
  padding:28px 26px 25px;
  text-align:center;
  border:1px solid rgba(235,197,122,.38);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(52,31,22,.94),rgba(15,10,8,.97));
  box-shadow:0 26px 70px rgba(0,0,0,.62),inset 0 1px rgba(255,255,255,.055);
}
.crave-scene-preloader-brand{
  color:#f6d98e;
  font:700 clamp(28px,8vw,42px)/.88 Georgia,serif;
  letter-spacing:.015em;
  text-shadow:0 3px 16px rgba(0,0,0,.5);
}
.crave-scene-preloader-brand small{
  display:block;
  margin-top:10px;
  color:#a99577;
  font:900 9px/1.2 "Trebuchet MS",Arial,sans-serif;
  letter-spacing:.24em;
}
.crave-scene-preloader-title{
  margin:25px 0 7px;
  color:#fff4e2;
  font-size:12px;
  font-weight:1000;
  letter-spacing:.15em;
}
.crave-scene-preloader-status{
  min-height:16px;
  margin:0 0 14px;
  color:#bfae94;
  font-size:10px;
  font-weight:900;
  letter-spacing:.09em;
}
.crave-scene-preloader-track{
  position:relative;
  height:8px;
  overflow:hidden;
  border:1px solid rgba(246,217,142,.28);
  border-radius:999px;
  background:#090604;
  box-shadow:inset 0 2px 5px rgba(0,0,0,.65);
}
.crave-scene-preloader-fill{
  width:8%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#8f251d,#d8a84e 72%,#f6d98e);
  box-shadow:0 0 13px rgba(216,168,78,.45);
  transition:width .2s ease;
}
.crave-scene-preloader-counter{
  display:block;
  margin-top:9px;
  color:#806e59;
  font-size:9px;
  font-weight:1000;
  letter-spacing:.16em;
}
html.crave-scene-preloading .crave-custom-sprite-motion{
  animation-play-state:paused!important;
}
@media(prefers-reduced-motion:reduce){
  .crave-scene-preloader,.crave-scene-preloader-fill{transition:none}
}
