/* ─────────────────────────────────────────────────────────────
   Natur Agro Hungária — Radius, shadow, glass & motion tokens
   ───────────────────────────────────────────────────────────── */
:root {
  /* Corner radii */
  --radius-card:  20px;   /* cards */
  --radius-btn:   999px;  /* pill buttons */
  --radius-input: 12px;   /* inputs */
  --radius-chip:  100px;  /* eyebrow / chips */

  /* Shadows */
  --shadow-card:       0 12px 40px rgba(14, 14, 14, 0.06);
  --shadow-card-hover: 0 24px 60px rgba(51, 118, 72, 0.14);
  --shadow-soft:       0 8px 32px rgba(14, 14, 14, 0.08);
  --shadow-pop:        0 20px 60px rgba(14, 14, 14, 0.12);

  /* Glass */
  --glass-bg:        rgba(255, 255, 255, 0.72);
  --glass-blur:      20px;
  --glass-dark-bg:   rgba(22, 93, 50, 0.18);
  --glass-dark-blur: 16px;

  /* Motion — the signature reveal easing */
  --ease-reveal: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --reveal-duration: 0.55s; /* @kind other */
  --reveal-shift: 44px;

  /* Pentagon clip (brand decoration) */
  --pentagon-clip: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); /* @kind other */
}
