/* Ossa elevation. The brand avoids drop shadows — depth comes from borders + a subtle hover lift.
   The only sanctioned shadow is a soft sticky-nav shadow on scroll. */
:root {
  --lift-hover: translateY(-4px);  /* @kind other */
  --transition-hover: 180ms ease-out;  /* @kind other */
  --transition-press: 120ms ease-out;  /* @kind other */
  --shadow-nav: 0 4px 16px -8px rgba(44, 44, 44, 0.18);
  --scrim-on-photo: linear-gradient(90deg, rgba(51,73,60,0.55) 0%, rgba(51,73,60,0.15) 55%, rgba(51,73,60,0) 100%);  /* @kind color */
}
