/* ============================================================
   HUISSTIJL — minimaal: alleen wave-uitsnede op landing-hero-foto.
   Test-laag, nog niet online (zie exclude in deploy-ftp.sh).
   ============================================================ */

/* Hero-foto met golvende wave-mask i.p.v. rechte rechthoek */
.lp-hero__visual {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 250' preserveAspectRatio='none'><path d='M 0 20 Q 50 -10, 100 20 T 200 20 L 200 230 Q 150 260, 100 230 T 0 230 Z' fill='black'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 250' preserveAspectRatio='none'><path d='M 0 20 Q 50 -10, 100 20 T 200 20 L 200 230 Q 150 260, 100 230 T 0 230 Z' fill='black'/></svg>");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  border-radius: 0 !important;
}
