
/* Nordwest Automobile – Startseite Clean Update */
.hero + .inventory{
  padding-top:78px;
}

.hall-section-clean{
  position:relative;
  max-width:1320px;
  margin:0 auto 80px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#101214;
}

.hall-section-clean img{
  display:block;
  width:100%;
  height:clamp(340px,48vw,610px);
  object-fit:cover;
  object-position:center;
  filter:saturate(.78) contrast(1.04);
}

.hall-section-clean::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,6,7,.82) 0%,rgba(5,6,7,.36) 52%,rgba(5,6,7,.16) 100%),
    linear-gradient(0deg,rgba(5,6,7,.72),transparent 55%);
  pointer-events:none;
}

.hall-overlay{
  position:absolute;
  left:clamp(24px,5vw,72px);
  bottom:clamp(24px,5vw,64px);
  z-index:2;
  max-width:650px;
}

.hall-overlay h2{
  margin:0;
  font:400 clamp(2.1rem,4.2vw,4.2rem)/1.05 Georgia,serif;
}

.hall-overlay p:last-child{
  margin:16px 0 0;
  color:#c0bdb6;
  font-size:.92rem;
}

@media(max-width:720px){
  .hall-section-clean{
    margin-bottom:58px;
  }

  .hall-section-clean img{
    height:430px;
  }

  .hall-section-clean::after{
    background:
      linear-gradient(0deg,rgba(5,6,7,.88) 0%,rgba(5,6,7,.28) 72%),
      linear-gradient(90deg,rgba(5,6,7,.30),rgba(5,6,7,.12));
  }
}
