/* Archive + single templates for poem + cast CPTs.
   Enqueued only on these templates via the theme's functions.php. */

.cc-archive,
.cc-single {
  max-width: 1120px;
  margin: 6vh auto 10vh;
  padding: 0 24px;
  color: #283430;
  font-family: "Roboto", system-ui, sans-serif;
}

.cc-archive-hero {
  text-align: center;
  padding: 8vh 0 6vh;
  border-bottom: 1px solid #C6D0CD;
  margin-bottom: 48px;
}
.cc-archive-glyph {
  font-family: "Noto Sans Ogham", "Segoe UI Historic", Georgia, serif;
  color: #A98841;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
}
.cc-archive-eyebrow {
  font-family: "Roboto Slab", Georgia, serif;
  font-style: italic;
  color: #6E7B78;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
  margin: 0 0 8px;
}
.cc-archive-eyebrow em { color: #A98841; font-style: italic; }
.cc-archive-title {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #0F1815;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0 0 14px;
}
.cc-archive-lede {
  font-family: "Roboto Slab", Georgia, serif;
  color: #283430;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* Poems list */
.cc-archive--poem .cc-archive-list {
  list-style: none;
  padding: 0; margin: 0;
  max-width: 720px;
  margin: 0 auto;
}
.cc-archive-item {
  padding: 28px 0;
  border-bottom: 1px solid #DEE5E3;
}
.cc-archive-item:last-child { border-bottom: 0; }
.cc-archive-date {
  font-family: "Cinzel", Georgia, serif;
  letter-spacing: 0.22em;
  color: #A98841;
  font-size: 0.78rem;
  text-transform: uppercase;
}
.cc-archive-item-title {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 4px 0 8px;
}
.cc-archive-item-title a { color: #0F1815; text-decoration: none; }
.cc-archive-item-title a:hover { color: #0F4C5C; }
.cc-archive-excerpt {
  color: #283430;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.6;
}
.cc-archive-excerpt p { margin: 0 0 0.6em; }
.cc-archive-read {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  color: #0F4C5C;
  font-weight: 600;
}

/* Cast grid */
.cc-cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.cc-cast-card {
  display: block;
  padding: 20px;
  background: #EDF1F0;
  border: 1px solid #C6D0CD;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.cc-cast-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(15, 24, 21, 0.12);
  border-color: #A98841;
}
.cc-cast-avatar {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 14px;
  background: #DEE5E3;
}
.cc-cast-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cc-cast-avatar--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans Ogham", serif;
  font-size: 3rem;
  color: #A98841;
}
.cc-cast-name {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 600;
  color: #0F1815;
  font-size: 1.1rem;
  margin: 0 0 6px;
}
.cc-cast-excerpt {
  color: #6E7B78;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
}

/* Single poem */
.cc-poem {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.cc-poem-title {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: #0F1815;
  margin: 12px 0 24px;
}
.cc-poem-body {
  text-align: left;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #283430;
  padding: 32px 32px;
  background: #DEE5E3;
  border-left: 3px solid #A98841;
  border-radius: 4px;
  margin: 0 0 40px;
  white-space: pre-wrap;
}
.cc-poem-footer {
  text-align: center;
  color: #6E7B78;
}

/* Single cast */
.cc-cast-detail { max-width: 720px; margin: 0 auto; }
.cc-cast-detail-header {
  text-align: center;
  margin-bottom: 32px;
}
.cc-cast-hero-img {
  width: 180px; height: 180px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 16px;
  border: 3px solid #A98841;
}
.cc-cast-detail-title {
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
  color: #0F1815;
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  margin: 6px 0 0;
}
.cc-cast-detail-body {
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  color: #283430;
}
.cc-cast-detail-footer { text-align: center; margin-top: 40px; color: #6E7B78; }
