.sisleyum {
  position: relative;
}

/* .sp-header {
    --textColor: #fff;
    --backgroundColor: transparent
} */

body {
  overflow-x: hidden;
  scrollbar-gutter: stable;
  padding-top: 0 !important;
  overflow-y: auto !important;
}

.sisleyum * {
  box-sizing: border-box;
}

.sisleyum-screen {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  container-type: inline-size;
  --RATIO: calc(100% / 810);
  --RATIO: calc(100cqh / 810);
  --COLOR: #000;
  /*scroll-snap-align: start;*/
}

.sisleyum-screen[data-theme="dark"] {
  --COLOR: #fff;
}

.freecaster-player {
  height: 100%;
}

/************************************************/

.sisleyum-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sisleyum-header__content {
  text-align: center;
  color: #fff;
  gap: calc(24 * var(--RATIO));
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.sisleyum-header__tag {
  margin: 0;
  color: var(--COLOR);
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 9px;
}

.sisleyum-header__title {
  margin: 0;
  color: var(--COLOR);
  font-size: 58px;
  line-height: 77px;
  font-family: eurostile-extended, sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sisleyum-header__title strong {
  font-size: 100px;
  line-height: 122px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: -0.1em;
}

.sisleyum-header__text {
  margin: 0;
  color: var(--COLOR);
  font-family: "Roboto";
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.13em;
}

.sisleyum-header__text em {
  display: block;
  font-family: "Roboto Italic";
}

.sisleyum-header__teaser {
  margin: 0;
  padding: 0;
  z-index: 2;
  color: var(--COLOR);
  font-family: "Roboto";
  /* font-size: calc(14 * var(--RATIO));
  line-height: calc(20 * var(--RATIO)); */
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  position: absolute;
  bottom: calc(55px + 100vh - 100svh);
  background-color: transparent;
  border: 0px solid;
  display: flex;
  align-items: center;
  /* gap: calc(8 * var(--RATIO)); */
  gap: 10px;
  cursor: pointer;
}

.sisleyum-header__teaser::after {
  content: " ";
  display: block;
  background-image: url(../assets/arrow-down.svg);
  width: calc(20 * var(--RATIO));
  height: calc(20 * var(--RATIO));
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sisleyum-header__video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}


@media (max-width: 1023px) {
  .sisleyum-screen {
    --RATIO: calc(100% / 768);
    --RATIO: calc(100cqw / 768);
  }

  .sisleyum-header__content {
    gap: calc(26 * var(--RATIO));
    padding: 0 calc(73 * var(--RATIO));
  }

  .sisleyum-header__tag {
    font-size: calc(27 * var(--RATIO));
    line-height: calc(36 * var(--RATIO));
    letter-spacing: calc(9 * var(--RATIO));
  }

  .sisleyum-header__title {
    font-size: calc(33 * var(--RATIO));
    line-height: calc(47 * var(--RATIO));
  }

  .sisleyum-header__title strong {
    font-size: calc(48 * var(--RATIO));
    line-height: calc(62 * var(--RATIO));
  }

  .sisleyum-header__text {
    font-size: calc(24 * var(--RATIO));
    line-height: calc(36 * var(--RATIO));
  }

  .sisleyum-header__teaser {
    font-size: calc(19 * var(--RATIO));
    line-height: calc(27 * var(--RATIO));
    bottom: calc(40 * var(--RATIO));
    gap: calc(8 * var(--RATIO));
  }

  .sisleyum-header__teaser::after {
    width: calc(20 * var(--RATIO));
    height: calc(20 * var(--RATIO));
  }
}

@media (max-width: 761px) {
  .sisleyum-screen {
    --RATIO: calc(100cqw / 375);
  }

  .sisleyum-header__content {
    gap: calc(20 * var(--RATIO));
    padding: 0 calc(24 * var(--RATIO));
  }

  .sisleyum-header__tag {
    font-size: calc(20 * var(--RATIO));
    line-height: calc(26 * var(--RATIO));
    letter-spacing: calc(7 * var(--RATIO));
  }

  .sisleyum-header__title {
    font-size: calc(24 * var(--RATIO));
    line-height: calc(34 * var(--RATIO));
  }

  .sisleyum-header__title strong {
    font-size: calc(35 * var(--RATIO));
    line-height: calc(45 * var(--RATIO));
  }

  .sisleyum-header__text {
    font-size: calc(18 * var(--RATIO));
    line-height: calc(26 * var(--RATIO));
  }

  .sisleyum-header__teaser {
    font-size: calc(14 * var(--RATIO));
    line-height: calc(20 * var(--RATIO));
    bottom: calc(24 * var(--RATIO));
    gap: calc(8 * var(--RATIO));
  }

  .sisleyum-header__teaser::after {
    width: calc(20 * var(--RATIO));
    height: calc(20 * var(--RATIO));
  }
}
