/* The homepage supplies the surrounding stage and footer. */
body.mobile-stage .mobile-phone {
  width: 100%; max-height: none; min-height: 0; aspect-ratio: auto;
  grid-template-rows: max-content; overflow: visible; border: 0; box-shadow: none;
}
body.mobile-stage .web-viewer { width: 100%; }

body.mobile-stage .owned-endpoint-section.has-inline-viewer { grid-column: 1 / -1; width: 100%; height: auto; }

/* Supplied reference headings, with live catalogue assets and selection. */
html,body.mobile-stage { height:auto; min-height:0; }
body.mobile-stage { display:block; background:#000; }
body.mobile-stage .mobile-phone { --mobile-header-height:58px; background:#000; }
body.mobile-stage .column-heading { padding:6px 1px 8px; height:58px; min-height:58px; }
body.mobile-stage .column-heading h2 { font-size:clamp(10px,3.15vw,18px); margin-top:5px; }
body.mobile-stage .column-heading small { font-size:clamp(5px,1.4vw,8px); color:#68aeb9; }
body.mobile-stage .primary-list { padding-top:2px; }
body.mobile-stage .primary-button .item-copy b,body.mobile-stage .square-tile strong { font-size:clamp(7px,1.9vw,10px); line-height:1.15; font-weight:700; }
body.mobile-stage .detail-drawer { top:var(--visible-sheet-top,var(--drawer-top)); height:var(--visible-sheet-height,520px); max-height:none; border-radius:14px 14px 0 0; }
body.mobile-stage .detail-drawer .drawer-scroll { height:calc(100% - 52px); max-height:none; overscroll-behavior:contain; }
/* Reference platform labels and stationary SVG artwork. */
body.mobile-stage [data-column="versions"] [data-parent-key="windows-preview"] .item-copy b,
body.mobile-stage [data-column="versions"] [data-parent-key="windows"] .item-copy b{white-space:normal;font-size:7px;line-height:1.1}
body.mobile-stage [data-column="versions"] .primary-button img[src*=".svg"],body.mobile-stage [data-drawer="versions"] .tile-icon img[src*=".svg"]{animation:none!important;transform:none!important}
body.mobile-stage .drawer-heading button{width:44px;height:44px;min-width:44px;min-height:44px;padding:0}
body.mobile-stage .primary-button .item-icon img,body.mobile-stage .square-tile .tile-icon img,body.mobile-stage .owned-endpoint-heading img{animation:mobile-catalog-icon-motion 5s ease-in-out infinite;animation-delay:var(--icon-delay,0s);transform-origin:50% 55%}
@keyframes mobile-catalog-icon-motion{0%,100%{transform:translateY(0) rotate(-2deg) scale(.96)}50%{transform:translateY(-2px) rotate(2deg) scale(1)}}
@media(prefers-reduced-motion:reduce){body.mobile-stage .primary-button .item-icon img,body.mobile-stage .square-tile .tile-icon img{animation:none!important}}
