body {
  font-family: serif;
  max-width: 900px;
  margin: auto;
  padding: 2em;
  line-height: 1.6;
}

header h1 {
  font-size: 2.2em;
}

.subtitle {
  font-style: italic;
  opacity: 0.7;
}

.access-keys ul {
  list-style: none;
  padding: 0;
}

.access-keys li {
  margin: 1em 0;
}

.access-keys a {
  text-decoration: none;
  font-size: 1.2em;
}

.hint {
  font-size: 0.8em;
  opacity: 0.6;
}

.cross-links {
  margin-top: 3em;
  font-size: 0.9em;
}

footer {
  margin-top: 4em;
  font-size: 0.8em;
  opacity: 0.6;
}
.intent-separator {
  margin: 4em 0 2em 0;
  opacity: 0.3;
}

.first-intention {
  font-size: 0.9em;
  opacity: 0.85;
}

.intent-note {
  font-style: italic;
  margin-bottom: 1em;
}

.raw-text {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #ccc;
}

.raw-text p {
  margin-bottom: 1em;
}
.philosophy {
  margin: 4rem 10%;
  font-family: Georgia, "Times New Roman", serif;
}

.philo-title {
  text-align: right;
  margin-bottom: 4rem;
  line-height: 1.1;
}

.philo-title .l1 { font-size: 2.6rem; }
.philo-title .l2 { font-size: 1.8rem; opacity: 0.85; }
.philo-title .l3 { font-size: 1.4rem; opacity: 0.7; }
.philo-title .l4 { font-size: 1.1rem; opacity: 0.55; }
.philo-title .l5 { font-size: 0.9rem; opacity: 0.4; }

.philo-title .marker {
  margin-top: 1rem;
  font-size: 1.2rem;
  opacity: 0.6;
}

.philo-text {
  max-width: 820px;
}

.philo-text p {
  margin-bottom: 1.3rem;
  line-height: 1.6;
}

.footnotes {
  font-size: 0.85rem;
  color: #555;
  margin: 4rem 10%;
}

.image-block {
  max-width: 800px;
  margin: 3rem auto;
}

.image-block img {
  width: 100%;
  height: auto;
  display: block;
}
.purpose {
  max-width: 820px;
  margin: 4rem auto;
  font-family: Georgia, "Times New Roman", serif;
}

.purpose p {
  line-height: 1.65;
  margin-bottom: 1.4rem;
}

.purpose h2 {
  text-align: right;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  opacity: 0.85;
}
.intent-box {
  border: 1px dashed #999;
  padding: 1.5rem;
  margin: 3rem auto;
  max-width: 720px;
  font-family: Georgia, "Times New Roman", serif;
  background: #fafafa;
}

.intent-box h3 {
  margin-top: 0;
  font-size: 1.4rem;
}

.intent-box .intro,
.intent-box .note {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

.symbols {
  display: flex;
  gap: 2rem;
  justify-content: space-around;
  margin: 2rem 0;
}

.symbol {
  text-align: center;
  font-size: 0.85rem;
}

.stroke {
  width: 40px;
  height: 2px;
  background: #333;
  margin: 6px auto;
  position: relative;
}

.stroke.up {
  transform: translateX(-8px);
}

.stroke.down {
  transform: translateX(8px);
}

.stroke.arrow::after {
  content: "→";
  position: absolute;}
  .note {
  font-style: italic;
  color: #555;
}

.aside {
  border-left: 3px solid #ccc;
  padding-left: 1em;
  color: #444;
}
.note {
  border-left: 3px dashed #888;
  padding-left: 1em;
  opacity: 0.9;
}

body {
  line-height: 1.65;
}

section {
  max-width: 820px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

p {
  margin-bottom: 1.6rem;
}

h2 {
  margin-bottom: 2.5rem;
  font-weight: normal;
}

footer {
  max-width: 820px;
  margin: 3rem auto 4rem auto;
  padding: 0 1.5rem;
}