/* --- 1. DEĞİŞKENLER VE TEMEL AYARLAR --- */
:root {
    --ana-yesil: #2d5a27;
    --koyu-yesil: #1e3d1a;
    --altin: #d4a017;
    --acik-gri: #f8f9fa;
    --koyu-metin: #222;
    --beyaz: #ffffff;
    --whatsapp: #25D366;
    --shadow: 0 4px 15px rgba(0,0,0,0.08);
}

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

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--koyu-metin);
    background-color: var(--beyaz);
    overflow-x: hidden;
}

h1, h2, h3, .playfair {
    font-family: 'Playfair Display', serif;
}

ul { list-style: none; }
a { text-decoration: none; color: inherit; transition: 0.3s ease; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- 2. RAMAZAN TOP BAR --- */
.top-bar {
    background-color: var(--koyu-yesil);
    color: var(--beyaz);
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.top-bar-btn {
    background-color: var(--altin);
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    color: #000;
}

/* --- 3. MAIN HEADER & LOGO --- */
.main-header {
    background: var(--beyaz);
    padding: 10px 0;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1001;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 80px;
    width: auto;
    transition: 0.3s;
}

.navigation ul {
    display: flex;
    gap: 25px;
}

.navigation ul li a {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.navigation ul li a:hover { color: var(--ana-yesil); }

.header-cta { display: flex; gap: 10px; align-items: center; }

.btn-call, .btn-whatsapp {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--beyaz);
}

.btn-call { background-color: var(--ana-yesil); }
.btn-whatsapp { background-color: var(--whatsapp); }

.mobile-menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--ana-yesil);
}

/* --- 4. HERO SECTION --- */
.hero {
    min-height: 85vh;
    width: 100%;
    background-color: var(--koyu-yesil);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--beyaz);
    padding: 0 20px;
}

.hero h1 { font-size: 4rem; margin-bottom: 20px; line-height: 1.1; }
.hero p { font-size: 1.4rem; margin-bottom: 40px; font-weight: 300; }

.btn-main { background: var(--ana-yesil); color: #fff; padding: 18px 35px; border-radius: 5px; font-weight: bold; display: inline-block; cursor: pointer; }
.btn-outline { border: 2px solid #fff; color: #fff; padding: 16px 33px; border-radius: 5px; font-weight: bold; display: inline-block; margin-left: 15px; }

/* --- 5. MENÜ SAYFASI & KATEGORİ NAV --- */
.category-nav {
    background: #fff;
    padding: 12px 0;
    position: sticky;
    top: 100px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.nav-scroller {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    padding: 5px 0;
}
.nav-scroller::-webkit-scrollbar { display: none; }

.cat-item {
    padding: 10px 25px;
    border-radius: 30px;
    background: #f1f1f1;
    font-size: 14px;
    font-weight: 700;
    color: #444;
}

.cat-item.active, .cat-item:hover {
    background: var(--ana-yesil);
    color: #fff;
}

.menu-section { padding: 80px 0 20px; border-bottom: 1px solid #f0f0f0; clear: both; }
.section-header { margin-bottom: 40px; text-align: center; }
.section-header h2 { font-size: 2.5rem; color: var(--koyu-yesil); margin-bottom: 10px; }

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
}

.menu-item:hover { box-shadow: var(--shadow); border-color: var(--ana-yesil); }

.m-info { flex: 1; padding-right: 15px; }
.m-info h3 { font-size: 1.2rem; color: var(--ana-yesil); margin-bottom: 8px; }

/* Menü Detay Listesi (Okunaklılık İçin) */
.m-details {
    margin-top: 10px;
    padding-left: 18px;
    list-style-type: disc;
    font-size: 0.9rem;
    color: #555;
}
.m-details li { margin-bottom: 5px; line-height: 1.4; }
.m-details strong { color: var(--ana-yesil); }

.m-price { 
    background: var(--acik-gri); 
    padding: 8px 15px; 
    border-radius: 8px; 
    font-weight: 800; 
    color: var(--koyu-yesil); 
    white-space: nowrap;
    align-self: flex-start;
}

/* --- 6. KASAP PREVIEW & GALERİ (DÜZELTİLEN ALANLAR) --- */
.kasap-preview {
    padding: 120px 0;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/kasap-bg.jpg') center/cover no-repeat fixed;
}

.kasap-box {
    background: rgba(255, 255, 255, 0.98);
    padding: 60px;
    max-width: 650px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border-left: 10px solid var(--ana-yesil);
}

.gallery-section { padding: 100px 0; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.gallery-item img {
    width: 100%;
    height: 550px; /* Dikey bakış yüksekliği */
    object-fit: cover;
    border-radius: 12px;
    transition: 0.4s;
}

/* --- 7. RESPONSIVE --- */
@media (max-width: 992px) {
    .mobile-menu-toggle { display: block; }
    .navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 30px;
        box-shadow: var(--shadow);
    }
    .navigation.nav-active { display: flex !important; flex-direction: column; }
    .navigation ul { flex-direction: column; text-align: center; gap: 20px; }
    .header-cta { display: none; }
    
    .menu-grid { grid-template-columns: 1fr; }
    .category-nav { top: 80px; }
}

@media (max-width: 768px) {
    .hero h1 { font-size: 2.4rem; }
    .hero p { font-size: 1.1rem; }
    .btn-main, .btn-outline { width: 100%; margin: 10px 0; text-align: center; }
    .btn-outline { margin-left: 0; }
    
    .kasap-box { padding: 30px; border-left: none; border-top: 8px solid var(--ana-yesil); text-align: center; }
    .gallery-grid { grid-template-columns: 1fr 1fr; }
    .gallery-item img { height: 400px; }
}

@media (max-width: 480px) {
    .logo img { height: 60px; }
    .section-header h2 { font-size: 1.8rem; }
}