/* ALETHEIA VESTIGIUM 2.6.1 – verbindliche Kartenreferenz
   Nur die beiden Vier-Bilder-Abschnitte. */

/* Abschnitt 1: Nummern bleiben entfernt. */
.v252-cards .v21-card-no{display:none!important}

/* Beide Abschnitte: identische Kartenlogik. */
.v252-cards .v2-card,
.v252-gallery__track figure{
  position:relative!important;
  overflow:hidden!important;
  background:#071a33!important;
}

/* Fotos wieder vollflächig; keine contain-Flächen/Balken. */
.v252-cards .v2-card img,
.v252-gallery__track figure img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
}

/* Portrait in BEIDEN Abschnitten identisch ausrichten: Gesicht vollständig im Fokus. */
.v252-cards .v2-card:nth-child(2) img,
.v252-gallery__track figure:nth-child(2) img{
  object-fit:cover!important;
  object-position:44% 34%!important;
}

/* Ein einziger, weicher Foto→Navy-Verlauf. Er überdeckt zugleich die
   in den JPGs vorhandene Schatten-/Ghost-Schrift im unteren Bildbereich. */
.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;
  background:linear-gradient(
    180deg,
    rgba(7,26,51,0) 0%,
    rgba(7,26,51,0) 42%,
    rgba(7,26,51,.18) 50%,
    rgba(7,26,51,.52) 59%,
    rgba(7,26,51,.82) 68%,
    rgba(7,26,51,.96) 76%,
    #071a33 84%,
    #071a33 100%
  )!important;
}

/* Keine weiteren Alt-Overlays oder harten Unterkanten. */
.v252-cards .v2-card::after,
.v252-gallery__track figure::after{
  content:none!important;
  display:none!important;
}

/* Freigegebene Typografie: weiß auf Navy, blaue Linie. */
.v252-cards .v25-card-copy,
.v252-gallery__track figcaption{
  position:absolute!important;
  left:10%!important;
  right:8%!important;
  bottom:7%!important;
  z-index:4!important;
  background:none!important;
}
.v252-cards .v25-card-copy h3,
.v252-gallery__track figcaption strong{
  color:#fff!important;
  text-shadow:none!important;
}
.v252-cards .v25-card-copy span,
.v252-gallery__track figcaption span{
  color:#fff!important;
  text-shadow:none!important;
}
.v252-cards .v25-card-copy i,
.v252-gallery__track figcaption i{
  background:#176fe8!important;
}

/* Keine CSS-erzeugte Hintergrund-/Schattenschrift. */
.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;
}
