.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 2rem 4rem;
    box-sizing: border-box;
}

.brand {
    color: #20232a;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.12rem;
}

.site-nav {
    display: flex;
    gap: 2rem;
}

.site-nav a {
    color: #20232a;
    text-decoration: none;
    font-weight: 500;
}