@font-face {
  font-family: 'Maison Neue Book';
  src:
    url('/assets/fonts/MaisonNeue-Book.woff2') format('woff2'),
    url('/assets/fonts/MaisonNeue-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Editorial New';
  src:
    url('/assets/fonts/PPEditorialNew-Ultralight.woff2') format('woff2'),
    url('/assets/fonts/PPEditorialNew-Ultralight.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-black: #000000;
  --color-white: #ffffff;

  --font-family-primary: 'PP Editorial New', sans-serif;
  --font-family-content:
    'Maison Neue Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --font-weight-ultra-light: 100;
  --font-weight-regular: 400;
}

*,
:after,
:before {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  font-size: 1vw;
}

@media (min-width: 500px) {
  html {
    font-size: 0.55vw;
  }
}

@media (min-width: 850px) {
  html {
    font-size: 1vw;
  }
}

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

body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 42px;
  margin: 0;
  padding: 0 20px 42px;
  font-family: var(--font-family-content);
  font-weight: var(--font-weight-book);
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse 78.03% 197.04% at 44.36% 100%,
    black 45%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 40%;
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 850px) {
  body {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px 44px;
  }

  body::before {
    background:
      radial-gradient(
        ellipse 64.71% 42.43% at 102.98% 121.43%,
        black 0%,
        rgba(0, 0, 0, 0) 100%
      ),
      radial-gradient(
        ellipse 74.78% 92.31% at 1.23% 100%,
        black 17%,
        rgba(0, 0, 0, 0) 100%
      );
  }
}

.image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

a {
  color: inherit;
  line-height: inherit;
}

a,
a:hover {
  text-decoration: none;
}

.introduction {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.background {
  position: absolute;
  background-color: var(--color-white);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 83.33333rem;
  height: 13.52657rem;
  pointer-events: none;
}

.target,
.monogram {
  width: 12.541rem;
  height: 13.28502rem;
  top: 5.88542rem;
}

.target {
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
}

.monogram {
  position: fixed;
  bottom: auto;
  right: 0;
  left: 0;
  overflow: visible;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.monogram--black {
  background-image: url('/assets/monogram-black.svg');
}

.monogram--white {
  background-image: url('/assets/monogram-white.svg');
}

.introduction .monogram {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 83.33333rem;
  height: 7.24638rem;
  overflow: hidden;
  margin: auto;
}

.name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 83.33333rem;
  height: 13.52657rem;
  margin: auto;
  background-image: url('/assets/introduction.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(50%);
}

.content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 584px;
}

h1 {
  font-size: 33px;
  font-family: var(--font-family-primary);
  color: var(--color-white);
  font-weight: var(--font-weight-ultra-light);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0;
}

p {
  font-size: 14px;
  color: var(--color-white);
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 0;
}

footer {
  display: flex;
  gap: 75px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 3px;
}

li a {
  position: relative;
  display: inline-block;
}

a:not(.active)::before {
  content: '';
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: currentColor;
  will-change: transform;
  transform-origin: 100% 100%;
  transition-delay: 0.1s;
}

a:hover::before {
  transform: scaleX(0);
  transition-delay: 0s;
}

@media (min-width: 850px) {
  .logo {
    width: 41.71875rem;
    height: 6.51042rem;
  }

  .target,
  .monogram {
    width: 6.14583rem;
    height: 6.51042rem;
  }

  .mask {
    width: 41.71875rem;
    height: 3.64583rem;
  }

  .name {
    width: 41.71875rem;
    height: 6.51042rem;
  }

  .content {
    gap: 20px;
  }

  h1 {
    font-size: 44px;
  }

  p {
    font-size: 17px;
  }

  footer {
    flex: 1 0 auto;
    gap: 28px;
    text-align: right;
    justify-content: flex-end;
  }
}
