@import url("brand.css");

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

html, body {
  margin: 0;
  height: 100%;
  background: var(--fzzt-ink);
  color: var(--fzzt-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
}

.soon {
  min-height: 100svh;
  height: 100svh;
  background: var(--fzzt-ink);
  overflow: hidden;
}

.soon-poster {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
}

.soon-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.soon-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 40% 44%;
}

.soon-diag {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--fzzt-offwhite);
  clip-path: polygon(47% 0, 96% 0, 62% 100%, 30% 100%);
}

.soon-line {
  position: absolute;
  z-index: 2;
  top: calc(29.5% + 0.5 * 62vw * 180 / 590);
  left: 2%;
  width: 96%;
  margin: 0;
  padding: 0.5em 0.8em 0.46em;
  background: var(--fzzt-offwhite);
  color: var(--fzzt-ink);
  font-size: clamp(10px, 1.08vw, 13px);
  font-weight: 600;
  letter-spacing: 0.58em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.15;
  transform: translateY(-50%);
}

.soon-sep {
  color: var(--fzzt-coral);
  letter-spacing: 0.58em;
}

.soon-logo {
  position: absolute;
  z-index: 3;
  left: 18vw;
  top: 29.5%;
  width: 62vw;
  margin: 0;
  line-height: 0;
}

.soon-logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 590 / 180;
}

.soon-bald {
  position: absolute;
  z-index: 4;
  left: 17%;
  bottom: 22%;
  margin: 0;
  padding: 0.48em 0.8em 0.42em;
  background: var(--fzzt-offwhite);
  color: var(--fzzt-coral);
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  transform: rotate(-7deg);
  transform-origin: left center;
}

@media (max-width: 900px) {
  .soon-bg img { object-position: 32% 40%; }
  .soon-diag {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 16% 100%);
  }
  .soon-logo {
    left: 8vw;
    top: 26%;
    width: 78vw;
  }
  .soon-line {
    top: calc(26% + 0.5 * 78vw * 180 / 590);
    left: -4%;
    width: 108%;
    font-size: 11px;
    letter-spacing: 0.36em;
    padding: 0.52em 0.6em;
  }
  .soon-sep { letter-spacing: 0.36em; }
  .soon-bald {
    left: 9%;
    bottom: 18%;
    font-size: 16px;
    transform: rotate(-10deg);
  }
}

@media (max-width: 700px) {
  .soon-bg img { object-position: 22% 36%; }
  .soon-diag {
    clip-path: polygon(54% 0, 100% 0, 100% 100%, 6% 100%);
  }
  .soon-logo {
    left: -4vw;
    top: 27%;
    width: 84vw;
  }
  .soon-line {
    top: calc(27% + 0.52 * 84vw * 180 / 590);
    left: -12%;
    width: 124%;
    font-size: 10px;
    letter-spacing: 0.28em;
    padding: 0.55em 0.45em;
  }
  .soon-sep { letter-spacing: 0.28em; }
  .soon-bald {
    left: auto;
    right: 8%;
    bottom: 12%;
    font-size: 14px;
    transform: rotate(8deg);
    transform-origin: right center;
  }
}
