/* SnapClue watermark — dual-layer bolt (logo depth), oversized, subtle */
body::before,
body::after{
  content:'';
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background:url('/assets/bg-bolt.png') center/contain no-repeat;
  pointer-events:none;
  z-index:0;
}

/* Větší vrstva — světlejší, nižší opacity (ghost) */
body::before{
  width:145vw;
  height:185vh;
  opacity:.045;
  filter:brightness(2.2) contrast(.75);
}

/* Menší vrstva — o kousek sytější, blíž logu */
body::after{
  width:128vw;
  height:162vh;
  opacity:.085;
  filter:brightness(1.35) contrast(.9);
}
