/* Reset and Base Styles - Header.css kullanılıyor - v=58 */

/* Navigation - Header.css kullanılıyor */

/* Logo - Header.css kullanılıyor */

/* Back Button */
.back-button {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 1001;
    animation: slideInRight 0.8s ease-out;
}

.back-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
    transition: all 0.3s ease;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.back-link:hover {
    opacity: 1;
    transform: translateX(-5px);
    border-color: rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.95);
}

.back-link i {
    font-size: 12px;
}

/* Main Content */
.main-content {
    padding: 200px 40px 0;
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

/* Artwork Gallery */
.artwork-gallery {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    max-width: 800px;
    margin: 0 auto;
}

.artwork-item {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    padding: 0;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
    margin-bottom: 40px;
    border-bottom: none;
    background: transparent;
    padding-bottom: 20px;
    animation: fadeInUp 0.8s ease-out both;
}

.artwork-item:nth-child(1) { animation-delay: 0.1s; }
.artwork-item:nth-child(2) { animation-delay: 0.3s; }
.artwork-item:nth-child(3) { animation-delay: 0.5s; }
.artwork-item:nth-child(4) { animation-delay: 0.7s; }
.artwork-item:nth-child(5) { animation-delay: 0.9s; }

.artwork-item:hover .artwork-image {
    transform: translateY(-10px);
}

.artwork-item:hover .artwork-image img {
    transform: scale(1.05);
    filter: none;
    z-index: 1;
}


.artwork-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 2px;
    opacity: 0.9;
    text-align: center;
    position: relative;
    z-index: 99999;
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.artwork-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    text-align: center;
    line-height: 1.6;
    opacity: 0.7;
}

/* Artwork Visual Styles */
.artwork-image {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    overflow: visible;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.artwork-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    filter: none;
    transition: all 0.3s ease;
}

.artwork-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

/* CORE Artwork Styles */
.core-artwork {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #8B4513 100%);
}

.artwork-base {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: inset 0 10px 20px rgba(255, 255, 255, 0.8);
}

.artwork-reflective {
    position: absolute;
    top: 15%;
    left: 25%;
    width: 30%;
    height: 30%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 100%);
    border-radius: 50%;
    opacity: 0.8;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* CORE Variation 2 */
.core-artwork.variation-2 {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 50%, #8B4513 100%);
}

.core-artwork.variation-2 .artwork-base {
    background: linear-gradient(45deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
}

/* MIME Artwork Styles */
.mime-artwork {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 50%, #e74c3c 100%);
    display: flex;
}

.mime-left {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mime-right {
    width: 50%;
    height: 100%;
    position: relative;
}

.stripe {
    width: 80%;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    margin: 2px 0;
    border-radius: 2px;
}

.stripe-1 { opacity: 0.9; }
.stripe-2 { opacity: 0.7; }
.stripe-3 { opacity: 0.5; }
.stripe-4 { opacity: 0.3; }

.mime-reflective {
    position: absolute;
    top: 20%;
    right: 20%;
    width: 40%;
    height: 40%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 50%;
    opacity: 0.8;
}


/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Prevent horizontal scrolling */
* {
    box-sizing: border-box;
}

body, html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Responsive */
@media (max-width: 1024px) {
    .navigation {
        top: 40px !important;
        left: 15px !important;
        max-width: 60px;
        z-index: 10000 !important;
    }
    
    .nav-toggle {
        display: flex !important;
        top: 30px !important;
        left: 15px !important;
        max-width: 60px;
        z-index: 10001 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    
    .hamburger {
        display: block !important;
        background: #000000 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    .nav-menu.active {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .back-button {
        top: 50px !important;
        right: 15px !important;
        max-width: 50px;
        z-index: 10000 !important;
    }
    
    .back-button .back-link span {
        display: none;
    }
    
    .back-button .back-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ccc;
        padding: 0;
        gap: 0;
    }
    
    .logo-section {
        height: 150px;
        padding: 20px 20px 40px 20px;
    }
    
    .customer-logo {
        max-width: 400px;
        height: auto;
        max-height: 150px;
    }
    
    
    
    .artwork-item {
        border: none;
        border-bottom: none;
        background: transparent;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    
    .main-content {
        padding: 60px 40px 80px;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    .artwork-gallery {
        gap: 0;
        max-width: 90%;
    }
    

    
    .artwork-item {
        border: none;
        border-bottom: none;
        background: transparent;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    
    .artwork-image {
        height: 550px;
    }
    
    .artwork-circle {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .customer-logo {
        max-width: 400px;
        height: auto;
        max-height: 150px;
    }
    
    .artwork-title {
        font-size: 20px;
        letter-spacing: 1.5px;
        margin-top: 10px;
        margin-bottom: 2px;
        z-index: 9999;
        position: relative;
    }
    
    .artwork-image {
        z-index: 1;
        position: relative;
        margin-top: -120px;
    }
    
    .artwork-item {
        z-index: auto;
        position: relative;
    }
    
    /* Mobilde tüm görseller Core 110 gibi olsun - özel boyutları override et */
    .artwork-item .artwork-image img {
        max-width: 100% !important;
        height: auto;
        margin-top: 120px;
    }
    
    /* Mobilde MA ürününü biraz büyüt - daha güçlü kural */
    .artwork-item[data-artwork="ma"] .artwork-image img,
    .artwork-item[data-artwork="ma"] .artwork-image img {
        max-width: 150% !important;
        width: 150% !important;
        height: auto !important;
        margin-top: 120px !important;
    }
    
    /* Mobilde belirli ürünleri biraz küçült */
    .artwork-item[data-artwork="core-92"] .artwork-image img,
    .artwork-item[data-artwork="mime-iii"] .artwork-image img,
    .artwork-item[data-artwork="gala-72"] .artwork-image img,
    .artwork-item[data-artwork="couplet-i"] .artwork-image img,
    .artwork-item[data-artwork="couplet-ii"] .artwork-image img {
        max-width: 90% !important;
        height: auto;
        margin-top: 120px;
    }
}

@media (max-width: 480px) {
    .customer-logo {
        max-width: 400px;
        height: auto;
        max-height: 150px;
    }
    
    .artwork-item {
        border: none;
        border-bottom: none;
        background: transparent;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    
    /* Mobilde tüm görseller Core 110 gibi olsun - özel boyutları override et */
    .artwork-item .artwork-image img {
        max-width: 100% !important;
        height: auto;
        margin-top: 120px;
    }
    
    /* Mobilde MA ürününü biraz büyüt - daha güçlü kural */
    .artwork-item[data-artwork="ma"] .artwork-image img,
    .artwork-item[data-artwork="ma"] .artwork-image img {
        max-width: 150% !important;
        width: 150% !important;
        height: auto !important;
        margin-top: 120px !important;
    }
    
    /* Mobilde belirli ürünleri biraz küçült */
    .artwork-item[data-artwork="core-92"] .artwork-image img,
    .artwork-item[data-artwork="mime-iii"] .artwork-image img,
    .artwork-item[data-artwork="gala-72"] .artwork-image img,
    .artwork-item[data-artwork="couplet-i"] .artwork-image img,
    .artwork-item[data-artwork="couplet-ii"] .artwork-image img {
        max-width: 90% !important;
        height: auto;
        margin-top: 120px;
    }
}

/* Core 92 için özel boyut */
.artwork-item[data-artwork="core-92"] .artwork-image img {
    max-width: 55%;
    height: auto;
}

/* MIME III için özel boyut */
.artwork-item[data-artwork="mime-iii"] .artwork-image img {
    max-width: 55%;
    height: auto;
}

/* GALA 72 için özel boyut */
.artwork-item[data-artwork="gala-72"] .artwork-image img {
    max-width: 55%;
    height: auto;
}

/* COUPLET I için özel boyut */
.artwork-item[data-artwork="couplet-i"] .artwork-image img {
    max-width: 55%;
    height: auto;
}

/* COUPLET II için özel boyut */
.artwork-item[data-artwork="couplet-ii"] .artwork-image img {
    max-width: 55%;
    height: auto;
}

/* MA için özel boyut - büyük */
.artwork-item[data-artwork="ma"] .artwork-image img {
    max-width: 80%;
    height: auto;
}