/* Stylesheet, you can ignore this */

:root {
    background-color: rgb(45, 50, 50);
}

html {
    scroll-padding-top: 80px;
}
body {
            margin: 0;
            font-family: Arial, sans-serif;
        }

        .navbar {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(100px) saturate(500%);
            box-shadow: 4px 2px 8px rgba(31, 26, 26, 0.726);
            display: flex;
            align-items: center;
            justify-content: center;
            height: 80px;
            z-index: 1000;
        }

        .navbar-title {
            flex: 1;
            text-align: center;
            font-size: 2.5rem;
            font-weight: bold;
            color: #222222; 
        }

        .navbar-menu {
            position: absolute;
            left: 10px;
        }
        
        .dropdown {
            position: relative;
            display: inline-block;
        }

         .dropdown-btn {
            background: none;
            border: none;
            font-size: 1rem;
            cursor: pointer;
            padding: 10px 20px;
            color: #333;
        }

        #hamburger-btn {
            background: none;
            border: none;
            padding: 10px;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .bar {
            display: block;
            width: 28px;
            height: 4px;
            background-color: #333;
            border-radius: 2px;
            transition: all 0.3s;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            left: 0;
            background: rgba(255,255,255,0.55);
            min-width: 160px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.1);
            z-index: 1;
        }

        .dropdown-content a {
            color: #333;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown-content a:hover {
            background: #f1f1f1;
        }

        .dropdown-subitem {
            padding-left: 28px !important;
            font-size: 0.9rem;
            color: #666 !important;
            border-left: 2px solid #ddd;
            margin-left: 16px;
        }

        .dropdown-subitem:hover {
            color: #333 !important;
        }

        @media (hover: hover) {
            .dropdown:hover .dropdown-content {
                display: block;
            }
        }

        .dropdown.open .dropdown-content {
            display: block;
        }

        .content {
            padding-top: 0px;
        }

        section {
            width: 100vw;
            box-sizing: border-box;
            position: relative;
            color: #fff;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;    
        }

        section::after {
            content: "";
            position: absolute;
            left: 0; right: 0; bottom: 0;
            height: 40px;
            pointer-events: none;
            z-index: 2;
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(20,20,20,0.15) 100%);
        }

        section::before {
            content: "";
            position: absolute;
            left: 0; right: 0; top: 0;
            height: 40px;
            pointer-events: none;
            z-index: 2;
            background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(20,20,20,0.15) 100%);
        }
        

        .section-divider {
            width: 100vw;
            height: 2px;
            background: linear-gradient(to right, transparent, #d0d0d0, transparent);
            margin: 0;
            border: none;
            box-shadow: 0 1px 3px rgba(0,0,0,0.08);
            position: relative;
            z-index: 100;
        }

        section.bg-about {
            background: url('assets/ABOUT.jpeg');
            background-size: cover;
            background-position: left center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
             gap: 40px;
            min-height: 100vh;
            padding: 80px 20px 40px 20px;
            color: #fff;
            place-items: center;
            position: relative;
        }

        .about-text {
            max-width: 80%;
            width: 80%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            grid-column: 1 / -1;
            z-index: 2;
            margin: 0 auto;
        }

        .about-text h3 {
            font-size: 0.85rem;
            font-weight: 400;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.6);
            margin: 0 0 16px 0;
        }

        .about-text p {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 1.4rem;
            line-height: 1.95;
            color: rgba(255, 255, 255, 0.92);
            text-align: left;
            text-indent: 1.5em;
            margin: 0;
        }

        .about-name {
            font-size: 1.45rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            font-style: normal;
            color: #fff;
        }

        section.bg-writings {
            background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('assets/writingsBG.jpeg');
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            min-height: 60vh;
            padding: 80px 40px 80px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        section.bg-writings h2 {
            color: #fff;
            background: none;
            -webkit-background-clip: unset;
            -webkit-text-fill-color: #fff;
            background-clip: unset;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
        }

        section.bg-writings h2::before,
        section.bg-writings h2::after {
            display: none;
        }

        .writings-list {
            list-style: none;
            padding: 0;
            margin: 0 auto;
            max-width: 880px;
            display: flex;
            flex-direction: column;
            gap: 32px;
            text-align: left;
        }

        .writings-list li {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 1.6rem;
            line-height: 2;
            color: #ffffff;
            text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85), 0 2px 20px rgba(0, 0, 0, 0.6);
            padding-left: 28px;
            position: relative;
        }

        .writings-list li::before {
            content: '◆';
            position: absolute;
            left: 0;
            top: 0.1em;
            font-size: 0.85rem;
            color: rgb(255, 255, 255);
        }

        .writings-list li a {
            color: #000000;
            text-decoration: underline;
            font-style: italic;;
        }

        .writings-list li a:hover {
            color: #fff;
        }

        section.bg-projects {
            background: white;
            min-height: 100vh;
            padding: 80px 40px 0 40px;
        }

        .inquiry-banner {
            background-image: url('assets/InquiryBG.jpg');
            background-position:  top;
            background-size: cover;
            margin-top: 120px;
            margin-bottom: 0;
            margin-left: -40px;
            margin-right: -40px;
            padding: 24px 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 14px;
        }

        .inquiry-text {
            font-family: 'Cormorant Garamond', Georgia, serif;
            font-size: 2.5rem;
            font-weight: 400;
            color: #ffffff;
            margin: 0;
            letter-spacing: 0.02em;
        }

        .inquiry-btn {
            display: inline-block;
            padding: 16px 48px;
            border: 1.5px solid #fff;
            color: #fff;
            text-decoration: none;
            font-family: Arial, sans-serif;
            font-size: 0.85rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            transition: background 0.2s ease, color 0.2s ease;
        }

        .inquiry-btn:hover {
            background: #fff;
            color: #111;
        }

        @media (max-width: 600px) {
            .inquiry-text {
                font-size: 1.9rem;
                text-align: center;
            }

            .inquiry-btn {
                padding: 14px 36px;
            }

            .inquiry-banner {
                margin-left: -5vw;
                margin-right: -5vw;
            }
        }
        
        section.bg-projects h2 {
            color: #222;
            background: none;
            -webkit-background-clip: unset;
            -webkit-text-fill-color: #222;
            background-clip: unset;
            margin-bottom: 60px;
        }
        
        section.bg-projects::before,
        section.bg-projects::after {
            display: none;
        }
        
        .gallery-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 120px;
        }

        .gallery-carousel {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
        }

        .carousel-img {
            max-width: 800px;
            max-height: 80vh;
            width: auto;
            height: auto;
            display: block;
            box-shadow:
                0 4px 15px rgba(0, 0, 0, 0.15),
                0 10px 30px rgba(0, 0, 0, 0.2),
                0 20px 50px rgba(0, 0, 0, 0.3);
            transition: opacity 0.18s ease;
        }

        .carousel-controls {
            display: flex;
            align-items: center;
            gap: 16px;
            justify-content: center;
        }

        .carousel-dots {
            display: flex;
            padding-top: 10px;
            gap: 12px;
            align-items: center;
        }

        .carousel-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #747474;
            cursor: pointer;
            transition: background 0.2s ease, transform 0.2s ease;
            border: none;
            padding: 0;
        }

        .carousel-dot.active {
            background: #2323a1;
            transform: scale(1.35);
        }

        @media (max-width: 900px) {
            .carousel-img {
                max-width: 100%;
                max-height: 70vh;
            }
        }
        
        .gallery-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        
        .gallery-item img {
            max-width: 800px;
            max-height: 80vh;
            width: auto;
            height: auto;
            display: block;
            box-shadow: 
                0 4px 15px rgba(0, 0, 0, 0.15),
                0 10px 30px rgba(0, 0, 0, 0.2),
                0 20px 50px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .gallery-item img:hover {
            transform: translateY(-5px);
            box-shadow: 
                0 8px 20px rgba(0, 0, 0, 0.17),
                0 15px 40px rgba(0, 0, 0, 0.24),
                0 25px 60px rgba(0, 0, 0, 0.35);
        }
        
        .gallery-info {
            text-align: center;
        }
        
        .artwork-title {
            color: #222;
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0 0 8px 0;
            letter-spacing: 0.5px;
        }
        
        .artwork-details {
            color: #666;
            font-size: 1rem;
            margin: 0;
            font-style: italic;
        }
        
        @media (max-width: 900px) {
            .gallery-container {
                gap: 60px;
            }

            .gallery-item img {
                max-width: 100%;
                max-height: 70vh;
                width: auto;
                height: auto;
            }

            .artwork-title {
                font-size: 1.25rem;
            }

            .artwork-details {
                font-size: 0.9rem;
            }
        }

        section.bg-exhibitions {
            background: #f9f7f4;
            min-height: 100vh;
            padding: 80px 0 80px 0;
            position: relative;
        }
        
        section.bg-exhibitions::before,
        section.bg-exhibitions::after {
            display: none;
        }
        
        .gallery-room {
            width: 80%;
            margin: 0 auto;
            padding: 0;
        }
        
        .gallery-room::before,
        .gallery-room::after {
            display: none;
        }

        .gallery-room h2 {
            text-align: left;
            margin-bottom: 48px;
            color: #111;
            background: none;
            -webkit-text-fill-color: #111;
            background-clip: unset;
            -webkit-background-clip: unset;
            padding-bottom: 20px;
            border-bottom: 2px solid #111;
        }

        .gallery-room h2::before,
        .gallery-room h2::after {
            display: none;
        }

        .exhibition-entry {
            padding: 32px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            background: none;
            border-radius: 0;
            transform: none;
            box-shadow: none;
            transition: none;
            margin: 0;
        }

        .exhibition-entry:hover {
            transform: none;
        }

        .exhibition-entry:last-of-type {
            border-bottom: none;
        }

        .exhibition-title {
            color: #111;
            font-size: 1.05rem;
            font-weight: 600;
            letter-spacing: 0.03em;
            text-transform: none;
            text-align: left;
            margin: 0 0 20px 0;
            padding: 0;
            border: none;
        }

        .exhibition-type {
            font-weight: 400;
            color: #888;
            margin-left: 8px;
        }

        .exhibition-images {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 20px;
            margin-top: 16px;
            padding: 0;
        }

        .exhibition-images img {
            max-width: 280px;
            width: auto;
            height: auto;
            max-height: 320px;
            display: block;
            border-radius: 0;
            box-shadow: none;
            transition: opacity 0.3s ease;
            position: relative;
        }
        
        .exhibition-images img:hover {
            transform: none;
            box-shadow: none;
            opacity: 0.85;
        }

        @media (max-width: 768px) {
            .gallery-room {
                width: 90%;
            }

            .exhibition-title {
                font-size: 0.95rem;
            }

            .exhibition-images {
                gap: 12px;
            }

            .exhibition-images img {
                width: calc(50% - 6px);
                max-width: none;
                max-height: 180px;
                object-fit: cover;
            }
        }

        section.bg-contact {
            color: rgb(0, 0, 0);
            background: url('assets/ContactBG.jpg');
            background-size: cover;
            background-position: top ;
            background-repeat: no-repeat;
            background-attachment: fixed;
            min-height: 60vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 0px;
        }

        section h2 {
            position: relative;
            font-size: 3.5rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            text-transform: uppercase;
            background: white;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: gradientShift 8s ease infinite;
        }

        @keyframes gradientShift {
            0%, 100% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
        }

        section h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 4px;
            background: linear-gradient(90deg, transparent, #000000, transparent);
            border-radius: 2px;
        }

        section h2::before {
            content: '◆';
            position: absolute;
            left: -40px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.2rem;
            color: #6a0572;
            opacity: 0.6;
        }

        section.bg-projects h2 {
            margin-top: 0;
            padding-top: 20px;
            text-align: center;
        }

        section.bg-contact h2 {
            text-align: center;
            margin-bottom: 20px;
        }

        .contact-icons {
            display: flex;
            gap: 32px;
            justify-content: center;
            margin-top: 32px;
        }

        .icon-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.616);
            border-radius: 50%;
            width: 94px;
            height: 94px;
            transition: background 0.2s, transform 0.2s;
            box-shadow: 0 2px 8px rgba(0,0,0,0.12);
            text-decoration: none;
        }

        .icon-btn:hover {
            background: rgb(255, 255, 255);
            transform: scale(1.08);
        }

        .icon-btn img {
            width: 64px;
            height: 64px;
            display: block;
        }

        /* Lightbox */
        #lightbox {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.92);
            z-index: 9999;
            align-items: center;
            justify-content: center;
        }

        #lightbox.active {
            display: flex;
        }

        #lightbox-img {
            max-width: 92vw;
            max-height: 90vh;
            width: auto;
            height: auto;
            object-fit: contain;
            box-shadow: 0 8px 60px rgba(0, 0, 0, 0.7);
            animation: lb-in 0.2s ease;
        }

        @keyframes lb-in {
            from { opacity: 0; transform: scale(0.96); }
            to   { opacity: 1; transform: scale(1); }
        }

        #lightbox-close {
            position: fixed;
            top: 20px;
            right: 28px;
            background: none;
            border: none;
            color: #fff;
            font-size: 2.8rem;
            line-height: 1;
            cursor: pointer;
            opacity: 0.8;
            transition: opacity 0.2s;
            z-index: 10000;
        }

        #lightbox-close:hover {
            opacity: 1;
        }

        .site-footer {
            width: 100vw;
            background: rgb(16, 21, 39);
            color: #fff;
            text-align: center;
            padding: 10px 0 16px 0;
            font-size: 1rem;
            letter-spacing: 0.05em;
            margin-top: 0;
            position: relative;
            z-index: 10;
        }

       @media (max-width: 600px) {
            section {
                padding-top: 100px;
                padding-left: 5vw;
                padding-right: 5vw;
            }

            section h2 {
                font-size: 2.2rem;
                letter-spacing: 1px;
            }

            section h2::before {
                left: -25px;
                font-size: 1rem;
            }

            section h2::after {
                width: 100px;
            }

            section.bg-about {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto;
                gap: 24px;
                text-align: center;
                padding-top: 100px;
                background-size: cover;
                background-position: top center;
                background-repeat: no-repeat;
                background-attachment: scroll;
            }

            .about-text {
                grid-column: auto;
                align-items: center;
                order: 1;
            }

            section.bg-writings {
                background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('assets/writingsBG.jpeg');
                background-attachment: scroll;
                background-size: cover;
                background-position: center center;
            }

            .writings-list li {
                font-size: 1.2rem;
                line-height: 1.75;
                text-shadow: rgba(0, 0, 0, 0.12);
            }

            section.bg-projects {
                padding: 60px 16px 0 16px;
            }

            .gallery-container {
                gap: 0;
            }

            .gallery-item {
                padding: 100px 0;
                border-bottom: 1px solid rgba(0, 0, 0, 0.07);
            }

            .gallery-item:last-child {
                border-bottom: none;
            }

            .gallery-item img {
                max-width: 100%;
                max-height: 78vh;
                width: 100%;
                height: auto;
                object-fit: contain;
            }

            section.bg-contact {
                min-height: 50vh;
                padding: 80px 5vw 40px 5vw;
                background-position: top center;
                background-attachment: scroll;
            }

            .contact-icons {
                gap: 24px;
                flex-wrap: wrap;
            }

            .icon-btn {
                width: 70px;
                height: 70px;
            }

            .icon-btn img {
                width: 48px;
                height: 48px;
            }

            .navbar {
                height: 50px;
            }

            .navbar-title {
                font-size: 1.1rem;
            }

            .dropdown-btn {
                font-size: 0.95rem;
                padding: 8px 12px;
            }

            .section-divider {
                height: 3px;
            }
        }

        @media (min-width: 601px) and (max-width: 900px) {
            section h2 {
                font-size: 2.8rem;
            }

            .icon-btn {
                width: 80px;
                height: 80px;
            }

            .icon-btn img {
                width: 56px;
                height: 56px;
            }
        }
