@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;800&family=Montserrat:wght@200;300;400;500;600&display=swap');

html { scroll-behavior: smooth; }
:root { --bg-color: #050505; --gold-primary: #edd0b0; --gold-gradient: linear-gradient(to right, #cba57b, #edd0b0, #cba57b); --text-readable: #D0D0D0; --text-light: #FFFFFF; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-color); }
::-webkit-scrollbar-thumb { background: var(--gold-primary); border-radius: 20px; border: 2px solid var(--bg-color); }
::-webkit-scrollbar-thumb:hover { background: #cba57b; }

body { background-color: var(--bg-color); color: var(--text-light); font-family: 'Montserrat', sans-serif; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'Cinzel', serif; }

.premium-nav { padding: 15px 0 !important; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important; background: var(--bg-color); border-bottom: none !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9); z-index: 9999; position: fixed; top: 0; width: 100%; }
.premium-nav.scrolled { padding: 10px 0 !important; background: rgba(5, 5, 5, 0.98) !important; }
.navbar-brand { width: 240px; height: 40px; position: relative; display: block; margin: 0; padding: 0; z-index: 10; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important; }
.navbar-brand::before { content: ''; position: absolute; top: -95px; left: 50%; transform: translateX(-50%); width: 360px; height: 360px; background: radial-gradient(circle, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.7) 40%, rgba(5, 5, 5, 0) 70%); z-index: 15; pointer-events: none; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important; }
.premium-nav.scrolled .navbar-brand::before { top: -45px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.6) 50%, rgba(5, 5, 5, 0) 70%); }
.navbar-logo { position: absolute; top: -85px; left: 50%; transform: translateX(-50%); width: 320px !important; height: 320px !important; object-fit: contain; background: transparent !important; z-index: 20; filter: drop-shadow(0px 15px 25px rgba(0,0,0,0.95)); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) !important; }
.premium-nav.scrolled .navbar-brand { height: 30px; width: 140px; }
.premium-nav.scrolled .navbar-logo { width: 190px !important; height: 190px !important; top: -35px; }

.nav-link { color: var(--text-light) !important; font-size: 0.9rem; letter-spacing: 3px; text-transform: uppercase; margin: 0 15px; font-weight: 500; position: relative; padding-bottom: 5px; transition: color 0.4s; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 1px; background: var(--gold-primary); transition: width 0.4s ease; }
.nav-link:hover { color: var(--gold-primary) !important; text-shadow: 0 0 10px rgba(237, 208, 176, 0.3); }
.nav-link:hover::after { width: 100%; }
.btn-nav-rez { color: var(--gold-primary) !important; border: 1px solid var(--gold-primary); padding: 10px 25px; font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; transition: all 0.4s ease; border-radius: 2px; background: rgba(237, 208, 176, 0.05); display: inline-block; }
.btn-nav-rez:hover { background: var(--gold-primary); color: #000 !important; box-shadow: 0 0 15px rgba(237, 208, 176, 0.4); }

.footer-logo { height: 130px; width: auto; object-fit: contain; filter: drop-shadow(0 0 15px rgba(237, 208, 176, 0.25)); }
.text-readable { color: var(--text-readable) !important; font-weight: 300; line-height: 1.8; letter-spacing: 0.5px; }
.hero-container { height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; margin-top: 0; }

.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(5,5,5,0.3) 0%, rgba(5,5,5,0.6) 100%), url('../images/background.webp') no-repeat center center; background-size: cover; z-index: -1; transform: translateZ(0); will-change: transform; }

.hero-decor { color: var(--gold-primary); font-size: 1.5rem; margin-bottom: 10px; opacity: 0.8; }
.hero-title { font-size: 5.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: 12px; background: var(--gold-gradient); -webkit-background-clip: text; color: transparent; margin-bottom: 0; text-shadow: 0 4px 15px rgba(0,0,0,0.9); }
.hero-subtitle { font-size: 1.1rem; letter-spacing: 4px; color: var(--text-readable); font-weight: 300; text-transform: uppercase; max-width: 800px; margin-left: auto; margin-right: auto; text-shadow: 0 4px 15px rgba(0,0,0,0.9); }
.hero-buttons { display: flex; justify-content: center; gap: 20px; }
.btn-hero { font-family: 'Cinzel', serif; font-size: 0.85rem; letter-spacing: 3px; text-transform: uppercase; padding: 15px 35px; text-decoration: none; transition: all 0.4s ease; border-radius: 2px; font-weight: 600; }
.btn-hero-solid { background: var(--gold-primary); color: #000 !important; border: 1px solid var(--gold-primary); box-shadow: 0 0 15px rgba(237, 208, 176, 0.2); }
.btn-hero-solid:hover { background: transparent; color: var(--gold-primary) !important; box-shadow: 0 0 25px rgba(237, 208, 176, 0.5); }

.scroll-indicator { position: absolute !important; bottom: 30px !important; left: 50% !important; transform: translateX(-50%) !important; display: flex !important; flex-direction: column !important; align-items: center !important; z-index: 10 !important; }
.scroll-text { color: var(--gold-primary); font-size: 0.7rem; letter-spacing: 4px; margin-bottom: 10px; font-family: 'Montserrat', sans-serif; text-transform: uppercase; opacity: 0.8; }
.scroll-line { width: 1px; height: 60px; background: rgba(237, 208, 176, 0.2); position: relative; overflow: hidden; }
.scroll-line::after { content: ''; position: absolute; top: -60px; left: 0; width: 1px; height: 60px; background: var(--gold-primary); animation: scrollLine 2s infinite ease-in-out; }
@keyframes scrollLine { 0% { top: -60px; } 100% { top: 60px; } }

/* SANAT GALERİSİ ÇERÇEVELERİ VE BOŞLUKLARI */
.premium-gallery-item { 
    position: relative; overflow: hidden; display: block; width: 100%; height: 350px; 
    border-radius: 12px;
    border: 1px solid rgba(237, 208, 176, 0.2);
    box-shadow: 0 5px 20px rgba(0,0,0,0.6);
    transform: translateZ(0);
}
.premium-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.premium-gallery-item:hover img { transform: scale(1.1); }
.premium-gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.4s ease; }
.premium-gallery-item:hover .premium-gallery-overlay { opacity: 1; }
.premium-gallery-overlay span { color: var(--gold-primary, #edd0b0); border: 1px solid var(--gold-primary, #edd0b0); padding: 10px 25px; letter-spacing: 3px; font-size: 0.85rem; text-transform: uppercase; backdrop-filter: blur(3px); }

.gs-fade-up { opacity: 1 !important; transform: none !important; animation: none !important; }
.gs-title, .gs-subtitle { opacity: 1 !important; animation: none !important; }

.testimonial-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(237, 208, 176, 0.1); padding: 40px 30px; height: 100%; transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1); will-change: transform; transform: translateZ(0); }
.testimonial-card:hover { border-color: rgba(237, 208, 176, 0.5); transform: translateY(-8px) translateZ(0); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5); }
.stars { color: var(--gold-primary); font-size: 1.1rem; letter-spacing: 4px; }
.img-luxury { width: 100%; height: 600px; object-fit: cover; border-radius: 2px; box-shadow: 0 20px 40px rgba(0,0,0,0.6); }

.vip-form-container { padding: 100px 0; background-color: #080808; }
.form-control-vip { background: rgba(255,255,255,0.02); border: none; border-bottom: 1px solid rgba(237, 208, 176, 0.3); border-radius: 0; color: var(--text-light); padding: 15px 10px; font-size: 1rem; transition: all 0.3s; }
.form-control-vip:focus { background: rgba(255,255,255,0.04); border-color: var(--gold-primary); box-shadow: none; color: var(--text-light); }
.form-control-vip::placeholder { color: #777777; letter-spacing: 1px; }
.form-control-vip option { background-color: #0a0a0a !important; color: #ffffff !important; font-family: 'Montserrat', sans-serif; }
.btn-vip { background: transparent; border: 1px solid var(--gold-primary); color: var(--gold-primary); padding: 15px 45px; letter-spacing: 4px; text-transform: uppercase; transition: all 0.4s; font-family: 'Cinzel', serif; }
.btn-vip:hover { background: var(--gold-gradient); color: #000; border-color: transparent; box-shadow: 0 0 25px rgba(237, 208, 176, 0.3); }

.footer-map iframe { border: 1px solid rgba(237, 208, 176, 0.3) !important; filter: grayscale(100%) contrast(1.2); transition: all 0.5s ease; }
.footer-map iframe:hover { filter: grayscale(0%) contrast(1.1); border-color: var(--gold-primary) !important; box-shadow: 0 0 15px rgba(237, 208, 176, 0.3); }
.floating-social { position: fixed; bottom: 30px; right: 30px; z-index: 10000; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.social-links { display: flex; flex-direction: column; gap: 15px; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.social-toggle { display: none; width: 45px; height: 45px; background: var(--gold-gradient); border: none; border-radius: 50%; color: #000; font-size: 1.2rem; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.6); z-index: 10001; transition: transform 0.3s ease; }
.social-icon { width: 45px; height: 45px; background: rgba(10, 10, 10, 0.85); border: 1px solid rgba(237, 208, 176, 0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold-primary); font-size: 1.1rem; text-decoration: none; transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease; backdrop-filter: blur(5px); box-shadow: 0 4px 15px rgba(0,0,0,0.6); }
.social-icon:hover { background: var(--gold-primary); color: #000; transform: scale(1.1) translateX(-10px); box-shadow: 0 0 20px rgba(237, 208, 176, 0.6); border-color: var(--gold-primary); }
#scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: var(--gold-gradient); z-index: 9999999; box-shadow: 0 0 10px rgba(237, 208, 176, 0.5); pointer-events: none; transition: width 0.1s ease-out; }

.menu-hero { height: 38vh !important; min-height: 280px; background-color: #050505; background-image: linear-gradient(to bottom, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.95)), url('../images/manufoto.webp') !important; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; position: relative; border-bottom: 1px solid rgba(237, 208, 176, 0.2); }
.menu-hero-content { margin-top: 110px !important; }
.menu-hero .hero-title { font-size: 2.5rem !important; letter-spacing: 6px; color: var(--gold-primary); text-transform: uppercase; text-shadow: 0 4px 15px rgba(0,0,0,1) !important; }
.menu-hero .hero-subtitle { font-size: 0.85rem !important; letter-spacing: 3px; opacity: 0.8; text-shadow: 0 4px 15px rgba(0,0,0,1) !important; }

.filter-btn { letter-spacing: 1.5px; font-weight: 300; text-transform: uppercase; font-size: 0.9rem; transition: all 0.3s ease; white-space: nowrap !important; margin: 0 !important; background: rgba(10, 10, 10, 0.8) !important; border: 1px solid rgba(237, 208, 176, 0.3) !important; border-radius: 6px !important; color: #d0d0d0 !important; padding: 10px 18px !important; cursor: pointer !important; }
.filter-btn:hover, .filter-btn.active { background: var(--gold-gradient) !important; color: #000 !important; border-color: transparent !important; box-shadow: 0 4px 15px rgba(237, 208, 176, 0.4) !important; transform: translateY(-2px) !important; }

#swipe-menu-wrapper { width: 100%; overflow: hidden; }
.swipe-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px !important; width: 100%; margin-bottom: 8px !important; }
.swipe-row:last-child { margin-bottom: 0 !important; }

.menu-item-box { margin-bottom: 4px !important; }
.vip-menu-item { padding: 12px 15px; border-bottom: 1px solid rgba(237, 208, 176, 0.08); position: relative; transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: row; align-items: center; gap: 15px; justify-content: space-between; }
.vip-menu-img-wrapper { width: 80px; height: 80px; flex-shrink: 0; border-radius: 10px; overflow: hidden; border: 1px solid rgba(237, 208, 176, 0.2); box-shadow: 0 4px 10px rgba(0,0,0,0.5); }
.vip-menu-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.vip-menu-item:hover .vip-menu-img { transform: scale(1.15); }
.vip-menu-text { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.vip-menu-item::after { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: var(--gold-gradient); transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.vip-menu-item:hover { background: linear-gradient(90deg, rgba(237, 208, 176, 0.03) 0%, rgba(5, 5, 5, 0) 100%); padding-left: 20px; }
.vip-menu-item:hover::after { width: 100%; }
.vip-menu-header { display: flex; justify-content: space-between; align-items: flex-end; width: 100%; }
.vip-menu-title { color: #ffffff; font-family: 'Cinzel', serif; font-size: 1.4rem; letter-spacing: 3px; text-transform: uppercase; transition: color 0.4s ease; margin: 0; }
.vip-menu-item:hover .vip-menu-title { color: var(--gold-primary); text-shadow: 0 0 15px rgba(237, 208, 176, 0.2); }
.vip-menu-price { color: var(--gold-primary); font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 300; letter-spacing: 2px; white-space: nowrap; padding-left: 20px; }
.vip-menu-desc { color: #777777; font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 300; letter-spacing: 1px; line-height: 1.6; margin-top: 5px; max-width: 85%; margin-bottom: 0; transition: color 0.4s ease; }
.vip-menu-item:hover .vip-menu-desc { color: #aaaaaa; }

.modal-content { background-color: #080808 !important; border: 1px solid var(--gold-primary) !important; box-shadow: 0 0 30px rgba(237,208,176,0.2) !important; }
.modal-header { border-bottom: 1px solid rgba(237,208,176,0.1) !important; }
.modal-title { font-family: 'Cinzel', serif; color: var(--gold-primary); letter-spacing: 2px; }
.vip-lightbox { position: fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.92); z-index:99999999; display:none; justify-content:center; align-items:center; opacity:0; transition:opacity 0.4s ease; backdrop-filter: blur(8px); }
.vip-lightbox.active { display:flex; opacity:1; }
.vip-lightbox img { max-width:90%; max-height:85vh; border:2px solid rgba(237, 208, 176, 0.4); border-radius:3px; box-shadow:0 0 40px rgba(0,0,0,0.8); transform:scale(0.8); transition:transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.vip-lightbox.active img { transform:scale(1); }
.vip-lightbox-close { position:absolute; top:30px; right:40px; color:var(--gold-primary); font-size:2.5rem; cursor:pointer; transition: transform 0.3s; z-index: 2; }
.vip-lightbox-close:hover { transform: scale(1.1) rotate(90deg); color: #fff; } 
.rez-datetime-container input[type="date"], .rez-datetime-container input[type="time"] { position: relative; cursor: pointer; }
.rez-datetime-container input[type="date"]::-webkit-calendar-picker-indicator, .rez-datetime-container input[type="time"]::-webkit-calendar-picker-indicator { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 10; }
.fancybox__container { z-index: 999999999 !important; }
.fancybox__container * { cursor: pointer !important; }
#preloader, .preloader, .loader-wrapper { display: none !important; opacity: 0 !important; pointer-events: none !important; }

@media (max-width: 991px) {
    .navbar-brand { width: 120px !important; }
    .navbar-brand::before { top: -40px; width: 180px; height: 180px; }
    .navbar-logo { width: 180px !important; height: 180px !important; top: -45px; } 
    .premium-nav.scrolled .navbar-brand { width: 100px !important; }
    .premium-nav.scrolled .navbar-brand::before { top: -20px; width: 130px; height: 130px; }
    .premium-nav.scrolled .navbar-logo { width: 140px !important; height: 140px !important; top: -25px; }
    .navbar-collapse { background: rgba(5, 5, 5, 0.98); padding: 60px 20px 30px 20px; border-radius: 8px; margin-top: 10px; text-align: center; border: 1px solid rgba(237, 208, 176, 0.2); box-shadow: 0 15px 40px rgba(0,0,0,0.8); }
    .nav-link { margin-left: 0; margin-bottom: 18px; display: inline-block; font-size: 1rem; }
    .btn-nav-rez { display: inline-block; margin-top: 10px; width: max-content !important; min-width: 200px; max-width: 100%; padding: 12px 25px !important; white-space: nowrap; }
}

@media (max-width: 768px) {
    .hero-container .container { margin-top: 120px !important; }
    .hero-title { font-size: 2.2rem; letter-spacing: 4px; } 
    .hero-subtitle { font-size: 0.8rem; letter-spacing: 1px; } 
    .hero-buttons { flex-direction: column; gap: 15px; padding: 0 20px; }
    .btn-hero { width: 100%; }
    .display-4 { font-size: 2rem; }
    .img-luxury { height: 250px; } 
    .premium-gallery-item { height: 200px; } 
    .vip-form-container { padding: 40px 0; } 
    .btn-vip { width: 100%; }
    .floating-social { right: 15px; bottom: 15px; gap: 10px; }
    .social-icon { width: 40px; height: 40px; font-size: 1rem; }
    .social-icon:hover { transform: scale(1.1); } 
    .collapsible-social .social-links { position: absolute; bottom: 60px; right: 0; opacity: 0; transform: translateY(20px) scale(0.8); pointer-events: none; visibility: hidden; }
    .collapsible-social.active .social-links { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; visibility: visible; }
    .collapsible-social .social-toggle { display: flex; align-items: center; justify-content: center; }
    .collapsible-social.active .social-toggle { transform: rotate(45deg); } 
    .menu-section { padding: 20px 0 !important; } 
    .vip-menu-header { align-items: flex-start !important; }
    .menu-hero { min-height: 300px !important; height: auto !important; padding-bottom: 20px !important; } 
    .menu-hero-content { margin-top: 150px !important; } 
    .menu-hero .hero-title { font-size: 1.8rem !important; line-height: 1.3 !important; margin-bottom: 10px !important; }
    
    #swipe-menu-wrapper { overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; padding-bottom: 5px !important; padding-left: 5px !important; padding-right: 20px !important; }
    #swipe-menu-wrapper::-webkit-scrollbar { display: none !important; }
    .swipe-row { flex-wrap: nowrap !important; width: max-content !important; justify-content: flex-start !important; gap: 8px !important; margin-bottom: 8px !important; }
    .filter-btn { font-size: 0.8rem !important; padding: 6px 14px !important; flex: 0 0 auto !important; }

    @keyframes swipePulse { 0% { transform: translateX(0); opacity: 1; } 50% { transform: translateX(6px); opacity: 0.4; } 100% { transform: translateX(0); opacity: 1; } }
    .swipe-indicator { color: var(--gold-primary); font-size: 0.75rem; letter-spacing: 2px; text-align: right; padding-right: 15px; margin-bottom: 5px; font-weight: 500; }
    .swipe-indicator i { animation: swipePulse 1.5s infinite ease-in-out; }

    .vip-menu-item { padding: 10px 10px !important; gap: 10px !important; } 
    .vip-menu-img-wrapper { width: 60px; height: 60px; border-radius: 8px; }
    .vip-menu-title { font-size: 1.05rem !important; } 
    .vip-menu-price { font-size: 1.1rem !important; padding-left: 10px !important; } 
    .vip-menu-desc { font-size: 0.8rem !important; max-width: 95% !important; margin-top: 4px !important; line-height: 1.5 !important; margin-bottom: 0 !important; } 
}

@media (min-width: 992px) {
    body { cursor: none; }
    a, button, input, select, .nav-link, .social-icon, .premium-gallery-item { cursor: none !important; } 
    .custom-cursor { width: 8px; height: 8px; background-color: var(--gold-primary); border-radius: 50%; position: fixed; pointer-events: none; z-index: 1000000; transform: translate(-50%, -50%); transition: width 0.2s, height 0.2s; }
    .cursor-follower { width: 40px; height: 40px; border: 1px solid rgba(237, 208, 176, 0.5); border-radius: 50%; position: fixed; pointer-events: none; z-index: 999999; transform: translate(-50%, -50%); transition: 0.15s ease-out; }
    .cursor-hover { width: 60px !important; height: 60px !important; background-color: rgba(237, 208, 176, 0.1); border-color: var(--gold-primary); }
}

/* GİZLİLİK POLİTİKASI (PRIVACY) SAYFASI */
.privacy-hero { padding: 150px 0 80px 0; background: radial-gradient(circle at center, rgba(237, 208, 176, 0.05) 0%, rgba(5, 5, 5, 1) 100%); border-bottom: 1px solid rgba(237, 208, 176, 0.1); }
.privacy-title { font-family: 'Cinzel', serif; color: var(--gold-primary); font-size: 3rem; letter-spacing: 4px; text-transform: uppercase; }
.privacy-content h3 { font-family: 'Cinzel', serif; color: #fff; font-size: 1.5rem; margin-top: 40px; margin-bottom: 15px; letter-spacing: 2px; }
.privacy-content p, .privacy-content li { color: var(--text-readable); font-family: 'Montserrat', sans-serif; font-size: 1rem; line-height: 1.8; font-weight: 300; }
.privacy-content ul { padding-left: 20px; margin-bottom: 20px; }
.privacy-content li { margin-bottom: 10px; }