/* ==========================================================
   FUNERAL — Bluff & Sons Funeral Home
   "Serving families with dignity since 1923"

   Palette: Somber elegance — deep charcoal, muted plum,
   dusty rose, warm ivory. Respectful, comforting, timeless.
   Font: Alegreya (dignified serif — already loaded),
   Alegreya SC for titles
   No image — dark charcoal/plum gradient
   ========================================================== */

.site-funeral {
    font-family: 'Alegreya', Times, serif;

    /* Page background — warm ivory */
    --color-bg: #f2ede8;
    --color-body-bg: #f9f6f3;

    /* Title bar — deep charcoal */
    --color-title-bar-bg: #2a2428;
    --color-title-bar-text: #d4c4b0;

    /* Header — no image, somber plum gradient */
    --color-header-bg: #3a3040;
    --header-image: url('/images/funeral.png');
    --header-height: 325px;

    /* Navigation — muted plum with dusty rose hover */
    --color-menu-bg: #3a3040;
    --color-menu-text: #e4ddd6;
    --color-menu-hover: #4d4058;
    --color-menu-hover-text: #c9a0a0;

    /* Container border */
    --color-container-border: #3a3040;

    /* Footer */
    --color-footer-bg: #2a2428;
    --color-footer-text: #a09898;
    --color-helper-footer-bg: #1c181e;
    --color-helper-footer-text: #736b6b;
}


/* Title bar — formal, reverent */
.site-funeral .site-title-bar .title {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.site-funeral .site-title-bar .subtitle {
    font-family: 'Alegreya', serif;
    font-style: italic;
    letter-spacing: 0.04em;
    opacity: 0.8;
}


/* Header — somber gradient */
.site-funeral .header-image {
    background-size: cover;
    border-bottom: 2px solid #6b5a6b;
}


/* Menu — understated, dignified */
.site-funeral .menu-button {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.05em;
    border-left: 3px solid transparent;
}

.site-funeral .menu-button:hover {
    border-left: 3px solid #c9a0a0;
}

@media (min-width: 768px) {
    .site-funeral .menu-button {
        border-left: none;
        border-bottom: 3px solid transparent;
    }

    .site-funeral .menu-button:hover {
        border-left: none;
        border-bottom: 3px solid #c9a0a0;
    }
}


/* Menu — Desktop alignment fix (3 nav items) */
@media (min-width: 768px) {
    .site-funeral .menu-button {
        flex: 0 1 auto;
        max-width: 240px;
        min-width: 140px;
        padding: 0.25em 1.5em;
    }
}


/* Content — warm, comforting */
.site-funeral #content {
    line-height: 1.8;
    color: #3a3235;
}

.site-funeral #content h1,
.site-funeral #content h2,
.site-funeral #content h3 {
    font-family: 'Alegreya SC', serif;
    color: #2a2428;
    letter-spacing: 0.02em;
}

.site-funeral #content a {
    color: #4d4058;
}

.site-funeral #content a:hover {
    color: #8b6b7a;
}


/* Footer — quiet, respectful */
.site-funeral #site-footer {
    font-family: 'Alegreya SC', serif;
    letter-spacing: 0.03em;
    font-size: 0.85rem;
}
