/* UnifrakturMaguntia loaded via <link> tags in each page's <head> */

body {
  background-color: #faf9f7;
  color: #222;
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 660px;
  margin: 0 auto;
  padding: 36px 20px 80px;
}

.page-header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

.back-link {
  display: inline-block;
  color: #666;
  text-decoration: none;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.back-link:hover { color: #1a1a1a; }

.tree {
  display: inline-block;
  font-size: 1.8em;
  user-select: none;
  margin: 0 4px;
}

h1 {
  font-family: "UnifrakturMaguntia", "Palatino Linotype", serif;
  font-size: 2.6em;
  color: #1a1a1a;
  margin: 0 0 6px;
}

.epigraph {
  margin: 32px 0 36px;
  text-align: center;
  font-style: italic;
  color: #444;
  line-height: 2;
}

.epigraph cite {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 0.85em;
  color: #666;
}

.body-text {
  line-height: 2;
  font-size: 1.05em;
}

.body-text p {
  margin: 0 0 1.6em;
  color: #222;
}

.body-text p:first-child::first-letter {
  font-family: "UnifrakturMaguntia", serif;
  font-size: 3.2em;
  float: left;
  line-height: 0.75;
  margin: 0.05em 0.1em 0 0;
  color: #1a1a1a;
}

.timeline-block {
  margin: 0 0 1.6em;
  font-size: 1.05em;
  line-height: 2;
}

.timeline-title {
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 0.5em;
}

.timeline {
  list-style: disc;
  padding-left: 1.4em;
  margin: 0;
  color: #222;
  line-height: 1.9;
}

.timeline li {
  margin-bottom: 0.5em;
}

.pull-quote {
  border-left: 3px solid #ccc;
  margin: 2em 0 2em 1em;
  padding: 0.5em 0 0.5em 1.2em;
  font-style: italic;
  color: #666;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-footer {
  margin-top: 60px;
  padding-top: 14px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 0.85em;
  color: #666;
}

a { color: #444; }
a:visited { color: #666; }
a:hover { color: #000; }

/* ── Coming soon teaser ── */
.coming-soon {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
  text-align: center;
  color: #666;
  font-style: italic;
  font-size: 0.95em;
  line-height: 1.8;
}

/* ── Responsive ── */
@media (max-width: 480px) {
  h1 { font-size: 1.9em; }

  .body-text p:first-child::first-letter {
    float: none;
    font-size: 1.4em;
    line-height: inherit;
    margin: 0;
  }
}
