/* SmudgeRevealer — was SmudgeRevealer.module.css. The bundler's hashed class names are
   replaced by a plain c-SmudgeRevealer_ prefix so the stylesheet stands alone. */

.c-SmudgeRevealer_hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.c-SmudgeRevealer_foreground,
.c-SmudgeRevealer_background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  user-select: none;
}

.c-SmudgeRevealer_foreground {
  display: flex;
  background-color: var(--base-1000);
  z-index: 1;
}

.c-SmudgeRevealer_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}

.c-SmudgeRevealer_footerInner {
  width: 100%;
  padding: 2.5rem;
}

.c-SmudgeRevealer_footerInner p {
  color: var(--base-100);
}

.c-SmudgeRevealer_background {
  display: flex;
  align-items: center;
  background-color: var(--base-900);
  z-index: 2;
}

.c-SmudgeRevealer_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.c-SmudgeRevealer_foregroundInner {
  justify-content: space-between;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.c-SmudgeRevealer_background .c-SmudgeRevealer_inner {
  justify-content: center;
}

.c-SmudgeRevealer_line {
  width: 100%;
  display: flex;
}

.c-SmudgeRevealer_line:first-child {
  justify-content: flex-start;
  text-align: left;
}

.c-SmudgeRevealer_line:last-child {
  justify-content: flex-end;
  text-align: right;
}

.c-SmudgeRevealer_foreground h1,
.c-SmudgeRevealer_foreground .dsp {
  position: relative;
  display: inline-block;
  font-size: clamp(4rem, 16vw, 18rem);
  line-height: 0.85;
  color: var(--base-100);
}

.c-SmudgeRevealer_callout {
  z-index: 10;
}

.c-SmudgeRevealer_background .dsp {
  max-width: 20ch;
  font-size: clamp(2rem, 8vw, 8rem);
  color: var(--base-1000);
}

.c-SmudgeRevealer_smudgeRevealer {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1000px) {
  .c-SmudgeRevealer_footerInner {
    padding: 1.5rem;
  }
  .c-SmudgeRevealer_foregroundInner {
    padding-top: 7rem;
  }

  .c-SmudgeRevealer_foreground h1,
  .c-SmudgeRevealer_foreground .dsp {
    font-size: clamp(3rem, 18vw, 8rem);
  }

  .c-SmudgeRevealer_callout {
    display: none;
  }

  .c-SmudgeRevealer_background .dsp {
    max-width: 16ch;
    font-size: clamp(2rem, 7vw, 3.5rem);
  }
}
