/* ────────────────────────────────────────────────
       SCOPED STYLES - all rules namespaced to .vehicles-section
       (no global resets, safe for Webflow drop-in)
       ──────────────────────────────────────────────── */

    /* box-sizing scoped to this section only */
    .vehicles-section,
    .vehicles-section *,
    .vehicles-section *::before,
    .vehicles-section *::after {
      box-sizing: border-box;
    }

    /* ── Section wrapper (full-width background) ── */
    .vehicles-section {
      width: 100%;
      background: #0F0F0B;
      color: #F3EFE3;
      border-top: 1px solid #2A2B24;
      border-bottom: 1px solid #2A2B24;
      padding: 96px 0;
      overflow: hidden;
      font-family: "Bitter", Georgia, serif;
      /* Prevent section from trapping vertical touch-scroll on mobile */
      touch-action: pan-y;
    }

    /* ── Inner content container ── */
    .vehicles-container {
      width: 100%;
      max-width: 1216px;
      margin: 0 auto;
      padding: 0 32px;
    }

    /* ── Top row: eyebrow + header side by side ── */
    .vehicles-top-row {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 48px;
      margin-bottom: 56px;
    }

    .vehicles-top-left {
      flex: 1 1 auto;
      max-width: 680px;
      min-width: 0;
    }

    .vehicles-eyebrow {
      font-family: "JetBrains Mono", monospace;
      font-size: 12.5px;
      letter-spacing: 3.12px;
      color: #5DBA63;
      margin: 0 0 20px;
      text-transform: uppercase;
    }

    .vehicles-headline {
      font-family: "Archivo Black", sans-serif; font-weight: 900;
      font-size: 56px;
      line-height: 1.0;
      letter-spacing: -1.44px;
      color: #F3EFE3;
      margin: 0;
      text-transform: uppercase;
    }
    .vehicles-headline .orange { color: #FF5B1F; }
    .vehicles-headline .green  { color: #5DBA63; }

    .vehicles-top-right {
      flex: 0 0 380px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 24px;
    }

    .vehicles-body-copy {
      font-family: "Bitter", serif;
      font-size: 17px;
      line-height: 1.65;
      color: #A8A393;
      text-align: right;
      margin: 0;
    }

    .vehicles-cta-link {
      font-family: "JetBrains Mono", monospace;
      font-size: 13.6px;
      letter-spacing: 1.36px;
      color: #5DBA63;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: opacity 0.15s;
    }
    .vehicles-cta-link:hover { opacity: 0.75; }

    /* ── Scroll track ── */
    .vehicles-scroll-outer {
      position: relative;
    }

    /* fade right edge */
    .vehicles-scroll-outer::after {
      content: "";
      position: absolute;
      top: 0; right: 0; bottom: 0;
      width: 80px;
      background: linear-gradient(to right, transparent, #0F0F0B);
      pointer-events: none;
      z-index: 2;
    }

    .vehicles-card-track {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding-bottom: 12px;
      cursor: grab;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      /* Allow vertical page scroll while horizontal swipe navigates cards */
      touch-action: pan-y;
    }
    .vehicles-card-track::-webkit-scrollbar { display: none; }
    .vehicles-card-track.is-dragging { cursor: grabbing; }

    /* ── Trading card ── */
    .vehicles-card {
      flex: 0 0 300px;
      background: #14150F;
      border: 1px solid #2A2B24;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      transition: border-color 0.2s, transform 0.2s;
      position: relative;
      overflow: hidden;
    }
    .vehicles-card:hover {
      border-color: #5DBA63;
      transform: translateY(-4px);
    }

    .vehicles-card-number {
      position: absolute;
      top: 14px;
      right: 14px;
      font-family: "JetBrains Mono", monospace;
      font-size: 10px;
      letter-spacing: 2px;
      color: rgba(255,255,255,0.3);
      z-index: 3;
    }

    .vehicles-card-image {
      height: 200px;
      position: relative;
      overflow: hidden;
      background: #1A1B15;
    }
    .vehicles-card-image img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }
    .vehicles-card:hover .vehicles-card-image img {
      transform: scale(1.04);
    }
    .vehicles-card-image-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 50%, #14150F 100%);
    }
    .vehicles-card-image-svg-wrap {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1A1B15;
    }

    .vehicles-card-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      font-family: "JetBrains Mono", monospace;
      font-size: 10.5px;
      letter-spacing: 2px;
      padding: 4px 10px 5px;
      text-transform: uppercase;
      z-index: 2;
    }
    .vehicles-card-badge.green  { background: #5DBA63; color: #1A1B15; }
    .vehicles-card-badge.orange { background: #FF5B1F; color: #1A1B15; }
    .vehicles-card-badge.dark   { background: transparent; border: 1px solid #2A2B24; color: #A8A393; }

    .vehicles-card-body {
      padding: 20px 22px 22px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex: 1;
    }

    .vehicles-card-eyebrow {
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 2px;
      color: #54524A;
      text-transform: uppercase;
    }

    .vehicles-card-title {
      font-family: "Archivo Black", sans-serif; font-weight: 900;
      font-size: 18px;
      line-height: 1.2;
      color: #F3EFE3;
      letter-spacing: -0.2px;
    }

    .vehicles-card-desc {
      font-family: "Bitter", serif;
      font-size: 13.5px;
      line-height: 1.6;
      color: #A8A393;
    }

    .vehicles-card-stats {
      display: flex;
      gap: 0;
      border-top: 1px solid #2A2B24;
      margin-top: auto;
    }
    .vehicles-card-stat {
      flex: 1;
      padding: 12px 8px 12px 10px;
      border-right: 1px solid #2A2B24;
      display: flex;
      flex-direction: column;
      gap: 3px;
      min-width: 0;
    }
    .vehicles-card-stat:last-child { border-right: none; }
    .vehicles-stat-val {
      font-family: "Archivo Black", sans-serif; font-weight: 900;
      font-size: 15px;
      color: #5DBA63;
      line-height: 1;
    }
    .vehicles-stat-label {
      font-family: "JetBrains Mono", monospace;
      font-size: 8.5px;
      letter-spacing: 1px;
      color: #54524A;
      text-transform: uppercase;
      overflow: hidden;
      /* Allow wrapping on mobile so long labels like DISPLACEMENT are not clipped */
      white-space: normal;
      word-break: break-word;
      line-height: 1.3;
    }

    .vehicles-card-open-hint {
      padding: 10px 22px;
      border-top: 1px solid #2A2B24;
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 1.5px;
      color: #5DBA63;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-transform: uppercase;
      opacity: 0;
      transition: opacity 0.2s;
    }
    .vehicles-card:hover .vehicles-card-open-hint { opacity: 1; }

    /* ── Scroll nav ── */
    .vehicles-scroll-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 32px;
      flex-wrap: wrap;
    }

    .vehicles-scroll-nav-left {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .vehicles-scroll-dots {
      display: flex;
      gap: 8px;
      align-items: center;
    }
    .vehicles-dot {
      width: 6px;
      height: 6px;
      background: #2A2B24;
      transition: background 0.2s, width 0.2s;
      cursor: pointer;
    }
    .vehicles-dot.is-active {
      background: #5DBA63;
      width: 20px;
    }

    .vehicles-scroll-arrows {
      display: flex;
      gap: 8px;
    }
    .vehicles-arrow-btn {
      width: 44px;
      height: 44px;
      background: transparent;
      border: 1px solid #2A2B24;
      color: #A8A393;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.15s, color 0.15s;
      font-family: inherit;
    }
    .vehicles-arrow-btn:hover {
      border-color: #5DBA63;
      color: #5DBA63;
    }
    .vehicles-arrow-btn:disabled {
      opacity: 0.3;
      cursor: not-allowed;
      border-color: #2A2B24;
      color: #54524A;
    }

    .vehicles-card-count-label {
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 2px;
      color: #54524A;
      text-transform: uppercase;
    }

    /* ── MODAL ── */
    .vehicles-modal-backdrop {
      position: fixed;
      inset: 0;
      background: rgba(13,14,10,0.92);
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease;
      backdrop-filter: blur(4px);
    }
    .vehicles-modal-backdrop.is-open {
      opacity: 1;
      pointer-events: all;
    }

    .vehicles-modal {
      width: 100%;
      max-width: 1060px;
      background: #14150F;
      border: 1px solid #2A2B24;
      display: flex;
      overflow: hidden;
      position: relative;
      transform: translateY(24px);
      transition: transform 0.25s ease;
      max-height: 90vh;
    }
    .vehicles-modal-backdrop.is-open .vehicles-modal {
      transform: translateY(0);
    }

    .vehicles-modal-left {
      flex: 0 0 520px;
      min-height: 480px;
      position: relative;
      overflow: hidden;
      background: #1A1B15;
    }
    .vehicles-modal-left img {
      width: 100%;
      height: 100%;
      max-width: 100%;
      object-fit: contain;
      display: block;
      position: absolute;
      inset: 0;
      padding: 16px;
    }
    .vehicles-modal-left-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(255,91,31,0.08) 0%, transparent 60%);
    }
    .vehicles-modal-card-num {
      position: absolute;
      bottom: 16px;
      left: 16px;
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 3px;
      color: rgba(255,255,255,0.35);
    }
    .vehicles-modal-img-placeholder {
      display: none;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
      background: #1A1B15;
    }

    .vehicles-modal-right {
      flex: 1;
      padding: 40px 36px;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      gap: 24px;
      min-width: 0;
    }

    .vehicles-modal-badge-row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .vehicles-modal-eyebrow {
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 2.5px;
      color: #54524A;
      text-transform: uppercase;
    }

    .vehicles-modal-title-wrap {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: flex-start;
    }

    .vehicles-modal-title {
      font-family: "Archivo Black", sans-serif; font-weight: 900;
      font-size: 32px;
      line-height: 1.1;
      letter-spacing: -0.5px;
      color: #F3EFE3;
      margin: 0;
    }

    .vehicles-modal-body {
      font-family: "Bitter", serif;
      font-size: 16px;
      line-height: 1.7;
      color: #A8A393;
      margin: 0;
    }

    .vehicles-modal-stats-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: #2A2B24;
      border: 1px solid #2A2B24;
    }
    .vehicles-modal-stat {
      background: #14150F;
      padding: 16px 18px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .vehicles-modal-stat-val {
      font-family: "Archivo Black", sans-serif; font-weight: 900;
      font-size: 22px;
      color: #5DBA63;
      line-height: 1;
    }
    .vehicles-modal-stat-val.orange { color: #FF5B1F; }
    .vehicles-modal-stat-label {
      font-family: "JetBrains Mono", monospace;
      font-size: 10px;
      letter-spacing: 2px;
      color: #54524A;
      text-transform: uppercase;
    }

    .vehicles-modal-detail-list {
      display: flex;
      flex-direction: column;
      gap: 0;
      border: 1px solid #2A2B24;
    }
    .vehicles-modal-detail-row {
      display: flex;
      align-items: baseline;
      padding: 11px 16px;
      border-bottom: 1px solid #2A2B24;
      gap: 16px;
    }
    .vehicles-modal-detail-row:last-child { border-bottom: none; }
    .vehicles-modal-detail-key {
      font-family: "JetBrains Mono", monospace;
      font-size: 10.5px;
      letter-spacing: 1.5px;
      color: #54524A;
      text-transform: uppercase;
      flex: 0 0 130px;
    }
    .vehicles-modal-detail-val {
      font-family: "Bitter", serif;
      font-size: 14px;
      color: #EDE7D3;
      line-height: 1.5;
    }

    .vehicles-modal-close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 36px;
      height: 36px;
      background: #1A1B15;
      border: 1px solid #2A2B24;
      color: #A8A393;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
      line-height: 1;
      transition: border-color 0.15s, color 0.15s;
      font-family: inherit;
    }
    .vehicles-modal-close:hover {
      border-color: #5DBA63;
      color: #F3EFE3;
    }

    .vehicles-modal-nav {
      display: flex;
      gap: 8px;
      margin-top: auto;
      padding-top: 8px;
    }
    .vehicles-modal-nav-btn {
      flex: 1;
      padding: 12px;
      background: transparent;
      border: 1px solid #2A2B24;
      color: #A8A393;
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 1.5px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      text-transform: uppercase;
      transition: border-color 0.15s, color 0.15s;
    }
    .vehicles-modal-nav-btn:hover:not(:disabled) {
      border-color: #5DBA63;
      color: #5DBA63;
    }
    .vehicles-modal-nav-btn:disabled {
      opacity: 0.25;
      cursor: not-allowed;
    }

    /* ── "add card" placeholder ── */
    .vehicles-add-card {
      flex: 0 0 300px;
      border: 1px dashed #2A2B24;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 40px 24px;
      min-height: 420px;
      opacity: 0.45;
    }
    .vehicles-add-card-icon {
      width: 48px;
      height: 48px;
      border: 1px solid #2A2B24;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: #A8A393;
    }
    .vehicles-add-card-label {
      font-family: "JetBrains Mono", monospace;
      font-size: 11px;
      letter-spacing: 2px;
      color: #54524A;
      text-transform: uppercase;
      text-align: center;
    }

    /* ────────────────────────────────────────────────
       RESPONSIVE BREAKPOINTS
       ──────────────────────────────────────────────── */

    /* Tablet (≤960px) - stack top row, shrink headline */
    @media (max-width: 960px) {
      .vehicles-section {
        padding: 72px 0;
      }
      .vehicles-container {
        padding: 0 24px;
      }
      .vehicles-top-row {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
        margin-bottom: 48px;
      }
      .vehicles-top-left {
        max-width: 100%;
      }
      .vehicles-top-right {
        flex: 1 1 auto;
        align-items: flex-start;
      }
      .vehicles-body-copy {
        text-align: left;
      }
      .vehicles-headline {
        font-size: 44px;
        letter-spacing: -1px;
      }
      /* Modal stacks vertically */
      .vehicles-modal {
        flex-direction: column;
        max-height: 90vh;
        overflow-y: auto;
      }
      .vehicles-modal-left {
        flex: 0 0 auto;
        min-height: 280px;
        height: 280px;
        width: 100%;
      }
      .vehicles-modal-right {
        padding: 32px 28px;
      }
    }

    /* Mobile (≤640px) - tighter spacing, smaller cards */
    @media (max-width: 640px) {
      .vehicles-section {
        padding: 56px 0;
      }
      .vehicles-container {
        padding: 0 20px;
      }
      .vehicles-headline {
        font-size: 34px;
        letter-spacing: -0.6px;
      }
      .vehicles-top-row {
        margin-bottom: 36px;
        gap: 24px;
      }
      .vehicles-body-copy {
        font-size: 15px;
      }
      .vehicles-card,
      .vehicles-add-card {
        flex: 0 0 260px;
      }
      .vehicles-card-image {
        height: 170px;
      }
      .vehicles-card-title {
        font-size: 16px;
      }
      .vehicles-card-desc {
        font-size: 13px;
      }
      .vehicles-stat-label {
        font-size: 8px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: normal;
        word-break: break-word;
        line-height: 1.3;
      }
      .vehicles-stat-val {
        font-size: 13px;
      }
      .vehicles-card-stat {
        padding: 10px 0 10px 8px;
      }
      .vehicles-scroll-nav {
        margin-top: 24px;
      }
      .vehicles-scroll-nav-left {
        gap: 16px;
      }
      .vehicles-arrow-btn {
        width: 44px;
        height: 44px;
      }
      .vehicles-modal-backdrop {
        padding: 12px;
      }
      .vehicles-modal-right {
        padding: 24px 20px;
        gap: 20px;
      }
      .vehicles-modal-title {
        font-size: 26px;
      }
      .vehicles-modal-body {
        font-size: 15px;
      }
      .vehicles-modal-detail-row {
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
      }
      .vehicles-modal-detail-key {
        flex: 0 0 auto;
      }
    }