@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Unbounded:wght@200..900&display=swap');




@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: Aeonik;
    src: url("../fonts/Aeonik-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: RoxboroughCF;
    src: url("../fonts/fonnts.com-roxboroughcf-regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: RoxboroughCFBOLD;
    src: url("../fonts/fonnts.com-roxboroughcf-bold.otf");
    font-weight: 500;
}

@font-face {
    font-family: Verdana;
    src: url("../fonts/Verdana.ttf");
    font-weight: 400;
}
@font-face {
    font-family: VerdanaBOLD;
    src: url("../fonts/Aeonik-Bold.ttf");
    font-weight: 500;
}
.submit-btn{
    font-family:VerdanaBOLD !important;

}
.social{
    margin-top: 21px;
}
:root {
    --Inter: "Inter", sans-serif;
    --BebasNeue: "Bebas Neue", sans-serif;
    --Unbounded: "Unbounded", sans-serif;
    --white: #fff;
    --black: #000;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Aeonik;
}

/* Global button styles */
button,
.button,
input[type="submit"] {
    padding: 12px 24px;
    background: linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%);
    color: #000;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: Aeonik;
    font-weight: 600;
    font-size: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgba(212, 160, 65, 0.2);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}
.back-button{
    background: transparent !important;
    color:white;
        border: 1px solid #D4A041;
}
/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    button,
    .button,
    input[type="submit"] {
        padding: 16px 28px;
        font-size: 16px;
        min-height: 44px;
        min-width: 44px;
    }

    .row .block a {
        padding: 14px 24px;
        font-size: 16px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .reivews_card .actions span {
        padding: 12px 16px;
        font-size: 14px;
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .footer_container .row .social a {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
    }

    /* Improve touch targets for navigation */
    header nav .row ul li a {
        padding: 12px 16px;
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .mobile_nav ul li a {
        padding: 16px 20px;
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

button:hover,
.button:hover,
input[type="submit"]:hover {
    box-shadow: 0 4px 15px rgba(212, 160, 65, 0.4);
}

button:active,
.button:active,
input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(212, 160, 65, 0.3);
}

button:disabled,
.button:disabled,
input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}


.container {
    max-width: 1089px;
    width: 100%;
    margin: auto;
}

.row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav {
    padding-top: 31px;
}

.home-page header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header nav .row {
    align-items: center;
    justify-content: space-between;
}

header nav .row .left img {
    width: 162.80029296875px;
}

header nav .row ul {
    display: flex;
    align-items: center;
    gap: 53px;
}

header nav .row ul li a {
    text-transform: uppercase;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
    position: relative;
}

header nav .row ul li a.active::after {
    content: '';
    display: block;
    width: 115%;
    height: 1px;
    background-color: #D4A041;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}



.home-page header {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header {
    position: relative;
    overflow: hidden;
}

.home-page header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.home-page header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.home-page header .main-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}

.home-page header nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

}

.portfolio header {
    background: var(--black);
}

.portfolio section.masters {
    padding-top: 100px;
}

.portfolio .portfolio_page .block h3 {
    font-family: var(--BebasNeue);
    text-align: center;
    font-weight: 700;
    font-size: 40px;
}

.portfolio .portfolio_page .block img {
    margin-bottom: 17px;
}

.portfolio .portfolio_page .block {
    text-align: center;
    margin-bottom: 0;
}


.portfolio .portfolio_page .block .info {
    height: auto;
}

.portfolio .portfolio_page .block .info p {
    font-family: Aeonik;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 5%;
    color: var(--white);
    margin-top: 4px;
    margin-bottom: 29px;
}

.portfolio .portfolio_page .row {
    gap: 70px;
}


header .main-head {
    padding: 148px 0 378px 0;
    text-align: center;
}

.home-page header .main-head h1,
.home-page header .main-head h1 span {
    font-family: Aeonik;
    font-weight: 700;
    font-size: 80px;
    line-height: 80px;
    background: linear-gradient(135.34deg, #F8B13D 15.43%, #FFEF77 86.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.home-page header .main-head h1 span {
    font-weight: 500;
    margin-bottom: 15px;
}


/* Home page ARTISTS */

#about {
    background-color: var(--black);
}

.title {
    width: 881px;
    margin: auto;
    height: 234.5330810546875px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h2 {
    font-family: RoxboroughCFBOLD, Aeonik, sans-serif;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 10.06px;
    line-height: 80px;
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
}

section.masters {
    background-color: var(--black);
    padding-top: 50px;
    padding-bottom: 7px;

}

section.masters .masters_container {
    width: 976px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.flex-wrap{
    flex-wrap: nowrap !important;
}
.row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 33px;
    flex-wrap: wrap;
}

.row .block {

    margin-bottom: 113px;
}

.row .block {
    position: relative;
}

.row .block img {
    width: 150px;
    min-width: 150px;
    height: 500px;
    object-fit: cover;
    margin-bottom: 33px;
}

/* Different sizing for portfolio/artists page */
.portfolio .row .block img {
    height: 200px;
    width: 200px;
    min-width: 200px;
}

.row .block .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px 15px 15px 15px;
    text-align: center;
}

.row .block .overlay-text h3 {
    margin: 0;
    font-family: RoxboroughCFBOLD, Aeonik, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.custom_block_index{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 0px!important;
}
.mb-0{
    margin-bottom: 0px!important;
}
.row .block .info {
    display: none; /* Hide old info div since text is now in overlay */
}

.gradient {
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.row .block .info h3 {
    font-family: RoxboroughCFBOLD, Aeonik, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 1.02px;
}

.row .block .info h4,
.row .block .info h5 {
    font-family: Aeonik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.row .block .info h5 {
    font-size: 12px;
}

.row .block .desc p {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #A8A8A8;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 35px;
    padding-right: 15px;

}

.row .block a {
    text-transform: uppercase;
    font-family: var(--Inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 19.57px;
    position: relative;
}



.about .row .block {
    width: 150px;
    height: 332px;
    position: relative;
    margin-bottom: 8px;
}

.about .row .block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.about .row .block .texts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: space-between;
    padding-left: 13px;
    padding-top: 11px;
    padding-bottom: 26px;
}

.about .row .block h3 {
    font-weight: 700;
    font-size: 32px;
    font-family: Aeonik;
    line-height: 100%;
}

.about .row .block p {
    font-family: var(--Inter);
    font-size: 8px;
    color: var(--white);

}

.about .row {
    gap: 6px;
}


section.clients .row .block,
section.clients .row .block img {
    margin-bottom: 0;
}

section.clients .row {
    justify-content: space-between;
}

section.space h4 {
    font-family: var(--BebasNeue);
    font-weight: 400;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: linear-gradient(135.34deg, #F8B13D 15.43%, #FFEF77 86.26%), #C2C2C2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 74px;
    text-align: center;
    margin-bottom: 53px;
}

section.space img {
    width: 720px;
    margin: auto;
    display: block;
    margin-bottom: 127px;
}

section.location .location_html {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
}

section.location .location_html h4 {
    font-family: var(--BebasNeue);
    font-weight: 400;
    font-size: 25.2px;
    line-height: 30px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    background: linear-gradient(135.34deg, #F8B13D 15.43%, #FFEF77 86.26%), #C2C2C2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 24px;
}

section.location .location_html iframe {
    filter: invert(90%) hue-rotate(180deg);

}

.reivews_card {
    width: 881px;
    color: var(--white);
    padding-top: 25px;
    margin: auto;
    font-family: Aeonik;
}

.reivews_card .content {
    width: 80%;
}

.reivews_card .comment {
    display: flex;
    gap: 8px;
}

.reivews_card .reply {
    border-left: 2px solid #555;
    padding-left: 15px;
    margin-top: 10px;
}

.reivews_card .avatar {
    width: 25.86921501159668px;
    height: 25.86921501159668px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.reivews_card .avatar.yellow {
    background: #ffdd4e;
}

.reivews_card .name {
    font-weight: 500;
    font-family: Aeonik;
    font-size: 22px;
    font-size: 22.55px;
    line-height: 18.33px;
    letter-spacing: 0%;

}

.reivews_card .username {
    margin-left: 5px;
}

.reivews_card .text {
    margin: 6px 0;
    font-family: Aeonik;
    font-weight: 400;
    font-size: 14.59px;
    line-height: 15.92px;
    letter-spacing: 0%;

}

.reivews_card .actions {
    display: flex;
    gap: 15px;
    font-size: 14px;
    opacity: 0.8;
}

.reivews_card .actions span:hover {
    opacity: 1;
    cursor: pointer;
}

.reivews_card .actions .vote {
    margin-right: 15px;
    padding: 5px 10px;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: rgba(248, 177, 61, 0.1);
    border: 1px solid rgba(248, 177, 61, 0.3);
}

.reivews_card .actions .vote:hover {
    background: rgba(248, 177, 61, 0.2);
    border-color: #F8B13D;
    transform: scale(1.05);
}

.reivews_card .actions .upvote:hover {
    color: #27ae60;
    transform: scale(1.1);
}

.reivews_card .actions .downvote:hover {
    color: #e74c3c;
    transform: scale(1.1);
}

.reivews_card .actions .vote[style*="opacity: 0.5"] {
    pointer-events: none;
}

.reivews_card .vote {
    font-weight: bold;
}

/* Review buttons font styling */
.reivews_card .actions span {
    font-family: Aeonik, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}



footer {
    padding-top: 137px;
    background-color: var(--black);
}

.footer_container {
    width: 845.89501953125px;
    margin: auto;
}

.footer_container p {
    font-family: Aeonik;
    font-weight: 200;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 50px;
}

.footer_container .row {
    gap: 35px;
}

.footer_container .row .menu {
    font-family: var(--Unbounded);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer_container .row ul li a {
    font-family: var(--Unbounded);
    font-weight: 400;
    font-size: 10.5px;
    line-height: 12px;
    color:white;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    transition: .3s;
}

.footer_container .row ul li a.active {
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer_container .row .logo img {
    width: 67.24710845947266px;
    margin-top: 21px;
}

.footer_container .row .qr img {
    width: 96px;
}

footer .bottom {
    border-top: 0.75px solid #282828;
    margin-top: 120px;
    padding: 15px 0;
    text-align: center;
}

footer .bottom h3 {
    font-family: var(--Unbounded);
    font-weight: 400;
    font-size: 10.5px;
    line-height: 13px;
    color: #424242;
}

.footer_container .row .social {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer_container .row .social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer_container .row .social a:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.footer_container .row .social a i {
    color: #000;
    font-size: 18px;
}



.bars,
.mobile_nav {
    display: none;
}

.bars {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.bars:hover {
    transform: scale(1.1);
}

.mobile_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile_nav.active {
    transform: translateX(0);
}

.mobile_nav .head_mob {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_nav .head_mob .left img {
    width: 120px;
}

.mobile_nav .close {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.mobile_nav .close:hover {
    transform: rotate(90deg);
}

.mobile_nav ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.mobile_nav ul li {
    margin: 15px 0;
}

.mobile_nav ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.mobile_nav ul li a:hover {
    color: #F8B13D;
    transform: scale(1.1);
}

.mobile_nav ul li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #F8B13D;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
}

.mobile_nav ul li a:hover::after {
    width: 100%;
}


section {
    overflow-x: hidden;
    position: relative;
}


.head img {
    position: absolute;
    bottom: 100px;
    right: -150px;
    width: 400px;
    z-index: 1;
}

section.space .head img {
    left: -150px !important;
    width: 400px;
    right: auto;

}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Performance optimizations for mobile */


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Optimize images for mobile */
img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.reviews .masters_container {
    position: relative;
    z-index: 2;
}

.reviews .head img {
    top: -150px;
}

/* Large tablets and small laptops (769px to 1100px) */
@media(max-width: 1100px) and (min-width: 769px) {
    .container,
    section.masters .masters_container {
        width: 95%;
    }

    header nav .row ul {
        gap: 25px;
    }

    header nav .row ul li a {
        font-size: 16px;
    }

    .masters_container .row .block {
        width: 30%;
        margin-bottom: 40px;
    }

    .masters_container .row .block img {
        height: 180px;
    }

    .row .block .info h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .row .block .desc p {
        font-size: 11px;
        line-height: 15px;
    }

    .title h2,
    #album-view h3 {
        font-size: 60px;
        line-height: 65px;
    }

    .about .row .block {
        width: 45%;
        height: 280px;
    }

    .about .row .block .texts {
        padding: 12px;
    }

    .about .row .block h3 {
        font-size: 24px;
    }

    .about .row .block p {
        font-size: 7px;
    }

    .reivews_card {
        width: 90%;
        padding: 20px;
    }

    .reivews_card .name {
        font-size: 18px;
    }

    .reivews_card .text {
        font-size: 13px;
        line-height: 16px;
    }

    .footer_container {
        width: 90%;
    }

    .footer_container .row {
        gap: 30px;
    }

    /* Video gallery tablet */
    .video-gallery {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
        padding: 20px;
    }

    .video-preview {
        height: 220px;
    }
}

@media(max-width:1100px) {

    .container,
    section.masters .masters_container {
        width: 95%;
    }

    header nav .row ul {
        gap: 30px;
    }

    .row .block {
        margin-bottom: 50px;
    }

    .row .block img {
        margin-bottom: 20px;
    }

    .clients .row .block {
        width: 22%;
    }

    .clients .row .block img {
        width: 100%;
        height: auto;
        max-height: 220px;
    }
}

@media(max-width:900px) {
    .reivews_card {
        width: 100%;
    }



    .title,
    .footer_container {
        width: 100%;
    }

    .title h2,
    #album-view h3 {
        font-size: 50px;
    }

    .clients .row .block {
        width: 21%;
    }

    section.space img {
        width: 90%;
    }

    section.location .location_html iframe {
        width: 100%;
    }

    .title {
        background-size: contain;
        height: 180px;

    }

    section.space h4 {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    section.masters {
        padding-top: 50px;
    }

    section.location .location_html {
        margin-top: 70px;
    }
}



@media(max-width:866px) {

    .home-page header .main-head {
        padding: 100px 0 230px 0;
    }

    .home-page header .main-head h1,
    .home-page header .main-head h1 span {
        font-size: 60px;
        line-height: 55px;
    }

    

    header nav .row ul {
        display: none;
    }

    .bars {
        display: flex;
        cursor: pointer;
    }

    .bars svg {
        width: 40px;
        height: 40px;
    }

    .mobile_nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 31px;
        z-index: 900;
        background: #000;
    }

    header nav .row .left img {
        width: 140px;
    }

    .mobile_nav ul li a {
        display: inline-block;
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #D4A041;
        font-size: 20px;
        text-transform: uppercase;
        font-family: Aeonik;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .mobile_nav ul {
        text-align: center;
        
    }

    .head img {
        width: 250px;
        right: -125px;
    }

    section.space .head img {
        width: 250px;
        left: -125px;
    }

    .reviews .head img {
        top: 250px;
    }
}



/* Extra small devices (phones, 320px and up) */
@media(max-width: 480px) {
    .container {
        width: 95%;
        padding: 0 10px;
    }

    header nav .row .left img {
        width: 120px;
    }

    .home-page header .main-head h1,
    .home-page header .main-head h1 span {
        font-size: 32px;
        line-height: 35px;
    }

    .title h2,
    #album-view h3 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 5px;
    }

    .title {
        height: 100px;
    }

    section.masters {

        padding-bottom: 20px;
    }

    /* Carousel for home page masters on mobile */
    .masters_container .row {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 15px !important;
        padding: 0 15px !important;
        -webkit-overflow-scrolling: touch !important;
        justify-content: flex-start !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        touch-action: pan-x !important;
    }

    .masters_container .row::-webkit-scrollbar {
        display: none !important;
    }

    .masters_container .row .block {
        flex: 0 0 180px !important;
        scroll-snap-align: start !important;
        margin-bottom: 30px !important;
        flex-shrink: 0 !important;
    }

    /* Two rows for artists page on mobile: 2 top, 2 bottom for very small screens */
    .masters_container .artists-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .masters_container .artists-row .block {
        width: 100%;
        max-width: 280px;
        margin-bottom: 20px;
    }

    .masters_container .row .block img {
        width: 100%;
        height: 300px;
        margin-bottom: 15px;
        object-fit: cover;
    }

    .row .block .info h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .row .block .info h4,
    .row .block .info h5 {
        font-size: 12px;
        line-height: 16px;
    }

    .row .block .desc p {
        font-size: 12px;
        line-height: 16px;
        height: auto;
        margin-bottom: 20px;
    }

    .row .block a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .about .row .block {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .row .block img {
        height: 250px;
    }

    .about .row .block .texts {
        padding: 10px;
    }

    .about .row .block h3 {
        font-size: 24px;
    }

    .about .row .block p {
        font-size: 6px;
    }

    .reivews_card {
        width: 100%;
        padding: 15px;
    }

    .reivews_card .name {
        font-size: 14px;
    }

    .reivews_card .text {
        font-size: 11px;
        line-height: 14px;
    }

    .reivews_card .actions {
        gap: 10px;
    }

    .reivews_card .actions span {
        font-size: 12px;
        padding: 4px 8px;
    }

    footer {
        padding-top: 30px;
    }

    .footer_container {
        width: 95%;
    }

    .footer_container p {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .footer_container .row {
        gap: 20px;
    }

    .footer_container .row .menu {
        font-size: 10px;
    }

    .footer_container .row ul li a {
        font-size: 9px;
    }

    .footer_container .row .logo img {
        width: 50px;
        margin-top: 15px;
    }

    .footer_container .row .qr img {
        width: 80px;
    }

    .footer_container .row .social a {
        width: 35px;
        height: 35px;
    }

    .footer_container .row .social a i {
        font-size: 16px;
    }

    footer .bottom {
        margin-top: 30px;
        padding: 10px 0;
    }

    footer .bottom h3 {
        font-size: 9px;
    }

    /* Mobile navigation improvements */
    .mobile_nav ul li a {
        font-size: 16px;
        padding: 15px 0;
    }

    .bars svg {
        width: 35px;
        height: 35px;
    }

    .mobile_nav .close svg {
        width: 25px;
        height: 25px;
    }

    /* Video gallery mobile */
    .video-gallery {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }

    .video-preview {
        height: 180px;
    }

    .play-overlay i {
        font-size: 36px;
    }

    .video-title {
        padding: 12px;
        font-size: 14px;
    }

    /* Overlay text mobile */
    .row .block .overlay-text {
        padding: 15px 10px 10px 10px;
    }

    .row .block .overlay-text h3 {
        font-size: 20px;
        line-height: 24px;
    }

    /* Minimalist mobile cards for portfolio */
    .portfolio .portfolio_page .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 15px;
    }

    .portfolio .portfolio_page .row .block {
        background: #000;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #333;
        transition: border-color 0.3s ease;
    }

    .portfolio .portfolio_page .row .block:hover {
        border-color: #D4A041;
    }

    .portfolio .portfolio_page .row .block img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
    }

    .portfolio .portfolio_page .row .block .overlay-text {
        padding: 15px;
        text-align: center;
    }

    .portfolio .portfolio_page .row .block .overlay-text h3 {
        font-size: 18px;
        margin-bottom: 8px;
        color: #fff;
    }

    .portfolio .portfolio_page .row .block .desc {
        padding: 0 15px 15px 15px;
        text-align: center;
    }

    .portfolio .portfolio_page .row .block .desc p {
        color: #A8A8A8;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .portfolio .portfolio_page .row .block a {
        display: inline-block;
        padding: 10px 20px;

        color: #000;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        margin: 0 15px 15px 15px;
        transition: background-color 0.3s ease;
        text-align: center;
    }

    .portfolio .portfolio_page .row .block a:hover {
        background: #F7D14E;
    }
}

@media(max-width:605px) {
    .masters_container .row .block {

        margin-bottom: 25px;
    }

    .masters_container .row .block img {
        width: 100%;
    }



    .row .block .desc p {

    }

    .row .block a {
        font-size: 15px;
    }

    .masters_container .row {
        gap: 10px;
    }

    .row .block .info h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .title h2,
    #album-view h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .title {
        height: 130px;
    }

    .about .row .block {
        width: 32%;
    }

    section.space img {
        margin-bottom: 50px;
    }

    .reivews_card .name {
        font-size: 16px;
    }

    .reivews_card .text {
        font-size: 12px;
    }

    footer {
        padding-top: 50px;
    }

    section.masters {
        padding-bottom: 30px;
    }

    .footer_container {
        width: 95%;
    }

    .footer_container p {
        margin-bottom: 25px;
    }

    footer .bottom {
        margin-top: 50px;
    }

    .home-page header .main-head h1,
    .home-page header .main-head h1 span,
    #album-view h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .portfolio .portfolio_page .block {

    }

    .portfolio .portfolio_page .block img {
        width: 100%;
        height: 170px;
        object-fit: cover;
    }

    .portfolio .portfolio_page .row {
        gap: 20px;
    }

    .row .block .info h3 {
        font-size: 25px;
    }

    .portfolio .portfolio_page .block .info p {
        margin-bottom: 15px;
    }

    .contact_form {
        max-width: 600px;
        margin: auto;
        padding: 20px;
        background: #000;
        border-radius: 10px;
    }

    .form_group {
        margin-bottom: 20px;
    }

    .form_group label {
        display: block;
        color: #fff;
        margin-bottom: 5px;
        font-family: Aeonik;
    }

    .form_group input,
    .form_group textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #D4A041;
        background: #000;
        color: #fff;
        border-radius: 5px;
        font-family: Aeonik;
    }

    .form_group textarea {
        height: 150px;
        resize: vertical;
    }

    .contact_form button {
        padding: 14px 28px;
        font-size: 16px;
        margin-top: 10px;
    }

    .portfolio-gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 30px;
        padding: 20px;
    }

    .portfolio-image {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: 3px solid transparent;
        background: linear-gradient(#000, #000) padding-box,
            linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%) border-box;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .portfolio-image:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 25px rgba(212, 160, 65, 0.4);
    }


    .albums-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .album-item {
        background: #000;
        border: 1px solid #D4A041;
        border-radius: 8px;
        padding: 15px;
        text-align: center;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .album-item:hover {
        transform: scale(1.05);
    }

    .album-item img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 4px;
    }

    .album-item h4 {
        color: #fff;
        margin: 10px 0 5px 0;
        font-size: 18px;
    }

    .album-item p {
        color: #A8A8A8;
        font-size: 14px;
    }

    .back-button {
        padding: 12px 24px;
        background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
        color: #000;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        font-family: Aeonik;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 30px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 15px rgba(212, 160, 65, 0.3);
    }

    .back-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(212, 160, 65, 0.5);
    }

    .albums-grid-preview {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .album-preview-item {
        background: #000;
        border: 1px solid #D4A041;
        border-radius: 8px;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        color: inherit;
        transition: transform 0.3s ease;
    }

    .album-preview-item:hover {
        transform: scale(1.05);
    }

    .album-preview-item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 4px;
    }

    .album-preview-item h4 {
        color: #fff;
        margin: 10px 0 5px 0;
        font-size: 16px;
    }

    .album-preview-item p {
        color: #A8A8A8;
        font-size: 12px;
    }
}

#album-view h3 {
    font-family: RoxboroughCFBOLD, Aeonik, sans-serif;
    font-weight: 400;
    font-size: 80px;
    letter-spacing: 10.06px;
    line-height: 80px;
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}


.album-section {
    margin-bottom: 50px;
}

.section-title {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    background: linear-gradient(135.34deg, #7e4e01 15.43%, #FFEF77 86.26%), linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%), #F5F5F5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: RoxboroughCFBOLD, Aeonik, sans-serif;
    font-weight: 700;
    letter-spacing: 10.06px;
    text-transform: uppercase;
}

.albums-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.album-item {
    background: #000;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.album-item:hover {
    transform: scale(1.05);
}

.album-item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.album-item h4 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
}

.album-item p {
    color: #A8A8A8;
    font-size: 12px;
    margin: 0;
    flex-shrink: 0;
}

/* Lightbox styles moved to separate file: assets/css/lightbox.css */

/* Instagram-style Gallery */
.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2px;
    margin-top: 30px;
    background: #000;
    padding: 2px;
}

.instagram-photo {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border: none;
}

.instagram-photo:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

/* Video Gallery Styles */
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
}

.video-item {
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid transparent;
    background: linear-gradient(#000, #000) padding-box,
        linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%) border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.video-item:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(212, 160, 65, 0.4);
}

.video-preview {
    position: relative;
    width: 100%;
    height: 200px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    pointer-events: none;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-item:hover .play-overlay {
    background: rgba(212, 160, 65, 0.3);
}

.play-overlay i {
    font-size: 48px;
    color: #fff;
    filter: drop-shadow(0 0 10px rgba(212, 160, 65, 0.8));
}

.video-title {
    padding: 15px;
    text-align: center;
    color: #fff;
    font-family: Aeonik;
    font-weight: 500;
    font-size: 16px;
    background: #000;
}

/* ===== GALLERY IMAGE VIEWER - NEW STYLES ===== */
.kilo-gallery-viewer {
    display: none;
    position: fixed !important;
    z-index: 99999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(5px) !important;
}

.kilo-gallery-viewer.kilo-active {
    display: block !important;
}

.kilo-viewer-backdrop {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
}

.kilo-viewer-main {
    position: fixed !important;
    top: 50vh !important;
    left: 50vw !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 100000 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    max-width: calc(100vw - 40px) !important;
    max-height: calc(100vh - 40px) !important;
}

.kilo-viewer-close {
    position: absolute !important;
    top: -60px !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0.9) !important;
    color: white !important;
    border: 2px solid #D4A041 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
}

.kilo-viewer-close:hover {
    background: #D4A041 !important;
    color: #000 !important;
    transform: scale(1.1) !important;
}

.kilo-viewer-nav {
    background: rgba(0, 0, 0, 0.9) !important;
    color: white !important;
    border: 2px solid #D4A041 !important;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    transition: all 0.3s ease !important;
    position: absolute !important;
}

.kilo-viewer-nav:hover {
    background: #D4A041 !important;
    color: #000 !important;
    transform: scale(1.1) !important;
}

.kilo-viewer-prev {
    left: -80px !important;
}

.kilo-viewer-next {
    right: -80px !important;
}

.kilo-viewer-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
}

.kilo-viewer-image-wrapper {
    position: relative !important;
    max-width: 85vw !important;
    max-height: 80vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 3px solid #D4A041 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #000 !important;
}

.kilo-viewer-image {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    transition: opacity 0.4s ease !important;
}

.kilo-viewer-loading {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    height: 60px !important;
}

.kilo-loading-spinner {
    width: 50px !important;
    height: 50px !important;
    border: 4px solid rgba(212, 160, 65, 0.3) !important;
    border-top: 4px solid #D4A041 !important;
    border-radius: 50% !important;
    animation: kilo-spin 1s linear infinite !important;
}

@keyframes kilo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.kilo-viewer-info {
    margin-top: 25px !important;
    color: white !important;
    text-align: center !important;
    background: rgba(0, 0, 0, 0.9) !important;
    padding: 18px 30px !important;
    border-radius: 30px !important;
    border: 2px solid #D4A041 !important;
    backdrop-filter: blur(15px) !important;
    font-family: Aeonik, sans-serif !important;
}

.kilo-viewer-counter {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #D4A041 !important;
    letter-spacing: 1px !important;
}

.kilo-viewer-title {
    font-size: 16px !important;
    opacity: 0.95 !important;
    max-width: 400px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-weight: 500 !important;
}

/* ===== PHOTO GRID OVERLAY - NEW STYLES ===== */
.kilo-photo-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(212, 160, 65, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    border-radius: 8px !important;
}

.kilo-photo-item:hover .kilo-photo-overlay {
    opacity: 1 !important;
    background: rgba(212, 160, 65, 0.4) !important;
}

.kilo-photo-overlay i {
    color: white !important;
    font-size: 28px !important;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8)) !important;
    animation: kilo-pulse 2s infinite !important;
}

@keyframes kilo-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* ===== MOBILE RESPONSIVE - NEW STYLES ===== */
@media (max-width: 768px) {
    .kilo-viewer-main {
        padding: 15px !important;
        max-width: calc(100vw - 30px) !important;
        max-height: calc(100vh - 30px) !important;
    }

    .kilo-viewer-close {
        top: 20px !important;
        right: 20px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 18px !important;
    }

    .kilo-viewer-nav {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }

    .kilo-viewer-prev {
        left: 20px !important;
    }

    .kilo-viewer-next {
        right: 20px !important;
    }

    .kilo-viewer-image-wrapper {
        max-height: 70vh !important;
    }

    .kilo-viewer-info {
        margin-top: 20px !important;
        padding: 15px 20px !important;
    }

    .kilo-viewer-counter {
        font-size: 16px !important;
    }

    .kilo-viewer-title {
        font-size: 14px !important;
        max-width: 300px !important;
    }
}

@media (max-width: 480px) {
    .kilo-viewer-nav {
        display: none !important; /* Hide navigation buttons on very small screens, use swipe */
    }

    .kilo-viewer-info {
        margin-top: 15px !important;
        padding: 12px 15px !important;
    }

    .kilo-viewer-main {
        padding: 10px !important;
        max-width: calc(100vw - 20px) !important;
        max-height: calc(100vh - 20px) !important;
    }
}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modal-video {
    max-width: 90%;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(212, 160, 65, 0.5);
}

.video-modal-close {
    position: fixed;
    top: 30px;
    right: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10001;
}

.video-modal-close:hover {
    color: #D4A041;
}

.video-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    padding: 20px;
    background: rgba(212, 160, 65, 0.3);
    border: none;
    border-radius: 50%;
    user-select: none;
    z-index: 10001;
}

.video-nav:hover {
    background: rgba(212, 160, 65, 0.6);
}

.video-prev {
    left: 30px;
}

.video-next {
    right: 30px;
}

.video-counter {
    position: absolute;
    bottom: -50px;
    color: #fff;
    font-size: 18px;
    font-family: Aeonik;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 10001;
}

@media(max-width: 768px) {
    .video-gallery {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        padding: 15px;
    }

    .video-preview {
        height: 180px;
    }

    .play-overlay i {
        font-size: 36px;
    }

    .video-title {
        padding: 12px;
        font-size: 14px;
    }

    .video-modal-close {
        top: -40px;
        font-size: 35px;
    }

    .video-nav {
        font-size: 30px;
        padding: 15px;
    }

    .video-prev {
        left: -60px;
    }

    .video-next {
        right: -60px;
    }

    .video-counter {
        bottom: -40px;
        font-size: 16px;
    }

    #modal-video {
        max-height: 70vh;
    }

    /* Instagram gallery mobile */
    .instagram-gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1px;
        padding: 1px;
    }
}

/* Instagram Feed Styles */
#instagramContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.instagram-photo {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    border: 3px solid transparent;
    background: linear-gradient(#000, #000) padding-box,
        linear-gradient(135.34deg, #A65F3B 15.43%, #FBE67B 38.47%, #FCFBE7 53.36%, #F7D14E 69.97%, #D4A041 86.26%) border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instagram-photo:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(212, 160, 65, 0.4);
}

.instagram-photo a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.instagram-photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.instagram-photo:hover img {
    transform: scale(1.05);
}

.instagram-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px 15px 15px 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.instagram-photo:hover .instagram-overlay {
    opacity: 1;
}

.instagram-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: Aeonik;
    font-weight: 500;
    font-size: 14px;
}

.instagram-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Mobile responsive for Instagram feed */
@media(max-width: 768px) {
    #instagramContainer {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        margin-top: 20px;
    }

    .instagram-photo img {
        height: 250px;
    }

    .instagram-overlay {
        padding: 15px 10px 10px 10px;
    }

    .instagram-stats {
        font-size: 12px;
    }
}

@media(max-width: 480px) {
    #instagramContainer {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 10px;
    }

    .instagram-photo img {
        height: 200px;
    }

    .instagram-stats {
        font-size: 11px;
    }
}

/* Additional responsive improvements for portfolio and artists pages */
@media (max-width: 1024px) {
    .portfolio .portfolio_page .row {
        gap: 40px;
    }

    .portfolio .portfolio_page .block {

    }

    .masters_container .row .block {

        margin-bottom: 60px;
    }

    .masters_container .row .block img {
        height: 350px;
    }

    .portfolio .row .block img {
        height: 180px;
    }

    .title h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .footer_container {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .portfolio .portfolio_page .row {
        gap: 30px;
        justify-content: center;
    }

    .portfolio .portfolio_page .block {

    }

    .masters_container .row .block {

        margin-bottom: 50px;
    }

    .masters_container .row .block img {
        height: 300px;
    }

    .portfolio .row .block img {
        height: 160px;
    }

    .title h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .masters_container {
        width: 90%;
    }

    .portfolio .portfolio_page .masters {
        padding-top: 80px;
    }

    .masters {
        padding-top: 40px;
    }

    .footer_container {
        width: 95%;
    }

    .footer_container .row {
        gap: 25px;
    }
}

@media (max-width: 640px) {
    .portfolio .portfolio_page .row {
        gap: 20px;
    }

    .portfolio .portfolio_page .block {

    }

    .masters_container .row .block {

        margin-bottom: 40px;
    }

    .masters_container .row .block img {
        height: 250px;
    }

    .portfolio .row .block img {
        height: 140px;
    }

    .title h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .masters_container {
        width: 95%;
    }

    .portfolio .portfolio_page .masters {
        padding-top: 60px;
    }

    .masters {
        padding-top: 30px;
    }

    .footer_container .row {
        gap: 20px;
    }
}

/* Lazy loading styles */
img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%),
                linear-gradient(-45deg, #f0f0f0 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, #f0f0f0 75%),
                linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    animation: loading 1s infinite;
}

img.lazy-load.loaded {
    opacity: 1;
    animation: none;
}

@keyframes loading {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 20px 0, 20px 10px, 30px -10px, 10px 0px; }
}

/* Laptop screens (1024px to 1439px) - Two rows layout */
@media (min-width: 1024px) and (max-width: 1439px) {
    .masters_container .artists-row {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 60px;
    }

    .masters_container .artists-row .block {
        width: 280px;
    }

    .masters_container .artists-row:nth-child(2) .block {
        width: 220px;
    }
}

/* Large screens (1440px and up) - Enhanced sizing for better desktop experience */
@media (min-width: 1440px) {
    .container {
        max-width: 1600px;
    }

    section.masters .masters_container {
        width: 1400px;
        margin: auto;
    }

    .title {
        width: 1200px;
        height: 320px;
    }

    .title h2 {
        font-size: 110px;
        line-height: 110px;
        letter-spacing: 14px;
    }

    .home-page header .main-head h1,
    .home-page header .main-head h1 span {
        font-size: 110px;
        line-height: 110px;
    }

    header nav .row ul li a {
        font-size: 22px;
        line-height: 24px;
    }

    header nav .row ul {
        gap: 70px;
    }

    .masters_container .artists-row {
        gap: 60px !important;
        margin-bottom: 80px;
    }

    .masters_container .artists-row .block {
        width: 300px;
    }

    .masters_container .artists-row:nth-child(2) .block {
        width: 240px;
    }

    /* Portfolio page: 4 artists per row on large screens */
    .portfolio .portfolio-row {
        gap: 40px !important;
        margin-bottom: 60px;
    }

    .portfolio .portfolio-row .block {
        width: 250px;
    }

    .row .block img {
        width: 200px;
        min-width: 200px;
        height: 650px;
    }

    .portfolio .row .block img {

    }

    .row .block .overlay-text h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .reivews_card {
        width: 1200px;
        padding-top: 35px;
    }

    .reivews_card .name {
        font-size: 28px;
        line-height: 22px;
    }

    .reivews_card .text {
        font-size: 18px;
        line-height: 20px;
    }

    .footer_container {
        width: 1200px;
    }

    .footer_container p {
        font-size: 14px;
        line-height: 18px;
    }

    .footer_container .row ul li a {
        font-size: 12px;
        line-height: 14px;
    }

    .footer_container .row .logo img {
        width: 80px;
        margin-top: 25px;
    }

    .footer_container .row .social a {
        width: 45px;
        height: 45px;
    }

    .footer_container .row .social a i {
        font-size: 20px;
    }

    section.location .location_html iframe {
        width: 900px;
        height: 500px;
    }

    .video-gallery {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 25px;
        padding: 25px;
    }

    .video-preview {
        height: 240px;
    }

    .play-overlay i {
        font-size: 56px;
    }

    .video-title {
        padding: 18px;
        font-size: 18px;
    }

    #instagramContainer {
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 25px;
    }

    .instagram-photo img {
        height: 320px;
    }

    .instagram-stats {
        font-size: 16px;
    }
}