/* Femino — Effects: shadows, glow, blur, transitions.
   Cienie są delikatne; jedyny "blask" to gradient marki. */
:root {
  /* ---- Shadows (miękkie, ciepłe) ---- */
  --shadow-cta:   0 10px 34px rgba(199, 46, 120, .20);   /* @kind shadow */  /* gradientowy CTA — różowa poświata */
  --shadow-card:  0 20px 60px rgba(0, 0, 0, .45);        /* @kind shadow */  /* uniesiona karta na ciemnym */
  --shadow-soft:  0 8px 24px rgba(0, 0, 0, .30);         /* @kind shadow */

  /* ---- Gradient accents used across the system ---- */
  --edge-top:     3px;                    /* @kind spacing */  /* pasek gradientu na górze karty */
  --underline-h:  0.09em;                 /* @kind other */    /* wysokość gradientowego podkreślenia */

  /* ---- Glass / sticky nav ---- */
  --nav-blur:     saturate(140%) blur(14px);   /* @kind other */
  --nav-bg:       rgba(7, 5, 6, .72);          /* @kind color */

  /* ---- Motion — spokojne, bez bounce ---- */
  --ease-out:     cubic-bezier(.22, .61, .36, 1);   /* @kind other */
  --ease-in-out:  cubic-bezier(.65, .05, .36, 1);   /* @kind other */
  --dur-fast:     140ms;   /* @kind other */
  --dur:          240ms;   /* @kind other */
  --dur-slow:     420ms;   /* @kind other */

  /* ---- Interaction deltas ---- */
  --hover-lift:   -2px;    /* @kind other */  /* subtelne uniesienie kart/CTA */
  --press-scale:  0.98;    /* @kind other */  /* wciśnięcie */
  --hover-op:     0.62;    /* @kind other */  /* nieaktywne linki menu → 1.0 na hover */
}
