.vehicle-hero-card {
  padding: 20px;
}

.vehicle-hero-inline-mobile {
  display: none;
}

.vehicle-hero-image-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #0b0e13, #101520);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.vehicle-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.viewer-card {
  padding: 30px;
}

.viewer-model {
  width: 100%;
  height: 420px;
  border-radius: 22px;
  background: linear-gradient(180deg, #0b0e13, #101520);
}

.viewer-model-large {
  width: 100%;
  height: 550px;
  border-radius: 22px;
  background: linear-gradient(180deg, #0b0e13, #101520);
}

.spec-card {
  padding: 30px;
  max-width: 600px;
}

.spec-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.spec-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  color: var(--muted);
}

.spec-list strong {
  color: var(--text);
  min-width: 120px;
  display: inline-block;
}

.specs-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.spec-card-enhanced,
.spec-image-card {
  padding: 30px;
}

.spec-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.spec-card-header h3 {
  font-size: 1.6rem;
  line-height: 1.1;
}

.spec-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.spec-list-enhanced {
  list-style: none;
  display: grid;
  gap: 0;
}

.spec-list-enhanced li {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list-enhanced li:last-child {
  border-bottom: none;
}

.spec-label {
  color: var(--text);
  font-weight: 700;
}

.spec-value {
  color: var(--muted);
}

.spec-image-card {
  display: flex;
}

.spec-image-wrap {
  width: 100%;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.06);
}

.spec-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.project-story {
  padding: 10px 0 76px;
}

.project-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.project-story-card {
  padding: 28px;
}

.project-story-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.project-story-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.project-story-card p {
  color: var(--muted);
}

.project-story-list {
  list-style: none;
  display: grid;
  gap: 12px;
}

.project-story-list li {
  color: var(--muted);
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.project-story-list li:first-child {
  padding-top: 0;
  border-top: none;
}

.credit {
  margin-top: 18px;
  font-size: 0.9rem;
  color: var(--muted);
}

.credit a {
  text-decoration: underline;
}

.sketchfab-viewer-xl {
  width: 100%;
  height: 720px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b0e13, #101520);
}

.sketchfab-viewer-xl iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sketchfab-viewer {
  width: 100%;
  height: 550px;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #0b0e13, #101520);
}

.sketchfab-viewer iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 920px) {
  .hero-grid {
    justify-items: center;
  }

  .vehicle-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-self: center;
    align-self: start;
    width: min(calc(100vw - 40px), 460px);
    max-width: 460px;
    margin: 0 auto;
  }

  .vehicle-hero-copy .eyebrow {
    margin-right: auto;
  }

  .vehicle-hero-copy h1,
  .vehicle-hero-copy p,
  .vehicle-hero-copy .button-group {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .vehicle-hero-copy p {
    max-width: 34rem;
  }

  .vehicle-hero-copy .button-group {
    align-items: stretch;
  }

  .vehicle-hero-inline-mobile {
    display: block;
    margin: 18px 0 0;
    padding: 8px;
    align-self: center;
    width: 100%;
  }

  .vehicle-hero-side {
    display: none;
  }

  .vehicle-hero-inline-mobile .project-image {
    height: auto;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    background: #0c1016;
  }

  .vehicle-hero-inline-mobile .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 640px) {
  .vehicle-hero-copy {
    width: min(calc(100vw - 28px), 420px);
    max-width: 420px;
  }

  .vehicle-hero-inline-mobile {
    margin-top: 16px;
    padding: 6px;
    width: 100%;
  }

  .vehicle-hero-inline-mobile .project-image {
    aspect-ratio: 4 / 3;
  }
}
