body {
  background-color: #121110;
}

/* Container */
.damon-intro {
  max-width: 750px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #f7f4ef; /* soft paper tone */
  border: 10px solid #d6d1c4; /* subtle archival border */
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: "Source Serif Pro", Georgia, serif;
  color: #2a2a2a;
}

/* Image */
.damon-image img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  filter: grayscale(20%) contrast(1.1);
}

/* Header */
.damon-header h1 {
  font-size: 2.2rem;
  margin: 0;
  letter-spacing: 0.5px;
  color: #1e1e1e;
}

.damon-header h2 {
  font-size: 1.1rem;
  margin-top: 0.3rem;
  font-weight: 400;
  color: #5a4e3c; /* muted academic brown */
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Content Note */
.damon-content-note {
  background-color: #f0ebe3;
  border-left: 3px solid #b8a88a;
  padding: 0.8rem 1rem;
  margin: 1.5rem 0;
  font-size: 0.95rem;
  color: #4a4338;
}

/* Description */
.damon-description p {
  line-height: 1.65;
  font-size: 1.05rem;
  margin-top: 1.5rem;
}

.damon-section {
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #e8e4dc; /* warm light ink */
  margin-top: 3rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #5a4e3c; /* muted academic brown */
  padding-bottom: 0.3rem;
}

/* Dossier Container */
.damon-dossier {
  background-color: #1a1816; /* dark warm black */
  border: 1px solid #3a352f; /* subtle archival border */
  padding: 1.5rem 2rem;
  margin: 2.5rem auto;
  max-width: 700px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  color: #dcd6c9; /* warm light ink */
  font-family: "Source Serif Pro", Georgia, serif;
}

/* Header Section */
.dossier-header p {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  color: #c8c2b6;
}

.dossier-header strong {
  color: #e8e4dc;
  font-weight: 600;
}

/* Notes Section */
.dossier-notes {
  margin-top: 1.8rem;
  border-top: 1px solid #3a352f;
  padding-top: 1.2rem;
}

.dossier-notes h4 {
  margin: 0 0 0.8rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #e8e4dc;
  text-transform: uppercase;
}

.dossier-notes ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.dossier-notes li {
  margin: 0.4rem 0;
  padding-left: 1rem;
  position: relative;
  font-size: 0.95rem;
  color: #d0c9bd;
}

/* Bullet replacement: subtle dash */
.dossier-notes li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #7a6a55; /* muted academic brown */
}
/* Overview Section */
.damon-overview {
  max-width: 750px;
  margin: 2rem auto;
  padding: 1.5rem 2rem;
  background-color: #1a1816; /* same dark warm black as dossier */
  border-left: 3px solid #7a6a55; /* muted academic brown */
  color: #dcd6c9; /* warm light ink */
  font-family: "Source Serif Pro", Georgia, serif;
  line-height: 1.65;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  border-radius: 4px;
}

/* Paragraph spacing */
.damon-overview p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

/* Origins Section Container */
.damon-origins {
  max-width: 750px;
  margin: 2.5rem auto;
  padding: 2rem;
  background-color: #1a1816; /* same dark warm black as dossier */
  border: 1px solid #3a352f; /* subtle archival border */
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  font-family: "Source Serif Pro", Georgia, serif;
  color: #dcd6c9; /* warm light ink */
  line-height: 1.7;
}

/* Paragraph Styling */
.damon-origins p {
  margin-bottom: 1.4rem;
  font-size: 1.05rem;
  text-indent: 1.2rem; /* gives it that “manuscript paragraph” feel */
}

/* Optional: Subtle faded top border for atmosphere */
.damon-origins::before {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background-color: #7a6a55; /* muted academic brown */
  margin-bottom: 1.2rem;
  opacity: 0.7;
}