/* ═══════════════════════════════════════════════════════════════════════════
   HOME rev50.1 — #doors coverflow SIZE PATCH to conformance (+9%) (BRI-539)
   DECIDED 2026-08-15: all eleven carousel instances render at the same card
   size. Roofline rev28 / Pool rev42 / Soffit rev12 ship 384×464 desktop;
   Home rev50 shipped at canonical 352×424 before that ruling generalized.
   This file closes the gap. Additive: enqueue AFTER 07-hcar-conformance-rev50.css.
   rev49 and rev50 files untouched. Rollback = delete this file.
   Values derived from the canonical (curl 2026-08-15, 4,217,170 bytes) ×1.09,
   matching the Pool/Soffit conformance blocks exactly.
   ═══════════════════════════════════════════════════════════════════════════ */

#doors .bnl-rot__stage{height:406px}
#doors .bnl-rot__item{height:375px}
#doors .bnl-rot__shadow{top:375px}

@media (min-width:560px){
  #doors .bnl-rot__item{--w:327px}
}
@media (min-width:860px){
  #doors .bnl-rot__stage{height:496px}
  #doors .bnl-rot__item{--w:384px;height:464px}
  #doors .bnl-rot__shadow{top:468px;width:330px;margin-left:-165px;height:30px}
}
@media (prefers-reduced-motion:reduce){
  /* size only — no motion introduced here; nothing to disable */
  #doors .bnl-rot__stage{height:auto;min-height:406px}
}
