/* DoriSan V5.9.10 — card geometry final
   Scope: secret-track manifesto + Home Live photos + Live page photos only. */

/* SECRET TRACK — card must end exactly with the 1085x1536 poster. */
.d30-manifesto{
  align-self:start!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}
.d30-manifesto-media{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:1085 / 1536!important;
  overflow:hidden!important;
}
.d30-manifesto-media>img:first-of-type{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
}
.d30-manifesto-media>.ds-live-media,
.d30-manifesto-media>.ds-alt-frame{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* HOME LIVE — all six source photos are 941x1672. */
.dorisan-home-live-grid{
  align-items:start!important;
}
.dorisan-home-live-grid .live-photo-frame{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:941 / 1672!important;
  align-self:start!important;
  padding:0!important;
}
.dorisan-home-live-grid .live-photo-frame>img:first-of-type{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
}
.dorisan-home-live-grid .live-photo-frame>.ds-live-media,
.dorisan-home-live-grid .live-photo-frame>.ds-alt-frame{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* /live.html gallery — same intrinsic source geometry. */
.live-v2-gallery{
  align-items:start!important;
}
.live-v2-photo{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:941 / 1672!important;
  align-self:start!important;
  padding:0!important;
}
.live-v2-photo>img:first-of-type{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
}
.live-v2-photo>.ds-live-media,
.live-v2-photo>.ds-alt-frame{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

@media(max-width:700px){
  .dorisan-home-live-grid .live-photo-frame,
  .live-v2-photo{
    aspect-ratio:941 / 1672!important;
    height:auto!important;
    min-height:0!important;
  }
}
