/* VOLZAR - Elevation & motion.
   Brand is flat: NO blur-heavy drop shadows, NO gradients. Depth comes from
   color blocks and hairline borders. Shadows here are subtle and optional. */
:root {
  --shadow-none: none;
  --shadow-hairline: 0 0 0 1px var(--sand-200);
  --shadow-card: 0 1px 2px rgba(26,26,26,0.06), 0 2px 8px rgba(26,26,26,0.04);
  --shadow-raised: 0 4px 16px rgba(26,26,26,0.08);

  /* Motion - restrained, no bounce. Quick functional transitions. */
  --ease-standard: cubic-bezier(0.2, 0, 0, 1); /* @kind other */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1); /* @kind other */
  --dur-fast: 120ms; /* @kind other */
  --dur-base: 180ms; /* @kind other */
  --dur-slow: 280ms; /* @kind other */
}
