
/* ============================================================
   DEGZY FILMS
   SHARED HEADER + FOOTER
   ============================================================ */


/* ============================================================
   HEADER
   ============================================================ */

.degzy-site-header {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    z-index: 99999;

    height: 88px;

    background: transparent;

    border-bottom:
        1px solid transparent;

    transition:
        background .35s ease,
        border-color .35s ease,
        box-shadow .35s ease,
        height .35s ease;

    font-family:
        'Manrope',
        sans-serif;
}


.degzy-site-header.is-scrolled {
    height: 74px;

    background:
        rgba(5,5,5,.92);

    border-bottom:
        1px solid
        rgba(255,255,255,.09);

    box-shadow:
        0 10px 35px
        rgba(0,0,0,.20);

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);
}


.degzy-site-header-inner {
    width:
        min(1420px, calc(100% - 10vw));

    height: 100%;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;
}


/* ============================================================
   LOGO
   ============================================================ */

.degzy-site-logo {
    display: block;

    flex:
        0 0 auto;

    background:
        transparent !important;

    border:
        0;

    box-shadow:
        none;
}


.degzy-site-logo img {
    display: block;

    width:
        clamp(135px, 11vw, 182px);

    height:
        auto;

    background:
        transparent !important;

    border:
        0;

    box-shadow:
        none;

    filter:
        drop-shadow(
            0 3px 12px
            rgba(0,0,0,.38)
        );

    transition:
        width .35s ease;
}


.degzy-site-header.is-scrolled
.degzy-site-logo img {
    width:
        clamp(120px, 9.5vw, 160px);
}


/* ============================================================
   DESKTOP NAV
   ============================================================ */

.degzy-site-nav {
    display: flex;

    align-items: center;

    gap:
        clamp(18px, 2.1vw, 31px);
}


.degzy-site-nav > a {
    position: relative;

    display: inline-flex;

    align-items: center;

    min-height: 42px;

    color:
        rgba(255,255,255,.94);

    font-size:
        10px;

    font-weight:
        700;

    letter-spacing:
        .105em;

    line-height: 1;

    text-transform:
        uppercase;

    text-decoration:
        none;

    text-shadow:
        0 2px 12px
        rgba(0,0,0,.48);

    transition:
        color .25s ease;
}


/* underline */

.degzy-site-nav
> a:not(.degzy-site-contact)::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 4px;

    height: 2px;

    background:
        #d2aa5d;

    transform:
        scaleX(0);

    transform-origin:
        center;

    transition:
        transform .25s ease;
}


.degzy-site-nav
> a:not(.degzy-site-contact):hover::after,
.degzy-site-nav
> a:not(.degzy-site-contact).is-active::after {
    transform:
        scaleX(1);
}


.degzy-site-nav
> a.is-active {
    color:
        #ffffff;
}


/* Contact */

.degzy-site-nav
.degzy-site-contact {
    min-height:
        42px;

    padding:
        0 20px;

    border:
        1px solid
        rgba(210,170,93,.9);

    color:
        #efd08d;

    transition:
        background .25s ease,
        border-color .25s ease,
        color .25s ease;
}


.degzy-site-nav
.degzy-site-contact:hover,
.degzy-site-nav
.degzy-site-contact.is-active {
    background:
        #d2aa5d;

    border-color:
        #d2aa5d;

    color:
        #080808;
}


/* ============================================================
   MOBILE TOGGLE
   ============================================================ */

.degzy-site-menu-toggle {
    display: none;

    width: 44px;
    height: 44px;

    padding: 0;

    border:
        1px solid
        rgba(255,255,255,.24);

    background:
        rgba(0,0,0,.18);

    cursor: pointer;
}


.degzy-site-menu-toggle span {
    display: block;

    width: 20px;
    height: 1px;

    margin:
        5px auto;

    background:
        #ffffff;

    transition:
        transform .25s ease;
}


.degzy-site-mobile-menu {
    display: none;
}


/* ============================================================
   FOOTER
   ============================================================ */

.degzy-site-footer {
    position: relative;

    padding:
        clamp(70px, 7vw, 105px)
        0
        0;

    background:
        #070707;

    border-top:
        1px solid
        rgba(255,255,255,.08);

    color:
        #ffffff;

    font-family:
        'Manrope',
        sans-serif;
}


.degzy-site-footer-main {
    display: grid;

    grid-template-columns:
        1.4fr
        .72fr
        .8fr
        1fr;

    gap:
        clamp(42px, 6vw, 95px);

    align-items:
        start;

    padding-bottom:
        clamp(58px, 6vw, 85px);
}


/* brand */

.degzy-site-footer-brand img {
    display: block;

    width:
        clamp(150px, 13vw, 205px);

    height: auto;

    margin-bottom:
        25px;

    background:
        transparent;
}


.degzy-site-footer-brand p {
    max-width:
        360px;

    margin: 0;

    color:
        rgba(255,255,255,.56);

    font-size:
        13px;

    line-height:
        1.8;
}


/* label */

.degzy-site-footer-label {
    display: block;

    margin-bottom:
        23px;

    color:
        #cda75d;

    font-size:
        9px;

    font-weight:
        700;

    letter-spacing:
        .19em;

    text-transform:
        uppercase;
}


/* links */

.degzy-site-footer-column nav {
    display: flex;

    flex-direction:
        column;

    align-items:
        flex-start;

    gap:
        13px;
}


.degzy-site-footer-column a,
.degzy-site-footer-contact
> a:not(.degzy-site-footer-project) {
    color:
        rgba(255,255,255,.73);

    font-size:
        13px;

    line-height:
        1.45;

    text-decoration:
        none;

    transition:
        color .25s ease,
        transform .25s ease;
}


.degzy-site-footer-column a:hover {
    color:
        #ffffff;

    transform:
        translateX(4px);
}


.degzy-site-footer-contact {
    display: flex;

    flex-direction:
        column;

    align-items:
        flex-start;
}


.degzy-site-footer-contact
> a:not(.degzy-site-footer-project) {
    margin-bottom:
        10px;
}


.degzy-site-footer-contact
> a:hover {
    color:
        #ffffff;
}


.degzy-site-footer-contact p {
    margin:
        4px 0 0;

    color:
        rgba(255,255,255,.46);

    font-size:
        12px;
}


.degzy-site-footer-email {
    font-size:
        14px !important;
}


/* project */

.degzy-site-footer-project {
    display: inline-flex;

    align-items: center;

    gap:
        12px;

    margin-top:
        27px;

    padding-bottom:
        7px;

    border-bottom:
        1px solid
        rgba(205,167,93,.60);

    color:
        #d7b36c;

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        .1em;

    text-transform:
        uppercase;

    text-decoration:
        none;
}


.degzy-site-footer-project span {
    transition:
        transform .25s ease;
}


.degzy-site-footer-project:hover span {
    transform:
        translate(4px,-4px);
}


/* bottom */

.degzy-site-footer-bottom {
    min-height:
        82px;

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr;

    align-items:
        center;

    gap:
        30px;

    border-top:
        1px solid
        rgba(255,255,255,.09);
}


.degzy-site-footer-bottom p,
.degzy-site-footer-bottom > span {
    margin: 0;

    color:
        rgba(255,255,255,.34);

    font-size:
        9px;

    letter-spacing:
        .12em;

    text-transform:
        uppercase;
}


.degzy-site-footer-bottom > span {
    text-align:
        center;

    color:
        rgba(205,167,93,.58);
}


.degzy-site-footer-top {
    justify-self:
        end;

    display:
        inline-flex;

    align-items:
        center;

    gap:
        9px;

    color:
        rgba(255,255,255,.58);

    font-size:
        10px;

    text-decoration:
        none;
}


.degzy-site-footer-top:hover {
    color:
        #d5ad62;
}


.degzy-site-footer-top b {
    color:
        #d5ad62;

    font-size:
        14px;

    font-weight:
        400;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1080px) {

    .degzy-site-nav {
        gap:
            15px;
    }


    .degzy-site-nav > a {
        font-size:
            9px;

        letter-spacing:
            .07em;
    }


    .degzy-site-footer-main {
        grid-template-columns:
            1.3fr
            1fr
            1fr;

        gap:
            50px;
    }


    .degzy-site-footer-contact {
        grid-column:
            1 / -1;

        padding-top:
            30px;

        border-top:
            1px solid
            rgba(255,255,255,.08);
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 860px) {

    .degzy-site-header {
        height:
            74px;
    }


    .degzy-site-header-inner {
        width:
            calc(100% - 40px);
    }


    .degzy-site-logo img {
        width:
            135px;
    }


    .degzy-site-nav {
        display:
            none;
    }


    .degzy-site-menu-toggle {
        display:
            block;
    }


    .degzy-site-mobile-menu {
        position:
            absolute;

        top:
            74px;

        left:
            0;

        right:
            0;

        padding:
            30px 20px;

        background:
            rgba(5,5,5,.98);

        border-top:
            1px solid
            rgba(255,255,255,.08);
    }


    .degzy-site-mobile-menu.is-open {
        display:
            block;
    }


    .degzy-site-mobile-menu nav {
        display:
            flex;

        flex-direction:
            column;
    }


    .degzy-site-mobile-menu a {
        padding:
            16px 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.09);

        color:
            #ffffff;

        font-size:
            12px;

        font-weight:
            700;

        letter-spacing:
            .11em;

        text-transform:
            uppercase;

        text-decoration:
            none;
    }


    .degzy-site-footer-main {
        grid-template-columns:
            1fr;

        gap:
            42px;

        padding-bottom:
            55px;
    }


    .degzy-site-footer-contact {
        grid-column:
            auto;
    }


    .degzy-site-footer-bottom {
        grid-template-columns:
            1fr;

        gap:
            12px;

        padding:
            25px 0;

        text-align:
            left;
    }


    .degzy-site-footer-bottom > span {
        text-align:
            left;
    }


    .degzy-site-footer-top {
        justify-self:
            start;
    }

}



/* ============================================================
   DEGZY FILMS — MOBILE NAVIGATION V2
   ============================================================ */

@media (min-width: 861px) and (max-width: 1180px) {

    .degzy-site-nav {
        gap: 12px;
    }

    .degzy-site-nav > a {
        font-size: 8.5px;
        letter-spacing: .055em;
    }

    .degzy-site-nav .degzy-site-contact {
        padding-left: 14px;
        padding-right: 14px;
    }

}


@media (max-width: 860px) {

    body.degzy-menu-open {
        overflow: hidden;
    }


    .degzy-site-header {
        height: 74px;
    }


    .degzy-site-header.menu-open {
        background: #050505;
    }


    .degzy-site-header-inner {
        width: calc(100% - 32px);
        height: 74px;
    }


    .degzy-site-logo {
        position: relative;
        z-index: 4;
    }


    .degzy-site-logo img {
        width: 125px;
        height: auto;
    }


    .degzy-site-menu-toggle {
        position: relative;
        z-index: 4;

        display: block;

        width: 44px;
        height: 44px;

        border-color:
            rgba(210,170,93,.42);

        background:
            rgba(0,0,0,.20);
    }


    .degzy-site-menu-toggle span {
        width: 20px;
        height: 1px;

        margin:
            5px auto;

        background: #fff;

        transform-origin:
            center;
    }


    .degzy-site-menu-toggle.is-open
    span:first-child {
        transform:
            translateY(3px)
            rotate(45deg);
    }


    .degzy-site-menu-toggle.is-open
    span:last-child {
        transform:
            translateY(-3px)
            rotate(-45deg);
    }


    /*
     * Full-height mobile navigation.
     */

    .degzy-site-mobile-menu {
        display: block !important;

        position: fixed;

        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;

        width: 100%;

        height:
            calc(100dvh - 74px);

        padding:
            22px 24px
            35px;

        overflow-x: hidden;
        overflow-y: auto;

        background:
            rgba(5,5,5,.985);

        border-top:
            1px solid
            rgba(255,255,255,.08);

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

        transform:
            translateY(-8px);

        transition:
            opacity .22s ease,
            transform .22s ease,
            visibility .22s ease;
    }


    .degzy-site-mobile-menu.is-open {
        display: block !important;

        opacity: 1;

        visibility: visible;

        pointer-events: auto;

        transform:
            translateY(0);
    }


    .degzy-site-mobile-menu nav {
        width: min(100%, 540px);

        display: flex !important;

        flex-direction: column;

        margin:
            0 auto;

        padding:
            5px 0 35px;
    }


    .degzy-site-mobile-menu nav > a {
        position: relative;

        width: 100%;

        display: flex;

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

        min-height: 62px;

        padding:
            14px 3px;

        border-bottom:
            1px solid
            rgba(255,255,255,.10);

        color:
            rgba(255,255,255,.88);

        font-family:
            'Syne',
            sans-serif;

        font-size:
            clamp(19px,5vw,24px);

        font-weight: 500;

        line-height: 1.2;

        letter-spacing:
            -.025em;

        text-decoration: none;
    }


    .degzy-site-mobile-menu
    nav > a::before {
        content: "";

        position: absolute;

        left: 0;
        bottom: -1px;

        width: 0;
        height: 1px;

        background:
            #d2aa5d;

        transition:
            width .2s ease;
    }


    .degzy-site-mobile-menu
    nav > a.is-active {
        color:
            #d7b36c;
    }


    .degzy-site-mobile-menu
    nav > a.is-active::before {
        width: 48px;
    }


    .degzy-site-mobile-menu
    .degzy-site-mobile-contact {
        min-height: 60px;

        margin-top: 22px;

        padding:
            0 18px;

        border:
            1px solid
            #d2aa5d;

        color:
            #d7b36c;
    }


    .degzy-site-mobile-menu
    .degzy-site-mobile-contact::before {
        display: none;
    }


    .degzy-site-mobile-menu
    .degzy-site-mobile-contact.is-active {
        background:
            #d2aa5d;

        color:
            #080808;
    }


    .degzy-site-mobile-contact span {
        font-family:
            'Manrope',
            sans-serif;

        font-size: 17px;
    }

}


@media (max-width: 390px) {

    .degzy-site-header-inner {
        width:
            calc(100% - 24px);
    }

    .degzy-site-logo img {
        width: 115px;
    }

    .degzy-site-mobile-menu {
        padding-left: 18px;
        padding-right: 18px;
    }

}

