.landing-split__media {
  padding-top: 41px;
  padding-bottom: 51px;
}

.landing-phone {
  width: 52.4%;
  max-width: 314.5px;
  aspect-ratio: 708 / 1601;
}

.landing-phone__shell {
  z-index: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.landing-phone__shell::before {
  content: none;
}

.landing-phone__bezel {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.landing-phone__button,
.landing-phone__island {
  display: none;
}

.landing-phone__screen {
  z-index: 2;
  left: 4.8%;
  right: 4.8%;
  top: 2.05%;
  bottom: 2.05%;
  inset: 2.05% 4.8%;
  border: 0;
  border-radius: 9.5% / 4.2%;
  clip-path: none;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .landing-phone {
    width: min(68%, 390px);
  }
}

@media (max-width: 768px) {
  .landing-phone {
    width: min(84%, 340px);
  }
}
