
/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/featured-work)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-16T22:25:54.067Z
/* -------------------------------------------------------------------------- */

.section-works {
    position: relative;
}
.section-works-item a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 100%; height: 100vh;
    position: relative;
    overflow: hidden;
    cursor: none;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-works-item a > div {
    width: 100%;
}
.section-works-item-img {
    position: absolute;
    top: -200px; 
    bottom: 0;
    right: 0; left: 0;
}
.section-works-item-img iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: calc(50% + 1px);
    left: 50%;
    transform: translate(-50%, -50%) scale(1.4);
    z-index: 2;
    pointer-events: none;
}
.section-works-item-img-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.section-works-item-img-box::after {
    content: '';
    width: 100%; height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.section-works-item-content {
    position: relative;
    z-index: 3;
}
.section-works-items-nav-hold {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;

    pointer-events: none;
}
.section-works-items-nav {
    position: sticky;
    top: 0;
    z-index: 5;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0 12px 40px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    pointer-events: none;
    transition: 0.2s ease-in-out;
}
.section-works-items-nav-item {
    margin-right: 10px;
    height: 54px;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.section-works-items-nav-item a {
    display: block;
    width: 100%; height: 100%;
}
.section-works-items-nav-item:last-child {
    margin-right: 0;
}
.section-works-items-nav-item a img {
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
}
.section-works-items-nav-item a:hover img {
    opacity: 1;
}
.section-works-items-nav-item.is-active a img {
    opacity: 1;
}
@media only screen and (max-width: 1023px) {
.section-works-item a {
        cursor: pointer;
    }
.section-works-item-btn {
        padding-top: 17px;
        position: relative;
    }
}
@media screen and (max-width:639px) {
.section-works-items-nav-item {
        height: 30px;
    }
}

/* -------------------------------------------------------------------------- */
/* Extracted block styles (thisisspiro/featured-work)
/* Source: css/index.css, css/style.css
/* Generated: 2026-01-30T18:49:21.135Z
/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
.section-works-item-btn-circle {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: var(--hybrid-green);
        padding: 5px;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.25;
        text-transform: uppercase;
        color: var(--heythere-green);
    }
}