/* ==========================================================
   MUSIC — Bluff Music Lessons
   "Guitar & piano for all ages"

   Palette: Warm acoustic — rich walnut brown, warm amber,
   cream, muted teal accent. Cozy studio feel, inviting,
   personal.
   Font: Alegreya (warm serif — already loaded),
   Alegreya SC for titles
   No image — warm walnut/amber gradient
   ========================================================== */

.site-music {
    font-family: 'Alegreya', Times, serif;

    /* Page background — warm parchment */
    --color-bg: #f4ede2;
    --color-body-bg: #faf6ef;

    /* Title bar — rich walnut */
    --color-title-bar-bg: #3a2818;
    --color-title-bar-text: #e8d4a8;

    /* Header — no image, warm studio gradient */
    --color-header-bg: #5a3d25;
    --header-image: url('/images/music.png');
    --header-height: 325px;

    /* Navigation — walnut with amber hover */
    --color-menu-bg: #5a3d25;
    --color-menu-text: #f0e6d4;
    --color-menu-hover: #7a5535;
    --color-menu-hover-text: #e8c86a;

    /* Container border */
    --color-container-border: #5a3d25;

    /* Footer */
    --color-footer-bg: #3a2818;
    --color-footer-text: #b8a88c;
    --color-helper-footer-bg: #261a0f;
    --color-helper-footer-text: #8a7a64;
}


/* Title bar — warm, personal */
.site-music .site-title-bar .title {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.site-music .site-title-bar .subtitle {
    font-family: 'Alegreya', serif;
    font-style: italic;
    letter-spacing: 0.03em;
    opacity: 0.9;
}


/* Header — warm acoustic gradient */
.site-music .header-image {
    background-size: cover;
    border-bottom: 3px solid #e8c86a;
}


/* Menu — amber accent */
.site-music .menu-button {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.03em;
    border-left: 3px solid transparent;
}

.site-music .menu-button:hover {
    border-left: 3px solid #e8c86a;
}

@media (min-width: 768px) {
    .site-music .menu-button {
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .site-music .menu-button:hover {
        border-left: none;
        border-bottom: 3px solid #e8c86a;
    }
}


/* Menu — Desktop alignment fix (3 nav items) */
@media (min-width: 768px) {
    .site-music .menu-button {
        flex: 0 1 auto;
        max-width: 240px;
        min-width: 140px;
        padding: 0.25em 1.5em;
    }
}


/* Content — warm, inviting */
.site-music #content {
    line-height: 1.8;
    color: #2c2218;
}

.site-music #content h1,
.site-music #content h2,
.site-music #content h3 {
    font-family: 'Alegreya SC', serif;
    color: #3a2818;
}

.site-music #content a {
    color: #5a3d25;
}

.site-music #content a:hover {
    color: #7a5535;
}


/* Footer — warm walnut */
.site-music #site-footer {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.02em;
    font-size: 0.85rem;
}
