.why-page {
  isolation: isolate;
  position: relative;
}

.why-page::before {
  background:
    linear-gradient(90deg, rgba(5, 8, 5, 0.76) 0%, rgba(5, 8, 5, 0.34) 46%, rgba(5, 8, 5, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 8, 5, 0.03), rgba(5, 8, 5, 0.14));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.why-gradient-waves-layer {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.why-gradient-waves {
  display: block;
  height: 100%;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 1.1s ease;
  width: 100%;
}

.why-gradient-waves.is-ready {
  opacity: 0.96;
}

.why-copy,
.why-list {
  z-index: 2;
}

.why-list {
  position: relative;
}

@media (max-width: 980px) {
  .why-page::before {
    background:
      linear-gradient(180deg, rgba(5, 8, 5, 0.68) 0%, rgba(5, 8, 5, 0.28) 32%, rgba(5, 8, 5, 0.26) 100%),
      radial-gradient(circle at 76% 18%, rgba(5, 8, 5, 0.02), rgba(5, 8, 5, 0.24) 68%);
  }

  .why-gradient-waves.is-ready {
    opacity: 0.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-gradient-waves-layer,
  .why-gradient-waves {
    display: none;
  }
}

.vehicles-hero {
  align-items: stretch;
  gap: clamp(26px, 4vw, 54px);
  grid-template-columns: 1fr;
}

.vehicles-hero > div {
  min-width: 0;
  width: 100%;
}

.vehicles-hero h2 {
  color: #000;
  font-size: clamp(84px, 13vw, 202px);
  letter-spacing: -0.045em;
  margin: 0;
  text-align: center;
}

.vehicles-hero .section-intro {
  justify-self: end;
}

.depth-text {
  --depth-text-depth-color: #9bd633;
  --depth-text-face-color: #030503;
  color: var(--depth-text-face-color);
  cursor: default;
  display: block;
  isolation: isolate;
  padding: clamp(10px, 1.4vw, 22px) 0 clamp(26px, 3vw, 48px);
  perspective: 1100px;
  perspective-origin: 50% 48%;
  position: relative;
  white-space: nowrap;
}

.depth-text__stage {
  display: inline-grid;
  place-items: center;
  position: relative;
  transform: rotateX(-1.75deg) rotateY(2.35deg);
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
}

.depth-text__layer,
.depth-text__face {
  backface-visibility: hidden;
  display: inline-block;
  font: inherit;
  font-kerning: normal;
  grid-area: 1 / 1;
  letter-spacing: inherit;
  line-height: 0.86;
  text-rendering: geometricPrecision;
  transform-style: preserve-3d;
  user-select: none;
  white-space: nowrap;
}

.depth-text__layer {
  filter: saturate(0.98) brightness(0.92);
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.depth-text__face {
  color: var(--depth-text-face-color);
  position: relative;
  text-shadow:
    0 22px 38px rgba(88, 132, 25, 0.18),
    0 4px 8px rgba(0, 0, 0, 0.14);
  transform: translateZ(0.6px);
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .depth-text__stage {
    will-change: auto;
  }
}

@media (max-width: 980px) {
  .vehicles-hero h2 {
    font-size: clamp(52px, 16vw, 86px);
    letter-spacing: -0.04em;
  }

  .depth-text {
    padding-bottom: clamp(22px, 6vw, 34px);
    perspective: 850px;
  }
}

@media (max-width: 560px) {
  .vehicles-hero h2 {
    font-size: clamp(44px, 12.8vw, 64px);
    letter-spacing: -0.055em;
  }
}
