/* Ergaenzungen fuer die Christophorus-Seite zum Precision Design System. */

.header-home {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

/* Das Logo ist farbig und transparent - der Logo-Filter der Vorlage gilt nur fuer das
   einfarbige Autorenlogo und wuerde es verfaelschen. */
.header-logo {
  filter: none;
  height: 32px;
  width: 32px;
}

.hero-logo {
  display: block;
  margin: 0 0 28px;
}

.notice {
  max-width: 760px;
  border-left: 3px solid var(--accent);
  padding-left: 18px;
}

.legal {
  max-width: 820px;
}

.legal .legal-block {
  margin-top: 36px;
}

.legal .legal-block h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--text-primary);
}

.legal .legal-block p {
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0 0 12px;
}

.legal a,
.notice a {
  color: var(--accent);
}

.legal code {
  font-family: var(--font-mono);
  font-size: 0.9em;
}

.footer-links {
  flex-wrap: wrap;
}

.shot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.shot {
  margin: 0;
}

.shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}

.shot figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.install-cmd {
  overflow-x: auto;
  white-space: nowrap;
}

.manual {
  margin-top: 24px;
}

.manual a {
  color: var(--accent);
}

@media (max-width: 760px) {
  .shot-grid {
    grid-template-columns: 1fr;
  }
}
