/* === V27 higher + softer warm light ===
   Moves the warm light up behind Hattara and softens the hotspot.
   Narrow override only: layout, clouds, screenshots and payment hooks untouched.
   =============================================================== */

@media(min-width:901px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:79% !important;
    width:74% !important;
    height:50% !important;
    transform:translate(-50%,-50%) !important;
    background:radial-gradient(ellipse at 50% 48%,
      rgba(255,235,198,.39) 0%,
      rgba(255,211,156,.25) 24%,
      rgba(245,177,122,.12) 50%,
      rgba(188,121,82,.035) 72%,
      rgba(0,0,0,0) 90%) !important;
    filter:blur(25px) !important;
    -webkit-filter:blur(25px) !important;
  }

  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:6% !important;
    width:98% !important;
    height:116% !important;
    transform:translateX(-50%) !important;
    background:radial-gradient(ellipse at 50% 98%,
      rgba(255,237,200,.23) 0%,
      rgba(255,213,161,.17) 20%,
      rgba(245,179,124,.105) 42%,
      rgba(207,136,92,.055) 60%,
      rgba(158,95,67,.02) 74%,
      rgba(0,0,0,0) 92%) !important;
    filter:blur(34px) !important;
    -webkit-filter:blur(34px) !important;
  }

  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:-20% !important;
    width:158% !important;
    height:144% !important;
    background:radial-gradient(circle at 50% 76%,
      rgba(255,241,211,.18) 0%,
      rgba(255,215,171,.115) 32%,
      rgba(239,170,123,.055) 54%,
      rgba(178,112,81,.022) 70%,
      rgba(0,0,0,0) 88%) !important;
    filter:blur(36px) !important;
    -webkit-filter:blur(36px) !important;
  }
}

@media(max-width:900px){
  body.hattara-page .hattara-cotton-stage .hattara-water-glow{
    top:80% !important;
    width:76% !important;
    height:50% !important;
    filter:blur(22px) !important;
    -webkit-filter:blur(22px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-water-beam{
    top:9% !important;
    width:100% !important;
    height:114% !important;
    filter:blur(30px) !important;
    -webkit-filter:blur(30px) !important;
  }
  body.hattara-page .hattara-cotton-stage .hattara-candy-aura{
    top:-16% !important;
    width:158% !important;
    height:140% !important;
    filter:blur(32px) !important;
    -webkit-filter:blur(32px) !important;
  }
}
/* === END V27 === */
