.l4e-splash {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  place-items: center;
  background: var(--l4e-color-cream);
}

.l4e-splash__background-frame {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.l4e-splash__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l4e-splash__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l4e-splash__logo-frame {
  width: clamp(15rem, 54vw, 36rem);
  max-width: 84vw;
  filter: drop-shadow(0 1.25rem 2.5rem rgb(36 59 90 / 0.16));
}

.l4e-splash__logo {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .l4e-splash__logo-frame {
    width: clamp(20rem, 38vw, 34rem);
  }
}
