:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: radial-gradient(circle at 20% 20%, #2a2c46 0%, #10111b 45%, #05050a 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: min(50vw, 700px);
  padding: clamp(2rem, 8vw, 6rem);
}

.brand-lockup {
  width: clamp(18rem, 40vw, 34rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.5rem, 6vh, 4.5rem);
}

.brand-logo-wrap {
  position: relative;
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 471 / 459;
  isolation: isolate;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.05;
  filter: grayscale(1) brightness(1.75) contrast(0.95) drop-shadow(0 10px 30px rgba(100, 114, 255, 0.18));
}

.brand-logo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(110% 90% at 18% 26%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(90% 110% at 76% 34%, rgba(182, 188, 255, 0.95) 0%, rgba(182, 188, 255, 0) 60%),
    radial-gradient(120% 110% at 42% 86%, rgba(126, 135, 255, 0.88) 0%, rgba(126, 135, 255, 0) 62%);
  background-blend-mode: screen;
  background-size: 160% 160%, 140% 140%, 180% 180%;
  background-position: 12% 20%, 80% 32%, 40% 78%;
  mask-image: url("/images/logo-joy-to-sing-made-to-be-felt.png");
  -webkit-mask-image: url("/images/logo-joy-to-sing-made-to-be-felt.png");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  animation: logo-flow 24s ease-in-out infinite alternate;
}

@keyframes logo-flow {
  0% {
    background-position: 12% 20%, 80% 32%, 40% 78%;
  }
  27% {
    background-position: 82% 18%, 22% 68%, 76% 24%;
  }
  53% {
    background-position: 38% 88%, 70% 22%, 12% 58%;
  }
  79% {
    background-position: 64% 12%, 16% 44%, 84% 86%;
  }
  100% {
    background-position: 18% 42%, 86% 80%, 56% 14%;
  }
}

p {
  margin: 0.85rem 0 0;
  width: 100%;
  line-height: 1.1;
  font-size: clamp(1rem, 2vw, 1.45em);
  font-weight: 100;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  text-align: center;
  color: rgba(182, 187, 227, 0.65);
}

.brand-lockup p {
  margin-top: 3rem;
  line-height: 1.9;
  text-align: center;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 820px);
  height: 100vh;
  height: 100dvh;
  background-image: url("/images/image_soon.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 56%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.95;
}

@media (max-width: 900px) {
  .content {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 100%;
    padding-top: calc(env(safe-area-inset-top, 0px) + 1rem);
    padding-inline: clamp(1rem, 4.5vw, 1.6rem);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(1.2rem, 4vh, 2rem));
  }

  .brand-lockup {
    width: clamp(11rem, 52vw, 16rem);
  }

  .brand-logo-wrap {
    width: 100%;
  }

  .brand-lockup p {
    margin-top: 1.5rem;
    line-height: 1.1;
  }



  .brand-logo-wrap::after {
    background:
      radial-gradient(110% 90% at 18% 26%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 58%),
      radial-gradient(90% 110% at 76% 34%, rgba(182, 188, 255, 1) 0%, rgba(182, 188, 255, 0) 60%),
      radial-gradient(120% 110% at 42% 86%, rgba(126, 135, 255, 0.98) 0%, rgba(126, 135, 255, 0) 62%);
    opacity: 1;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-position: center;
    -webkit-mask-position: center;
  }

  .hero-image {
    width: 100vw;
    background-position: 105% center;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 48%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 48%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.66;
  }

  p {
    font-size: clamp(0.78rem, 2.8vw, 1rem);
    font-weight: 300;
    letter-spacing: 0.14em;
  }
}
