
/* Phase 7C — customer-facing language and visual aids */
.telstar-explainer-figure {
  margin: clamp(1.75rem, 4vw, 3rem) 0;
  border: 1px solid rgba(11, 37, 69, 0.11);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 60px rgba(11, 37, 69, 0.08);
}

.telstar-explainer-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.telstar-explainer-figure figcaption {
  margin: 0;
  padding: 1rem clamp(1rem, 2vw, 1.5rem) 1.15rem;
  color: var(--td-slate, #5C6B73);
  font-size: 0.98rem;
  line-height: 1.55;
  background: linear-gradient(180deg, rgba(244, 246, 248, 0.7), #fff);
  border-top: 1px solid rgba(11, 37, 69, 0.08);
}

.telstar-explainer-figure--home,
.telstar-explainer-figure--route,
.telstar-explainer-figure--sprint,
.telstar-explainer-figure--pillars,
.telstar-explainer-figure--symptoms,
.telstar-explainer-figure--interviews,
.telstar-explainer-figure--evidence-sequence,
.telstar-explainer-figure--itzamna-method,
.telstar-explainer-figure--itzamna-lifecycle,
.telstar-explainer-figure--wwu {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.telstar-explainer-figure--home {
  margin-top: clamp(1.25rem, 3vw, 2.25rem);
  margin-bottom: clamp(2rem, 5vw, 3.75rem);
}

.telstar-explainer-figure--article {
  margin: 0;
  height: 100%;
}

.article-visual-aids {
  background: #f8fafc;
}

.article-visual-aids__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.article-visual-aids__grid .telstar-explainer-figure img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
}

.launch-insight-card__media img {
  object-fit: cover;
  object-position: center;
}

.framework-forward-panel .telstar-explainer-figure,
.page-section--dark .telstar-explainer-figure {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 980px) {
  .article-visual-aids__grid {
    grid-template-columns: 1fr;
  }

  .article-visual-aids__grid .telstar-explainer-figure img {
    aspect-ratio: auto;
  }
}

@media (max-width: 720px) {
  .telstar-explainer-figure {
    border-radius: 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.75rem;
  }

  .telstar-explainer-figure figcaption {
    font-size: 0.92rem;
  }
}
