.vehicle-hero {
  padding-block: clamp(5rem, 10vw, 9rem) clamp(3rem, 7vw, 5rem);
}
.vehicle-hero .vehicle-hero__media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(245, 244, 241, 0.1);
  border-radius: 6px;
  aspect-ratio: 16/10;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.vehicle-hero .vehicle-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.vehicle-hero .vehicle-hero__media.js-crossfade img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.vehicle-hero .vehicle-hero__media.js-crossfade img.is-active {
  opacity: 1;
}
.vehicle-hero .vehicle-hero__media--empty {
  background: #0D0C0B;
}
.vehicle-hero .vehicle-hero__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.vehicle-hero .vehicle-hero__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 0.8125rem;
  color: #A8A29A;
}
.vehicle-hero .vehicle-hero__cat::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #B2A050;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vehicle-hero .vehicle-hero__tagline {
  max-width: 52ch;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #A8A29A;
}

.vehicle-detail .vehicle-detail__prose {
  max-width: 68ch;
  font-size: 1rem;
  line-height: 1.75;
  color: #A8A29A;
}

.spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  list-style: none;
}
.spec-list .spec-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid rgba(245, 244, 241, 0.1);
}
.spec-list .spec-list__row:last-child {
  border-bottom: 1px solid rgba(245, 244, 241, 0.1);
}
.spec-list .spec-list__label {
  font-size: 0.8125rem;
  color: #A8A29A;
}
.spec-list .spec-list__value {
  font-family: "Spectral", Georgia, serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.4;
  color: rgb(245, 244, 241);
}
.spec-list .spec-list__row--feature .spec-list__value {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #A8A29A;
}

.vehicle-others .vehicle-others__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 1140px) {
  .vehicle-hero .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
  .vehicle-hero .vehicle-hero__media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 58%;
            flex: 1 1 58%;
    max-width: 58%;
    margin-bottom: 0;
  }
  .vehicle-hero .vehicle-hero__intro {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 42%;
            flex: 1 1 42%;
    gap: 20px;
  }
  .spec-list .spec-list__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 48px;
    padding: 20px 0;
  }
  .spec-list .spec-list__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 180px;
  }
  .spec-list .spec-list__row--feature {
    padding-left: 228px;
  }
  .spec-list .spec-list__row--feature .spec-list__value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .vehicle-others .vehicle-others__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px;
  }
  .vehicle-others .vehicle-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - 19px);
            flex: 1 1 calc(33.333% - 19px);
    max-width: calc(33.333% - 19px);
  }
}/*# sourceMappingURL=vehicle.css.map */