/*
  about.html / not_found.html specific layout. Studio look only — contact.html moved to its own
  dedicated contact.css when it got its permanent Glass Noir treatment, since none of its classes
  were ever shared with about.html/not_found.html (verified before splitting, not assumed).
*/

/* About: legal stack --------------------------------------------------------------- */

.legal-summary {
  padding-bottom: 0;
}

.legal-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 12px;
}

.legal-card {
  padding: 24px;
  scroll-margin-top: 90px;
}

.legal-card h3 {
  margin-bottom: 14px;
}

.legal-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  max-width: 70ch;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.96rem;
  color: var(--ink-soft);
}

.legal-list strong {
  color: var(--ink);
}

/* Not found ------------------------------------------------------------------------- */

.not-found-mark {
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 9rem);
  font-weight: 700;
  color: var(--accent-soft);
  line-height: 1;
  margin-bottom: 8px;
}
