/* ==========================================================
   HISTORY — Ernest Bluff Historical Society
   "Preserving our past for the future"

   Palette: Academic archival — deep burgundy, warm gold,
   aged cream, old map/parchment tones
   Font: Alegreya SC (formal academic serif),
   Alegreya body (already loaded)
   No image — warm burgundy solid
   ========================================================== */

.site-history {
    font-family: 'Alegreya', Times, serif;

    /* Page background — warm aged cream */
    --color-bg: #f4ede0;
    --color-body-bg: #faf6ef;

    /* Title bar — deep burgundy with gold text */
    --color-title-bar-bg: #5b1a2e;
    --color-title-bar-text: #daa520;

    /* Header — no image, rich burgundy */
    --color-header-bg: #722f3e;
    --header-image: url('/images/headers/history.png');
    --header-height: 325px;

    /* Navigation — burgundy with gold hover */
    --color-menu-bg: #722f3e;
    --color-menu-text: #f4ede0;
    --color-menu-hover: #8b3a4a;
    --color-menu-hover-text: #daa520;

    /* Container border */
    --color-container-border: #722f3e;

    /* Footer */
    --color-footer-bg: #5b1a2e;
    --color-footer-text: #d4b8a0;
    --color-helper-footer-bg: #3e0f1e;
    --color-helper-footer-text: #a8897a;
}


/* Title bar — formal historical society branding */
.site-history .site-title-bar .title {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.site-history .site-title-bar .subtitle {
    font-family: 'Alegreya', serif;
    font-style: italic;
    letter-spacing: 0.04em;
    opacity: 0.85;
}


/* Header image */
.site-history .header-image {
    background-size: cover;
    border-bottom: 3px double #daa520;
}


/* Menu — gold accent on hover */
.site-history .menu-button {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.04em;
    border-left: 3px solid transparent;
}

.site-history .menu-button:hover {
    border-left: 3px solid #daa520;
}

@media (min-width: 768px) {
    .site-history .menu-button {
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .site-history .menu-button:hover {
        border-left: none;
        border-bottom: 3px solid #daa520;
    }
}


/* Menu — Desktop alignment fix (3 nav items) */
@media (min-width: 768px) {
    .site-history .menu-button {
        flex: 0 1 auto;
        max-width: 240px;
        min-width: 140px;
        padding: 0.25em 1.5em;
    }
}


/* Content — warm archival readability */
.site-history #content {
    line-height: 1.8;
    color: #3e2010;
}

.site-history #content h1,
.site-history #content h2,
.site-history #content h3 {
    font-family: 'Alegreya SC', serif;
    color: #5b1a2e;
}

.site-history #content a {
    color: #722f3e;
}

.site-history #content a:hover {
    color: #daa520;
}


/* Footer — formal archival */
.site-history #site-footer {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
    border-top: 2px double #daa520;
}
