/* BUSHIDŌ V2 · P3-R3 — native full-plate identity screen trial. */
.p3-screen{
  position:relative;
  height:calc(100vh - var(--nav-h));
  height:calc(100dvh - var(--nav-h));
  min-height:0;
  overflow:hidden;
  background:#090807;
}
.p3-complete-plate{
  display:block;
  width:100%;
  height:100%;
  object-fit:fill;
  object-position:center center;
  user-select:none;
  -webkit-user-drag:none;
  image-rendering:auto;
  backface-visibility:hidden;
  transform:translateZ(0);
}
.p3-build-id{position:absolute;right:14px;bottom:9px;z-index:4;color:rgba(224,173,66,.5);font:8px/1 Arial,Helvetica,sans-serif;letter-spacing:.11em;text-shadow:0 1px 2px #000}
@media(min-width:761px){main>.p3-screen{scroll-snap-align:start;scroll-snap-stop:always}}
@media(max-width:760px){
  .p3-screen{height:calc(100vh - var(--nav-h));height:calc(100dvh - var(--nav-h));min-height:560px}
  .p3-complete-plate{object-fit:cover;object-position:center center}
  .p3-build-id{font-size:7px}
}
