
/* ALETHEIA VESTIGIUM 2.5.8
   Ghost-Text Fix – in beiden Bildbereichen keine eingebrannte/gespiegelte
   Schrift mehr sichtbar. Die echte HTML-Typografie bleibt allein sichtbar. */

/* ---------- Bereich 1: vier Karten ---------- */
.v252-cards .v2-card::before{
  background:linear-gradient(
    180deg,
    rgba(6,20,39,0) 0%,
    rgba(6,20,39,0) 46%,
    rgba(6,20,39,.18) 54%,
    rgba(6,20,39,.70) 62%,
    #061427 70%,
    #061427 100%
  )!important;
}

.v252-cards .v2-card::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:38%!important;
  opacity:1!important;
  background:#061427!important;
  pointer-events:none!important;
}

/* ---------- Bereich 2: identische vier Bilder ---------- */
.v252-gallery__track figure::before{
  background:linear-gradient(
    180deg,
    rgba(6,20,39,0) 0%,
    rgba(6,20,39,0) 46%,
    rgba(6,20,39,.18) 54%,
    rgba(6,20,39,.70) 62%,
    #061427 70%,
    #061427 100%
  )!important;
}

.v252-gallery__track figure::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  top:auto!important;
  height:38%!important;
  opacity:1!important;
  background:#061427!important;
  pointer-events:none!important;
}

/* Bild 2 behält den weicheren Portrait-Übergang, endet aber ebenfalls
   in exakt derselben deckenden Textzone. */
.v252-cards .v2-card:nth-child(2)::before,
.v252-gallery__track figure:nth-child(2)::before{
  background:linear-gradient(
    180deg,
    rgba(7,24,45,0) 0%,
    rgba(7,24,45,0) 44%,
    rgba(7,24,45,.14) 52%,
    rgba(7,24,45,.58) 61%,
    #07182d 70%,
    #07182d 100%
  )!important;
}

.v252-cards .v2-card:nth-child(2)::after,
.v252-gallery__track figure:nth-child(2)::after{
  height:38%!important;
  background:#07182d!important;
}

/* HTML-Schrift immer klar über der Textzone */
.v252-cards .v25-card-copy,
.v252-gallery__track figcaption{
  z-index:4!important;
}

/* Keine alten Hintergrund-Schriften / Pseudo-Texte überblenden */
.v252-cards .v2-card .v25-card-copy::before,
.v252-cards .v2-card .v25-card-copy::after,
.v252-gallery__track figcaption::before,
.v252-gallery__track figcaption::after{
  content:none!important;
  display:none!important;
}
