@font-face {
  font-family: "Ryselist Sans Flex";
  src: url("/coming-soon/google-sans-flex.woff2") format("woff2");
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
}

@font-face {
  font-family: "Ryselist Sans Code";
  src: url("/coming-soon/google-sans-code.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: #000;
}

.page,
.page * {
  box-sizing: border-box;
}

.page {
  min-height: 100vh;
  background: #000;
  color: #fff;
  font-family: "Ryselist Sans Flex", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.main {
  position: relative;
  overflow: clip;
}

.comingSoonSection {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  overflow: clip;
}

.circleComponent {
  position: sticky;
  top: 0;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
}

.comingSoonGrid {
  display: grid;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: 24px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-auto-columns: 1fr;
  gap: 16px;
}

.circleContainer,
.innerCircleContainer {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

.circleWrapper,
.innerCircleWrapper {
  position: relative;
  z-index: 2;
  mix-blend-mode: difference;
  transform: scale(1.4);
}

.circleBlock,
.innerCircleBlock {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: transform;
}

.circleBlock {
  animation: outerRotation 45s linear infinite;
}

.innerCircleBlock {
  animation: innerRotation 45s linear infinite;
}

.circleItem {
  position: absolute;
  width: 4.5rem;
  height: 18rem;
  border-radius: 100%;
  perspective: 1000px;
}

.circleImageItem {
  position: absolute;
  top: -125%;
  left: 0;
  width: 4.5rem;
  height: 5rem;
}

.circleImage,
.cardImage {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.circleImage {
  border-radius: 10px;
}

.innerCircleItem {
  position: absolute;
  width: 3.5rem;
  height: 12rem;
  border-radius: 100%;
  perspective: 1000px;
}

.innerCircleImageItem {
  position: absolute;
  top: -100%;
  left: 0;
  width: 3.5rem;
  height: 4rem;
}

.cardImage {
  border-radius: 8px;
}

.headerContentWrap {
  position: relative;
  z-index: 5;
  display: flex;
  grid-area: 1 / 1 / 7 / 7;
  align-items: center;
  justify-content: center;
}

.headerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.subtitle {
  color: #a7a7a7;
  font-family: "Ryselist Sans Code", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}

.title {
  position: relative;
  top: -8px;
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.title span {
  color: #808080;
}

.headerDescription {
  width: 100%;
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.comingSoonForm {
  position: relative;
  bottom: -2rem;
  display: flex;
  width: 100%;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.comingSoonWrapper {
  display: flex;
  width: 20rem;
  max-width: 20rem;
  margin: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.formInputWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.formLabel {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.spacerSmall,
.spacerXsmall {
  width: 100%;
  flex: none;
}

.spacerSmall {
  padding-top: 1rem;
}

.spacerXsmall {
  padding-top: 0.5rem;
}

.formInput {
  display: block;
  width: 100%;
  min-height: 3rem;
  margin: 0 0 10px;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 100px;
  outline: 0;
  background: #313131;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 20px;
  transition: border-color 350ms ease;
}

.formInput::placeholder {
  color: #8a8a8a;
}

.formInput:hover,
.formInput:active {
  border-color: #808080;
}

.formInput:focus {
  border-color: #acacac;
}

.subscribeButton {
  display: block;
  width: 100%;
  min-height: 62px;
  padding: 1.125rem 1.5rem;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 100px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: "Ryselist Sans Flex", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  transition: border-color 350ms ease;
}

.subscribeButton:hover,
.subscribeButton:focus-visible {
  border-color: #808080;
}

.successMessage {
  width: 20rem;
  border-radius: 0.5rem;
  background: #cef5ca;
  color: #114e0b;
  padding: 1.25rem;
  text-align: center;
}

.headerBackground {
  display: block;
  width: 900px;
  max-width: 100%;
  height: auto;
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

.headerOverlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 150%;
  background: rgb(0 0 0 / 50%);
  pointer-events: none;
}

@keyframes outerRotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes innerRotation {
  to {
    transform: rotate(-360deg);
  }
}

@media (min-width: 1440px) {
  .innerCircleImageItem {
    width: 4rem;
    height: 4.5rem;
  }

  .innerCircleItem {
    width: 4rem;
  }

  .circleImageItem {
    width: 5rem;
    height: 5.5rem;
  }

  .circleItem {
    width: 5rem;
  }

  .circleWrapper,
  .innerCircleWrapper {
    transform: scale(1.5);
  }
}

@media (max-width: 991px) {
  .circleWrapper,
  .innerCircleWrapper {
    transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .circleWrapper,
  .innerCircleWrapper {
    transform: scale(0.8);
  }

  .title {
    font-size: 2.25rem;
  }

  .headerDescription {
    max-width: 18rem;
  }

  .comingSoonGrid {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .comingSoonForm {
    bottom: 0;
  }
}

@media (max-width: 479px) {
  .circleWrapper,
  .innerCircleWrapper {
    transform: scale(0.6);
  }

  .headerContent {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .comingSoonForm {
    bottom: 0;
  }

  .comingSoonWrapper {
    width: 100%;
    max-width: none;
  }

  .comingSoonGrid {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
  }

  .successMessage {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .circleBlock,
  .innerCircleBlock {
    animation-play-state: paused;
  }
}
