/* ==========================================================
   PSYCHIC — Cassandra Reed — Psychic Services
   "See what lies beyond the veil"

   Palette: Mystical — deep indigo, midnight purple, silver,
   soft violet glow. Ethereal, mysterious, otherworldly.
   Font: Alegreya (elegant serif — already loaded),
   Alegreya SC for titles
   No image — deep indigo/violet mystical gradient
   ========================================================== */

.site-psychic {
    font-family: 'Alegreya', Times, serif;

    /* Page background — misty lavender */
    --color-bg: #eae4f0;
    --color-body-bg: #f4f0f8;

    /* Title bar — midnight indigo */
    --color-title-bar-bg: #1a1038;
    --color-title-bar-text: #c8b8e8;

    /* Header — no image, mystical indigo gradient */
    --color-header-bg: #2a1855;
    --header-image: url('/images/psychic.png');
    --header-height: 325px;

    /* Navigation — deep purple with silver hover */
    --color-menu-bg: #2a1855;
    --color-menu-text: #e0d4f0;
    --color-menu-hover: #3d2878;
    --color-menu-hover-text: #d0c0e8;

    /* Container border */
    --color-container-border: #2a1855;

    /* Footer */
    --color-footer-bg: #1a1038;
    --color-footer-text: #9888b8;
    --color-helper-footer-bg: #100a25;
    --color-helper-footer-text: #6a5a88;
}


/* Title bar — mystical, flowing */
.site-psychic .site-title-bar .title {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.site-psychic .site-title-bar .subtitle {
    font-family: 'Alegreya', serif;
    font-style: italic;
    letter-spacing: 0.05em;
    opacity: 0.85;
}


/* Header — ethereal mystical gradient */
.site-psychic .header-image {
    background-size: cover;
    border-bottom: 2px solid #7858a8;
}


/* Menu — violet glow hover */
.site-psychic .menu-button {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.04em;
    border-left: 3px solid transparent;
}

.site-psychic .menu-button:hover {
    border-left: 3px solid #9878c8;
}

@media (min-width: 768px) {
    .site-psychic .menu-button {
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .site-psychic .menu-button:hover {
        border-left: none;
        border-bottom: 3px solid #9878c8;
    }
}


/* Menu — Desktop alignment fix (3 nav items) */
@media (min-width: 768px) {
    .site-psychic .menu-button {
        flex: 0 1 auto;
        max-width: 240px;
        min-width: 140px;
        padding: 0.25em 1.5em;
    }
}


/* Content — ethereal, readable */
.site-psychic #content {
    line-height: 1.8;
    color: #2a2035;
}

.site-psychic #content h1,
.site-psychic #content h2,
.site-psychic #content h3 {
    font-family: 'Alegreya SC', serif;
    color: #1a1038;
    letter-spacing: 0.02em;
}

.site-psychic #content a {
    color: #3d2878;
}

.site-psychic #content a:hover {
    color: #5a40a0;
}


/* Footer — deep indigo */
.site-psychic #site-footer {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
}
