
/* ALETHEIA VESTIGIUM 2.6.0
   Zielbild: heller, weicher Foto→Text-Verlauf ohne dunkle Kante und ohne Ghost-Text.
   Gilt identisch für beide Vier-Bilder-Abschnitte. */

/* Abschnitt 1: keine Nummern in den Karten */
.v252-cards .v21-card-no{
  display:none!important;
}

/* Alle alten harten Unterkanten vollständig neutralisieren */
.v252-cards .v2-card::after,
.v252-gallery__track figure::after{
  content:none!important;
  display:none!important;
}

/* Gemeinsamer heller Verlauf für alle Bilder:
   Foto bleibt oben klar, im unteren Bereich wird Ghost-Text zuverlässig überdeckt. */
.v252-cards .v2-card::before,
.v252-gallery__track figure::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  opacity:1!important;
  background:linear-gradient(
    180deg,
    rgba(232,241,250,0) 0%,
    rgba(232,241,250,0) 44%,
    rgba(232,241,250,.10) 50%,
    rgba(225,237,248,.28) 57%,
    rgba(216,231,245,.52) 65%,
    rgba(207,225,241,.76) 74%,
    rgba(201,220,238,.92) 84%,
    rgba(197,217,236,.98) 92%,
    #c5d9ec 100%
  )!important;
}

/* Portrait: voller Gesichtsausschnitt bleibt erhalten, aber ohne sichtbaren dunklen Rand */
.v252-cards .v2-card:nth-child(2),
.v252-gallery__track figure:nth-child(2){
  background:#c5d9ec!important;
}

.v252-cards .v2-card:nth-child(2) img,
.v252-gallery__track figure:nth-child(2) img{
  object-fit:contain!important;
  object-position:center top!important;
  width:100%!important;
  height:100%!important;
  transform:none!important;
}

.v252-cards .v2-card:nth-child(2)::before,
.v252-gallery__track figure:nth-child(2)::before{
  background:linear-gradient(
    180deg,
    rgba(232,241,250,0) 0%,
    rgba(232,241,250,0) 47%,
    rgba(226,238,249,.10) 53%,
    rgba(219,233,246,.28) 60%,
    rgba(211,228,243,.52) 68%,
    rgba(204,223,240,.76) 77%,
    rgba(198,219,238,.92) 86%,
    rgba(197,217,236,.98) 94%,
    #c5d9ec 100%
  )!important;
}

/* Typografie wie im freigegebenen Zielbild: dunkelblau statt weiß */
.v252-cards .v25-card-copy,
.v252-gallery__track figcaption{
  z-index:4!important;
}

.v252-cards .v25-card-copy h3,
.v252-gallery__track figcaption strong{
  color:#10213d!important;
  text-shadow:none!important;
}

.v252-cards .v25-card-copy span,
.v252-gallery__track figcaption span{
  color:#274568!important;
  text-shadow:none!important;
}

.v252-cards .v25-card-copy i,
.v252-gallery__track figcaption i{
  background:#1764d8!important;
}

/* Eingebrannte Hintergrundschrift darf durch keine Altregel wieder sichtbar werden */
.v252-cards .v25-card-copy::before,
.v252-cards .v25-card-copy::after,
.v252-gallery__track figcaption::before,
.v252-gallery__track figcaption::after{
  content:none!important;
  display:none!important;
}
