/* === V24 cone-aligned warm light tuning ===
   User request: move the warm light a bit lower so it sits behind the back
   of the cone, and widen its spread. Narrow override only.
   =============================================================== */

@media(min-width:901px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:84% !important;
    width:62% !important;
    height:39% !important;
    transform:translate(-50%,-50%) !important;
    background:radial-gradient(ellipse at 50% 50%,
      rgba(255,228,175,.54) 0%,
      rgba(255,204,133,.34) 24%,
      rgba(248,166,103,.16) 49%,
      rgba(190,111,70,.05) 69%,
      rgba(0,0,0,0) 84%) !important;
    filter:blur(18px) !important;
    -webkit-filter:blur(18px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:43% !important;
    width:70% !important;
    height:58% !important;
    transform:translateX(-50%) !important;
    background:radial-gradient(ellipse at 50% 91%,
      rgba(255,224,163,.34) 0%,
      rgba(255,194,122,.22) 24%,
      rgba(241,154,96,.12) 48%,
      rgba(179,104,72,.04) 68%,
      rgba(0,0,0,0) 84%) !important;
    filter:blur(19px) !important;
    -webkit-filter:blur(19px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:14% !important;
    width:112% !important;
    height:80% !important;
    background:radial-gradient(circle at 50% 74%,
      rgba(255,231,188,.20) 0%,
      rgba(255,196,138,.115) 31%,
      rgba(229,142,104,.05) 56%,
      rgba(0,0,0,0) 80%) !important;
    filter:blur(20px) !important;
    -webkit-filter:blur(20px) !important;
  }
}

@media(max-width:900px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:85% !important;
    width:64% !important;
    height:39% !important;
    filter:blur(15px) !important;
    -webkit-filter:blur(15px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:44% !important;
    width:72% !important;
    height:57% !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:14% !important;
    width:114% !important;
    height:80% !important;
  }
}
/* === END V24 === */
