/* LIFE Aluminios — Effects: shadows, elevation, transitions */
:root {
  /* Shadows — soft, neutral, low-spread. Architectural products photograph
     against light; cards float gently rather than pop. */
  --shadow-xs:  0 1px 2px rgba(35,37,40,0.06);
  --shadow-sm:  0 2px 6px rgba(35,37,40,0.08);
  --shadow-md:  0 6px 18px rgba(35,37,40,0.10);
  --shadow-lg:  0 16px 40px rgba(35,37,40,0.14);
  --shadow-brand: 0 8px 24px rgba(183,49,51,0.28); /* for red CTAs on hover */

  /* Inset for pressed / wells */
  --shadow-inset: inset 0 1px 2px rgba(35,37,40,0.10);

  /* Motion — restrained, functional. No bounce. */
  --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:   200ms; /* @kind other */
  --dur-slow:   360ms; /* @kind other */

  /* Brand textures (shipped assets) */
  --tex-brushed: url('../assets/brand/bg-brushed-01.png'); /* @kind other */
  --tex-ribbon:  url('../assets/brand/ribbon.png'); /* @kind other */
}
