/* Umzugshelden – custom CSS (keep minimal, Tailwind does the rest) */

/* Subtle grain for premium feel */
.grain:before{
  content:"";
  position:absolute; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E");
  pointer-events:none;
  mix-blend-mode:multiply;
}

/* Lighter lines to match the earlier look */
.border-line {
  border-color: rgba(0,0,0,.05) !important;
}
