/* Editorial hub v3+ — paths documented in version3/README.md */
.proto-banner { line-height: 1.45; }

.proto-scope {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-xl);
  background: var(--color-surface);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.proto-scope strong { color: var(--color-text); }

.proto-nav__links a.is-stub {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

.agent-row-photo {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
  display: block;
}

.agent-dl {
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.5rem;
  font-size: var(--text-sm);
}

.agent-dl > div { margin: 0; }

.agent-dl dt {
  margin: 0;
  font-weight: 600;
  color: var(--color-text);
}

.agent-dl dd {
  margin: 0.15rem 0 0;
  color: var(--color-text-muted);
  box-sizing: content-box;
}

.agent-workflow-line {
  margin: 0.35rem 0 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.agent-role-line {
  margin: 0.25rem 0 0;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text);
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-hero__visual .blog-img {
  position: absolute;
  inset: 0;
}

.feature-hero__visual {
  position: relative;
  min-height: 200px;
}

.article-card__img {
  aspect-ratio: 16 / 10;
  background: var(--color-surface-offset);
}

.inline-cta { margin: 1.5rem 0; }
