@charset "UTF-8";

/* ==========================================================================
   BELLAVITA — MİXED LÜKS PALİTRA (Dark Cinematic + Cream)
   ========================================================================== */
:root {
    /* Tünd kinematik */
    --bg-dark:      #0e0e10;
    --bg-dark-2:    #16161a;
    --bg-dark-3:    #1d1d22;

    /* Açıq lüks krem */
    --bg-base:      #FDFBF7;
    --bg-surface:   #F4F0EA;
    --bg-surface-dark: #EAE3D9;

    /* Qızılı vurğular */
    --gold-primary: #C5A880;
    --gold-hover:   #D4AF37;
    --gold-muted:   #E2D1B8;

    /* Mətn */
    --text-main:    #1A1A1A;
    --text-muted:   #5A5A5A;
    --text-light:   #FFFFFF;
    --text-dim:     #B6B2AC;

    /* Şüşə effektləri */
    --glass-light:  rgba(253, 251, 247, 0.75);
    --glass-dark:   rgba(14, 14, 16, 0.55);
    --glass-border-light: rgba(197, 168, 128, 0.25);
    --glass-border-dark:  rgba(197, 168, 128, 0.20);
    --glass-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);

    /* Tipoqrafiya */
    --font-display: 'Cormorant Garamond', serif;
    --font-heading: 'Playfair Display', serif;
    --font-body:    'Montserrat', sans-serif;

    /* Ölçülər */
    --container-max: 1400px;
    --section-pad-y: 140px;
    --radius-sm: 4px;
    --radius-md: 14px;

    /* Keçidlər */
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    --transition-fast: 0.3s var(--ease-out-expo);
    --transition-slow: 0.8s var(--ease-out-expo);
}

/* ==========================================================================
   RESET & GLOBAL
   ========================================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: var(--bg-base);
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--font-body);
    color: var(--text-main);
    background-color: var(--bg-base);
    overflow-x: hidden;
    line-height: 1.7;
}

img { display: block; max-width: 100%; }
::selection { background-color: var(--gold-primary); color: #fff; }

/* ==========================================================================
   TİPOQRAFİYA
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 500;
    line-height: 1.15;
    color: var(--text-main);
}

.gold-text { color: var(--gold-primary); font-style: italic; }

p { font-size: 1.05rem; color: var(--text-muted); font-weight: 400; margin-bottom: 1rem; }

.text-center { text-align: center; }
.mb-4 { margin-bottom: 3.5rem; }

.section-title { font-size: clamp(2.4rem, 4vw, 3.8rem); margin-bottom: 1.5rem; }
.section-title.light { color: var(--text-light); }

.section-subtitle {
    font-size: 0.85rem; text-transform: uppercase; letter-spacing: 4px;
    color: var(--gold-primary); margin-bottom: 1rem; display: block; font-weight: 600;
}
.section-subtitle.gold { color: var(--gold-hover); }

.section-lead {
    max-width: 700px; margin: 0 auto 10px; color: var(--text-dim);
    font-size: 1.1rem;
}

.container {
    width: 100%; max-width: var(--container-max);
    margin: 0 auto; padding: 0 4vw;
}

/* ==========================================================================
   VİDEO ELEMENTLƏRİ
   ========================================================================== */
.bg-video {
    width: 100%; height: 100%;
    object-fit: cover; display: block;
    background-color: var(--bg-dark);
}

/* Codec fallback — elegant gradient if a .mov can't decode in a browser */
.video-failed { background: linear-gradient(135deg, var(--bg-dark-3), var(--bg-dark)); position: relative; }
.video-failed .bg-video { opacity: 0; }
.video-failed::before {
    content: '\f03d'; font-family: 'Font Awesome 6 Free'; font-weight: 900;
    position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center;
    color: var(--gold-primary); font-size: 2.2rem; opacity: 0.5;
}

/* ==========================================================================
   DÜYMƏLƏR
   ========================================================================== */
.premium-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 1.1rem 2.8rem;
    font-family: var(--font-body); font-size: 0.8rem; font-weight: 500;
    text-transform: uppercase; letter-spacing: 3px; text-decoration: none;
    border-radius: var(--radius-sm); cursor: pointer;
    transition: var(--transition-slow); border: 1px solid transparent;
}
.premium-btn.light { background-color: var(--gold-primary); color: #fff; border-color: var(--gold-primary); }
.premium-btn.light:hover { background-color: var(--gold-hover); border-color: var(--gold-hover); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(197,168,128,0.35); }
.premium-btn.ghost { background: transparent; color: var(--text-light); border-color: rgba(255,255,255,0.5); }
.premium-btn.ghost:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-3px); }
.premium-btn.dark { background-color: var(--text-main); color: var(--bg-base); border-color: var(--text-main); }
.premium-btn.dark:hover { background-color: var(--gold-primary); border-color: var(--gold-primary); color:#fff; }

/* ==========================================================================
   PRELOADER
   ========================================================================== */
.loader-wrapper {
    position: fixed; inset: 0; width: 100%; height: 100vh;
    z-index: 9999; display: flex; justify-content: center; align-items: center; overflow: hidden;
}
.loader-bg { position: absolute; inset: 0; background-color: var(--bg-dark); z-index: -1; }
.loader-content { text-align: center; width: 100%; max-width: 460px; padding: 0 20px; }
.loader-logo { width: clamp(220px, 40vw, 340px); margin: 0 auto 6px; opacity: 0; transform: translateY(20px); }
.loader-subtitle { font-size: 0.8rem; letter-spacing: 8px; color: var(--gold-primary); opacity: 0; margin-bottom: 30px; }
.loader-bar { width: 180px; height: 2px; margin: 0 auto; background: rgba(255,255,255,0.12); overflow: hidden; border-radius: 2px; }
.loader-bar span { display: block; width: 100%; height: 100%; background: var(--gold-primary); transform: translateX(-100%); animation: loadingBar 1.6s var(--ease-out-expo) forwards; }

/* ==========================================================================
   HEADER
   ========================================================================== */
#main-header {
    position: fixed; top: 0; left: 0; width: 100%;
    padding: 24px 0; z-index: 1000; transition: var(--transition-slow);
}
#main-header.scrolled {
    padding: 12px 0;
    background: var(--glass-dark);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--glass-border-dark);
}
.header-container {
    max-width: var(--container-max); margin: 0 auto; padding: 0 4vw;
    display: flex; justify-content: space-between; align-items: center;
}
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo-img { height: 90px; width: auto; transition: var(--transition-fast); filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35)); }
#main-header.scrolled .logo-img { height: 68px; }

.header-right { display: flex; align-items: center; gap: 30px; }

/* Dil / domen keçidi (bayraqlar) */
.lang-switch { display: flex; align-items: center; gap: 10px; }
.lang-flag {
    display: inline-flex; width: 30px; height: 20px; border-radius: 3px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 2px 8px rgba(0,0,0,0.35);
    transition: var(--transition-fast);
}
.lang-flag:hover { transform: translateY(-2px); border-color: var(--gold-primary); }
.flag-svg { width: 100%; height: 100%; display: block; }

nav ul { display: flex; gap: 38px; list-style: none; }
nav a {
    color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 500;
    text-transform: uppercase; letter-spacing: 2px; transition: var(--transition-fast); position: relative;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
nav a:hover { color: var(--gold-primary); }
nav a::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 1px; background-color: var(--gold-primary); transition: var(--transition-fast); }
nav a:hover::after { width: 100%; }

/* Hamburger */
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 1100; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: #fff; transition: var(--transition-fast); }
body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
    position: fixed; inset: 0; z-index: 1050;
    background: var(--bg-dark); display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 30px;
    opacity: 0; visibility: hidden; transition: var(--transition-slow);
}
body.menu-open .mobile-menu { opacity: 1; visibility: visible; }
.mobile-menu ul { list-style: none; text-align: center; }
.mobile-menu li { margin: 18px 0; }
.mobile-menu a { color: #fff; text-decoration: none; font-family: var(--font-heading); font-size: 1.8rem; letter-spacing: 2px; transition: var(--transition-fast); }
.mobile-menu a:hover { color: var(--gold-primary); }
.mobile-social { font-family: var(--font-body) !important; font-size: 0.95rem !important; letter-spacing: 2px; color: var(--gold-primary) !important; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero-section {
    position: relative; min-height: 100vh; width: 100%;
    display: flex; align-items: center;
    overflow: hidden; background-color: var(--bg-dark);
}
.hero-video-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(14,14,16,0.55) 0%, rgba(14,14,16,0.25) 35%, rgba(14,14,16,0.85) 100%),
        radial-gradient(ellipse at 30% 40%, rgba(0,0,0,0.25), transparent 60%);
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-eyebrow {
    display: inline-block; color: var(--gold-primary); font-size: 0.8rem;
    letter-spacing: 5px; text-transform: uppercase; margin-bottom: 1.4rem; font-weight: 600;
}
.hero-title {
    font-size: clamp(3rem, 6.5vw, 6rem); color: var(--text-light);
    margin-bottom: 1.5rem; text-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.hero-title .gold-text {
    font-family: var(--font-display);
    font-weight: 600; font-style: italic;
    letter-spacing: 0.5px;
    font-size: 1.08em;
}

.hero-subtitle {
    font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.8;
    color: rgba(255,255,255,0.85); max-width: 560px; margin-bottom: 2.6rem;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }

.scroll-indicator {
    position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
    width: 26px; height: 44px; border: 2px solid rgba(255,255,255,0.5);
    border-radius: 14px; z-index: 3; display: flex; justify-content: center;
}
.scroll-indicator span {
    display: block; width: 4px; height: 8px; background: #fff; border-radius: 4px;
    margin-top: 8px; animation: scrollDot 1.8s infinite;
}

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee-container { background-color: var(--bg-dark-2); color: #fff; padding: 26px 0; overflow: hidden; display: flex; }
.marquee-track { display: flex; white-space: nowrap; animation: scrollMarquee 32s linear infinite; }
.marquee-track span { font-family: var(--font-heading); font-size: 1.15rem; letter-spacing: 3px; padding: 0 40px; display: flex; align-items: center; color: #eee; }
.marquee-track span::after { content: '✦'; margin-left: 80px; color: var(--gold-primary); font-size: 0.9rem; }

/* ==========================================================================
   STATS
   ========================================================================== */
.stats-section { background-color: var(--bg-dark); padding: 90px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item { padding: 10px; }
.stat-number { font-family: var(--font-display); font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 600; color: var(--gold-primary); line-height: 1; }
.stat-label { color: var(--text-dim); font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; margin-top: 12px; }

/* ==========================================================================
   ABOUT / HERITAGE
   ========================================================================== */
.story-section { padding: var(--section-pad-y) 0; background-color: var(--bg-base); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-image-wrapper { position: relative; }
.story-image-wrapper::before {
    content: ''; position: absolute; top: -18px; left: -18px;
    width: 45%; height: 45%; border-top: 2px solid var(--gold-primary);
    border-left: 2px solid var(--gold-primary); z-index: 2;
}
.video-frame {
    position: relative; width: 100%; height: 620px;
    border-radius: var(--radius-sm); overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}
.video-frame .bg-video { width: 100%; height: 100%; }

/* Timeline */
.timeline { margin-top: 2.4rem; border-left: 2px solid var(--gold-muted); padding-left: 28px; }
.timeline-item { position: relative; padding-bottom: 28px; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-item::before {
    content: ''; position: absolute; left: -36px; top: 4px; width: 14px; height: 14px;
    background: var(--gold-primary); border-radius: 50%; border: 3px solid var(--bg-base);
}
.timeline-year { font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; color: var(--gold-primary); line-height: 1; }
.timeline-text { color: var(--text-muted); font-size: 0.98rem; margin-top: 4px; }

/* ==========================================================================
   SERVICES (BENTO)
   ========================================================================== */
.services-section { padding: var(--section-pad-y) 0; background-color: var(--bg-surface); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 300px; gap: 20px; margin-top: 50px; }
.bento-card {
    background: var(--bg-base); border: 1px solid var(--glass-border-light);
    border-radius: var(--radius-md); padding: 40px;
    display: flex; flex-direction: column; justify-content: space-between; transition: var(--transition-fast);
}
.bento-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); border-color: var(--gold-primary); }
.bento-card-large { grid-column: span 8; }
.bento-card-small { grid-column: span 4; }
.card-icon { font-size: 2.4rem; color: var(--gold-primary); margin-bottom: 20px; }
.bento-card h3 { font-size: 1.55rem; margin-bottom: 14px; }

/* ==========================================================================
   PRODUCTION / WORKSHOP (DARK)
   ========================================================================== */
.production-section { padding: var(--section-pad-y) 0; background-color: var(--bg-dark); }
.production-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.production-video {
    position: relative; height: 480px; border-radius: var(--radius-md); overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
}
.production-video .bg-video { width: 100%; height: 100%; transition: transform 1.2s var(--ease-out-expo); }
.production-video:hover .bg-video { transform: scale(1.05); }
.production-tag {
    position: absolute; bottom: 22px; left: 22px; z-index: 2;
    background: var(--glass-dark); backdrop-filter: blur(10px);
    color: #fff; padding: 8px 18px; border-radius: 30px; font-size: 0.8rem;
    letter-spacing: 2px; text-transform: uppercase; border: 1px solid var(--glass-border-dark);
}

/* ==========================================================================
   CINEMATIC VIDEO DIVIDER
   ========================================================================== */
.video-divider { position: relative; height: 80vh; min-height: 520px; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.divider-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.divider-overlay { position: absolute; inset: 0; background: rgba(10,10,12,0.55); z-index: 1; }
.divider-content { position: relative; z-index: 2; text-align: center; max-width: 720px; padding: 0 20px; }
.divider-content h2 { font-size: clamp(2rem, 4vw, 3.4rem); color: #fff; margin-bottom: 16px; }
.divider-content p { color: rgba(255,255,255,0.85); font-size: 1.15rem; margin-bottom: 2rem; }

/* ==========================================================================
   PROJECTS GRID
   ========================================================================== */
.projects-section { padding: var(--section-pad-y) 0; background-color: var(--bg-base); }
.projects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.project-card {
    position: relative; height: 460px; border-radius: var(--radius-md); overflow: hidden;
    cursor: pointer; box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.project-card .bg-video { width: 100%; height: 100%; transition: transform 1.4s var(--ease-out-expo); }
.project-card:hover .bg-video { transform: scale(1.06); }
.project-card::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0); transition: var(--transition-fast); z-index: 1; }
.project-card:hover::after { background: rgba(0,0,0,0.28); }
.project-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);
    z-index: 2; width: 72px; height: 72px; border-radius: 50%;
    background: var(--glass-dark); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.4);
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem;
    opacity: 0; transition: var(--transition-fast);
}
.project-card:hover .project-play { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* ==========================================================================
   EXPO SHOWCASE (DARK)
   ========================================================================== */
.expo-section { padding: var(--section-pad-y) 0; background-color: var(--bg-dark-2); }
.expo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.expo-text p { color: var(--text-dim); }
.expo-video { position: relative; height: 520px; border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.06); }
.expo-video .bg-video { width: 100%; height: 100%; }

/* ==========================================================================
   CONTACT FORM (DARK)
   ========================================================================== */
.contact-section { padding: var(--section-pad-y) 0; background-color: var(--bg-dark-2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.contact-info p { color: var(--text-dim); max-width: 440px; }
.contact-list { list-style: none; margin-top: 28px; }
.contact-list li { color: #cfcfcf; margin-bottom: 16px; font-size: 1rem; }
.contact-list li i { color: var(--gold-primary); width: 22px; margin-right: 10px; }
.contact-list a { color: #cfcfcf; text-decoration: none; transition: var(--transition-fast); }
.contact-list a:hover { color: var(--gold-primary); }

.contact-form { background: var(--bg-dark-3); padding: 42px; border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,0.06); box-shadow: 0 30px 60px rgba(0,0,0,0.35); }
.form-row { margin-bottom: 18px; }
.contact-form input, .contact-form textarea {
    width: 100%; padding: 15px 18px; background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-sm);
    color: #fff; font-family: var(--font-body); font-size: 0.95rem; transition: var(--transition-fast);
}
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8a8a8a; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold-primary); background: rgba(255,255,255,0.06); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; margin-top: 6px; border: none; }
.form-status { margin-top: 16px; margin-bottom: 0; font-size: 0.9rem; min-height: 1.2em; }
.form-status.success { color: #7bbf6a; }
.form-status.error { color: #d98c8c; }

/* ==========================================================================
   INSTAGRAM
   ========================================================================== */
.instagram-preview-section { padding: 110px 0 140px; background-color: var(--bg-surface); border-top: 1px solid var(--glass-border-light); }
.insta-header-box { max-width: 720px; margin: 0 auto; padding: 40px; background: var(--bg-base); border-radius: var(--radius-md); box-shadow: var(--glass-shadow); border: 1px solid var(--glass-border-light); }
.insta-profile-top { display: flex; align-items: center; gap: 40px; }
.insta-profile-pic {
    width: 120px; height: 120px; border-radius: 50%; flex-shrink: 0; padding: 4px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    display: flex; align-items: center; justify-content: center;
}
.insta-profile-pic img { width: 100%; height: 100%; object-fit: cover; background: var(--bg-dark); border-radius: 50%; border: 3px solid var(--bg-base); padding: 14px; }
.insta-profile-info h3 { font-family: var(--font-body); font-size: 1.4rem; font-weight: 600; margin-bottom: 10px; }
.insta-profile-info p { font-size: 0.95rem; line-height: 1.5; margin-bottom: 16px; }
.insta-follow-btn { display: inline-block; background-color: #0095F6; color: #fff; padding: 10px 26px; border-radius: 6px; text-decoration: none; font-weight: 500; font-size: 0.9rem; transition: var(--transition-fast); }
.insta-follow-btn:hover { background-color: #1877F2; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.main-footer { padding: 100px 0 30px; background-color: var(--bg-dark); color: #cfcfcf; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }
.footer-logo { height: 64px; width: auto; margin-bottom: 18px; }
.footer-brand p { color: #8d8d8d; margin-bottom: 5px; }
.footer-brand .small-text { font-size: 0.85rem; color: #6f6f6f; }
.footer-links h4 { color: #fff; font-size: 1.1rem; margin-bottom: 20px; letter-spacing: 1px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 12px; color: #8d8d8d; font-size: 0.92rem; }
.footer-links li i { color: var(--gold-primary); margin-right: 8px; width: 16px; }
.footer-links a { color: #8d8d8d; text-decoration: none; transition: var(--transition-fast); }
.footer-links a:hover, .gold-link { color: var(--gold-primary); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #2a2a2a; font-size: 0.82rem; color: #666; }

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.lightbox {
    position: fixed; inset: 0; z-index: 2000; background: rgba(8,8,10,0.92);
    display: flex; align-items: center; justify-content: center; padding: 4vw;
    opacity: 0; visibility: hidden; transition: var(--transition-fast);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox video { max-width: 92vw; max-height: 86vh; border-radius: var(--radius-md); box-shadow: 0 30px 80px rgba(0,0,0,0.6); background:#000; }
.lightbox-close { position: absolute; top: 26px; right: 32px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; transition: var(--transition-fast); }
.lightbox-close:hover { color: var(--gold-primary); transform: rotate(90deg); }

/* ==========================================================================
   ANİMASİYA KEYFRAMELƏRİ
   ========================================================================== */
@keyframes loadingBar { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } }
@keyframes scrollMarquee { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-50%,0,0); } }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }

/* GSAP başlanğıc gizlilikləri */
.gsap-reveal, .gsap-fade-up, .gsap-fade-left, .gsap-fade-right, .gsap-scale-up, .gsap-stagger { opacity: 0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    :root { --section-pad-y: 90px; }
    nav ul { display: none; }
    .menu-toggle { display: flex; }
    .header-right { gap: 16px; }
    .logo-img { height: 66px; }
    #main-header.scrolled .logo-img { height: 54px; }
    .story-grid { grid-template-columns: 1fr; gap: 50px; }
    .video-frame { height: 440px; }
    .story-image-wrapper::before { display: none; }
    .bento-card-large, .bento-card-small { grid-column: span 12; }
    .bento-grid { grid-auto-rows: auto; }
    .bento-card { min-height: 240px; }
    .production-grid { grid-template-columns: 1fr; }
    .expo-grid { grid-template-columns: 1fr; gap: 40px; }
    .expo-video { height: 420px; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .footer-logo { margin-left: auto; margin-right: auto; }
    .footer-links li i { display: inline-block; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
}

@media (max-width: 768px) {
    #main-header { padding: 16px 0; }
    .hero-section { min-height: 92vh; }
    .hero-title { font-size: clamp(2.4rem, 9vw, 3.4rem); }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .premium-btn { width: 100%; }
    .projects-grid { grid-template-columns: 1fr; }
    .project-card, .production-video { height: 360px; }
    .insta-profile-top { flex-direction: column; text-align: center; gap: 20px; }
    .insta-header-box { padding: 28px; }
    .contact-form { padding: 26px; }
    .timeline-year { font-size: 1.4rem; }
    .marquee-track span { font-size: 1rem; padding: 0 28px; }
}

/* Toxunma cihazlarında oynat ikonu daim görünsün */
@media (hover: none) {
    .project-play { opacity: 0.9; transform: translate(-50%, -50%) scale(1); width: 58px; height: 58px; }
}

@media (max-width: 480px) {
    .container { padding: 0 6vw; }
    .stats-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-content { text-align: left; }
    .section-title { font-size: 2rem; }
    .hero-title { font-size: 2.4rem; }
    .logo-img { height: 56px; }
    #main-header.scrolled .logo-img { height: 48px; }
    .header-right { gap: 12px; }
    .lang-flag { width: 27px; height: 18px; }
    .contact-form { padding: 22px; }
    .project-card, .production-video { height: 300px; }
}
