.afc-breadcrumbs {
  font-size: 0.92rem;
  margin: 0 0 1.25rem;
}

.afc-breadcrumbs a {
  text-decoration: none;
}

.afc-breadcrumbs span {
  margin: 0 0.35rem;
  opacity: 0.65;
}

.afc-kicker,
.afc-reveal-meta,
.afc-card__meta {
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: uppercase;
  opacity: 0.72;
}

.afc-character__header {
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 12rem);
}

.afc-display-title,
.afc-index h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.afc-display-title {
  margin-top: 0;
}

.afc-aliases {
  font-style: italic;
  opacity: 0.82;
}

.afc-portrait {
  align-items: center;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  display: flex;
  justify-content: center;
  max-width: 12rem;
  opacity: 0.72;
  padding: 1rem;
  text-align: center;
}

.afc-archive-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 2rem 1rem;
}

.afc-spoiler-state {
  border-left: 4px solid currentColor;
  font-weight: 600;
  margin: 1.25rem 0;
  padding-left: 0.9rem;
}

.afc-facts {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.afc-facts div {
  display: grid;
  gap: 0.25rem;
}

.afc-facts dt {
  font-weight: 700;
}

.afc-facts dd {
  margin: 0;
}

.afc-section {
  margin: 2rem 0;
}

.afc-section h2 {
  margin-bottom: 0.6rem;
}

.afc-reveals {
  display: grid;
  gap: 1.25rem;
  margin-left: 1.25rem;
}

.afc-reveals h3 {
  margin: 0.2rem 0 0.35rem;
}

.afc-callout {
  border: 1px solid currentColor;
  margin: 2rem 0;
  padding: 1.25rem;
}

.afc-callout h2 {
  margin-top: 0;
}

.afc-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  margin-top: 1.5rem;
}

.afc-card {
  border: 1px solid currentColor;
  padding: 1rem;
}

.afc-card h2 {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

@media (max-width: 640px) {
  .afc-character__header {
    grid-template-columns: 1fr;
  }
}
