/* ============================================================================
   Static interior pages: about, profile, legal, resources, upgrade, training,
   jobs. Shares the architectural-trace system. The page body is a single
   measured column hung under the page-header, with the same gutters.
   ========================================================================== */

.page-body {
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 0 var(--gutter) clamp(3rem, 7vw, 5.5rem);
}

.page-body .prose {
  margin-top: clamp(1rem, 3vw, 2rem);
}

.page-body__crumb {
  max-width: var(--content-max);
  margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
  padding: 0 var(--gutter);
}

/* jobs and other action rows under a body column */

.page-body__action {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.page-body__empty {
  margin-top: clamp(1rem, 3vw, 2rem);
  padding: 1.5rem 0;
  border-block: 1px solid var(--hairline);
  font-size: var(--text-lede);
  color: var(--ink);
}

/* the jobs spec-rows list needs breathing room under the intro prose */

.page-body .spec-rows {
  margin-top: clamp(2rem, 5vw, 3rem);
}

/* -------------------------------------------------- training launch panel */

.devux-launch {
  margin-top: clamp(2.5rem, 6vw, 4rem);
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.4);
}

.devux-launch #developerux-logo {
  width: clamp(9rem, 20vw, 13rem);
  height: auto;
  margin-bottom: 1.25rem;
}

.devux-launch h2 {
  font-family: var(--font-display);
  font-size: var(--text-h3);
  margin-bottom: 0.75rem;
}

.devux-launch p {
  max-width: 44rem;
  font-size: var(--text-base);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.devux-launch .button {
  margin-top: 0.5rem;
}
