﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap');

html {
  font-size: 14px;
}

:root {
    --gold-gradient: linear-gradient(135deg, #c5a059 0%, #f7e0a1 50%, #8c6a2d 100%);
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

::-webkit-scrollbar {
    display: none;
}

html {
    position: relative;
    overflow-x: hidden;
    overflow-x: hidden !important;
    overflow-y: scroll;
    touch-action: pan-x pan-y;
}

body {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll;
    touch-action: pan-x pan-y;
}

.source-code-pro-<uniquifier > {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.source-code-pro-<uniquifier > {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Rye';
    src: url('../fonts/Rye-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.eternal-footer {
    background: #000;
    border-top: 2px solid #111;
    padding: 100px 0 40px 0;
    margin-top: 150px;
    color: #f5f5f5; 
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.footer-main-brand {
    font-family: 'Rye', serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
    background: linear-gradient(135deg, #c5a059 0%, #f7e0a1 50%, #8c6a2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 60px;
    letter-spacing: 2px;
}

.footer-grid-brutal {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 80px;
}

.footer-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 35px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-list li {
        margin-bottom: 15px;
    }

    .footer-list a,
    .footer-list span,
    .footer-list p {
        font-family: "Source Code Pro", monospace;
        font-size: 0.9rem;
        color: #888 !important; 
        text-decoration: none !important;
        text-transform: uppercase;
        transition: 0.4s cubic-bezier(0.2, 1, 0.2, 1);
        display: inline-block;
    }

        .footer-list a:hover {
            color: #f7e0a1 !important; 
            transform: translateX(8px);
        }

.footer-highlight {
    color: #ffffff !important;
    font-weight: 700;
}

.footer-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.footer-copy {
    font-family: "Source Code Pro", monospace;
    font-size: 0.75rem;
    color: rgb(241, 196, 15);
    letter-spacing: 2px;
    padding: 15px 0;
}

.footer-link {
    color: red !important; 
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}

    .footer-link:hover {
        color: red;
        text-shadow: 0 0 10px rgba(184, 149, 53, 0.8);
    }

    .footer-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: -2px;
        left: 0;
        background-color: red;
        transition: width 0.3s ease;
    }

.footer-link:hover::after {
    width: 100%;
}

.footer-social-wrap {
    display: flex;
    gap: 30px;
}

.footer-social-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 0.85rem;
    color: #fff !important; 
    text-decoration: none !important;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 5px;
}

    .footer-social-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: linear-gradient(135deg, #c5a059 0%, #f7e0a1 50%, #8c6a2d 100%);
        transition: 0.4s;
    }

    .footer-social-link:hover::after {
        width: 100%;
    }

@media (max-width: 1024px) {
    .footer-grid-brutal {
        grid-template-columns: 1fr 1fr;
    }

    .footer-main-brand {
        font-size: 9.2vw;
    }

    .footer-container {
        padding: 0 30px;
    }

    .footer-heading {
    font-size:4vw;
    text-align:start;
    }
}


.containerAnimated {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #121212; 
    background: linear-gradient( 135deg, #121212 25%, #1a1a1a 25%, #1a1a1a 50%, #121212 50%, #121212 75%, #1a1a1a 75%, #1a1a1a );
    background-size: 40px 40px;
    animation: move 4s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 40px;
    }
}

.pagination-wrapper {
    margin: 0px 0;
    margin-top:40px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.eternal-pagination {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Source Code Pro', monospace;
}

.page-link {
    color: #b89535;
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 3px;
    padding: 12px 25px;
    border: 1px solid rgba(184, 149, 53, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

    .page-link:hover {
        background: #b89535;
        color: white;
        box-shadow: 0 0 20px rgba(184, 149, 53, 0.3);
        border:none;
    }

.page-numbers {
    display: flex;
    gap: 8px;
}

.page-number {
    color: #666;
    text-decoration: none;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.3s;
    font-size: 0.9rem;
}

    .page-number.active {
        color: #b89535;
        border: 1px solid #b89535;
        background: rgba(184, 149, 53, 0.05);
        text-shadow: 0 0 10px rgba(184, 149, 53, 0.5);
    }

    .page-number:hover:not(.active) {
        color: #fff;
        background: rgba(255, 255, 255, 0.05);
    }


.work-navigation {
    margin-top: 100px;
    padding: 10px 20vw;
}

.nav-work-link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    max-width: 250px;
}

    .nav-work-link small {
        color: #666;
        font-family: 'Source Code Pro', monospace;
        font-size: 0.65rem;
        letter-spacing: 4px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .nav-work-link span {
        color: #bdbdbd;
        font-family: 'Source Code Pro', monospace;
        font-size: 0.9rem;
        letter-spacing: 2px;
        border-bottom: 1px solid transparent;
        padding-bottom: 5px;
        transition: 0.3s;
    }

    .nav-work-link:hover span {
        color: #b89535;
        border-color: #b89535;
        padding-left: 10px; 
    }

    .nav-work-link.text-end:hover span {
        padding-left: 0;
        padding-right: 10px;
    }


.glass-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30vh; 
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

    .glass-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.glass-close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    cursor: pointer;
}

.glass-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .glass-nav a {
        color: #ffffff !important;
        text-decoration: none !important;
        font-family: Roboto !important;
        font-size: 18px !important;
        font-weight: 100 !important; 
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        gap: 15px;
        -webkit-font-smoothing: antialiased;
    }

        .glass-nav a span {
            font-size: 10px;
            color: #b89535;
            font-weight: 400;
        }

        .glass-nav a:hover {
            color: #b89535 !important;
        }

.glass-footer {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.brand-main {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.gold-text {
    color: #b89535;
}

.credits {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #b89535; 
    line-height: 1.8;
}

.red-link {
    color: #ff0000 !important; 
    text-decoration: none !important;
    font-weight: 400;
}


.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    position: relative !important;
}

body.no-scroll {
    touch-action: none;
    -ms-touch-action: none;
}

/*ERROR*/

.error-container {
    text-align: center;
    color: white;
    font-family: "Source Code Pro", monospace;
    padding: 20vh 10% 10vh 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notFound {
    font-size: 2.5vw;
    margin-bottom: 3.2vh;
    text-transform: uppercase;
}

.button-group {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.btn-yellow, .btn-red {
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 12px 30px;
    border: none;
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    font-size: 1vw;
    display: inline-block;
}

.btn-yellow {
    background: #ffc107;
    color: #000;
}

    .btn-yellow:hover {
        color: #000;
        opacity: 1;
    }

.btn-red {
    background: red;
    color: #fff;
}

    .btn-red:hover {
        color: #fff;
        opacity: 1;
    }

.flicker-404 {
    font-size: 10vw;
    font-family: "Source Code Pro", monospace;
    margin: 0;
    padding: 0;
    color: #ffc107;
    animation: quick-flicker 3s linear infinite;
    padding-bottom: 2vh;
}

@keyframes quick-flicker {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
    }

    20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
        opacity: 0.3;
    }
}


@media (max-width: 768px) {

    .flicker-404 {
        font-size: 20vw;
    }

    .button-group {
        width: 100%;
    }

    .notFound {
        font-size: 8vw;
    }
            
    .btn-yellow, .btn-red {
        width: 100%;
        max-width: 280px;
        text-align: center;
        font-size:5vw;
    }
    
    .work-navigation {
        margin-top: 100px;
        padding: 10px 20px;
    }


        .nav-work-link small {
            font-size: 2vw;
            margin-bottom: 5px;
        }

        .nav-work-link span {
            font-size: 2.4vw;
        }

        .nav-work-link:hover span {
            color: #b89535;
            border-color: #b89535;
            padding-left: 0; 
        }

        .nav-work-link.text-end:hover span {
            padding-left: 0;
            padding-right: 0;
        }

    .footer-bottom-bar {
    text-align:center;
    }

    .footer-copy {
        padding: 15px 0 !important;
        text-align: start;
    }

    .footer-bottom-bar {
        width: 100%;
        padding: 20px 0;
        border-top: 1px solid rgba(184, 149, 53, 0.2); 
    }

    .footer-social-wrap {
        display: flex;
        justify-content: start; 
        align-items: center;
        width: 90%; 
        max-width: 1200px; 
        margin: 0 auto; 
    }

    .footer-social-link {
        color: #bdbdbd;
        text-decoration: none;
        font-family: 'Source Code Pro', monospace;
        font-size: clamp(12px, 1vw, 16px);
        letter-spacing: 0.2vw;
        transition: all 0.3s ease;
    }

        .footer-social-link:hover {
            color: #b89535;
            text-shadow: 0 0 10px rgba(184, 149, 53, 0.5);
        }
}



@media (min-width: 768px) and (max-width: 1024px) {

    .footer-main-brand {
        font-size: 6vw;
    }


    .work-navigation {
        margin-top: 100px;
        padding: 10px 50px;
    }


    .nav-work-link small {
        font-size: 2vw;
        margin-bottom: 5px;
    }

    .nav-work-link span {
        font-size: 2.2vw;
    }



    /*nav*/

    .glass-nav a {
        font-size: 3.8vw !important;
    }

        .glass-nav a span {
            font-size: 3.8vw;
        }

    .brand-main {
        font-size: 3vw;
    }

    .credits {
        font-size: 2.2vw;

    }

    .button-group {
        width: 100%;
        gap: 15px;
    }

    .notFound {
        font-size: 5vw;
    }

    .btn-yellow, .btn-red {
        width: 100%;
        max-width: 280px;
        text-align: center;
        font-size: 2vw;
    }

}