/* Shamanic View — Корпоративный шаманизм */

.shamanic-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid rgba(214, 174, 86, 0.3);
    background: rgba(6, 33, 33, 0.72);
    color: var(--paper);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shamanic-toggle:hover {
    border-color: rgba(214, 174, 86, 0.6);
    background: rgba(214, 174, 86, 0.1);
}

.shamanic-toggle.is-active {
    border-color: rgba(214, 174, 86, 0.8);
    background: rgba(214, 174, 86, 0.16);
    color: var(--gold);
}

body.is-shamanic .project-card h3,
body.is-shamanic .case-preview h3 {
    font-style: italic;
    letter-spacing: 0.04em;
}
