/* === A Tango Facilitation's Companion — paste into Appearance > Customize > Additional CSS === */

.tfc-companion {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
}

.tfc-masthead {
  text-align: center;
  margin-bottom: 2em;
  padding-bottom: 1.2em;
  border-bottom: 3px solid #8a2a2a;
}

.tfc-companion .tfc-title {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.4em;
  letter-spacing: 0.02em;
}

.tfc-companion .tfc-subtitle {
  font-style: italic;
  color: #555;
  margin: 0;
}

.tfc-toc {
  background: #faf5f0;
  border: 1px solid #e6d9cc;
  border-radius: 8px;
  padding: 1.4em 1.8em;
  margin: 2em 0 3em;
}

.tfc-companion .tfc-toc-title {
  margin-top: 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a2a2a;
}

.tfc-toc ul {
  margin: 0.3em 0 0;
  padding-left: 1.2em;
}

.tfc-toc li {
  margin: 0.25em 0;
}

.tfc-toc a {
  text-decoration: none;
  border-bottom: 1px dotted #8a2a2a;
}

.tfc-toc a:hover {
  text-decoration: none;
  border-bottom: 1px solid #8a2a2a;
}

.tfc-part {
  margin: 3em 0;
  scroll-margin-top: 90px;
}

.tfc-companion .tfc-part > h2 {
  font-size: 1.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  background: #8a2a2a;
  padding: 0.5em 0.8em;
  border-radius: 6px;
  margin: 0 0 1em;
  scroll-margin-top: 90px;
}

.tfc-companion .tfc-part h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.6em 0 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #d9a679;
  color: #5a1d1d;
  scroll-margin-top: 90px;
}

.tfc-companion .tfc-part h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.3em 0 0.4em;
  color: #8a2a2a;
}

.tfc-part blockquote {
  border-left: 4px solid #d9a679;
  background: #fdf8f2;
  margin: 1.2em 0;
  padding: 0.8em 1.2em;
  font-style: italic;
  color: #4a3a2a;
}

.tfc-part ul,
.tfc-part ol {
  padding-left: 1.4em;
}

.tfc-role-list li {
  margin-bottom: 0.5em;
}

.tfc-appendix {
  border-top: 1px dashed #c9b8a8;
  padding-top: 2em;
}

.tfc-lexicon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2em;
  margin-top: 1.5em;
}

.tfc-lex-card {
  background: #faf5f0;
  border: 1px solid #e6d9cc;
  border-radius: 8px;
  padding: 1em 1.2em;
}

.tfc-lex-card h3 {
  margin-top: 0 !important;
  border-bottom: none !important;
}

.tfc-lex-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
}

.tfc-signoff {
  margin-top: 1.5em;
}

@media (max-width: 640px) {
  .tfc-lexicon-grid {
    grid-template-columns: 1fr;
  }
  .tfc-companion .tfc-title {
    font-size: 1.5rem;
  }
}