:root {
    /* Renk Paleti */
    --bg-color: #0a0a0a;
    --text-color: #e0e0e0;
    --accent-color: #CAA771; /* Orijinal logo rengiyle senkronize edildi */
    --secondary-bg: #111111;
    --muted-text: #888;
    
    /* Fontlar */
    --header-font: 'Cinzel', serif;
    --body-font: 'Inter', sans-serif;

    /* Spotlight Değişkenleri */
    --cursor-x: 50vw;
    --cursor-y: 50vh;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--body-font);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Film Grain Texture */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/asfalt-dark.png');
    opacity: 0.04;
    pointer-events: none;
    z-index: 9999;
}

/* Spotlight Masking */
#spotlight-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9998;
    background: radial-gradient(
        circle 250px at var(--cursor-x) var(--cursor-y),
        transparent 0%,
        rgba(0, 0, 0, 0.85) 100%
    );
}

/* Typography Defaults */
h1, h2, h3 {
    font-family: var(--header-font);
    text-transform: uppercase;
    letter-spacing: 4px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

/* Layout Utilities */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.section-padding {
    padding: 150px 0;
}

/* Curtain Hero */
.curtain-hero {
    height: 150vh; 
    position: relative;
    background: var(--bg-color);
}

.curtain-fixed {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

.logo-large {
    z-index: 5; /* Perdelerin (10) arkasında kesin kalması için */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute; /* Merkezleme için absolute */
}

.logo-large h1 {
    font-size: clamp(3rem, 15vw, 6rem);
    color: var(--accent-color);
    margin: 0;
    line-height: 1;
    text-shadow: 0 0 30px rgba(197, 160, 89, 0.3);
}

.curtain-left, .curtain-right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    
    background-color: #8b0000;
    /* Tek bir background tanımıyla tarayıcı farklarını minimize ediyoruz */
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            rgba(0,0,0,0.3) 40px,
            rgba(0,0,0,0.5) 50px,
            transparent 60px,
            rgba(255,255,255,0.1) 70px,
            transparent 80px
        ),
        url('https://www.transparenttextures.com/patterns/carbon-fibre.png'),
        #8b0000;
    background-blend-mode: multiply;
    transition: transform 0.1s linear;

    /* Maskeleme hiyerarşisini netleştiriyoruz */
    -webkit-mask-image: linear-gradient(#000 0 0), radial-gradient(circle at 30px 0, #000 30px, #0000 31px);
    -webkit-mask-position: top, bottom;
    -webkit-mask-size: 100% calc(100% - 30px), 60px 30px;
    -webkit-mask-repeat: no-repeat, repeat-x;
    
    mask-image: linear-gradient(#000 0 0), radial-gradient(circle at 30px 0, #000 30px, #0000 31px);
    mask-position: top, bottom;
    mask-size: 100% calc(100% - 30px), 60px 30px;
    mask-repeat: no-repeat, repeat-x;
}

.curtain-left { 
    left: 0; 
    /* Orta çizgiyi doğal gölge ile gizle */
    box-shadow: 15px 0 15px -10px rgba(0,0,0,0.8);
    z-index: 11; /* Birleşim gölgesinin sağın üzerine binmesi için */
}

.curtain-right { 
    right: 0; 
}

/* Curtain Logo (Embroidered Silhouette Look) */
.curtain-logo {
    position: absolute;
    top: 50%;
    width: 450px; 
    height: 450px;
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.9;
    /* Transparan görsel kullanıldığı için blend mode kaldırıldı, mobil hataları önler */
    mix-blend-mode: normal; 
    filter: brightness(1.1) contrast(1.1) drop-shadow(0 0 10px rgba(202, 167, 113, 0.2));
}


.curtain-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.left-part {
    right: -225px; /* 450px logonun tam yarısı */
}

.right-part {
    left: -225px; /* 450px logonun tam yarısı */
}

/* Sections */
.content-section {
    position: relative;
    z-index: 20; /* Hero alanının üzerine çıkması için */
    background: var(--bg-color);
}

.asymmetric-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.section-title-large {
    grid-column: 1 / 9;
    font-size: clamp(3rem, 10vw, 7rem);
    color: var(--accent-color);
    line-height: 0.9;
    margin-bottom: 50px;
}

.poster-wrapper {
    grid-column: 7 / 13;
    position: relative;
    height: 700px;
    overflow: hidden;
    margin-top: -100px;
}

.poster-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.5) contrast(1.2);
}

.manifesto-text {
    grid-column: 2 / 6;
    background: var(--secondary-bg);
    padding: 60px;
    border-left: 2px solid var(--accent-color);
    margin-top: 100px;
}

/* Animations */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
    transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-on-scroll.reveal {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

/* Artist Showcase */
.artist-showcase {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: -50px;
}

.artist-entry {
    flex: 1;
    max-width: 350px;
}

.artist-image {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.6);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.artist-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(10,10,10,0.8));
    opacity: 0.8;
}

.artist-entry:hover img {
    filter: grayscale(0) brightness(1);
    transform: scale(1.05);
}

.artist-info h3 {
    font-size: 1.2rem;
    color: var(--accent-color);
}

.artist-role {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--muted-text);
}

/* Backstage / Studio */
.backstage-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: start;
}

.info-block {
    margin-bottom: 40px;
}

.info-block label {
    display: block;
    font-size: 0.65rem;
    color: var(--accent-color);
    letter-spacing: 3px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.info-block p {
    font-size: 1rem;
    color: var(--text-color);
}

.social-links {
    display: flex;
    gap: 20px;
}

.social-links a:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.map-placeholder-cinematic {
    height: 600px;
    background: linear-gradient(45deg, #111, #0a0a0a);
    position: relative;
    border: 1px solid rgba(197, 160, 89, 0.1);
    overflow: hidden;
}

.scanline {
    width: 100%;
    height: 2px;
    background: rgba(197, 160, 89, 0.05);
    position: absolute;
    animation: scan 4s linear infinite;
}

@keyframes scan {
    from { top: 0; }
    to { top: 100%; }
}

/* Mobile Adjustments Phase 2 */
@media (max-width: 992px) {
    .artist-showcase { flex-direction: column; align-items: center; margin-top: 50px; }
    .artist-entry { width: 100%; margin-top: 40px !important; }
    .backstage-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    #spotlight-overlay { display: none; }
    .asymmetric-grid { display: flex; flex-direction: column; }
    .poster-wrapper { height: 400px; margin-top: 0; }
    .manifesto-text { padding: 30px; margin-top: 20px; }
    .logo-large h1 { font-size: 2.5rem; }
    .section-title-large { font-size: 3rem; }
    
    /* Mobil logo boyutu */
    .curtain-logo {
        width: 300px;
        height: 300px;
    }
    .left-part { right: -150px; }
    .right-part { left: -150px; }
}
