/* === V28: Hattara 1 cm lower ===
   Moves the complete Hattara stage exactly 1 cm downward on desktop.
   Light remains attached to the stage, so alignment is preserved.
   No other layout, payment, cloud, copy or screenshot changes.
   =============================================================== */
@media(min-width:901px){
  body.hattara-page .hattara-cotton-stage{
    top:calc(53% + 1cm) !important;
  }
}
/* === END V28 === */
