:root {
    /* RENK PALETİ */
    --primary: #B91C1C;
    --primary-dark: #8B0000;
    --bg-body: #F9F8F6;
    --bg-light-gray: #f8f9fa;
    --text-main: #1C1C1C;
    --text-muted: #555555;
    --container: 1350px;
    --radius: 12px;
    
    /* FONTLAR */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; outline: none; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body { 
    background-color: var(--bg-body); 
    color: var(--text-muted); 
    font-family: var(--font-body); 
    overflow-x: hidden; 
    line-height: 1.6;
    width: 100%;
    font-size: 16px;
}

/* --- TYPOGRAPHY --- */
h1 { font-size: 4.5rem; line-height: 1.1; font-weight: 800; color: white; }
h2 { font-size: 3rem; line-height: 1.2; font-weight: 700; color: var(--text-main); }
h3 { font-size: 2.2rem; font-weight: 700; }
p { font-size: 1.1rem; }

img, video { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--radius); }
a { text-decoration: none; color: inherit; transition: 0.3s; }

/* --- BUTTONS --- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 16px 32px; border-radius: 50px; font-weight: 600; font-size: 0.95rem;
    cursor: pointer; transition: all 0.3s ease; border: none; white-space: nowrap;
    font-family: var(--font-body); letter-spacing: 0.5px; margin: 0;
}
.btn-red { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; box-shadow: 0 10px 20px rgba(185,28,28,0.2); }
.btn-red:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(185,28,28,0.3); }
.btn-glass-white { background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); color: white; border: 1px solid rgba(255,255,255,0.6); }
.btn-outline { background: transparent; border: 1px solid #333; color: #333; }
.pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(185, 28, 28, 0.6); } 70% { box-shadow: 0 0 0 15px rgba(185, 28, 28, 0); } 100% { box-shadow: 0 0 0 0 rgba(185, 28, 28, 0); } }

/* --- HEADER --- */
.header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 20px 0; transition: 0.4s; }
.header.scrolled { background: rgba(255,255,255,0.98); backdrop-filter: blur(15px); padding: 12px 0; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.header::after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); width: var(--scroll-percent, 0%); transition: width 0.1s linear; }

.navbar { width: 90%; max-width: var(--container); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo { display: flex; align-items: center; }
.logo img { height: 75px; width: auto; object-fit: contain; transition: 0.3s; filter: brightness(0) invert(1); }
.header.scrolled .logo img { height: 65px; filter: none; }

.nav-desktop { display: flex; align-items: center; gap: 40px; margin-left: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { 
    color: white; font-weight: 600; font-size: 1rem; 
    /* Capitalize: Baş harfler büyük */
    text-transform: capitalize; 
    white-space: nowrap; letter-spacing: 0.5px; 
}
.header.scrolled .nav-links a { color: var(--text-main); }
.nav-links a:hover { color: var(--primary); }
.hamburger { display: none; color: white; font-size: 1.8rem; cursor: pointer; }
.header.scrolled .hamburger { color: var(--text-main); }

/* --- SIDEBAR (YENİLENMİŞ TASARIM) --- */
.sidebar { 
    position: fixed; top: 0; right: -350px; width: 320px; height: 100vh; 
    background: #fff; z-index: 2000; transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1); 
    padding: 40px 30px; display: flex; flex-direction: column;
    box-shadow: -10px 0 40px rgba(0,0,0,0.1);
}
.sidebar.active { right: 0; }

.sidebar-header { 
    display: flex; justify-content: left; align-items: center; 
    margin-bottom: 40px; position: relative; width: 100%;
}
.sidebar-logo { height: 50px; width: auto; filter: none; }
.close-btn { 
    position: absolute; right: 0; top: 50%; transform: translateY(-50%);
    font-size: 1.5rem; color: #333; cursor: pointer; transition: 0.3s;
}
.close-btn:hover { color: var(--primary); transform: translateY(-50%) rotate(90deg); }

.sidebar-nav { display: flex; flex-direction: column; gap: 0; margin-bottom: auto; }
.sb-link { 
    display: flex; justify-content: space-between; align-items: center;
    font-family: var(--font-heading); font-size: 1.25rem; color: #111; font-weight: 600;
    padding: 18px 0; border-bottom: 1px solid #f5f5f5; 
    transition: all 0.3s ease;
}
/* Linklerin yanına küçük ok ikonu */
.sb-link::after {
    content: '\f054'; /* FontAwesome Chevron Right */
    font-family: 'Font Awesome 6 Free'; font-weight: 900;
    font-size: 0.9rem; color: #ddd; transition: 0.3s;
}
.sb-link:hover { color: var(--primary); padding-left: 10px; }
.sb-link:hover::after { color: var(--primary); }

/* --- SIDEBAR BUTTONS (Görseldeki Gibi Hap Tasarım) --- */
.sidebar-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

/* Genel Buton Yapısı (Sidebar İçi) */
.sidebar-actions .btn {
    width: 100%;
    padding: 18px 24px; /* Görseldeki gibi yüksek ve dolgun */
    border-radius: 50px; /* Tam yuvarlak köşeler */
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); /* Hafif gölge */
}
/* Kırmızı Buton (Rezervasyon - Görsel 1 Referans) */
.sidebar-actions .btn-red {
    background: linear-gradient(180deg, #B91C1C 0%, #800000 100%); /* Derinlikli Kırmızı */
    color: white;
    border: none;
    box-shadow: 0 8px 20px rgba(185, 28, 28, 0.3); /* Kırmızı parlama */
}

/* Siyah Buton (Yol Tarifi - Görsel 2 Referans) */
.sidebar-actions .btn-black {
    background: #1F1F1F; /* Mat Siyah Arkaplan */
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Hover Efektleri */
.sidebar-actions .btn:hover {
    transform: translateY(-3px) scale(1.02); /* Hafif büyüme */
}

.sidebar-actions .btn-red:hover {
    box-shadow: 0 12px 25px rgba(185, 28, 28, 0.4);
}

.sidebar-actions .btn-black:hover {
    background: #000000;
    border-color: var(--primary); /* Hoverda kenarlık kırmızı olsun */
    color: var(--primary); /* İkon ve yazı kırmızı olsun */
}

.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 1500; display: none; backdrop-filter: blur(4px); }
.overlay.active { display: block; }

/* --- HERO --- */
.hero { height: 100vh; min-height: 600px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero video { position: absolute; inset: 0; z-index: 0; border-radius: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 100%); }
.hero-content { position: relative; z-index: 2; width: 90%; max-width: var(--container); margin: 0 auto; text-align: left; padding: 60px 0; }
.text-gradient { background: linear-gradient(to right, var(--primary) 0%, #ffffff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { color: #f0f0f0; margin-bottom: 45px; max-width: 650px; font-weight: 400; }
.hero-btns { display: flex; gap: 20px; flex-wrap: wrap; }

/* --- FEATURES --- */
.feature-strip { position: relative; margin-top: -170px; padding-bottom: 60px; z-index: 10; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; width: 90%; max-width: var(--container); margin: 0 auto; }
.feature-box { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); padding: 40px 25px; text-align: center; border-radius: var(--radius); box-shadow: 0 20px 50px rgba(0,0,0,0.15); transition: 0.3s; }
.feature-box:hover { transform: translateY(-10px); }
.f-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; }
.f-title { font-size: 1.2rem; margin-bottom: 10px; color: #000; }
.f-desc { font-size: 0.95rem; color: #333; }

/* --- COMMON SECTION STYLES --- */
section { padding: 80px 0; }
.story-container, .b-container, .split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; width: 90%; max-width: var(--container); margin: 0 auto; }
.section-subtitle { color: var(--primary); letter-spacing: 2px; font-weight: 700; text-transform: uppercase; font-size: 0.9rem; display: block; margin-bottom: 10px; }

/* --- STORY --- */
.story-section { background: white; }
.story-img { height: 550px; cursor: pointer; transition: 0.3s; box-shadow: 20px 20px 0 #f0f0f0; border: 1px solid #eee; width: 100%; object-fit: cover; }
.story-img:hover { transform: scale(1.02); }

/* --- VIDEO TRIO --- */
.video-section { padding: 0; background: #000; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 650px; width: 100%; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.v-item { position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,0.1); }
.v-item video, .slide-bg { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; border-radius: 0; }
.slide-bg { background-size: cover; background-position: center; }
.v-item:hover video, .v-item:hover .slide-bg { transform: scale(1.05); }
.v-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%); display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: 50px 30px; }
.v-text { text-align: center; color: white; width: 100%; }
.v-text h3 { color: white !important; margin-bottom: 15px; }
.v-text span { font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; background: rgba(255,255,255,0.15); padding: 8px 20px; border-radius: 30px; color: white; display: inline-block; margin-bottom: 15px; }
.v-text p { color: rgba(255,255,255,0.85); margin: 0 auto; max-width: 350px; }
.swiper-progress-bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: rgba(255,255,255,0.2); z-index: 10; }
.swiper-progress { height: 100%; width: 0%; background: var(--primary); transition: width 0.1s linear; }

/* --- KAHVALTI --- */
.breakfast-section { background: linear-gradient(135deg, #fff8f0 0%, #fff 100%); position: relative; overflow: hidden; }
.breakfast-section::before { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; opacity: 0.05; pointer-events: none; }
.b-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
.b-feature-item { display: flex; align-items: center; gap: 15px; padding: 15px; background: rgba(255, 255, 255, 0.8); border-radius: 10px; border: 1px solid rgba(185, 28, 28, 0.1); }
.b-feature-item i { color: var(--primary); font-size: 1.2rem; background: rgba(185, 28, 28, 0.1); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.b-feature-item span { font-weight: 600; color: var(--text-main); font-size: 1rem; }
.b-image { height: 550px; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px rgba(139, 0, 0, 0.15); width: 100%; object-fit: cover; }
.b-badge { position: absolute; top: 30px; right: 30px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; padding: 12px 24px; border-radius: 50px; font-weight: 700; z-index: 2; }

/* --- ATMOSPHERE --- */
.atmosphere-section { background: #111111; color: white; }
.section-head { text-align: left; margin-bottom: 60px; width: 90%; max-width: var(--container); margin: 0 auto 60px; }
.section-head h2 { color: white; }
.split-card { position: relative; height: 550px; border-radius: var(--radius); overflow: hidden; background: #222; }
.split-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; opacity: 0.8; }
.split-card:hover img { transform: scale(1.05); opacity: 0.6; }
.split-info { position: absolute; bottom: 0; left: 0; width: 100%; padding: 40px; background: linear-gradient(to top, rgba(0,0,0,1), transparent); }
.split-info h3 { margin-bottom: 5px; color: white; }
.split-info p { color: #ccc; }

/* --- CTA --- */
.cta-section { position: relative; padding: 140px 0; text-align: center; background: url('assets/img/dis_cephe_gunduz.webp') center/cover fixed; }
.cta-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.7); z-index: 1; }
.cta-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.cta-content h2 { margin-bottom: 20px; color: white; }
.cta-content p { color: #f0f0f0; margin-bottom: 40px; }

/* --- CONTACT --- */
.contact-wrap { background: var(--bg-light-gray); }
.contact-container { width: 95%; max-width: var(--container); margin: 0 auto; }
.contact-box { background: white; border-radius: 25px; overflow: hidden; box-shadow: 0 25px 50px rgba(0,0,0,0.08); display: grid; grid-template-columns: 1fr 1.2fr; width: 100%; }
.c-details { padding: 60px; display: flex; flex-direction: column; justify-content: center; }
.c-details h2 { margin-bottom: 40px; position: relative; padding-bottom: 20px; }
.c-details h2::after { content: ''; position: absolute; bottom: 0; left: 0; width: 80px; height: 3px; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); }
.contact-item { margin-bottom: 35px; padding-left: 60px; position: relative; }
.contact-icon { position: absolute; left: 0; top: 0; width: 45px; height: 45px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.2rem; }
.contact-item h4 { font-size: 1.1rem; margin-bottom: 5px; font-weight: 700; color: #333; }
.contact-buttons { display: flex; gap: 15px; margin-top: 30px; flex-wrap: wrap; }
.c-map iframe { width: 100%; height: 100%; min-height: 650px; border: 0; display: block; filter: grayscale(20%); }

/* --- PREMIUM FOOTER (ELITE BLACK & RED DETAILS) --- */
.main-footer {
    /* Elit Siyah (#050505) + Üstten hafif kırmızı ışık huzmesi */
    background: #050505; 
    box-shadow: inset 0 20px 40px -10px rgba(185, 28, 28, 0.08);
    color: #e5e5e5;
    padding: 90px 0 30px;
    border-top: 4px solid var(--primary);
    position: relative;
}

.footer-container { width: 90%; max-width: var(--container); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 60px; }

.footer-logo { 
    height: 85px; width: auto; align-self: baseline; object-fit: contain; margin-bottom: 25px; 
    filter: brightness(0) invert(1); opacity: 0.95; 
}

.footer-desc { font-size: 0.95rem; color: #a3a3a3; line-height: 1.7; max-width: 300px; margin-bottom: 30px; }

.footer-socials { display: flex; gap: 12px; }
.footer-socials a { 
    width: 42px; height: 42px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; color: white; transition: 0.3s; 
    background: rgba(255,255,255,0.03); 
}
.footer-socials a:hover { background: var(--primary); border-color: var(--primary); transform: translateY(-3px); }

.footer-heading { 
    font-size: 1.05rem; color: #fff; margin-bottom: 30px; text-transform: uppercase; 
    letter-spacing: 1.5px; font-weight: 700; position: relative; padding-bottom: 15px; 
}
.footer-heading::after { 
    content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px; 
    background: linear-gradient(90deg, var(--primary), transparent); border-radius: 2px; 
}

.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 14px; }
.footer-links a { color: #a3a3a3; text-decoration: none; transition: 0.3s; font-size: 0.95rem; display: inline-block; }
.footer-links a:hover { color: white; transform: translateX(5px); }

.footer-address p { margin-bottom: 18px; color: #a3a3a3; font-size: 0.95rem; display: flex; gap: 12px; align-items: flex-start; }
.footer-address i { color: var(--primary); margin-top: 5px; font-size: 1.1rem; }

/* Follow Box - Elit Karbon Havası */
.follow-box { 
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%); 
    border-radius: 16px; padding: 25px; margin-top: 10px; 
    border: 1px solid rgba(255,255,255,0.05); 
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.follow-box h5 { margin-bottom: 15px; font-size: 1rem; color: white; font-weight: 600; text-align: center; letter-spacing: 0.5px; }

.follow-btn { 
    display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; 
    padding: 14px; border-radius: 8px; margin-bottom: 12px; font-weight: 600; 
    font-size: 0.9rem; transition: 0.3s; cursor: pointer;
}
.insta-btn { 
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    color: white; border: none; 
}
.insta-btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(220, 39, 67, 0.3); }

.wp-btn { background: #25D366; color: white; margin-bottom: 0; }
.wp-btn:hover { background: #20bd5a; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(37, 211, 102, 0.2); }

.footer-bottom { 
    border-top: 1px solid rgba(255,255,255,0.08); padding-top: 30px; 
    color: #666; font-size: 0.85rem; 
}
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; width: 90%; max-width: var(--container); margin: 0 auto; }

/* Lightbox & Animasyon */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 5000; display: none; align-items: center; justify-content: center; padding: 20px; }
.lightbox img { max-width: 90%; max-height: 90%; border-radius: 10px; }
.lb-close { position: absolute; top: 20px; right: 20px; color: white; font-size: 2.5rem; cursor: pointer; }
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .hero h1 { font-size: 2.5rem; }
    .nav-desktop { display: none; }
    .hamburger { display: block; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .story-container, .split-grid, .b-container { grid-template-columns: 1fr; gap: 50px; }
    .video-grid { grid-template-columns: 1fr; height: auto; }
    .v-item { height: 450px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
    .contact-box { grid-template-columns: 1fr; }
    .c-map iframe { min-height: 400px; }
    .footer-container { grid-template-columns: 1fr 1fr; gap: 40px; }
    .follow-box { max-width: 100%; }
    .b-container {
        display: flex !important; 
        flex-direction: column; 
    }

    /* Görseli sıranın en başına alıyoruz */
    .b-image {
        order: -1; 
        margin-bottom: 25px; /* Görsel ile başlık arasına boşluk */
    }
}

@media (max-width: 768px) {
    section { padding: 50px 0; }
    .logo img { height: 60px; }
    .header.scrolled .logo img { height: 40px; }
    .hero-content { text-align: center; padding-top: 20px; }
    .hero-btns { justify-content: center; }
    .btn { width: 100%; padding: 14px; }
    .feature-strip { margin-top: -170px; padding-bottom: 30px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .feature-box { padding: 20px 10px; }
    .f-icon { font-size: 2rem; margin-bottom: 10px; }
    .f-title { font-size: 1rem; }
    .f-desc { font-size: 0.85rem; }
    .story-img { height: 300px; object-fit: cover; width: 100%; }
    .b-features { grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 25px; }
    .b-feature-item { padding: 8px; font-size: 0.85rem; gap: 8px; justify-content: center; }
    .b-feature-item i { width: 30px; height: 30px; font-size: 0.9rem; }
    .b-content { padding: 0 10px; }
    .b-image { height: 300px; }
    .cta-section { background-attachment: scroll; }
    .contact-box { display: flex; flex-direction: column; }
    .c-details { padding: 30px 20px; order: 1; }
    .c-map { order: 2; height: 350px; }
    .c-map iframe { min-height: 350px; }
    .contact-item { padding-left: 45px; margin-bottom: 20px; }
    .contact-icon { width: 35px; height: 35px; font-size: 1rem; }
    .main-footer { padding: 60px 0 30px; }
    .footer-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
    .footer-logo { align-self: center; height: 70px; }
    .footer-heading { display: inline-block; width: auto; padding-bottom: 10px; margin-bottom: 20px; border-bottom: none; }
    .footer-heading::after { left: 50%; transform: translateX(-50%); }
    .footer-socials { justify-content: center; }
    .footer-address p { justify-content: center; }
    .footer-links a:hover { transform: none; color: var(--primary); }
    .footer-bottom .container { flex-direction: column; gap: 15px; }
    .footer-desc { margin: 0 auto 30px; }
    h1 { font-size: 2.4rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
    .story-text h2, .b-content h2, .cta-content h2, .section-head h2 { font-size: 2rem; }
    .b-container {
        display: flex !important; 
        flex-direction: column; 
    }

    /* Görseli sıranın en başına alıyoruz */
    .b-image {
        order: -1; 
        margin-bottom: 25px; /* Görsel ile başlık arasına boşluk */
    }
}