@media (max-width: 768px) {
  .splash-cinematic {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .splash-ghost-shell {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
  }

  .splash-ghost-ring {
    display: none;
  }

  .splash-ghost-art-wrap {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    left: 0;
    top: 0;
    transform: none;
    transform-origin: center center;
    overflow: hidden;
    filter: none;
  }

  .splash-ghost-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .splash-ghost-reveal,
  .splash-glitch-overlay {
    display: none;
  }

  .splash-scan-line {
    left: 0;
    right: 0;
    height: 28px;
    opacity: 0.72;
  }

  .splash-vignette {
    background:
      linear-gradient(180deg, rgba(2, 7, 20, 0.10) 0%, rgba(2, 7, 20, 0.18) 24%, rgba(2, 7, 20, 0.42) 62%, rgba(2, 7, 20, 0.86) 100%);
  }

  .splash-copy {
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: calc(var(--safe-bottom) + 112px);
  }

  .splash-loading-panel {
    z-index: 4;
    left: 20px;
    right: 20px;
    bottom: calc(var(--safe-bottom) + 20px);
  }

  .splash-danger-note {
    z-index: 5;
    left: 20px;
    right: 20px;
    bottom: calc(var(--safe-bottom) + 88px);
  }
}
