/* ==================== TEMPLAR ORDER — COLOUR TOKENS ==================== */
/* All layout rules are in factions_shared.css. This file only sets the faction colour tokens. */

.faction-page-tm {
  --faction-accent: var(--primary-red); /* #ff3333 */
  --faction-glow: var(--templar-glow);
  --faction-tint-rgb: 255, 51, 51;
  --faction-gradient-pos: 70% 50%; /* radial gradient focus — right-leaning */
}

/* Accent bar on the RIGHT edge of the hero (Templar Order identity) */
.faction-page-tm .fd-hero::before {
  right: 0;
  left: auto;
}
