/* Mythic — golden, archaic, charged with serif weight.
   Used by topics that touch the numinous: channeling, akashic-records, source. */
.t-mythic h1.hero-title { font-style: italic; text-shadow: 0 4px 60px var(--accent-soft), 0 0 100px var(--accent-soft); }
.t-mythic h2 { font-weight: 400; }
.t-mythic blockquote { font-size: clamp(1.8rem, 3.6vw, 2.9rem); border-left-width: 2px; border-left-color: var(--accent); }
.t-mythic .label { letter-spacing: 0.5em; color: var(--accent); }
.t-mythic em { color: var(--accent); }
.t-mythic .pick { background: linear-gradient(180deg, var(--navy-mid) 0%, rgba(13,36,81,0.7) 100%); }
