.site-notification {
    padding: .5rem 0;
}

.site-notification > p {
    margin: 0;
}
.site-notification .btn {
    margin-left: 1rem;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(12px);
    background-color: color-mix(in oklab,var(--ivory) 85%,transparent);
    border-bottom: solid 1px #e2dfdc;
}

header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

header .inner .logo-area > a {
    display: block;
}
header .inner .logo-area > a > img {
    height: var(--logoHeight);
    width: auto;
}

#menu-main-menu {
    gap: 1rem;
}
#menu-main-menu .nav-link {
    text-transform: uppercase;
    letter-spacing: .18em;
}






footer {
    padding: 80px 0;
    color: #999895;
}
footer .inner {
    display: flex;
    gap: 3rem;
}

footer .inner .h1,
footer .inner .h2,
footer .inner .h3,
footer .inner .h4,
footer .inner .h5,
footer .inner .h6,
footer .inner h1,
footer .inner h2,
footer .inner h3,
footer .inner h4,
footer .inner h5,
footer .inner h6 {
    color: inherit;
}
footer .inner a {
    color: var(--ivory);
    transition: color .2s;
}
footer .inner a:focus,
footer .inner a:hover {
    color: var(--gold);
}

footer .inner .item {
    display: flex;
    gap: 1.5rem;
    flex: 1 auto;
}

footer .inner h4 {
    text-transform: uppercase;
    letter-spacing: .24em;
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    font-size: .72rem;
    margin-bottom: 1.25rem;
}

footer .inner .address {
    flex-direction: column;
}
footer .inner .address .footer-logo {
    display: block;
}
footer .inner .address .footer-logo img {
    width: 100%;
    max-width: 75px;
}
footer .inner .address .text-canada-red {
    color: var(--canada-red);
    letter-spacing: 0.28em;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    footer .inner .address {
        flex: 1 0 33.3333%;
        max-width: 33.3333%;
    }
}

footer .inner .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .inner .footer-col ul > li:not(:last-child) {
    margin-bottom: .75rem;
}
footer .inner .footer-col a {
    word-break: break-all;
    text-decoration: none;
}



footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    margin-top: 4rem;
    border-top: 1px solid #2e2e2e;
}
footer .bottom .navbar {
    --bs-nav-link-hover-color: var(--gold);
    list-style: none;
    padding: 0;
    margin: 0;
}





.eyebrow {
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    letter-spacing: .22em;
    color: var(--canada-red);
    font-size: .72rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}