/* =========================================================
   TRAIN MOBIL – V100 Finish & Gallery Polish 1.1
   Nur Abschlussbereich / Fertigstellung
   ========================================================= */

.tm-pv100-section--finish{
  padding-bottom:62px;
}

.tm-pv100-section--finish .tm-pv100-section__copy{
  margin-bottom:34px;
}

.tm-pv100-finish-gallery{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:14px;
  align-items:stretch;
}

.tm-pv100-finish-gallery__lead{
  min-height:520px;
  padding:0;
  border:1px solid #30363b;
  background:#07090a;
  overflow:hidden;
  cursor:zoom-in;
}

.tm-pv100-finish-gallery__lead img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .2s ease;
}

.tm-pv100-finish-gallery__lead:hover img{
  transform:scale(1.015);
}

.tm-pv100-finish-gallery__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.tm-pv100-finish-gallery__grid button{
  padding:0;
  border:1px solid #30363b;
  background:#07090a;
  overflow:hidden;
  cursor:zoom-in;
  aspect-ratio:4/3;
}

.tm-pv100-finish-gallery__grid img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .2s ease;
}

.tm-pv100-finish-gallery__grid button:hover img{
  transform:scale(1.02);
}

.tm-pv100-finish-caption{
  margin-top:14px;
  padding:12px 14px;
  border-left:3px solid #ffd000;
  background:#101417;
  color:#aeb5ba;
  font-size:12px;
  line-height:1.55;
}

.tm-pv100-video{
  margin-top:0;
}

@media(max-width:1050px){
  .tm-pv100-finish-gallery{
    grid-template-columns:1fr;
  }

  .tm-pv100-finish-gallery__lead{
    min-height:430px;
  }

  .tm-pv100-finish-gallery__grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:760px){
  .tm-pv100-finish-gallery__lead{
    min-height:320px;
  }

  .tm-pv100-finish-gallery__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:480px){
  .tm-pv100-finish-gallery__grid{
    grid-template-columns:1fr;
  }
}
