/* ALETHEIA VESTIGIUM 2.6.2 – final freigegebene Kartenoptik
   Ausschließlich die beiden Vier-Bilder-Abschnitte. */

/* Identische technische Basis für ALLE 8 Karten. */
.v252-cards .v2-card,
.v252-gallery__track figure{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#071a33!important;
}

.v252-cards .v2-card img,
.v252-gallery__track figure img,
.v252-cards .v2-card:nth-child(2) img,
.v252-gallery__track figure:nth-child(2) img{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transform:none!important;
  opacity:1!important;
  filter:none!important;
}

/* Portrait nur im Bildausschnitt verschieben – keine andere Kartenlogik. */
.v252-cards .v2-card:nth-child(2) img,
.v252-gallery__track figure:nth-child(2) img{
  object-position:46% 30%!important;
}

/* EIN Verlauf für alle Karten. Ab 66 % deckt Navy die in den JPGs
   eingebrannte Schattenbeschriftung vollständig ab. */
.v252-cards .v2-card::before,
.v252-gallery__track figure::before,
.v252-cards .v2-card:nth-child(2)::before,
.v252-gallery__track figure:nth-child(2)::before{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:10!important;
  pointer-events:none!important;
  opacity:1!important;
  background:linear-gradient(180deg,
    rgba(7,26,51,0) 0%,
    rgba(7,26,51,0) 43%,
    rgba(7,26,51,.10) 48%,
    rgba(7,26,51,.34) 54%,
    rgba(7,26,51,.70) 60%,
    rgba(7,26,51,.94) 66%,
    #071a33 72%,
    #071a33 100%)!important;
}

.v252-cards .v2-card::after,
.v252-gallery__track figure::after{
  content:none!important;
  display:none!important;
}

/* Vordergrundtext liegt garantiert oberhalb des Verlaufs. */
.v252-cards .v25-card-copy,
.v252-gallery__track figcaption{
  position:absolute!important;
  left:10%!important;
  right:7%!important;
  bottom:7%!important;
  z-index:20!important;
  background:transparent!important;
  opacity:1!important;
  filter:none!important;
}
.v252-cards .v25-card-copy h3,
.v252-gallery__track figcaption strong,
.v252-cards .v25-card-copy span,
.v252-gallery__track figcaption span{
  color:#fff!important;
  text-shadow:none!important;
  opacity:1!important;
}
.v252-cards .v25-card-copy i,
.v252-gallery__track figcaption i{background:#176fe8!important}

/* Keine CSS-Geisterschrift; Abschnitt 1 ohne Nummern. */
.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;
}
.v252-cards .v21-card-no{display:none!important}
