/* ==========================================================================
   header.css — top nav / mobile drawer styles
   ========================================================================== */

/* Header gains a soft shadow once the page has scrolled (toggled by navigation.js) */
nav.shadow-sm {
    box-shadow: 0 1px 12px rgba(29, 27, 25, 0.06);
}

/* Active nav link while scrolling a single page with anchor sections (Services) */
.sticky-nav-active {
    color: #43270a !important; /* primary */
    border-bottom: 2px solid #43270a;
    padding-bottom: 4px;
    font-weight: 700;
}
