/* GENEL AYARLAR */
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Playfair Display', serif; }
body { background: #fdfaf5; overflow-x: hidden; }

/* NAVBAR & TOP BAR */
.top-bar { background: #c5a059; text-align: center; padding: 10px; font-size: 12px; letter-spacing: 1px; }
.navbar { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: #1a0b0e; border-bottom: 1px solid #c5a059; position: sticky; top: 0; z-index: 1000; }
.logo { text-align: center; color: #c5a059; }
.logo h1 { font-size: 24px; letter-spacing: 4px; }
.logo span { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.nav-left i, .nav-right i { color: #c5a059 !important; font-size: 20px; cursor: pointer; margin: 0 10px; }

/* SLIDER (Resimlerin Çıkmasını Sağlayan Alan) */
.slider-container { position: relative; height: 80vh; background: #000; overflow: hidden; }
.slide { position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.slide.active { opacity: 1; z-index: 10; }
.slide-content { color: white; text-align: center; }
.slide-content h2 { font-size: 40px; letter-spacing: 5px; margin-bottom: 20px; }
.slide-content button { background: #c5a059; border: none; padding: 12px 35px; cursor: pointer; font-weight: bold; }

.arrows { position: absolute; width: 100%; top: 50%; display: flex; justify-content: space-between; padding: 0 20px; z-index: 100; color: white; font-size: 30px; cursor: pointer; }

/* YAN MENÜ */
.side-menu { height: 100%; width: 0; position: fixed; z-index: 2000; top: 0; left: 0; background: #1a0b0e; transition: 0.5s; overflow-x: hidden; padding-top: 60px; }
.menu-links a { padding: 15px 30px; text-decoration: none; font-size: 16px; color: #c5a059; display: block; transition: 0.3s; }
.closebtn { position: absolute; top: 15px; right: 25px; font-size: 35px; color: #c5a059; cursor: pointer; }

/* NEWSLETTER & FOOTER */
.newsletter { padding: 80px 5%; text-align: center; background: #f4eee0; }
.input-group { display: flex; justify-content: center; max-width: 500px; margin: 30px auto; gap: 10px; }
.input-group input { flex: 1; padding: 12px; border: 1px solid #c5a059; background: transparent; }
.input-group button { background: #1a0b0e; color: #c5a059; border: none; padding: 0 25px; cursor: pointer; font-weight: bold; }

.footer { background: #1a0b0e; padding: 50px 5%; text-align: center; color: #c5a059; }
.socials { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; }
.socials a i { color: #c5a059 !important; font-size: 24px; }
* OSMANLI ARŞİV BÖLÜMÜ STİLLERİ */
.osmanli-arsiv {
    padding: 80px 10%;
    background-color: #fdfaf5;
    text-align: center;
    border-top: 1px solid #c5a059;
    color: #1a0b0e;
}

.arsiv-header h2 {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.depuis {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: #c5a059;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.arsiv-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #c5a059;
}

.notes {
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 40px;
    color: #1a0b0e;
}

.arsiv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.arsiv-item p {
    line-height: 1.8;
    font-size: 15px;
    padding: 20px;
    background: #f4eee0;
    border: 1px solid rgba(197, 160, 89, 0.2);
    font-style: italic;
}

.footer-note {
    font-size: 13px;
    letter-spacing: 2px;
    color: #c5a059;
    text-transform: uppercase;
}

/* SLIDER RESİM SORUNUNU ÇÖZEN KRİTİK AYARLAR */
.slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/* --- LÜKS OSMANLI ARŞİVİ TASARIMI --- */
.osmanli-arsiv {
    padding: 100px 10%;
    background-color: #fdfaf5;
    text-align: center;
    border-top: 1px solid #c5a059;
    border-bottom: 1px solid #c5a059;
}

.brand-title {
    font-size: 42px;
    letter-spacing: 12px;
    color: #1a0b0e;
    font-weight: 300;
    margin-bottom: 5px;
}

.brand-subtitle {
    font-size: 14px;
    letter-spacing: 4px;
    color: #c5a059;
    text-transform: uppercase;
}

.separator {
    width: 60px;
    height: 1px;
    background: #c5a059;
    margin: 20px auto;
}

.section-title {
    font-size: 28px;
    margin-top: 40px;
    color: #1a0b0e;
    font-style: italic;
}

.scent-notes {
    font-size: 12px;
    letter-spacing: 5px;
    color: #c5a059;
    margin: 15px 0 50px 0;
}

.arsiv-item {
    background: #fff;
    padding: 30px;
    border: 1px solid rgba(197, 160, 89, 0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: 0.3s;
}

.arsiv-item:hover {
    border-color: #c5a059;
    transform: translateY(-5px);
}

.arsiv-item p {
    font-size: 14px;
    line-height: 2;
    color: #444;
    font-style: italic;
}

.tradition-text {
    margin-top: 50px;
    font-size: 11px;
    letter-spacing: 3px;
    color: #c5a059;
    opacity: 0.8;
}
