/* Projects list page */

#projects {
    position: relative;
    font-size: clamp(.875rem, 1vw, 1.75rem)
}

#projects-main:after {
    content: "";
    clear: both;
    display: block
}

#projects-main-title-top {
    position: relative;
    grid-column: 1 / -1;
    margin-top: calc(var(--base-padding-y) * 3);
    margin-bottom: calc(var(--base-padding-y) * 1.5);
    text-align: center
}

@media (max-width: 812px) {
    #projects-main-title-top {
        grid-column: 1 / span 6;
        margin-top: 6em;
        margin-bottom: 2em
    }
}

#projects-main-title-wrapper {
    position: relative;
    will-change: transform
}

#projects-main-title {
    font-size: clamp(2.5rem, 5vw, 5rem);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.03em;
    margin: 0
}

@media (min-aspect-ratio: 21/9) {
    #projects-main-title {
        font-size: 3.5vw
    }
}

@media (max-width: 812px) {
    #projects-main-title {
        font-size: 10vw
    }
}

#projects-main-subtitle {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 1em;
    opacity: .6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

#projects-main-title-project-number {
    display: none
}

#projects-main-title-project-arrow {
    display: none
}

