@font-face {
  font-family: "Proxima";
  src: url(./fonts/ProximaNova-Regular.ttf);
  font-weight: 400;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #151515;
  font-family: Proxima, Inter, sans-serif;
}

* {
  box-sizing: border-box;
}

.page {
  background-color: #151515;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1080;
  padding-left: 13vw;
  padding-right: 13vw;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .page {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#page-0 {
  background-image: url(./images/page-0.png);
  padding-left: 13vw;
  padding-right: 13vw;
}

#page-1 {
  background-image: url(./images/page-1.png);
  align-items: end;
}

#page-2 {
  background-image: url(./images/page-2.png);
}

#page-3 {
  background-image: url(./images/page-3.png);
}

.spacer {
  flex-grow: 1;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.button {
  display: inline-flex;
  padding: 22px 45px;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  background: none;
  border-image: linear-gradient(
    188deg,
    rgba(108, 108, 108, 0.9) -238.46%,
    rgba(255, 255, 255, 0.95) -191.65%,
    rgba(92, 92, 92, 0.95) -117.45%,
    rgba(255, 255, 255, 0.95) -52.96%,
    rgba(92, 92, 92, 0.9) 5.1%,
    rgba(255, 255, 255, 0.95) 84.26%,
    rgba(85, 85, 85, 0.95) 156.06%
  );
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  transition: all ease-in-out 500ms;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767px) {
  .button {
    padding: 7.568px 15.48px;
    font-size: 6.88px;
  }
}

.button:focus {
  outline: none;
}

.button:hover {
  background-image: linear-gradient(
    188deg,
    rgba(108, 108, 108, 0.9) -238.46%,
    rgba(255, 255, 255, 0.95) -191.65%,
    rgba(92, 92, 92, 0.95) -117.45%,
    rgba(255, 255, 255, 0.95) -52.96%,
    rgba(92, 92, 92, 0.9) 5.1%,
    rgba(255, 255, 255, 0.95) 84.26%,
    rgba(85, 85, 85, 0.95) 156.06%
  );
  color: #151515;
}

.button:active {
  opacity: 0.6;
}

#header {
  padding-top: 71px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  #header {
    padding-top: 24px;
  }
}

#header-logo {
  height: 50px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  #header-logo {
    height: 18px;
    flex-shrink: 0;
  }
}

#page-0 p {
  color: #fff;
  font-family: Proxima;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 27vw;
  flex-shrink: 0;
  position: relative;
  margin: 0;
}

#page-0 p::after {
  content: "";
  display: block;
  width: 117.727px;
  height: 111px;
  background-image: url(./images/arrow-right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -140px;
  top: 10px;
}

@media (max-width: 767px) {
  #page-0 p {
    font-size: 11px;
    letter-spacing: 2.2px;
  }

  #page-0 p::after {
    width: 30.714px;
    height: 28.959px;
    right: -40px;
    top: 34px;
  }
}

#page-1 h2 {
  color: #fff;
  text-align: right;
  font-family: Proxima;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 26vw;
  margin: 0;
  margin-bottom: 36px;
  position: relative;
}

#page-1 h2::after {
  content: "";
  display: block;
  width: 117.727px;
  height: 111px;
  background-image: url(./images/arrow-left.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -140px;
  top: 0px;
}

#page-1 p {
  color: #fff;
  text-align: right;
  font-family: Proxima;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  letter-spacing: 2px;
  width: 24vw;
  margin: 0;
}

@media (max-width: 767px) {
  #page-1 h2 {
    font-size: 11px;
    letter-spacing: 2.2px;
  }

  #page-1 p {
    font-size: 9px;
    line-height: 9.343px; /* 103.815% */
    letter-spacing: 0.9px;
  }

  #page-1 h2::after {
    width: 30.714px;
    height: 28.959px;
    left: -40px;
  }
}

#page-2 h2 {
  background: linear-gradient(
    212deg,
    #9f9f9f 40.21%,
    #f4f4f4 58.77%,
    rgba(159, 159, 159, 0.95) 80.83%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Proxima;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: 4vh; /* 150% */
  letter-spacing: 6px;
}

#page-2 h3 {
  color: #fff;
  text-align: center;
  font-family: Proxima;
  font-size: 11vh;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 200px;
  margin: 0;
  position: relative;
}

#page-2 h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 6vh;
  left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-image: linear-gradient(
    136deg,
    #555 15.72%,
    rgba(193, 193, 193, 0.95) 50.3%,
    #555 91.38%
  );
}

#page-2 > .column > p {
  color: #fff;
  text-align: center;
  font-family: Proxima;
  font-size: 2vh;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#page-2 .row p {
  color: #fff;
  text-align: center;
  font-family: Proxima;
  font-size: 3vh;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

#page-2 {
  padding-top: 9vh;
  padding-bottom: 7vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  aspect-ratio: 1920/1195;
}

#page-2 > .column {
  flex-grow: 1;
  background-image: url(./images/page-2-block.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-right: 4vw;
  padding-bottom: 2vh;
}

#page-2 > .column > p {
  padding-left: 9vw;
}

@media (max-width: 767px) {
  #page-2 {
    padding-top: 24px;
    padding-bottom: 24px;
    aspect-ratio: 462/414;
  }

  #page-2 h2 {
    font-size: 11px;
    font-weight: 400;
    line-height: 11.74px; /* 106.727% */
    letter-spacing: 2.2px;
  }

  #page-2 > .column {
    padding-right: 24px;
    padding-bottom: 24px;
    background-image: url(./images/page-2-block-mobile.png);
    background-size: 100% 100%;
  }

  #page-2 > .column > p {
    padding-left: 46px;
    font-size: 9px;
    line-height: normal;
    text-align: left;
    margin: 0;
  }

  #page-2 .row p {
    font-size: 9.999px;
    line-height: normal;
  }

  #page-2 h3 {
    font-size: 39.995px;
    line-height: normal;
    width: 60px;
  }

  #page-2 h3::after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: -4px;
    width: 7.499px;
    height: 7.499px;
  }
}

#page-3 .column {
  width: 37vw;
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 712px;
  opacity: 0.7;
  background: linear-gradient(
    136deg,
    #555 15.72%,
    rgba(155, 155, 155, 0.95) 50.3%,
    #555 91.38%
  );
  padding-left: 6vw;
  padding-right: 6vw;
  align-items: center;
}

#page-3 h2 {
  color: #fff;
  text-align: center;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 3.2vw;
}

#page-3 p {
  color: #fff;
  text-align: center;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2.2vw;
}

#page-3 .row {
  position: relative;
}

#page-3 .column img {
  content: "";
  display: block;
  position: absolute;
  width: 48vw;
  aspect-ratio: 942 / 879;
  right: -3vw;
  top: -2.5vw;
}

#page-3 .button {
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  #page-3 h2 {
    font-size: 14px;
    letter-spacing: 2.8px;
  }

  #page-3 p {
    font-size: 9px;
  }

  #page-3 .column {
    width: 185.753px;
    height: 185.753px;
  }

  #page-3 .column img {
    width: 245.757px;
    height: 229.321px;
    object-fit: contain;
  }
}

#preorder {
  display: none;
  background: rgb(37 37 37 / 80%);

  backdrop-filter: blur(5px);

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

#preorder:target {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}

#dialog {
  border-image: linear-gradient(
    188deg,
    rgba(108, 108, 108, 0.9) -238.46%,
    rgba(255, 255, 255, 0.95) -191.65%,
    rgba(92, 92, 92, 0.95) -117.45%,
    rgba(255, 255, 255, 0.95) -52.96%,
    rgba(92, 92, 92, 0.9) 5.1%,
    rgba(255, 255, 255, 0.95) 84.26%,
    rgba(85, 85, 85, 0.95) 156.06%
  );
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  gap: 60px;

  background-color: #111111;
  background-image: url(./images/dialog.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  padding: 7vmin 0;
  min-width: 300px;
  width: 70vw;
  position: relative;
}

#dialog h2 {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
}

input {
  background: #212121;
  border-image: linear-gradient(
    188deg,
    rgba(108, 108, 108, 0.9) -238.46%,
    rgba(255, 255, 255, 0.95) -191.65%,
    rgba(92, 92, 92, 0.95) -117.45%,
    rgba(255, 255, 255, 0.95) -52.96%,
    rgba(92, 92, 92, 0.9) 5.1%,
    rgba(255, 255, 255, 0.95) 84.26%,
    rgba(85, 85, 85, 0.95) 156.06%
  );
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;

  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4px;
  text-transform: uppercase;

  padding: 21px;

  min-width: 200px;
  width: 50vw;
}

input:focus {
  outline: none;
}

#dialog p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#dialog a {
  color: #fff;
}

#dialog-close {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: absolute;
  right: -80px;
  top: -80px;
  background-image: url(./images/dialog-close.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 134px;
  align-items: center;
  justify-content: space-around;
}

.footer-link {
  color: #9f9f9f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.footer-link > img {
  width: 100%;
  height: 100%;
}

#logo-1 {
  width: 186.718px;
  height: 35.522px;
}

#logo-2 {
  width: 234px;
  height: 52px;
}

@media (max-width: 767px) {
  #logo-1 {
    width: 110.357px;
    height: 20.995px;
  }

  #logo-2 {
    width: 138.303px;
    height: 30.734px;
  }

  .footer-link {
    color: #9f9f9f;
    text-align: center;
    font-size: 11.821px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
  }
}
