/* --- SIFIRLAMA VE TEMEL AYARLAR --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    color: #333;
    line-height: 1.6;
}

/* --- NAVBAR (ÜST MENÜ) --- */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #1a1a1a;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
}

.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.logo span { color: #d4af37; }

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.nav-links a:hover { color: #d4af37; }

/* --- ANASAYFA (HERO) --- */
.hero {
    width: 100%;
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('kapak.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('kapak.jpg');
    background-size: cover; /* Fotoğrafı sünmeden, alanı kaplayacak şekilde büyütür */
    background-position: center; /* Fotoğrafın tam ortasını gösterir */
}

.hero h1 { font-size: 50px; margin-bottom: 20px; }
.hero p { font-size: 18px; margin-bottom: 30px; max-width: 600px; }

.btn {
    display: inline-block;
    padding: 15px 35px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin: 10px;
    transition: 0.3s;
}

.btn-gold { background-color: #d4af37; color: #fff; }
.btn-white { border: 2px solid #fff; color: #fff; }
.btn-gold:hover { background-color: #b5952f; }

/* --- ORTAK SECTION AYARLARI (Boşluksuz Yapı) --- */
section {
    width: 100%;
    padding: 100px 5%;
    display: block;
}

.section-title { text-align: center; font-size: 36px; margin-bottom: 50px; color: #1a1a1a; }
.bg-light { background-color: #f9f9f9; }
.bg-dark { background-color: #1a1a1a; color: #fff; }
.bg-dark .section-title { color: #fff; }

/* --- ANASAYFA ÖZELLİKLER KUTULARI --- */
.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-box {
    width: 31%; /* gap kullanmamak için yüzde verdik */
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-bottom: 4px solid #d4af37;
    margin-bottom: 20px;
}

.feature-box h3 { color: #d4af37; margin-bottom: 15px; font-size: 22px; }

/* --- MENÜ KARTLARI (Biri Sağda Biri Solda Düzeni) --- */
.menu-card {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.menu-card:nth-child(even) {
    flex-direction: row-reverse; /* Çift sayılı kartlarda fotoğrafı sağa atar */
}

.menu-img {
    width: 50%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}

.menu-info {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-info h3 { font-size: 26px; color: #1a1a1a; margin-bottom: 10px; }
.menu-price { font-size: 22px; font-weight: bold; color: #d4af37; margin-bottom: 15px; }
.menu-desc { color: #666; font-size: 16px; margin-bottom: 20px; }
.allergen { display: inline-block; background: #fdf2f2; color: #c0392b; padding: 8px 12px; border-radius: 4px; font-size: 13px; font-weight: bold; }

/* --- REZERVASYON KISMI --- */
.res-card {
    background: #111;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #333;
}

.mgr-name { color: #d4af37; font-size: 26px; display: block; }
.mgr-title { color: #aaa; font-size: 16px; display: block; margin-bottom: 20px; }
.phone-link { font-size: 36px; color: #fff; text-decoration: none; font-weight: bold; }

.map-box {
    width: 100%;
    height: 450px;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
}

/* --- FOOTER --- */
footer {
    width: 100%;
    background-color: #111;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #222;
}

/* --- MOBİL UYUM (RESPONSIVE) --- */
@media (max-width: 768px) {
    nav { height: auto; flex-direction: column; padding: 20px; }
    .nav-links { margin-top: 15px; }
    .nav-links li { margin: 0 10px; }
    
    .hero h1 { font-size: 36px; }
    
    .feature-box { width: 100%; } /* Kutular alt alta dizilir */
    
    .menu-card, .menu-card:nth-child(even) {
        flex-direction: column; /* Mobilde kartlar alt alta olur, fotoğraf ezilmez */
    }
    .menu-img, .menu-info { width: 100%; }
    .menu-img { min-height: 250px; }
    .menu-info { padding: 30px; }
    
    .phone-link { font-size: 28px; }
}