.lore-block { max-width: 700px; margin: 0 auto; text-align: center; }
.lore-quote {
  font-size: 1.3rem; line-height: 1.9; color: rgba(244,233,208,0.75);
  font-style: italic; position: relative; padding: 2rem 0;
}
.lore-quote::before {
  content: '\275D'; position: absolute; top: -1rem; left: 50%;
  transform: translateX(-50%); font-size: 4rem;
  color: rgba(201,146,42,0.15); font-style: normal; line-height: 1;
}
.lore-author {
  font-family: 'Cinzel', serif; font-size: 0.85rem;
  letter-spacing: 0.2em; color: var(--gold); margin-top: 1rem;
}
