/* Shared Short player — phone-first 9:16. The frame owns the ratio;
   the iframe fills it (same as .video-embed). height:auto on the iframe
   collapses or eats taps in WebKit. */
.page-short-band{ padding:24px 0 0; }
.page-short-band[hidden],
.page-short-slot[hidden]{ display:none !important; }
.page-short{ width:100%; max-width:390px; }
.page-short-title{
  font-family:var(--font-head);
  font-size:1.5rem;
  font-weight:600;
  line-height:1.25;
  margin:0 0 12px;
  text-transform:none;
}
.page-short-aside{ display:flex; flex-direction:column; gap:12px; }
.page-short-frame{
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  border-radius:8px;
  border:1px solid var(--hairline);
  overflow:hidden;
  background:#000;
  line-height:0;
}
.page-short-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  min-height:0;
  max-height:none;
  border:0;
  display:block;
  pointer-events:auto;
}
.page-short-caption{
  margin:0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.5;
}
.hero-3d-figure.page-short-slot,
.hero-3d-figure .page-short{ pointer-events:auto; }
.hero-3d-figure.page-short-slot{ margin:0; padding:0 24px 16px; }
.hero-3d-figure .page-short{ width:100%; max-width:none; }
body:not(.page-home) .hero-3d:has(.page-short-slot--hero){ min-height:0; }
.hero-3d:has(.page-short-slot--hero) .hero-3d-copy{ padding-bottom:16px; }
.hero-3d:has(.page-short-slot--hero[hidden]) .hero-3d-inner{ padding-bottom:32px; }
/* Home banner stays a full photo. Shorts sit later on the page. */
.page-home .hero-3d,
.page-home .hero-3d:has(+ .page-short-band:not([hidden])){
  min-height:100svh;
}
@media (min-width: 1121px){
  .page-short-band{ padding:32px 0 0; }
  .page-short-title{ font-size:1.25rem; }
  .page-short-band .page-short{
    max-width:none;
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(240px,42%);
    gap:32px 48px;
    align-items:center;
  }
  .page-short-band .page-short-aside{ min-width:240px; }
  .page-short-band .page-short-title{
    margin:0;
    font-size:2rem;
    position:relative;
    z-index:1;
    pointer-events:auto;
  }
  .hero-3d .hero-3d-figure.page-short-slot{
    position:absolute;
    right:4%;
    top:50%;
    bottom:auto;
    left:auto;
    transform:translateY(-50%);
    width:min(280px, 28vw);
    height:auto;
    margin:0;
    padding:0;
    order:0;
    pointer-events:auto;
  }
  .hero-3d:has(.page-short-slot--hero[hidden]) .hero-3d-inner{
    min-height:0;
    padding-bottom:48px;
  }
}
