.braink-face {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: 100vh;
  overflow: hidden;
  background: #000000;
}
.braink-face #braink-face-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.braink-face__plane {
  position: relative;
  inset: 0;
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 1.5rem;
  text-align: center;
}
.braink-face__plane img {
  display: none;
}
.braink-face__plane .title {
  font-family: "Space Mono", monospace;
  font-size: 50px;
  line-height: 55px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (min-width: 768px) {
  .braink-face__plane .title {
    font-size: 56px;
    line-height: 61.6px;
  }
}
@media (min-width: 1024px) {
  .braink-face__plane .title {
    font-size: 10vw;
    line-height: 11vw;
  }
}
@media (min-width: 1440px) {
  .braink-face__plane .title {
    font-size: 10vw;
    line-height: 11vw;
  }
}
.braink-face__plane .title {
  font-family: "Space Grotesk", sans-serif;
  text-wrap: balance;
  text-transform: uppercase;
  letter-spacing: -0.1em;
  -webkit-background-clip: text;
  text-shadow: 0 0px clamp(4px, 0.5vw, 0.5vw) rgba(0, 0, 0, 0.25);
}
.braink-face__plane .text {
  font-family: "Space Mono", monospace;
  font-size: 25px;
  line-height: 32.5px;
  color: #FFFFFF;
  font-weight: 600;
}
@media (min-width: 768px) {
  .braink-face__plane .text {
    font-size: 28px;
    line-height: 36.4px;
  }
}
@media (min-width: 1024px) {
  .braink-face__plane .text {
    font-size: 1.2vw;
    line-height: 1.56vw;
  }
}
@media (min-width: 1440px) {
  .braink-face__plane .text {
    font-size: 1.2vw;
    line-height: 1.56vw;
  }
}
.braink-face__plane .text {
  text-transform: uppercase;
  margin-top: 4vw;
  padding: 1.5vw;
  background: rgba(0, 0, 0, 0.55);
}
.braink-face__gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.94)), color-stop(28%, rgba(0, 0, 0, 0.54)), color-stop(62%, rgba(0, 0, 0, 0.18)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.54) 28%, rgba(0, 0, 0, 0.18) 62%, transparent 100%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .braink-face {
    min-height: 70vh;
  }
  .braink-face__gradient {
    height: 40%;
  }
  .braink-face__plane {
    padding: 3rem 1rem;
  }
  .braink-face__plane h1 {
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 600px) {
  .braink-face {
    min-height: 66vh;
  }
  .braink-face__plane {
    padding: 2rem 0.75rem;
  }
  .braink-face__plane h1 {
    letter-spacing: -0.04em;
  }
  .braink-face__plane .text {
    margin-top: 30px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.55);
  }
}