@media screen and (min-width: 688px) {
    .trf-page-home .trf-header.sticky > .trf-grid > *:not(:last-child) {
        opacity: 1;
        pointer-events: all;
        transition: var(--transition--static);
    }
    .trf-page-home .trf-header:not(.sticky) > .trf-grid > *:not(:last-child) {
        opacity: 1;
        pointer-events: all;
        transition: var(--transition--hover);
    }
    .trf-grid-designers {
        padding: 0 var(--grid-gap);
    }
}

.home-first-screen .logo-top,
.home-first-screen-nav-wrapper {
    display: none;
}

.home-first-screen > .trf-grid {
    
}

.home-first-screen > .trf-grid > *:first-child > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-first-screen-nav-wrapper + * {
    margin-top: calc(var(--grid-gap));
}

.home-first-screen > .trf-grid > *:first-child::before {
    bottom: calc(var(--grid-gap) * -1);
}