:root{
  /* The site uses one shadow shape (0 3px 11px) at three strengths */
  --shadow-soft:0 3px 11px 0 rgba(0,0,0,.10);
  --shadow-card:0 3px 11px 0 rgba(0,0,0,.25);
  --shadow-glow:0 0 11px 0 rgba(0,0,0,.25);
  --shadow-none:none;
  /* Hero headline treatment — a hard photographic drop shadow, not a blur-heavy one */
  --text-shadow-hero:3px 3px 5px rgba(0,0,0,1); /* @kind other */
  --text-shadow-sub:3px 3px 15px rgba(0,0,0,1); /* @kind other */
  --border-hairline:1px solid var(--border-default); /* @kind other */
  --border-button:1px solid var(--black); /* @kind other */
  --rule-brand:3px solid var(--orange-500); /* @kind other */
}
