.site-header {
    position: fixed !important;
    inset: 0 0 auto;
    width: 100%;
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

body > main {
    flex: 1 0 auto;
}

body > footer {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background-color: #051626;
    box-shadow: 0 100vh 0 100vh #051626;
}

.site-nav-link.is-current {
    color: #00677f !important;
    border-bottom: 2px solid #00677f;
    padding-bottom: 0.25rem;
}

.site-header:not(.is-scrolled) {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

@media (min-width: 1024px) {
    .site-header:not(.is-scrolled) .site-nav-link {
        color: #fff !important;
    }

    .site-header:not(.is-scrolled) .site-nav-link:hover {
        color: #22d3ee !important;
    }
}

.site-header:not(.is-scrolled) .site-header-cta {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #fff !important;
}

.site-header:not(.is-scrolled) .site-menu-toggle {
    border-color: rgba(255, 255, 255, 0.48) !important;
    color: #fff !important;
}

.site-header:not(.is-scrolled) .site-header-logo {
    filter: brightness(0) invert(1);
}

.site-header-logo {
    transition: filter 220ms ease;
}

.site-header.menu-open {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(15, 23, 42, 0.1) !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1) !important;
    backdrop-filter: blur(14px) !important;
}

.site-header.menu-open .site-header-logo {
    filter: none;
}

.site-header.menu-open .site-menu-toggle {
    border-color: rgba(15, 23, 42, 0.15) !important;
    color: #071a35 !important;
}
