/* Shared Short player — phone-first 9:16. The iframe owns the height so
   WebKit cannot collapse an absolutely positioned embed to 0px. */
.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{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:9/16;
  min-height:420px;
  border:0;
}
.page-short-caption{
  margin:0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.5;
}
/* Fan page: one Short per column on a phone, two on a tablet. Not a catalog. */
.fan-shorts{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  margin-top:24px;
}
.fan-shorts .page-short{ max-width:390px; }
@media (min-width: 720px){
  .fan-shorts{ grid-template-columns:repeat(2, minmax(0, 1fr)); gap:32px; }
}
.fan-swag{
  max-width:640px;
  margin:32px 0 0;
}
.fan-swag p{
  margin:0;
  padding:16px 0;
  border-top:1px solid var(--hairline);
  color:var(--text);
  font-size:1.125rem;
  line-height:1.6;
}
.fan-swag p:last-of-type{ border-bottom:1px solid var(--hairline); }
.fan-same{ margin-top:32px; }
.fan-close{
  max-width:640px;
  margin:0 auto;
}
.fan-close p{ color:var(--muted); }
.fan-name .section-head{ margin-bottom:0; }
.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; order:-1; }
.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; }
.page-home .hero-3d:has(+ .page-short-band:not([hidden])){ min-height:0; }
.page-home .hero-3d:has(+ .page-short-band:not([hidden])) .hero-3d-copy{ padding-bottom:24px; }
@media (min-width: 1121px){
  .page-short-band{ padding:32px 0 0; }
  .page-short-title{ font-size:1.25rem; }
  .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;
  }
}
