/* ELEVATION — the signature is a shadow cast UP AND LEFT (-10px -10px), which the
   old site used on the hero statement card. It reads as a printed plate lifting
   off the page rather than a floating web card. Kept, plus a soft-down family for
   the premium layer. */
:root{
  --shadow-lift:-10px -10px 20px 0 rgba(0,0,0,.14);   /* kaynak */
  --shadow-lift-sm:-6px -6px 14px 0 rgba(0,0,0,.10);
  --shadow-sm:0 1px 2px 0 rgba(35,40,44,.06),0 1px 3px 0 rgba(35,40,44,.08);
  --shadow-md:0 4px 6px -2px rgba(35,40,44,.06),0 12px 20px -6px rgba(35,40,44,.12);
  --shadow-lg:0 12px 24px -8px rgba(35,40,44,.14),0 32px 56px -16px rgba(35,40,44,.18);
  --shadow-brand:0 16px 32px -12px rgba(0,146,188,.42);
  --shadow-inset-hair:inset 0 -1px 0 0 var(--border-hairline);

  --border-w:1px; /* @kind spacing */
  --border-w-thick:2px; /* @kind spacing */
  --rule-accent-w:4px; /* @kind spacing */

  --scrim-image:linear-gradient(180deg,rgba(0,42,54,0) 0%,rgba(0,42,54,.10) 45%,rgba(0,42,54,.72) 100%); /* @kind other */
  --scrim-hero:linear-gradient(90deg,rgba(0,57,74,.88) 0%,rgba(0,57,74,.55) 55%,rgba(0,57,74,.15) 100%); /* @kind other */
  --blur-glass:saturate(140%) blur(14px); /* @kind other */
}
