﻿/* --- 1. FONT VE DEĞİŞKENLER --- */
@font-face {
    font-family: 'LaSeduction';
    src: url('/css/La_Seduction_Nuit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Lato:wght@300;400;700&display=swap');

:root {
    --gold: #c5a059;
    --dark-gold: #9E7659;
    --premium-dark: #2C2825;
    --premium-bg: #914724; /* Ortak Kırmızı Tonu */
    --cream: #F4F1ED;
    --white: #ffffff;
}

/* --- 2. TEMEL VE TIPOGRAFI --- */
body {
    font-family: 'Lato', sans-serif;
    background-color: var(--cream);
    color: #333;
    margin: 0;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.custom-header-font {
    font-family: 'LaSeduction', serif !important;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* --- 3. ORTAK PREMIUM HEADER --- */
.premium-header {
    background-color: var(--premium-bg);
    border-bottom: 4px solid var(--dark-gold);
    padding: 30px 0 40px; /* Tüm sayfalarda eşit yükseklik */
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-back-link {
    position: absolute;
    top: 25px;
    left: 20px;
    color: white !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 2px;
    transition: all 0.3s;
    z-index: 5000;
}

    .btn-back-link:hover {
        opacity: 0.7;
        transform: translateX(-3px);
    }

/* --- 4. ORTAK LÜKS KART (MENU CARD) --- */
.menu-card {
    background: var(--white);
    border: none;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    z-index: 10;
}

    .menu-card::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 1px solid rgba(158, 118, 89, 0.15);
        pointer-events: none;
    }

/* --- 5. İLETİŞİM (CONTACT) ÖZEL --- */
.branch-card-modern {
    padding: 35px;
    height: 100%;
    transition: transform 0.3s ease;
}

.branch-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--premium-dark);
    margin-bottom: 20px;
}

.info-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s;
}

    .info-link i {
        color: var(--dark-gold);
        margin-right: 10px;
        font-size: 1.1rem;
    }

    .info-link:hover {
        color: var(--dark-gold);
    }

.map-container-lux {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.map-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.map-overlay {
    position: absolute;
    inset: 0;
    background: rgba(44, 40, 37, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.map-container-lux:hover .map-overlay {
    opacity: 1;
}

.hours-display-lux {
    background: #fafafa;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid rgba(158, 118, 89, 0.1);
}

.hour-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

    .hour-line .day {
        font-weight: 700;
        color: var(--premium-dark);
    }

.form-container-lux {
    padding: 45px;
    margin-bottom: 30px;
}

.branch-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.branch-btn-label {
    display: block;
    padding: 15px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.branch-btn-item input {
    display: none;
}

    .branch-btn-item input:checked + .branch-btn-label {
        background: var(--premium-dark);
        color: var(--gold);
        border-color: var(--premium-dark);
    }

.form-input-minimal {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid #eee;
    padding: 15px 0;
    margin-bottom: 25px;
    background: transparent;
    font-size: 1rem;
    transition: border-color 0.3s;
}

    .form-input-minimal:focus {
        outline: none;
        border-bottom-color: var(--dark-gold);
    }

.btn-send-inquiry {
    background: var(--premium-dark);
    color: #fff;
    border: none;
    padding: 18px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

    .btn-send-inquiry:hover {
        background: var(--dark-gold);
        transform: translateY(-3px);
    }

/* --- 6. DİĞER SAYFA ÖZELLİKLERİ (GALERİ, PDF, IFRAME) --- */
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.pdf-floating-controls {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    background: rgba(26, 26, 26, 0.95);
    border: 2px solid var(--gold);
    border-radius: 50px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 850px;
}

/* --- 7. RESPONSIVE --- */
@media (max-width: 991px) {
    .premium-header {
        padding: 40px 20px;
    }

        .premium-header h1 {
            font-size: 2.2rem !important;
        }
}
