:root{
  --opening-cream:#e3ded6;
  --opening-ink:#231f20;
  --opening-red:#d9252a;
}

body.opening-preview{
  --opening-ticker-height:96px;
}

body.opening-preview .preview-bar{
  display:none;
}

body.opening-preview main>.ingredient-band~*,
body.opening-preview .mobile-menu-toggle{
  display:none!important;
}

body.opening-preview .site-header nav{
  pointer-events:none;
}

body.opening-preview .hero{
  width:100%;
  height:calc(100svh - var(--opening-ticker-height));
  min-height:0;
  max-height:none;
  aspect-ratio:auto;
}

body.opening-preview .opening-gate{
  height:100%;
  min-height:0;
  max-height:none;
  aspect-ratio:auto;
}

body.opening-preview .hero-copy,
body.opening-preview .mobile-hero-actions{
  visibility:hidden;
  pointer-events:none;
}

.opening-gate{
  position:absolute;
  inset:0;
  z-index:4;
  display:grid;
  place-items:center;
  min-height:620px;
  height:78vh;
  max-height:950px;
  padding:clamp(118px,10vw,180px) 24px 46px;
  pointer-events:none;
}

.opening-card{
  width:min(470px,calc(100vw - 40px));
  padding:clamp(26px,3.5vw,42px) clamp(24px,4vw,42px) clamp(24px,3vw,36px);
  border:1px solid rgba(227,222,214,.72);
  border-radius:22px;
  background:rgba(35,31,32,.94);
  color:var(--opening-cream);
  text-align:center;
  box-shadow:0 24px 80px rgba(0,0,0,.38);
  pointer-events:auto;
}

.opening-logo{
  position:relative;
  width:min(205px,62%);
  aspect-ratio:469/307;
  margin:0 auto 14px;
  overflow:hidden;
}

.opening-logo img{
  position:absolute;
  left:-162.473348%;
  top:-36.156352%;
  width:426.439232%;
  max-width:none;
  height:auto;
}

.opening-kicker,
.opening-rewards,
.opening-fineprint{
  margin:0;
}

.opening-kicker{
  color:var(--opening-cream);
  font-size:11px;
  font-weight:700;
  letter-spacing:.2em;
  line-height:1.2;
  text-transform:uppercase;
}

.opening-card h1{
  margin:10px 0 0;
  color:var(--opening-cream);
  font-family:var(--display);
  font-size:clamp(38px,5.5vw,62px);
  font-weight:400;
  letter-spacing:-.035em;
  line-height:.95;
  text-transform:uppercase;
}

.opening-card h1 strong{
  color:var(--opening-red);
  font:inherit;
}

.opening-rule{
  display:block;
  width:64px;
  height:4px;
  margin:20px auto 18px;
  background:var(--opening-red);
}

.opening-rewards{
  font-family:var(--display);
  font-size:clamp(18px,2.3vw,25px);
  line-height:1.15;
  text-transform:uppercase;
}

.opening-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:20px;
}

.opening-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:210px;
  min-height:52px;
  margin-top:0;
  padding:14px 28px;
  border:2px solid var(--opening-red);
  border-radius:7px;
  background:var(--opening-red);
  color:#fff;
  font-size:15px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.2;
  text-decoration:none;
  text-transform:uppercase;
  transition:background-color .18s ease,color .18s ease,transform .18s ease;
  touch-action:manipulation;
}

.opening-button.team-button{
  border-color:var(--opening-cream);
  background:transparent;
  color:var(--opening-cream);
}

.opening-button.team-button:hover{
  border-color:var(--opening-red);
  background:var(--opening-red);
  color:#fff;
}

.opening-button:hover{
  background:var(--opening-cream);
  color:var(--opening-ink);
  transform:translateY(-2px);
}

.opening-button:focus-visible{
  outline:3px solid #fff;
  outline-offset:5px;
}

.opening-fineprint{
  margin-top:13px;
  color:rgba(227,222,214,.78);
  font:11px/1.4 Arial,sans-serif;
}

body.opening-preview a[aria-disabled="true"]{
  cursor:default;
}

body.opening-preview .ingredient-band{
  display:block;
  height:var(--opening-ticker-height);
  min-height:var(--opening-ticker-height);
  justify-content:initial;
  gap:0;
  padding:0;
  overflow:hidden;
}

.ingredient-track{
  display:flex;
  align-items:center;
  width:max-content;
  height:100%;
  animation:ingredient-scroll 52s linear infinite;
  will-change:transform;
}

.ingredient-group{
  display:flex;
  flex:none;
  align-items:center;
  justify-content:space-around;
  gap:clamp(22px,2.1vw,42px);
  min-width:100vw;
  height:100%;
  padding:0 clamp(22px,2.1vw,42px);
  white-space:nowrap;
}

.ingredient-group span,
.ingredient-group b{
  flex:none;
}

@keyframes ingredient-scroll{
  to{transform:translateX(-50%)}
}

@media(min-width:701px){
  .opening-gate{
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:1920/992;
    padding:9.5vw 24px 2.4vw;
  }
}

@media(min-width:701px) and (max-width:1439px){
  body.opening-preview .hero{
    min-height:720px;
    aspect-ratio:auto;
  }

  .opening-gate{
    width:100%;
    height:720px;
    aspect-ratio:auto;
    padding:104px 24px 24px;
  }
}

@media(max-width:700px){
  body.opening-preview{
    --opening-ticker-height:62px;
  }

  .opening-gate{
    min-height:0;
    height:auto;
    max-height:none;
    aspect-ratio:402/482;
    padding:18vw 16px 6vw;
  }

  .opening-card{
    width:min(365px,calc(100vw - 32px));
    padding:14px 18px 13px;
    border-radius:18px;
  }

  .opening-logo{
    width:min(120px,40%);
    margin-bottom:5px;
  }

  .opening-card h1{
    margin-top:5px;
    font-size:clamp(31px,9.5vw,43px);
  }

  .opening-rule{
    margin:9px auto 9px;
  }

  .opening-rewards{
    font-size:clamp(16px,5vw,21px);
  }

  .opening-actions{
    gap:8px;
    margin-top:10px;
  }

  .opening-button{
    min-height:44px;
    padding:10px 22px;
    font-size:13px;
  }

  .opening-fineprint{
    margin-top:6px;
  }
}

@media(prefers-reduced-motion:reduce){
  .opening-button{
    transition:none;
  }

  .opening-button:hover{
    transform:none;
  }

  body.opening-preview .ingredient-band{
    overflow-x:auto;
  }

  .ingredient-track{
    animation:none;
    transform:none;
    will-change:auto;
  }

  .ingredient-group[aria-hidden="true"]{
    display:none;
  }
}
