@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  overflow-x: hidden;
  color: rgba(255, 255, 255, 1);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: rgba(50, 15, 13, 1);
}

a {
  color: inherit;
}

img {
  display: block;
}

.landing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  background: url("../image/virelia/slice-01.png") center center / cover no-repeat;
}

.site-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 8vw;
}

.brand {
  position: absolute;
  top: 1.1111111111vw;
  left: 16.6666666667%;
  display: block;
  text-decoration: none;
}

.brand img {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border-radius: 0.8333333333vw;
}

.legal-links {
  position: absolute;
  top: 1.6666666667vw;
  left: 65.9375%;
  display: flex;
  align-items: center;
  gap: 4.8958333333vw;
  font-size: 1.3541666667vw;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.legal-links a {
  text-underline-offset: 0.2083333333vw;
}

.hero-copy {
  position: absolute;
  z-index: 2;
  top: 19.2708333333vw;
  left: 16.6666666667%;
}

.hero-copy h1 {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.google-play {
  width: 22.6041666667vw;
  height: auto;
  margin-top: 2.6041666667vw;
}

.hero-phone {
  position: absolute;
  z-index: 1;
  top: 7.7604166667vw;
  left: 68.2291666667%;
  width: 21.0416666667vw;
  height: auto;
}

@media (max-width: 700px) {
  .landing {
    min-height: 930px;
    background-position: 43% center;
  }

  .site-header {
    height: 86px;
  }

  .brand {
    top: 16px;
    left: 18px;
  }

  .brand img {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .legal-links {
    top: 20px;
    right: 18px;
    left: auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    font-size: 14px;
  }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 36px);
    margin: 70px auto 0;
    text-align: center;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.2;
    white-space: normal;
  }

  .google-play {
    width: 250px;
    margin: 30px auto 0;
  }

  .hero-phone {
    top: 495px;
    left: 50%;
    width: 250px;
    max-width: 68vw;
    transform: translateX(-50%);
  }
}
