.firstprinciples-wrapper {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
  font-family: 'Georgia', serif;
}

.firstprinciples-header {
  text-align: center;
  margin-bottom: 2rem;
}

.firstprinciples-theme {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  color: #666;
}

.ordo, .chaos {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0.25rem;
}

.solvecoagula {
  font-style: italic;
  margin-top: 0.5rem;
  color: #888;
}

.firstprinciples-body blockquote {
  background: #f8f8f8;
  border-left: 4px solid #bbb;
  padding: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

.elemental-blessing {
  text-align: center;
  font-family: 'Courier New', monospace;
  background: #fcfcf9;
  border: 1px dashed #999;
  padding: 1rem;
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 1.1rem;
}
.solvecoagula-emph {
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #555;
}

.manifesto-links {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
}

.manifesto-links li {
  margin-bottom: 1.5rem;
}

.manifesto-links a {
  text-decoration: none;
  color: #333;
}

.manifesto-links a:hover {
  text-decoration: underline;
}
.ethic-points {
  margin: 2rem 0;
  padding-left: 1.2rem;
  list-style-type: decimal;
  line-height: 1.7;
}

.ethic-points li {
  margin-bottom: 1.5rem;
}

