.feature-sliding .feature-arrow,
.feature-sliding .feature-dots button {
  pointer-events: none;
}

.feature-copy-shell {
  position: relative;
  height: 510px;
  min-height: 510px;
  background: var(--brand-gray, #E2E2E2);
}

.feature-copy-stage {
  position: relative;
  height: 430px;
  min-height: 430px;
  overflow: hidden;
}

.feature-copy-panel {
  width: 100%;
  min-width: 0;
  background: var(--brand-gray, #E2E2E2);
  will-change: transform;
}

.feature-copy-panel.is-incoming {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.feature-stat-stage {
  width: 282px;
  height: 128px;
  min-width: 282px;
  max-width: 282px;
  padding: 27px 30px;
  overflow: hidden;
  isolation: isolate;
  transition: none !important;
  transform: none !important;
}

.feature-stat-panel {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform;
}

.feature-stat-panel.is-incoming {
  position: absolute;
  top: 27px;
  right: 30px;
  bottom: 27px;
  left: 30px;
  width: auto;
  height: auto;
  z-index: 2;
}

.feature-position-fixed,
.feature-dots-fixed {
  position: relative;
  z-index: 4;
}

.feature-position-fixed {
  margin-bottom: 18px;
}

.feature-dots-fixed {
  margin-top: 24px;
}

.feature-dots-fixed button {
  position: relative;
  width: 24px;
  background: transparent;
}

.feature-dots-fixed button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 5px;
  background: rgba(0,0,0,.2);
  transform: translateX(-50%);
  transition: width .25s, background .25s;
}

.feature-dots-fixed button.active {
  width: 24px;
  background: transparent;
}

.feature-dots-fixed button.active::before {
  width: 24px;
  background: var(--orange);
}

@media(max-width:900px) {
  .feature-copy-shell { height: auto; min-height: 500px; }
  .feature-copy-stage { height: auto; min-height: 420px; }
  .feature-copy-panel.is-current { position: relative; }
}

@media(max-width:560px) {
  .feature-stat-stage {
    width: 230px;
    height: 96px;
    min-width: 230px;
    max-width: 230px;
    padding: 17px 19px;
  }

  .feature-stat-panel.is-incoming {
    top: 17px;
    right: 19px;
    bottom: 17px;
    left: 19px;
  }
}

.listing-card.rental .listing-body {
  display: flex;
  flex-direction: column;
  min-height: 148px;
}

.listing-card.rental .listing-body > strong {
  align-self: flex-start;
  margin-top: auto;
  white-space: nowrap;
  line-height: 1.15;
}

.rental-card {
  display: flex;
  flex-direction: column;
}

.rental-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.rental-body > p {
  flex: 1;
}

.rental-bottom strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  white-space: nowrap;
  line-height: 1.1;
}

.vehicle-filters {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: -16px 0 34px;
  padding: 0 22px 0 0;
  border: 1px solid #00000035;
  border-top: 4px solid var(--orange);
  background: #000;
  color: #fff;
  box-shadow: 0 14px 34px #00000022;
}

.vehicle-filter-heading {
  align-self: stretch;
  display: flex;
  min-width: 210px;
  padding: 18px 22px;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #ffffff24;
  background: linear-gradient(135deg,#171717,#050505);
}

.vehicle-filter-heading small {
  margin-bottom: 3px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.vehicle-filter-heading strong {
  font: 600 20px var(--display);
  text-transform: uppercase;
}

.vehicle-filter-options {
  display: grid;
  grid-template-columns: repeat(4,minmax(92px,1fr));
  gap: 8px;
  padding: 12px 0;
}

.vehicle-filters > [data-filter-status] {
  color: #aaa;
  font-size: 11px;
  white-space: nowrap;
}

.vehicle-filters button {
  min-height: 44px;
  padding: 10px 14px;
  border: 0;
  border-bottom: 2px solid #ffffff28;
  background: #ffffff09;
  color: #fff;
  font: 700 12px var(--body);
  letter-spacing: .3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .22s, border-color .22s, color .22s, transform .22s;
}

.vehicle-filters button:hover {
  border-color: var(--orange);
  background: #ffffff15;
  transform: translateY(-2px);
}

.vehicle-filters button.active {
  border-color: var(--orange);
  background: var(--orange);
  color: #000;
  box-shadow: inset 0 -3px 0 #00000026;
}

.vehicles-grid.is-filtered .vehicle-card {
  animation: filter-card-in .34s cubic-bezier(.2,.75,.2,1) both;
}

@keyframes filter-card-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media(max-width:650px) {
  .vehicle-filters { grid-template-columns: 1fr; gap: 0; margin-top: -8px; padding: 0; }
  .vehicle-filter-heading { min-width: 0; border-right: 0; border-bottom: 1px solid #ffffff24; }
  .vehicle-filter-options { grid-template-columns: 1fr 1fr; padding: 12px; }
  .vehicle-filters > [data-filter-status] { padding: 0 14px 14px; }
  .rental-bottom { align-items: flex-end; }
}

.event-gallery-open {
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  cursor: zoom-in;
}

.event-gallery-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-gallery-count {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  background: #000;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.event-gallery-link {
  padding: 0 0 4px;
  border: 0;
  border-bottom: 2px solid var(--orange);
  background: transparent;
  color: #000;
  cursor: pointer;
}

@media(prefers-reduced-motion:reduce) {
  .vehicles-grid.is-filtered .vehicle-card { animation: none; }
}
