.pps-product-intelligence-wrap {
  clear: both;
  margin: 2rem 0;
}

.pps-product-intelligence {
  margin: 1.5rem 0;
}

.pps-product-intelligence h2 {
  margin-bottom: 0.75rem;
}

.pps-product-intelligence ul,
.pps-product-intelligence dl {
  margin-left: 1.25rem;
}

.pps-product-intelligence dt {
  font-weight: 700;
  margin-top: 0.75rem;
}

.pps-product-intelligence dd {
  margin: 0.25rem 0 0.75rem;
}

.pps-spec-label-with-icon {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.pps-spec-label-with-icon img {
  border-radius: 3px;
  height: 1.15rem;
  object-fit: contain;
  width: 1.15rem;
}

.pps-spec-help {
  color: #64748b;
  font-size: 0.85em;
  line-height: 1.35;
  margin-top: 0.25rem;
}

.pps-spec-resource-links {
  font-size: 0.85em;
  line-height: 1.35;
  margin-top: 0.25rem;
}

.pps-spec-resource-links a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pps-product-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

.pps-product-media-grid img {
  display: block;
  height: auto;
  max-width: 100%;
}

.pps-product-presentation-viewer {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.pps-product-presentation-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.pps-product-presentation-layer-toggle {
  appearance: none;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.55rem 0.7rem;
}

.pps-product-presentation-layer-toggle.is-active {
  border-color: #0f766e;
  background: #0f766e;
  color: #fff;
}

.pps-product-presentation-reset {
  border-color: #94a3b8;
  background: #f8fafc;
}

.pps-product-presentation-layer-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.pps-product-presentation-model-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.pps-product-presentation-model-option {
  appearance: none;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  color: #334155;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.75rem;
}

.pps-product-presentation-model-option.is-active {
  border-color: #0284c7;
  background: #0284c7;
  color: #fff;
}

.pps-product-presentation-stage {
  position: relative;
  min-height: clamp(520px, 54vh, 760px);
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background:
    radial-gradient(circle at 36% 32%, rgba(244, 114, 182, 0.1), transparent 24%),
    radial-gradient(circle at 74% 58%, rgba(20, 184, 166, 0.13), transparent 30%),
    linear-gradient(180deg, #fbfaf7, #f8fafc);
  overflow: hidden;
}

.pps-product-presentation-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: 0.32;
}

.pps-product-presentation-canvas {
  position: absolute;
  inset: 0;
  min-height: clamp(520px, 54vh, 760px);
  z-index: 2;
}

.pps-product-presentation-canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.pps-product-presentation-poster {
  margin: 0;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
}

.pps-product-presentation-stage .pps-product-presentation-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
}

.pps-product-presentation-poster img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.pps-product-presentation-stage .pps-product-presentation-poster img {
  height: 100%;
  max-height: none;
}

.pps-product-presentation-viewer.is-loaded .pps-product-presentation-poster {
  display: none;
}

.pps-product-presentation-status {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 6;
  margin: 0;
  padding: 0.35rem 0.55rem;
  border-radius: 4px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.8125rem;
}

.pps-product-presentation-status[data-state="ready"] {
  background: rgba(22, 101, 52, 0.82);
}

.pps-product-presentation-status[data-state="error"],
.pps-product-presentation-status[data-state="warning"] {
  background: rgba(153, 27, 27, 0.86);
}

.pps-product-presentation-model-link {
  margin: 0;
}

.pps-product-presentation-measurements {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.pps-product-presentation-measurement-label {
  position: absolute;
  display: none;
  min-width: 76px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(15, 118, 110, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  color: #0f172a;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.32rem 0.45rem;
  text-align: center;
}

.pps-layer-measurements-on .pps-product-presentation-measurement-label {
  display: block;
}

.pps-product-presentation-badges {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 0.6rem;
}

.pps-product-presentation-badge {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  padding: 0.65rem 0.75rem;
}

.pps-product-presentation-badge span {
  display: block;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pps-product-presentation-badge strong {
  display: block;
  margin-top: 0.15rem;
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.pps-product-presentation-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1rem;
}

.pps-product-presentation-spec-panel,
.pps-product-presentation-chart {
  min-width: 0;
}

.pps-product-presentation-spec-panel h3,
.pps-product-presentation-chart h3 {
  margin: 0 0 0.6rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
}

.pps-product-presentation-specs {
  margin-top: 0;
}

.pps-product-presentation-chart {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  padding: 0.85rem;
}

.pps-product-presentation-chart-row {
  display: grid;
  grid-template-columns: minmax(88px, 0.85fr) minmax(120px, 1fr) minmax(44px, auto);
  gap: 0.6rem;
  align-items: center;
  margin: 0.55rem 0;
}

.pps-product-presentation-chart-row span {
  color: #334155;
  font-size: 0.82rem;
  font-weight: 700;
}

.pps-product-presentation-chart-row strong {
  color: #0f172a;
  font-size: 0.82rem;
  text-align: right;
}

.pps-product-presentation-chart-track {
  height: 0.65rem;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.pps-product-presentation-chart-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0f766e, #0284c7);
}

.pps-product-gallery-3d-tile {
  margin-top: 0.75rem;
}

.pps-product-gallery-3d-tile a {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 35% 30%, rgba(20, 184, 166, 0.16), transparent 34%),
    linear-gradient(135deg, #f8fafc, #ffffff);
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.pps-product-gallery-3d-tile a::before {
  content: "3D";
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #0f766e;
  color: #fff;
  font-size: 1rem;
}

.pps-layer-specs-off [data-pps-presentation-specs],
.pps-layer-charts-off [data-pps-presentation-chart] {
  display: none;
}

@media (max-width: 760px) {
  .pps-product-presentation-stage,
  .pps-product-presentation-canvas {
    min-height: 380px;
  }

  .pps-product-presentation-panel-grid {
    grid-template-columns: 1fr;
  }

  .pps-product-presentation-chart-row {
    grid-template-columns: 1fr;
  }

  .pps-product-presentation-chart-row strong {
    text-align: left;
  }
}
