/* ==========================================================================
   ALCO CONSTRUCTORA — Radius, shadow & motion tokens
   Brand reads solid / architectural / confident: radii stay small (near-
   square, like a poured slab edge), shadows stay flat and quiet, motion is
   restrained (no bounce, no playful easing).
   ========================================================================== */

:root {
  /* ---- Radius ---- */
  --radius-none: 0px;
  --radius-sm:   2px;
  --radius-md:   4px;
  --radius-lg:   8px;
  --radius-pill: 999px; /* tags/badges only */

  /* ---- Shadow: quiet, low-elevation. No heavy drop shadows. ---- */
  --shadow-sm: 0 1px 2px rgba(30, 27, 22, 0.08);
  --shadow-md: 0 4px 16px rgba(30, 27, 22, 0.10);
  --shadow-lg: 0 12px 32px rgba(30, 27, 22, 0.14);

  /* Scrim used ONLY over photography for text legibility (never decorative) */
  --scrim-bottom: linear-gradient(to top, rgba(30,27,22,0.75) 0%, rgba(30,27,22,0) 55%); /* @kind other */

  /* ---- Motion ---- */
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
  --duration-slow: 320ms; /* @kind other */
}
