/* =========================================================
   DE-CAMP PREMIUM - THE ULTIMATE SCROLL EXPERIENCE (CLEAN FONT)
   ========================================================= */

body { padding-top: 0 !important; background-color: var(--light-bg); color: var(--text-main); overflow-x: hidden; }


/* --- 1. SİNEMATİK HERO (AÇILIŞ) --- */
.model-hero { position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; background-color: #000; }
.hero-bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 110%; object-fit: cover; opacity: 0.6; z-index: 1; transition: transform 0.1s linear; }
.hero-gradient { position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: linear-gradient(to top, #111412 0%, transparent 100%); z-index: 2; }
.hero-content { position: relative; z-index: 3; text-align: center; margin-top: 80px; animation: fadeUpReveal 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.hero-category { font-size: 1rem; letter-spacing: 4px; text-transform: uppercase; color: var(--accent-color); font-weight: 800; margin-bottom: 20px; display: block; }
.hero-model-name { font-size: clamp(3.5rem, 8vw, 6.5rem); font-weight: 900; color: #ffffff; letter-spacing: -1px; text-shadow: 0 10px 40px rgba(0,0,0,0.6); margin-bottom: 40px; line-height: 1.1; }

.btn-hero-build { background-color: var(--accent-color); color: #fff; padding: 20px 50px; border-radius: 50px; font-size: 1.1rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: none; transition: all 0.4s ease; display: inline-flex; align-items: center; box-shadow: 0 15px 30px rgba(200, 90, 50, 0.3); }
.btn-hero-build:hover { background-color: #fff; color: var(--accent-color); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(200, 90, 50, 0.4); }


/* --- 2 & 3. BEYAZ TUVAL: EDITORIAL AÇIKLAMA VE GALERİ BİRLEŞİMİ --- */
.content-canvas { 
    background-color: #ffffff; 
    border-top-left-radius: 50px; 
    border-top-right-radius: 50px; 
    margin-top: -80px; /* Hero resminin üzerine taşarak lüks bir geçiş yapar */
    position: relative; 
    z-index: 5; 
    box-shadow: 0 -20px 50px rgba(0,0,0,0.3); 
    padding: 120px 0; 
}

/* Lüks Dergi Düzeni (Sol Başlık, Sağ Metin) */
.editorial-grid { 
    display: grid; 
    grid-template-columns: 1fr 2fr; 
    gap: 60px; 
    margin-bottom: 100px; /* Galeriden önceki boşluk */
}

.editorial-title { 
    font-size: 1rem; 
    letter-spacing: 5px; 
    text-transform: uppercase; 
    color: var(--accent-color); 
    font-weight: 800; 
    margin: 0; 
    position: sticky; 
    top: 120px; /* Ekranda asılı kalır */
}

.editorial-title::after { 
    content: ''; 
    display: block; 
    width: 40px; 
    height: 3px; 
    background: var(--accent-color); 
    margin-top: 20px; 
    border-radius: 2px;
}

.editorial-text { 
    font-size: 1.25rem; 
    line-height: 2; 
    color: rgba(0,0,0,0.75); 
    font-weight: 300; 
}

/* İlk Harf Büyütme (Drop-Cap) */
.editorial-text::first-letter { 
    font-size: 3.8rem; /* 5.5rem'den 3.8rem'e düşürdük */
    font-weight: 900; 
    color: var(--primary-color); 
    float: left; 
    margin-right: 12px; /* Harf küçüldüğü için yandaki boşluğu da biraz daralttık */
    line-height: 1; /* Satır hizalamasını düzelttik */
    padding-top: -5px; /* Üstten itme payını azalttık */
    font-family: 'Cinzel Decorative', serif; 
}

/* Masonry Galeri Mimarisi */
.gallery-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 300px; gap: 20px; }
.gallery-item { position: relative; border-radius: 20px; overflow: hidden; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.gallery-item:hover img { transform: scale(1.08); }

.gal-large { grid-column: span 2; grid-row: span 2; }
.gal-wide { grid-column: span 2; grid-row: span 1; }
.gal-tall { grid-column: span 1; grid-row: span 2; }
.gal-square { grid-column: span 1; grid-row: span 1; }

@media (max-width: 992px) {
    .editorial-grid { grid-template-columns: 1fr; gap: 40px; }
    .editorial-title { position: static; }
    .gallery-wrapper { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
    .gal-large { grid-column: span 2; grid-row: span 2; }
    .gal-wide, .gal-tall, .gal-square { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 576px) {
    .gallery-wrapper { grid-template-columns: 1fr; grid-auto-rows: 250px; }
    .gallery-item { grid-column: span 1 !important; grid-row: span 1 !important; }
}

/* --- 4. THE BLUEPRINTS (DİKEY KART MİMARİSİ) --- */
.blueprint-section { padding: 150px 0; background-color: var(--light-bg); border-top: 1px solid rgba(0,0,0,0.03); }
.section-title { font-size: clamp(2.5rem, 4vw, 3rem); font-weight: 900; color: var(--primary-color); text-align: center; margin-bottom: 80px; letter-spacing: -1px; }

.blueprint-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 60px; }

.bp-card { background: transparent; display: flex; flex-direction: column; }
.bp-card-img-wrapper { 
    background: #ffffff; border-radius: 30px; padding: 60px; text-align: center; 
    border: 1px solid rgba(0,0,0,0.04); display: flex; align-items: center; justify-content: center; 
    min-height: 450px; position: relative; margin-bottom: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.02); transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.bp-card-img-wrapper::before { 
    content: ''; position: absolute; width: 70%; height: 70%; 
    background: radial-gradient(circle, rgba(22, 84, 56, 0.05) 0%, transparent 70%); 
    top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; border-radius: 50%; 
}
.bp-card-img-wrapper img { position: relative; z-index: 1; max-width: 100%; max-height: 350px; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0,0,0,0.15)); transition: transform 0.8s ease; }
.bp-card:hover .bp-card-img-wrapper { transform: translateY(-10px); box-shadow: 0 30px 60px rgba(22, 84, 56, 0.08); }
.bp-card:hover .bp-card-img-wrapper img { transform: scale(1.08); }

.bp-card-text h4 { font-size: 2rem; font-weight: 800; color: var(--primary-color); margin-bottom: 15px; display: flex; align-items: center; gap: 15px; letter-spacing: -0.5px; }
.bp-card-text h4 i { color: var(--accent-color); font-size: 1.8rem; }
.bp-card-text p { font-size: 1.15rem; line-height: 1.8; color: rgba(0,0,0,0.6); margin: 0; }

@media (max-width: 992px) { .blueprint-grid { grid-template-columns: 1fr; } }

/* --- 5. BENTO GRID (STANDART DONANIM) --- */
.equipment-section { padding: 150px 0; background-color: #ffffff; border-top: 1px solid rgba(0,0,0,0.03); }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bento-item { background-color: var(--light-bg); border-radius: 24px; padding: 50px; transition: transform 0.4s ease, box-shadow 0.4s ease; border: 1px solid rgba(0,0,0,0.02); display: flex; flex-direction: column; justify-content: space-between; }
.bento-item:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: rgba(22, 84, 56, 0.2); }
.bento-large { grid-column: span 2; grid-row: span 2; background: linear-gradient(145deg, #ffffff, #f0f2f5); border: 1px solid rgba(0,0,0,0.05); }
.bento-wide { grid-column: span 2; grid-row: span 1; background-color: #111412; color: white; }
.bento-square { grid-column: span 1; grid-row: span 1; }
@media (max-width: 991px) { .bento-grid { grid-template-columns: 1fr; } .bento-item { grid-column: span 1 !important; grid-row: span 1 !important; min-height: 250px; } }

.bento-icon { font-size: 3rem; color: var(--accent-color); margin-bottom: 25px; }
.bento-title { font-size: 1.6rem; font-weight: 800; color: var(--primary-color); margin-bottom: 20px; letter-spacing: -0.5px; }
.bento-wide .bento-title { color: #fff; }
.bento-text { font-size: 1.05rem; line-height: 1.8; color: rgba(0,0,0,0.6); }
.bento-wide .bento-text { color: rgba(255,255,255,0.7); }

/* --- 6. ULTIMATE CTA (MARQUEE GLASSMORPHISM) --- */
.ultimate-cta-section { position: relative; background-color: var(--primary-color); overflow: hidden; padding: 200px 0; display: flex; align-items: center; justify-content: center; min-height: 80vh; }
.marquee-container { position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100vw; overflow: hidden; z-index: 1; opacity: 0.1; pointer-events: none; }
.marquee-text { font-size: 15vw; font-weight: 900; white-space: nowrap; color: transparent; -webkit-text-stroke: 2px #ffffff; animation: marquee-scroll 40s linear infinite; text-transform: uppercase; letter-spacing: -2px; }
@keyframes marquee-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.glass-cta-card { position: relative; z-index: 2; background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 30px; padding: 80px 60px; text-align: center; max-width: 800px; width: 90%; box-shadow: 0 30px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1); transition: transform 0.5s ease; }
.glass-cta-card:hover { transform: translateY(-10px); }

@keyframes fadeUpReveal { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }