:root {
  --vp-bg: #030507;
  --vp-panel: #070a10;
  --vp-panel-2: #080b11;
  --vp-line: #1a2638;
  --vp-white: #f5faff;
  --vp-muted: #99a8bf;
  --vp-blue: #0573f2;
}

.vehicle-page {
  background: var(--vp-bg);
  color: var(--vp-white);
}

.vehicle-page .page-shell {
  width: min(100% - 48px, 1328px);
  margin-inline: auto;
}

.vehicle-page .site-header {
  position: relative;
  inset: auto;
  min-height: 104px;
  padding: 18px 56px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #141f2e;
  background: #020406;
}

.vehicle-page .site-header .brand {
  width: 244px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.vehicle-page .site-header .desktop-nav {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.vehicle-page .site-header .desktop-nav a { color: #94a3b8; }
.vehicle-page .site-header .desktop-nav a[aria-current="page"] { color: var(--vp-white); }

.vehicle-page .header-cta {
  background: var(--vp-blue);
  color: var(--vp-white);
  padding: 14px 24px;
}

.directory-hero {
  padding: 62px 0 56px;
  text-align: center;
}

.directory-eyebrow,
.detail-eyebrow,
.section-eyebrow {
  margin: 0 0 14px;
  color: var(--vp-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.directory-hero h1,
.detail-copy h1,
.vehicle-work h2,
.related-head h2,
.directory-grid h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 600;
  line-height: .95;
  letter-spacing: -.045em;
}

.directory-hero h1 { font-size: clamp(3.4rem, 6vw, 5.2rem); }
.directory-intro { max-width: 760px; margin: 18px auto 26px; color: var(--vp-muted); }

.featured-model {
  position: relative;
  display: block;
  min-height: 400px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 24px;
  text-align: left;
  border: 1px solid var(--vp-line);
}

.featured-model > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

.featured-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.15) 62%, rgba(0,0,0,.05));
}

.featured-copy {
  position: absolute;
  display: block;
  z-index: 2;
  left: 42px;
  bottom: 28px;
  max-width: 460px;
}

.featured-copy span,
.model-brand { color: var(--vp-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.featured-copy h2 { margin: 8px 0; font: 600 42px/1 var(--display); letter-spacing: -.04em; }
.featured-copy p { margin: 0 0 18px; color: #dce6f4; }
.inline-link { font-size: 12px; font-weight: 700; letter-spacing: .05em; }

.directory-grid {
  padding: 70px 0;
  background: #05070b;
}

.directory-grid-head,
.related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}

.directory-grid h2 { font-size: clamp(2.4rem, 4.3vw, 4rem); }
.model-count { color: var(--vp-blue); font-size: 12px; font-weight: 700; }
.model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }

.model-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--vp-line);
  border-radius: 18px;
  background: var(--vp-panel);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.model-card:hover {
  transform: translateY(-5px);
  border-color: rgba(5,115,242,.8);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.model-card img { height: 205px; object-fit: cover; }
.model-card-copy { position: relative; min-height: 95px; padding: 15px 52px 15px 18px; }
.model-card-copy strong { display: block; margin: 3px 0; font: 600 22px/1 var(--display); letter-spacing: -.03em; }
.model-card-copy small { color: var(--vp-muted); font-size: 11px; }
.model-card-copy b { position: absolute; right: 18px; top: 36px; font-size: 22px; }

.compatibility-banner {
  margin-top: 28px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(5,115,242,.55);
  border-radius: 16px;
  background: #061222;
}

.compatibility-banner strong { font-size: 20px; }
.compatibility-banner a { color: var(--vp-blue); font-size: 12px; font-weight: 700; }

.detail-hero { padding: 60px 0; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(390px, 1fr); gap: 44px; align-items: center; }
.main-vehicle-image { height: 520px; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 24px; }
.main-vehicle-image img { height: 100%; object-fit: cover; }
.detail-thumbnails { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.detail-thumbnails button { height: 104px; padding: 0; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 14px; background: transparent; cursor: pointer; }
.detail-thumbnails button:first-child { border: 2px solid var(--vp-blue); }
.detail-thumbnails img { height: 100%; object-fit: cover; transition: transform .3s ease; }
.detail-thumbnails button:nth-child(2) img { object-fit: contain; }
.detail-thumbnails button:hover img { transform: scale(1.04); }

.detail-copy h1 { font-size: clamp(3.6rem, 6vw, 6.2rem); }
.detail-lead { margin: 22px 0 14px; color: var(--vp-white); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.3; }
.detail-overview { color: var(--vp-muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.service-tags span { padding: 9px 13px; border: 1px solid var(--vp-line); border-radius: 999px; background: #0a0f17; font-size: 10px; font-weight: 700; }
.compat-note { color: var(--vp-muted); font-size: 12px; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.pill-button { padding: 14px 24px; border: 1px solid var(--vp-line); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.pill-button.primary { border-color: var(--vp-blue); background: var(--vp-blue); }

.vehicle-work { padding: 72px 0; background: #05070b; }
.vehicle-work h2 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.work-intro { max-width: 850px; margin: 18px 0 28px; color: var(--vp-muted); }
.service-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.service-card { min-height: 252px; padding: 24px 22px; border: 1px solid var(--vp-line); border-radius: 18px; background: var(--vp-panel-2); }
.service-card > span { color: var(--vp-blue); font-size: 12px; font-weight: 700; }
.service-card h3 { margin: 18px 0 14px; font-size: 16px; }
.service-card p { margin: 0; color: var(--vp-muted); font-size: 13px; }
.process-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.process-step { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; min-height: 112px; padding: 18px 20px; border: 1px solid var(--vp-line); border-radius: 14px; }
.process-step > b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--vp-blue); }
.process-step strong { display: block; font-size: 12px; }
.process-step small { color: var(--vp-muted); }

.related-models { padding: 66px 0; }
.related-head h2 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.related-head a { color: var(--vp-blue); font-size: 12px; font-weight: 700; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.related-card { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 330px; overflow: hidden; border: 1px solid var(--vp-line); border-radius: 20px; background: #060a0f; }
.related-card img { height: 100%; object-fit: cover; }
.related-card-copy { padding: 38px 26px; }
.related-card-copy h3 { margin: 16px 0; font: 600 28px/1 var(--display); letter-spacing: -.03em; }
.related-card-copy p { color: var(--vp-muted); font-size: 13px; }
.vehicle-cta { margin-top: 20px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-radius: 22px; background: #05387a; }
.vehicle-cta h2 { margin: 0 0 7px; font: 600 32px/1.1 var(--display); }
.vehicle-cta p { margin: 0; color: #e8f2ff; }
.vehicle-cta .pill-button { border-color: var(--vp-white); background: var(--vp-white); color: #040d1f; white-space: nowrap; }

.vehicle-page .site-footer { border-top: 1px solid #12141a; }

@media (max-width: 1050px) {
  .vehicle-page .site-header { padding-inline: 28px; }
  .vehicle-page .site-header .brand { width: 180px; }
  .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-layout { grid-template-columns: 1fr; }
  .service-card-grid { grid-template-columns: repeat(2, 1fr); }
  .related-card { grid-template-columns: 1fr; }
  .related-card img { height: 260px; }
}

@media (max-width: 720px) {
  .vehicle-page .page-shell { width: min(100% - 32px, 1328px); }
  .vehicle-page .site-header { min-height: 82px; padding: 12px 16px; }
  .vehicle-page .site-header .brand { width: 145px; }
  .vehicle-page .menu-button { display: flex; }
  .directory-hero { padding-top: 44px; }
  .directory-intro { font-size: 13px; }
  .featured-model { min-height: 380px; }
  .featured-model > img { object-position: 62% center; }
  .featured-copy { left: 24px; right: 24px; bottom: 24px; }
  .featured-copy h2 { font-size: 34px; }
  .directory-grid-head, .related-head, .compatibility-banner, .vehicle-cta { align-items: flex-start; flex-direction: column; }
  .model-grid, .service-card-grid, .process-row, .related-grid { grid-template-columns: 1fr; }
  .main-vehicle-image { height: 390px; }
  .detail-thumbnails { gap: 8px; }
  .detail-thumbnails button { height: 76px; }
  .detail-copy h1 { margin-top: 12px; }
  .service-card { min-height: 210px; }
  .related-card { grid-template-columns: 1fr; }
  .related-card img { height: 230px; }
  .vehicle-cta { padding: 28px 24px; }
}
