*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100dvh;
  color: #ffffff;
  background-color: #000000;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-color: #000000;
  background-image: url("/img/BG-only.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.space-dust {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.hero-title {
  margin: 0;
  width: 100%;
  max-width: none;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(6rem, 28vw, 21rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #ffffff;
  text-align: center;
}

.hero-letter {
  display: inline-block;
  vertical-align: baseline;
}

.hero-fol-group,
.hero-or-group,
.hero-om-group,
.hero-ing-group {
  display: inline;
  white-space: nowrap;
}

.hero-letter--last {
  position: relative;
  display: inline-block;
}

.hero-letter-o,
.hero-letter-g {
  display: inline-block;
}

.hero-of {
  position: absolute;
  left: 70%;
  bottom: 0%;
  font-family: "Ballet", cursive;
  font-weight: 400;
  font-size: clamp(3.5rem, 16vw, 15rem);
  line-height: 1;
  color: #bda3df;
  transform: translate(-20%, 0) rotate(0deg);
  pointer-events: none;
  white-space: nowrap;
}

.hero-soon {
  position: absolute;
  left: 75%;
  bottom: 0%;
  /* font-family: "Ballet", cursive; */
  font-family: "Kapakana", cursive;
  font-weight: 400;
  font-size: clamp(3.5rem, 16vw, 16rem);
  line-height: 1;
  color: #bda3df;
  transform: translate(-10%, 0) rotate(0deg);
  pointer-events: none;
  white-space: nowrap;
}

.contact {
  position: fixed;
  z-index: 3;
  right: clamp(1.25rem, 4vw, 2.75rem);
  bottom: clamp(1.25rem, 4vw, 2.75rem);
  text-align: right;
  --ghost-nudge-x: 0px;
  --ghost-nudge-y: 0px;
  --ghost-opacity: 1;
}

.contact-stack {
  margin: 0;
}

.contact-stack--ghost {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #bda3df;
  opacity: var(--ghost-opacity, 1);
  transform: translate(
    calc(4px + var(--ghost-nudge-x, 0px)),
    calc(-4px + var(--ghost-nudge-y, 0px))
  );
  z-index: 0;
}

.contact-stack--fore {
  position: relative;
  z-index: 1;
}

.contact-name {
  margin: 0 0 0.35rem;
  font-size: clamp(0.7rem, 2vw, 5rem);
  font-weight: 400;
  /* letter-spacing: 0.12em; */
  text-transform: uppercase;
}

.contact-phone {
  margin: 0;
  color: #bda3df;
  font-size: clamp(0.7rem, 2vw, 5rem);
  font-weight: 400;
  /* letter-spacing: 0.06em; */
}

.contact-stack--ghost .contact-name,
.contact-stack--ghost .contact-phone {
  margin: inherit;
}

.contact-stack--ghost .contact-name {
  margin-bottom: 0.35rem;
}

.contact-phone a {
  color: inherit;
  text-decoration: none;
}

.contact-phone a:hover {
  text-decoration: underline;
}
