/**
 * @file
 * Styles for node--vehicle-layout-v2.html.twig
 */

.vehicle-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* =============================================================
   Information Banner
   ============================================================= */

.information-banner {
  background-color: #ffffff;
  padding: 66px 67px;
  overflow: hidden;
}

/* =============================================================
   Information Banner – Header (ecosystem branding)
   ============================================================= */

.information-banner__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}

.information-banner__header img {
  width: 565px;
  height: 47px;
}

.information-banner__ecosystem-icon {
  flex-shrink: 0;
  line-height: 0;
}

.information-banner__ecosystem-text {
  display: flex;
  flex-direction: column;
}

.information-banner__ecosystem-label {
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: #6b7280;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.information-banner__ecosystem-name {
  font-size: 18px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-transform: uppercase;
}

/* =============================================================
   Information Banner – Cards carousel
   ============================================================= */

.information-banner__carousel {
  overflow: hidden;
}

/* =============================================================
   Benefit Card
   ============================================================= */

.benefit-card {
  position: relative;
  width: 100%;
  height: 260px;
}

/* =============================================================
   Carousel navigation (arrows + pagination dots)
   ============================================================= */

.information-banner__carousel-nav {
  display: none;
  /* shown ≤992px via media query */
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.information-banner__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1.5px solid #d1d1d1;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s ease;
}

.information-banner__nav:hover {
  border-color: #141414;
}

.information-banner__nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.information-banner__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d1d1d1;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.information-banner__pagination .swiper-pagination-bullet-active {
  background: #1464f4;
  transform: scale(1.25);
}

/* Blue rounded background */
.benefit-card__bg {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 192px;
  background-color: #1464f4;
  border-radius: 0 0 70px 0;
}

/* Dark icon container */
.benefit-card__icon-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 113px;
  height: 113px;
  padding: 16px;
  background-color: #2d2929;
  /* tl tr br bl */
  border-radius: 15px 15px 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.benefit-card__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

/* Title – to the right of the icon box */
.benefit-card__title {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 137px;
  right: 16px;
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.25px;
}

/* Description – below icon box, inside blue area */
.benefit-card__description {
  position: absolute;
  z-index: 1;
  top: 129px;
  left: 32px;
  right: 16px;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

/* =============================================================
   Exterior Hero
   ============================================================= */

/* Outer wrapper – white page background shows through the rounded corners */
.exterior-hero {
  background-color: #ffffff;
  padding: 0 24px;
  margin-bottom: 64px;
}

/* Dark card with rounded top-left + bottom-right */
.exterior-hero__card {
  --hero-text-color: #ffffff;
  --hero-stat-border: rgba(255, 255, 255, 0.5);
  position: relative;
  border-radius: 180px 0 180px 0;
  /* tl tr br bl */
  padding: 67px 135px 20px 182px;
  overflow: hidden;
}

.exterior-hero__linear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* default / Jet Black */
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.5) 100%),
    #2d2929;
  transition: background 0.4s ease;
}
.exterior-hero__linear::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.exterior-hero__card.color-zenith-grey .exterior-hero__linear {
  background: #BDBDBD
}
.exterior-hero__card.color-zenith-grey .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.5) 100%);
}

.exterior-hero__card.color-infinity-blanc {
  --hero-text-color: #000000;
  /* --hero-stat-border: rgba(0, 0, 0, 0.2); */
}

.exterior-hero__card.color-infinity-blanc .exterior-hero__linear {
  background:#FFFFFF;
}

.exterior-hero__card.color-infinity-blanc .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(63, 59, 59, 0.5) 100%);
}

/* MPV 7 Model */
.exterior-hero__card.color-mpv7-jet-black {
  --hero-text-color: #FFFFFF;
}
.exterior-hero__card.color-mpv7-jet-black .exterior-hero__linear {
  background: #2D2929;
}
.exterior-hero__card.color-mpv7-jet-black .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.5) 100%);
}

.exterior-hero__card.color-mpv7-zenith-grey .exterior-hero__linear {
  --hero-text-color: #FFFFFF;
}
.exterior-hero__card.color-mpv7-zenith-grey .exterior-hero__linear {
  background: #949090;
}
.exterior-hero__card.color-mpv7-zenith-grey .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.73%, rgba(0, 0, 0, 0.5) 100%);
}

.exterior-hero__card.color-mpv7-solar-ruby {
  --hero-text-color: #FFFFFF;
}
.exterior-hero__card.color-mpv7-solar-ruby .exterior-hero__linear {
  --hero-text-color: #FFFFFF;
  background: #880707;
}
.exterior-hero__card.color-mpv7-solar-ruby .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.5) 100%);
}

.exterior-hero__card.color-mpv7-introspective-brown {
  --hero-text-color: #FFFFFF;
}
.exterior-hero__card.color-mpv7-introspective-brown .exterior-hero__linear {
  background: #3E2C22;
}
.exterior-hero__card.color-mpv7-introspective-brown .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.5) 100%);
}


.exterior-hero__card.color-mpv7-moonlit-ocean {
  --hero-text-color: #FFFFFF;
}
.exterior-hero__card.color-mpv7-moonlit-ocean .exterior-hero__linear {
  background: #14478B;
}
.exterior-hero__card.color-mpv7-moonlit-ocean .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(0, 0, 0, 0.5) 100%);
}

.exterior-hero__card.color-mpv7-infinity-blanc {
  --hero-text-color: #000000;
  /* --hero-stat-border: rgba(0, 0, 0, 0.2); */
}
.exterior-hero__card.color-mpv7-infinity-blanc .exterior-hero__linear {
  background: #FFFFFF;
}
.exterior-hero__card.color-mpv7-infinity-blanc .exterior-hero__linear::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.39%, rgba(63, 59, 59, 0.5) 100%)
}

/* "LIMO GREEN" model label */
.exterior-hero__label {
  position: relative;
  z-index: 5;
  margin: 0 0 56px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--hero-text-color);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

/* =============================================================
   Exterior Hero – Headline
   ============================================================= */

.exterior-hero__headline {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 60px;
}

.exterior-hero__title {
  position: relative;
  z-index: 5;
  flex: 0 0 414px;
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: var(--hero-text-color);
  transition: color 0.4s ease;
}

.exterior-hero__subtitle {
  position: relative;
  z-index: 5;
  flex: 0 0 358px;
  margin: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 34px;
  color: var(--hero-text-color);
  transition: color 0.4s ease;
}

/* =============================================================
   Exterior Hero – Car image
   ============================================================= */

.exterior-hero__car {
  position: relative;
  z-index: 5;
  margin: 0 -135px;
  /* bleed to card edges */
  overflow: hidden;
  height: 402px;
}

.exterior-hero__car-image {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.3s ease;
}

/* =============================================================
   Exterior Hero – Color picker
   ============================================================= */

.exterior-hero__color-section {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding: 32px 0 36px;
}

.exterior-hero__color-name {
  position: relative;
  z-index: 5;
  margin: 0;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--hero-text-color);
  text-align: center;
  transition: color 0.4s ease;
}

/* White pill track */
.color-picker {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 50px;
  height: 62px;
  padding: 15px;
}

/* Individual color dot button */
.color-picker__dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.color-picker__dot:hover {
  transform: scale(1.1);
}

.color-picker__dot--active {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(255, 255, 255, 0.4);
}

/* =============================================================
   Exterior Hero – Stats row
   ============================================================= */

.exterior-hero__stats {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 77px;
  padding-bottom: 20px;
}

.exterior-hero__stat {
  width: 144px;
  flex-shrink: 0;
  border-top: 0.4px solid var(--hero-stat-border);
  padding-top: 48px;
  padding-bottom: 40px;
  transition: border-color 0.4s ease;
}

.exterior-hero__stat-value {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.exterior-hero__stat-number {
  font-size: 64px;
  font-weight: 500;
  line-height: 0.95;
  color: var(--hero-text-color);
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.exterior-hero__stat-unit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--hero-text-color);
  transition: color 0.4s ease;
}

.exterior-hero__stat-label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--hero-text-color);
  transition: color 0.4s ease;
}

/* =============================================================
   Responsive – Large tablet / small desktop
   ============================================================= */

@media (max-width: 1200px) {
  .information-banner {
    padding: 60px 40px;
  }

  .benefit-card__title {
    font-size: 24px;
    line-height: 30px;
    left: 125px;
  }

  .exterior-hero__card {
    padding: 56px 80px 20px 100px;
  }

  .exterior-hero__title {
    font-size: 32px;
    line-height: 42px;
    flex-basis: auto;
  }

  .exterior-hero__subtitle {
    flex-basis: auto;
    font-size: 14px;
  }

  .exterior-hero__stats {
    gap: 48px;
  }
}

/* =============================================================
   Responsive – Tablet
   ============================================================= */

@media (max-width: 992px) {
  .information-banner {
    padding: 48px 24px;
  }

  .information-banner__carousel-nav {
    display: flex;
  }

  .exterior-hero__card {
    border-radius: 80px 0 80px 0;
    padding: 48px 40px 20px;
  }

  .exterior-hero__headline {
    flex-direction: column;
    gap: 20px;
  }

  .exterior-hero__title {
    flex-basis: auto;
    font-size: 28px;
    line-height: 38px;
  }

  .exterior-hero__subtitle {
    flex-basis: auto;
  }

  .exterior-hero__label {
    font-size: 18px;
  }

  .exterior-hero__car {
    margin: 0 -40px;
    height: 280px;
  }

  .exterior-hero__stats {
    gap: 32px;
    flex-wrap: wrap;
  }

  .exterior-hero__stat {
    width: 120px;
  }

  .exterior-hero__stat-number {
    font-size: 48px;
  }
}

/* =============================================================
   Responsive – Mobile
   ============================================================= */

@media (max-width: 576px) {
  .information-banner {
    padding: 40px 16px;
  }

  .information-banner__header img {
    width: 323px;
    height: 27px;
  }

  /* Mobile: 2-row grid — scale card internals to fit smaller width */
  .benefit-card {
    height: 230px;
  }

  .benefit-card__bg {
    height: 170px;
  }

  .benefit-card__icon-box {
    width: 90px;
    height: 90px;
    border-radius: 12px 12px 40px 12px;
  }

  .benefit-card__icon-box svg {
    width: 44px;
    height: 44px;
  }

  .benefit-card__title {
    font-size: 20px;
    line-height: 28px;
    top: 22px;
    left: 108px;
  }

  .benefit-card__description {
    top: 106px;
    left: 24px;
    font-size: 13px;
    line-height: 22px;
  }

  /* Exterior Hero – Mobile */
  .exterior-hero {
    padding: 0 12px;
  }

  .exterior-hero__card {
    border-radius: 80px 0 80px 0;
    padding: 32px 24px 24px;
  }

  .exterior-hero__label {
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
  }

  .exterior-hero__title {
    font-size: 20px;
    line-height: 25px;
  }

  .exterior-hero__subtitle {
    font-size: 12px;
    line-height: 20px;
  }

  .exterior-hero__car {
    margin: 0 -24px;
    height: 180px;
  }

  /* Color picker – smaller pill and dots on mobile */
  .color-picker {
    height: 48px;
    padding: 12px 14px;
    gap: 12px;
  }

  .color-picker__dot {
    width: 25px;
    height: 25px;
  }

  /* Stats – 2-column grid on mobile */
  .exterior-hero__stats {
    gap: 24px;
    justify-content: flex-start;
  }

  .exterior-hero__stat {
    width: 144px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .exterior-hero__stat-number {
    font-size: 40px;
  }

  .exterior-hero__stat-label {
    font-size: 14px;
    line-height: 24px;
  }
}

/* =============================================================
   Refined Exterior
   ============================================================= */

.refined-exterior {
  position: relative;
  height: 769px;
  overflow: hidden;
}

.refined-exterior__background {
  position: absolute;
  inset: 0;
}

.refined-exterior__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark gradient overlay – covers lower ~82% of the section */
.refined-exterior__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 82%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
}

/* Text block – bottom-left */
.refined-exterior__content {
  position: absolute;
  bottom: 50px;
  left: 46px;
  width: 864px;
}

.refined-exterior__title {
  margin: 0 0 4px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #ffffff;
}

.refined-exterior__description {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  color: #ffffff;
}

/* =============================================================
   Responsive – Refined Exterior
   ============================================================= */

@media (max-width: 1200px) {
  .refined-exterior {
    height: 600px;
  }

  .refined-exterior__content {
    width: auto;
    right: 40px;
  }
}

@media (max-width: 992px) {
  .refined-exterior {
    height: 480px;
  }

  .refined-exterior__content {
    left: 24px;
    bottom: 32px;
  }

  .refined-exterior__title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 576px) {

  /* Mobile: stacked layout — image on top, text below on white bg */
  .refined-exterior {
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 29px;
    padding-bottom: 33px;
  }

  .refined-exterior__background {
    position: static;
    height: 191px;
    flex-shrink: 0;
  }

  .refined-exterior__overlay {
    display: none;
  }

  .refined-exterior__content {
    position: static;
    width: auto;
    bottom: auto;
    left: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .refined-exterior__title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #141414;
  }

  .refined-exterior__description {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #141414;
  }
}

/* =============================================================
   Feature Slider – Why VF MPV 7
   ============================================================= */

.feature-slider {
  background-color: #ffffff;
  padding: 30px 0 60px;
  overflow: hidden;
}

/* "Why VF MPV 7" label */
.feature-slider__label {
  margin: 0 0 32px;
  padding-left: 48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
  color: #404145;
}

/* Wrapper holds nav buttons + track in a row */
.feature-slider__carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  --active-slide-width: 1054px;
}

.feature-slider__carousel-wrapper .swiper-wrapper {
  align-items: center;
}

/* Swiper track fills remaining space */
.feature-slider__track {
  flex: 1;
  overflow: hidden;
  /* Lock to active slide height so inactive→active growth never shifts the layout below */
  height: 539px;
}

.feature-slider__slide {
  width: 1054px;
  height: 539px;
}

.feature-slider__slide img {
  width: 922px;
  height: 471px;
  overflow: hidden;
  transition: width 0.35s ease, height 0.35s ease, transform 0.35s ease;
  flex-shrink: 0;
}

.feature-slider__slide.swiper-slide-active img {
  width: 1054px;
  height: 539px;
}

/* Neighbors – small gap from center slide */
.feature-slider__slide.swiper-slide-prev {
  transform: translateX(48px);
  display: flex;
  justify-content: end;
  align-items: center;
}

.feature-slider__slide.swiper-slide-next {
  transform: translateX(-48px);
  display: flex;
  justify-content: start;
  align-items: center;
}

.feature-slider__image {
  width: 100%;
  height: 100%;
  display: block;
}

/* Navigation arrows */
.feature-slider__nav {
  flex-shrink: 0;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.feature-slider__nav--prev {
  position: absolute;
  left: 50%;
  transform: translateX(calc((var(--active-slide-width) / -2) + 64px));
}

.feature-slider__nav--next {
  position: absolute;
  right: 50%;
  transform: translateX(calc(var(--active-slide-width) / 2 - 64px));
}

/* .feature-slider__nav--prev.js-feature-nav-prev-2 {
  transform: translateX(calc(var(--active-slide-width) / -2 + 60px));
} */

/* .feature-slider__nav--next.js-feature-nav-next-2 {
  transform: translateX(calc(var(--active-slide-width) / 2 - 60px));
} */

/* Caption row below carousel */
.feature-slider__content {
  display: flex;
  justify-content: space-between;
  width: 1054px;
  margin: 0 auto;
  padding: 36px 0 0 0;
}

.feature-slider__title {
  /* flex: 0 0 295px; */
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
  color: #141414;
}

.feature-slider__description {
  margin: 0;
  max-width: 360px;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  color: #141414;
}

.feature-slider__description.js-feature-description-2 {
  max-width: 489px;
}

/* =============================================================
   Responsive – Feature Slider
   ============================================================= */

@media (max-width: 1200px) {
  .feature-slider__track {
    height: 420px;
    /* = active slide height at this breakpoint */
  }

  .feature-slider__slide {
    width: 720px;
    height: 420px;
  }

  .feature-slider__slide img {
    width: 600px;
    height: 360px;
  }

  .feature-slider__slide.swiper-slide-active img {
    width: 720px;
    height: 420px;
  }

  .feature-slider__content {
    width: 720px;
    padding: 36px 0 0 0;
    gap: 48px;
  }

  .feature-slider__title {
    flex-basis: auto;
  }

  .feature-slider__description {
    flex-basis: auto;
  }

  .feature-slider__carousel-wrapper {
    --active-slide-width: 720px;
  }
}

@media (max-width: 992px) {
  .feature-slider__track {
    height: 256px;
    /* = active slide height at this breakpoint (ratio 1054:539) */
  }

  .feature-slider__slide {
    width: 500px;
    height: 256px;
    /* ratio 1054:539 */
  }

  .feature-slider__slide img {
    width: 420px;
    height: 215px;
    /* ratio 1054:539 */
  }

  .feature-slider__slide.swiper-slide-active img {
    width: 500px;
    height: 256px;
    /* ratio 1054:539 */
  }

  .feature-slider__content {
    flex-direction: column;
    gap: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-slider__label {
    font-size: 20px;
    line-height: 40px;
  }

  .feature-slider__title {
    font-size: 26px;
    line-height: 38px;
  }

  .feature-slider__carousel-wrapper {
    --active-slide-width: 500px;
  }

  .feature-slider__nav--prev {
    transform: translateX(calc((var(--active-slide-width) / -2) + 32px));
  }

  .feature-slider__nav--next {
    transform: translateX(calc(var(--active-slide-width) / 2 - 32px));
  }

  .feature-slider__slide.swiper-slide-prev {
    transform: translateX(24px);
  }

  .feature-slider__slide.swiper-slide-next {
    transform: translateX(-24px);
  }

  .benefit-card__description {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .feature-slider__track {
    height: 146px;
  }

  .feature-slider__label {
    padding-left: 16px;
    font-size: 18px;
  }

  /* All slides share the same fixed size on mobile */
  .feature-slider__slide {
    width: 335px;
    height: 146px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* No size change on active — only the child image scales */
  .feature-slider__slide.swiper-slide-active img {
    width: 335px;
    height: 146px;
  }

  /* Child image shrinks when inactive, full size when active */
  .feature-slider__slide .feature-slider__image {
    width: 100%;
    height: 100%;
    transform: scale(0.9);
    transition: transform 0.35s ease;
  }

  .feature-slider__slide.swiper-slide-active .feature-slider__image {
    transform: scale(1);
  }

  .feature-slider__content {
    padding-left: 16px;
    width: 100%;
  }

  .feature-slider__title {
    font-size: 22px;
    line-height: 32px;
  }

  .feature-slider__description {
    max-width: 100%;
    font-size: 14px;
    line-height: 26px;
  }

  .feature-slider__carousel-wrapper {
    --active-slide-width: 335px;
  }

  .feature-slider__nav--prev {
    position: absolute;
    left: 50%;
    transform: translateX(calc(var(--active-slide-width) / -2 + 16px));
  }

  .feature-slider__nav--next {
    position: absolute;
    left: 50%;
    transform: translateX(calc(var(--active-slide-width) / 2 - 36px));
  }

  .feature-slider__slide.swiper-slide-prev {
    transform: translateX(30px);
  }

  .feature-slider__slide.swiper-slide-next {
    transform: translateX(-30px);
  }
}


.spec-container {
  background-color: #FAFAFA;
  padding: 80px 0;
}

.spec-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 48px;
  font-size: 40px;
  line-height: 125%;
}

.spec-sub-heading {
  padding: 16px;
  position: absolute;
  top: calc(48px + 60px);
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.spec-heading__car {
  align-self: flex-end;
  display: flex;
  justify-content: end;
  width: 692px;
  height: 342px;
}

.spec-heading__car img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- Responsive 992px --- */
@media (max-width: 992px) {}

/* --- Responsive 576px --- */
@media (max-width: 576px) {
  .spec-heading {
    padding: 0 16px;
    font-size: 24px;
  }

  .spec-sub-heading {
    padding: 16px;
    font-size: 14px;
    position: relative;
    top: auto;
  }

  .spec-heading__car {
    width: 334px;
    height: 197px;
  }

  .spec-heading__car img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* =============================================================
   Spec Table – node 616-1232
   ============================================================= */

.spec-table {
  padding: 60px 0;
}

.spec-table__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.spec-table__row {
  display: flex;
  align-items: center;
  min-height: 73px;
  padding: 24px 16px;
  border-bottom: 1px solid #adadad;
}

.spec-table__row:nth-child(even) {
  background-color: #f3f3f3;
}

.spec-table__label {
  margin: 0;
  flex: 0 0 432px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  color: #212121;
}

.spec-table__value {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  color: #212121;
}

.spec-info {
  padding: 0 48px;
}

.spec-info__notice {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  list-style: none;
  font-size: 16px;
  color: #141414;
}

.download-brochure-btn {
  width: 210px;
  margin-top: 97px;
  margin-bottom: 74px;
}

/* --- Responsive 992px --- */
@media (max-width: 992px) {
  .spec-table {
    padding: 40px 0;
  }

  .spec-table__label,
  .spec-table__value {
    font-size: 16px;
  }

  .spec-table__label {
    flex: 0 0 50%;
  }
}

/* --- Responsive 576px --- */
@media (max-width: 576px) {
  .spec-info {
    padding: 0 16px;
  }

  .spec-table {
    padding: 20px 16px 0;
  }

  .spec-table__inner {
    padding: 0;
  }

  .spec-table__row {
    align-items: flex-start;
    min-height: auto;
    padding: 24px 0 24px 16px;
  }

  .spec-table__row:nth-child(even) {
    background-color: rgba(235, 235, 235, 0.5);
  }

  .spec-table__label {
    flex: 0 0 170px;
    font-size: 14px;
    font-weight: 400;
  }

  .spec-table__value {
    flex: 0 0 141px;
    font-size: 14px;
    font-weight: 400;
  }

  .download-brochure-btn {
    margin: 40px 0;
    width: 100%;
    height: 48px;
    display: inline-flex !important;
    justify-content: center;
  }
}