/* ── Despiece interactivo page ──────────────────────────────── */
.despiece-section { padding: 0 0 80px; }

.despiece-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.despiece-hero {
  text-align: center;
  padding: 48px 0 28px;
}
.despiece-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  color: #003A8F;
  margin: 0 0 10px;
}
.despiece-sub {
  font-size: 15px;
  color: #6b5e4e;
  margin: 0 0 10px;
}

/* Current diagram title bar */
.despiece-current-bar {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 20px;
  padding: 12px 18px;
  background: #f0f5fc;
  border: 1px solid #bed0ef;
  border-radius: 8px;
}
.despiece-current-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: #003A8F;
  line-height: 1.2;
}
.despiece-current-en {
  font-size: 13px;
  color: #6b7e9b;
}

/* Hide interactive balloon overlays — diagrams are reference-only */
#despiece .xtz-layer { display: none; }

/* Parts list: auto height, no scroll */
#despiece .xtz-list { max-height: none; overflow: visible; height: auto; }

/* Override viewer accent from red to site blue */
#despiece.xtz {
  --accent: #003A8F;
  --accentd: #002a6e;
}
#despiece .xtz-row.on   { background: #dde8f7; }
#despiece .xtz-hot.on,
#despiece .xtz-hot:hover { background: var(--accent); border-color: var(--accentd); color: #fff; }
