/* Shadows are rare and cool-tinted — printed surfaces use a hairline instead. */
:root{
--shadow-none:none;
--shadow-card:0 1px 2px rgba(16,23,19,0.06), 0 4px 12px rgba(16,23,19,0.06);
--shadow-raised:0 8px 30px rgba(16,23,19,0.14);
--shadow-focus:0 0 0 3px rgba(35,55,43,0.10);
--overlay-scrim:rgba(16,23,19,0.55);
--overlay-photo:rgba(30,36,31,0.28);  /* protection wash under white logo on imagery */
}
