/* Coming soon full-bleed */
body.comingsoon{
  margin:0;
  background: #0b0c10;
}

.cs{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.cs__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(1.05) contrast(1.05);
}

.cs__overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, rgba(11,12,16,.70), rgba(11,12,16,.20));
}

.cs__content{
  position: relative;
  z-index: 2;
  max-width: 1040px;
  margin: 0 auto;
  padding: 64px 20px;
}

.cs__content h1{
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 3vw + 1rem, 3.6rem);
}

.cs__content .lead{
  margin: 0 0 18px;
  color: rgba(255,255,255,.82);
  max-width: 62ch;
}

.cs__links{
  margin-top: 18px;
  color: rgba(255,255,255,.70);
}

.cs__links a{
  color: rgba(255,255,255,.82);
}
