/* ============================================
   ULSE METAL SPLIT — Metal plate per paragraph
============================================ */

/* Strong text legibility on metal split */
.ulse-metal-split {
  font-family: "Inter", Arial, sans-serif;
  color: #000;
  width: 100%;
  margin: 0 auto 32px;
}

.ulse-metal-split article {
  display: grid;
  gap: 22px;
  width: 100%;
}

.ulse-metal-split .ulse-para {
  max-width: 1100px;
  margin: 0 auto;
  padding: 36px 32px;
  background: url('../img/metal.jpg') center top repeat-y;
  background-size: 100% auto;
  background-color: rgba(255,255,255,0.45);
  background-blend-mode: screen;
  box-sizing: border-box;
  text-shadow:
    0 1px 2px rgba(255,255,255,0.6),
    0 2px 4px rgba(0,0,0,0.55),
    0 0 1px rgba(0,0,0,0.6);
}

.ulse-metal-split .ulse-para * {
  color: #000;
  line-height: 1.8;
}

.ulse-metal-split .ulse-para p {
  margin: 0;
}

.ulse-metal-split h1,
.ulse-metal-split h2,
.ulse-metal-split h3 {
  margin: 0 0 18px 0;
  font-weight: 700;
}
