/* Current Isuzu Kenya SUV and pickup pages */
.vr-page {
  --vr-red: #d71920;
  --vr-dark: #101114;
  --vr-muted: #6b7280;
  --vr-line: rgba(127, 127, 127, .22);
  padding-top: var(--header-height);
  overflow: hidden;
}

.vr-page img {
  display: block;
  max-width: 100%;
}

.vr-shell {
  width: calc(100% - 2rem);
  max-width: 1180px;
  min-width: 0;
  margin-inline: auto;
}

.vr-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding-block: 1rem;
  color: var(--text-color-light);
  font-size: .82rem;
}

.vr-breadcrumb a {
  color: var(--text-color);
}

.vr-hero {
  position: relative;
  min-height: clamp(500px, 72vh, 760px);
  display: grid;
  align-items: end;
  background: #17191d var(--vr-hero) center / cover no-repeat;
  isolation: isolate;
}

.vr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 6, 8, .9) 0%, rgba(5, 6, 8, .68) 42%, rgba(5, 6, 8, .08) 78%),
              linear-gradient(0deg, rgba(5, 6, 8, .72), transparent 55%);
}

.vr-hero--product {
  min-height: 590px;
}

.vr-hero--cutout {
  background: radial-gradient(circle at 70% 48%, #f5f5f5 0, #dedede 40%, #b7b7b7 100%);
}

.vr-hero--cutout::before {
  background: linear-gradient(90deg, rgba(5, 6, 8, .94) 0%, rgba(5, 6, 8, .78) 44%, rgba(5, 6, 8, .06) 72%);
}

.vr-hero__cutout {
  position: absolute;
  right: max(2vw, calc((100vw - 1240px) / 2));
  bottom: 0;
  width: min(58vw, 780px);
  max-height: 92%;
  object-fit: contain;
  object-position: bottom;
  z-index: -1;
}

.vr-hero__content {
  width: min(650px, 100%);
  min-width: 0;
  padding-block: clamp(5rem, 11vw, 9rem) clamp(3rem, 7vw, 6rem);
  color: #fff;
}

.vr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: var(--vr-red);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vr-eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

.vr-hero h1 {
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}

.vr-hero__lead {
  max-width: 580px;
  margin-top: 1.25rem;
  color: rgba(255,255,255,.86);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.7;
}

.vr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.6rem;
}

.vr-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .85rem 1.2rem;
  border: 1px solid var(--vr-red);
  background: var(--vr-red);
  color: #fff;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.vr-button:hover {
  background: #b81218;
  transform: translateY(-2px);
}

.vr-button--ghost {
  border-color: rgba(255,255,255,.62);
  background: rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

.vr-button--dark {
  border-color: var(--vr-dark);
  background: var(--vr-dark);
}

.vr-stats {
  position: relative;
  z-index: 2;
  margin-top: -1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 4px solid var(--vr-red);
  background: var(--container-color);
  box-shadow: 0 18px 55px rgba(0,0,0,.13);
}

.vr-stat {
  padding: 1.45rem 1.25rem;
  border-right: 1px solid var(--vr-line);
}

.vr-stat:last-child {
  border-right: 0;
}

.vr-stat strong {
  display: block;
  color: var(--title-color);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.15;
}

.vr-stat span {
  display: block;
  margin-top: .35rem;
  color: var(--text-color-light);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vr-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.vr-section--soft {
  background: color-mix(in srgb, var(--container-color) 78%, #9ca3af 22%);
}

.vr-section--dark {
  background: var(--vr-dark);
  color: #d1d5db;
}

.vr-section--dark h2,
.vr-section--dark h3 {
  color: #fff;
}

.vr-section__head {
  max-width: 760px;
  margin-bottom: 2rem;
}

.vr-section__head h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.vr-section__head p {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.vr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.vr-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vr-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--vr-line);
  border-radius: 4px;
  background: var(--container-color);
  box-shadow: 0 14px 40px rgba(0,0,0,.06);
}

.vr-card__media {
  height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f4f4f4;
}

.vr-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vr-card__media--contain img {
  object-fit: contain;
  padding: 1rem;
}

.vr-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.vr-card__tag {
  color: var(--vr-red);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vr-card h3 {
  margin-top: .45rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.vr-card p {
  margin-top: .7rem;
  line-height: 1.65;
}

.vr-list {
  display: grid;
  gap: .6rem;
  margin-top: 1rem;
}

.vr-list li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.45;
}

.vr-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .48em;
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: var(--vr-red);
}

.vr-card__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: auto;
  padding-top: 1.1rem;
  color: var(--vr-red);
  font-weight: 700;
}

.vr-split {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.vr-split--reverse .vr-split__media {
  order: 2;
}

.vr-split__media {
  min-height: 390px;
  overflow: hidden;
  border-radius: 4px;
  background: #e8e8e8;
}

.vr-split__media img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.vr-split__content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.vr-split__content p {
  margin-top: 1rem;
  line-height: 1.75;
}

.vr-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--vr-line);
  background: var(--container-color);
  box-shadow: 0 12px 35px rgba(0,0,0,.05);
}

.vr-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.vr-table th,
.vr-table td {
  padding: .95rem 1rem;
  border-bottom: 1px solid var(--vr-line);
  vertical-align: top;
}

.vr-table thead th {
  background: var(--vr-dark);
  color: #fff;
  font-weight: 700;
}

.vr-table tbody th {
  width: 28%;
  color: var(--title-color);
  font-weight: 700;
}

.vr-table tbody tr:last-child > * {
  border-bottom: 0;
}

.vr-note {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--vr-red);
  background: color-mix(in srgb, var(--container-color) 82%, #9ca3af 18%);
  font-size: .88rem;
  line-height: 1.6;
}

.vr-note a {
  color: var(--vr-red);
  font-weight: 700;
}

.vr-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(125deg, #0d0e11, #24272d);
  color: rgba(255,255,255,.8);
}

.vr-cta h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 700;
}

.vr-cta p {
  max-width: 650px;
  margin-top: .7rem;
  line-height: 1.65;
}

.vr-source {
  margin-top: 1.5rem;
  color: var(--text-color-light);
  font-size: .78rem;
  line-height: 1.55;
}

.vr-source a {
  color: var(--vr-red);
  text-decoration: underline;
}

.vr-range-hero {
  position: relative;
  padding-block: clamp(6rem, 12vw, 10rem) clamp(4rem, 8vw, 7rem);
  background: #111318;
  color: #fff;
  overflow: hidden;
}

.vr-range-hero::after {
  content: "";
  position: absolute;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  right: -8vw;
  top: 50%;
  border-radius: 50%;
  background: rgba(215,25,32,.18);
  transform: translateY(-50%);
  filter: blur(4px);
}

.vr-range-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.vr-range-hero h1 {
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.vr-range-hero p {
  max-width: 650px;
  margin-top: 1.2rem;
  color: rgba(255,255,255,.75);
  font-size: 1.08rem;
  line-height: 1.75;
}

@media (max-width: 860px) {
  .vr-stats,
  .vr-grid,
  .vr-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vr-split {
    grid-template-columns: 1fr;
  }

  .vr-split--reverse .vr-split__media {
    order: initial;
  }

  .vr-hero--cutout {
    min-height: 700px;
  }

  .vr-hero__cutout {
    width: min(92vw, 680px);
    opacity: .46;
  }
}

@media (max-width: 560px) {
  .vr-shell {
    width: calc(100% - 1.25rem);
  }

  .vr-hero,
  .vr-hero--product,
  .vr-hero--cutout {
    min-height: 620px;
    background-position: 61% center;
  }

  .vr-hero::before,
  .vr-hero--cutout::before {
    background: linear-gradient(0deg, rgba(5,6,8,.95), rgba(5,6,8,.32) 80%);
  }

  .vr-hero__content {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2.5rem;
  }

  .vr-hero__lead {
    width: calc(100vw - 1.25rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .vr-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vr-stats,
  .vr-grid,
  .vr-grid--2 {
    grid-template-columns: 1fr;
  }

  .vr-stat {
    border-right: 0;
    border-bottom: 1px solid var(--vr-line);
  }

  .vr-stat:last-child {
    border-bottom: 0;
  }

  .vr-card__media,
  .vr-split__media,
  .vr-split__media img {
    min-height: 0;
    height: 250px;
  }

  .vr-cta {
    grid-template-columns: 1fr;
  }
}
