/* Temel Sıfırlamalar ve Font Ayarı */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Marka Renklerimiz (Değişkenler) */
:root {
    --primary-red: #c1121f; 
    --gold: #d4af37;        
    --dark-bg: #111111;     
    --light-bg: #fdfdfd;    
}

body {
    background-color: var(--light-bg);
    color: #333;
    scroll-behavior: smooth; 
}

/* ---- ÜST MENÜ (HEADER) ---- */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2%;
    background-color: var(--dark-bg);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 3px solid var(--primary-red);
}

/* Logo, İkonlar ve Galeri Arası Düzen */
.header-left {
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    flex: 1; 
    margin-right: 40px; 
}

.logo img {
    height: 108px; 
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

/* Dekoratif İkonların Genel Ayarı */
.header-icons {
    display: flex;
    gap: 20px; 
    font-size: 1.8rem; 
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); 
}

/* İkonlara Özel Renklendirme Sınıfları */
.icons-red {
    color: var(--primary-red);
}

.icons-gold {
    color: var(--gold);
}

/* Siyah boşluğu dolduran galeri ayarları */
.header-gallery {
    display: flex;
    gap: 15px; 
}

.header-gallery img {
    height: 80px; 
    width: 80px;  
    object-fit: cover; 
    border-radius: 50%; 
    border: 2px solid var(--gold); 
    box-shadow: 0 4px 8px rgba(0,0,0,0.5); 
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.header-gallery img:hover {
    transform: translateY(-3px) scale(1.1); 
    border-color: var(--primary-red); 
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

header nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

header nav ul li a:hover {
    color: var(--gold);
}

/* ---- KARŞILAMA EKRANI (HERO) ---- */
.hero {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url('assets/ak01.jpg.jpeg') center/cover;
    color: white;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    color: var(--gold);
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-content p {
    font-size: 1.3rem;
    margin-bottom: 35px;
}

.btn-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--primary-red);
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(193, 18, 31, 0.4);
}

.btn-primary:hover {
    background-color: #a00f1a;
    transform: translateY(-2px);
}

/* ---- MENÜ (SPEISEKARTE) ---- */
.menu-section {
    padding: 60px 20px;
    background-color: var(--light-bg);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-red);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.menu-category {
    margin-bottom: 40px;
}

.menu-category h3 {
    font-size: 1.5rem;
    color: white;
    background-color: var(--dark-bg);
    padding: 10px 20px;
    border-left: 6px solid var(--primary-red);
    margin-bottom: 20px;
    border-radius: 4px;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.menu-item:hover {
    border-bottom: 3px solid var(--gold);
    transform: translateY(-3px);
}

.item-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.item-number {
    font-weight: bold;
    color: var(--primary-red);
    font-size: 1.2rem;
    min-width: 30px;
}

.item-info h4 {
    font-size: 1.1rem;
    color: #333;
    display: flex;
    flex-direction: column;
}

.item-info h4 span {
    font-size: 0.85rem;
    color: #666;
    font-weight: 400;
    margin-top: 4px;
    line-height: 1.3;
}

.item-price {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--primary-red);
    white-space: nowrap;
    margin-left: 10px;
}

/* ---- İLETİŞİM (KONTAKT) ---- */
.contact-section {
    padding: 60px 20px;
    background-color: var(--dark-bg);
    color: white;
}

.contact-section .section-title {
    color: var(--gold); 
}

.contact-grid {
    display: grid;
    /* Kutuların yan yana sığması için min genişlik oranını dengeledik */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px; /* Boşluğu hafif kısarak kutulara alan açtık */
    text-align: center;
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px 15px; /* Yanlardaki boşluğu (padding) azalttık ki mail sığsın */
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.2); 
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card h3 {
    color: var(--primary-red);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.contact-card p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #ccc;
}

.phone-link {
    color: var(--gold);
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

/* E-Postanın Kesinlikle Tek Satır Kalması İçin Ayarlar */
.email-link {
    font-size: 0.95rem; /* Uzun mailin yatayda sığması için font dengelendi */
    font-weight: 600; /* Bold yerine semi-bold (yataydan yer kazandırır) */
    white-space: nowrap; /* Kesinlikle alt satıra atlamaz, tek satır kalır */
}

.phone-link:hover {
    text-decoration: underline;
}

/* ---- ALT BİLGİ (FOOTER) ---- */
footer {
    background-color: var(--dark-bg);
    color: white;
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

footer .legal-links {
    margin-top: 15px;
}

footer .legal-links a {
    color: var(--gold);
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.9rem;
}

/* ---- MOBİL UYUMLULUK (RESPONSIVE) ---- */
@media (max-width: 1200px) {
    .header-gallery img {
        height: 60px;
        width: 60px;
    }
    .header-icons {
        font-size: 1.5rem;
    }
}
@media (max-width: 1024px) {
    .email-link {
        font-size: 0.9rem; /* Tabletlerde taşmayı engellemek için hafif küçültme */
    }
}
@media (max-width: 900px) {
    .header-gallery, .header-icons {
        display: none; 
    }
    .logo img {
        height: 75px;
    }
    header {
        padding: 10px 5%;
    }
}