/* V14: projektbezogene Redaktion, gemeinsames Facts-System und natürlicher Flow. */
.page--projects .project-facts > div {
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 1.25rem;
  align-items: baseline;
}

.page--projects .project-access-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.page--projects .project-access-link:hover {
  text-decoration-color: var(--orange);
}

.page--projects .project-access-link .project-link-arrow {
  display: inline-block;
  padding-left: 0.25em;
  color: var(--orange);
  line-height: 1;
  text-decoration: none;
}

.page--projects .project-chapter--landscape h2 {
  max-width: 18ch;
}

.page--projects .project-chapter__heading {
  grid-column: 1 / span 6;
}

.page--projects .project-chapter__body {
  grid-column: 8 / -1;
}

.page--projects .project-chapter__body > p:not(.lead) {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.page--projects .project-title-years {
  white-space: nowrap;
}

.page--projects .subpage-cta h2 {
  max-width: 24ch;
}

@media (max-width: 900px) {
  .page--projects .project-chapter__body .lead {
    margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
  }
}

@media (max-width: 700px) {
  .page--projects .project-chapter .project-facts > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.35rem;
  }
}

.page--projects .project-access-tail {
  white-space: nowrap;
}
