:root{
--shadow-none:none;
--shadow-xs:0 1px 2px rgba(44,53,70,.08);
--shadow-sm:0 2px 6px rgba(44,53,70,.10);
--shadow-md:0 8px 20px rgba(44,53,70,.12);
--shadow-lg:0 18px 44px rgba(44,53,70,.16);
--shadow-inset-hairline:inset 0 0 0 1px var(--border-subtle);
--shadow-focus:0 0 0 3px rgba(44,53,70,.28);
/* Photo protection gradient — used behind text on full-bleed site imagery */
--scrim-bottom:linear-gradient(180deg,rgba(22,27,36,0) 0%,rgba(22,27,36,.82) 78%);/* @kind other */
--scrim-left:linear-gradient(90deg,rgba(22,27,36,.90) 0%,rgba(22,27,36,.45) 55%,rgba(22,27,36,0) 100%);/* @kind other */
}
