/* CROMATIX — ELEVATION.
   The manual forbids decorative shadows on the logo and the visual style is
   flat. Shadows exist only to lift a true overlay (dialog, dropdown, sticky
   header) off the page — never on cards at rest. Neutral, no color casts. */
:root{
  --shadow-none:none;
  --shadow-raise:0 1px 2px rgba(0,0,0,.06);
  --shadow-overlay:0 12px 32px rgba(0,0,0,.14);
  --shadow-sticky:0 1px 0 var(--gray-200);

  /* Protection gradient — for type over photography (logo control de fondo) */
  --scrim-bottom:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.34) 42%,rgba(0,0,0,0) 100%); /* @kind other */
  --scrim-top:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%); /* @kind other */
  --scrim-flat:rgba(0,0,0,.44);

  /* Blur is used sparingly: only sticky nav over scrolling photography */
  --blur-nav:saturate(120%) blur(14px); /* @kind other */
}
