:root {
    --gold-light: #fdf5d3;
    --gold-mid: #d4af37;
    --gold-dark: #aa771c;
    --rich-black: #0b0b0b;
    --text-dark: #1a1a1a;
    --bg-dark: #121212;
    --yemeksepeti-pink: #ea004b;
    --getir-purple: #5d3ebd;
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: var(--font-serif);
    background: var(--bg-dark);
    color: var(--gold-light);
    line-height: 1.6;
}

.container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

/* --- ANA SAYFA LÜKS TASARIM (LANDING PAGE) --- */
.landing-body { background: var(--bg-dark); }

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('https://images.unsplash.com/photo-1551024506-0cb4a1cb1c26?auto=format&fit=crop&q=80&w=1920'); /* Muhteşem Pasta Görseli */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(11,11,11,0.6) 0%, rgba(11,11,11,0.9) 100%);
    z-index: 1;
}

.hero-content {
    position: relative; z-index: 2;
    padding: 0 20px;
}

.hero-logo { width: 150px; border-radius: 50%; margin-bottom: 25px; box-shadow: 0 0 30px rgba(212,175,55,0.2); border: 2px solid var(--gold-dark); }
.hero-content h1 { font-size: 48px; color: var(--gold-mid); margin-bottom: 10px; letter-spacing: 2px; text-transform: uppercase; }
.hero-content .hero-subtitle { font-size: 22px; font-family: var(--font-sans); color: #fff; font-weight: 300; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 40px; }

.btn-gold {
    display: inline-block;
    padding: 18px 40px;
    background: var(--gold-mid);
    color: var(--rich-black);
    text-decoration: none;
    font-size: 18px;
    font-family: var(--font-sans);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.btn-gold:hover { background: #fff; transform: translateY(-3px); }

/* About Section */
.about-section { padding: 80px 0; background: var(--bg-dark); text-align: center; border-bottom: 1px solid rgba(212,175,55,0.1); }
.about-section h2 { font-size: 32px; color: var(--gold-mid); margin-bottom: 20px; }
.about-text { max-width: 700px; margin: 0 auto 50px; font-family: var(--font-sans); font-size: 16px; color: #ccc; font-weight: 300; }

.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.feature-box { padding: 30px 20px; background: rgba(255,255,255,0.02); border: 1px solid rgba(212,175,55,0.2); border-radius: 8px; transition: transform 0.3s; }
.feature-box:hover { transform: translateY(-5px); border-color: var(--gold-mid); }
.feature-icon { font-size: 40px; margin-bottom: 15px; }
.feature-box h3 { color: var(--gold-mid); font-size: 20px; margin-bottom: 10px; }
.feature-box p { font-family: var(--font-sans); font-size: 14px; color: #aaa; }

/* Order Section */
.order-section { padding: 80px 0; background: #080808; text-align: center; }
.order-section h2 { font-size: 32px; color: var(--gold-mid); margin-bottom: 10px; }
.order-subtitle { font-family: var(--font-sans); font-size: 15px; color: #888; margin-bottom: 50px; }

.links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.luxury-link {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: 25px 20px; border-radius: 8px; text-decoration: none; color: white;
    transition: all 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.luxury-link:hover { transform: translateY(-3px); filter: brightness(1.1); }
.link-title { font-family: var(--font-sans); font-size: 22px; font-weight: 600; margin-bottom: 5px; letter-spacing: 1px; }
.link-desc { font-family: var(--font-sans); font-size: 13px; font-weight: 300; opacity: 0.8; }

.yemeksepeti-link { background: linear-gradient(135deg, var(--yemeksepeti-pink), #b00038); }
.getir-link { background: linear-gradient(135deg, var(--getir-purple), #3c2482); }
.whatsapp-link { background: linear-gradient(135deg, #25D366, #128C7E); }

/* Footer */
.luxury-footer { background: var(--rich-black); padding: 40px 0 20px; text-align: center; border-top: 1px solid rgba(212,175,55,0.2); }
.footer-contact { display: flex; justify-content: center; gap: 30px; margin-bottom: 30px; flex-wrap: wrap; }
.footer-phone, .footer-insta { color: var(--gold-mid); text-decoration: none; font-family: var(--font-sans); font-size: 16px; font-weight: 600; transition: 0.3s; }
.footer-phone:hover, .footer-insta:hover { color: #fff; }
.footer-bottom { font-family: var(--font-sans); font-size: 12px; color: #555; border-top: 1px dashed rgba(255,255,255,0.1); padding-top: 20px; }

/* --- MENÜ SAYFASI TASARIMI --- */
/* Menü sayfası için eski altın sarısı degrade arkaplanı geri getiriyoruz */
#app { background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-mid) 50%, var(--gold-dark) 100%); min-height: 100vh; }

#main-header { position: sticky; top: 0; background: rgba(253, 245, 211, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 100; padding: 15px 15px 0; border-bottom: 1px solid rgba(212, 175, 55, 0.3); }
.header-top { display: flex; align-items: center; justify-content: center; position: relative; margin-bottom: 15px; }
.back-btn { position: absolute; left: 0; background: none; border: none; font-size: 14px; font-weight: bold; color: var(--rich-black); cursor: pointer; padding: 5px; font-family: var(--font-sans); }
.brand-title { font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--rich-black); }

.search-container { position: relative; max-width: 600px; margin: 0 auto 10px; }
input[type="search"]::-webkit-search-cancel-button { display: none; }
#search-input { width: 100%; padding: 10px 35px 10px 15px; font-family: var(--font-sans); font-size: 15px; background: transparent; border: 1px solid var(--rich-black); border-radius: 20px; outline: none; color: var(--rich-black); }
#search-input::placeholder { color: rgba(11, 11, 11, 0.6); font-style: italic; }
.search-spinner { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; border: 2px solid rgba(11, 11, 11, 0.2); border-top-color: var(--rich-black); border-radius: 50%; animation: spin 0.8s linear infinite; }

.category-tabs { display: flex; overflow-x: auto; gap: 10px; padding-bottom: 8px; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.tab-btn { background: transparent; border: none; color: var(--rich-black); font-family: var(--font-sans); font-size: 14px; font-weight: 600; white-space: nowrap; cursor: pointer; padding: 4px 8px; position: relative; opacity: 0.6; }
.tab-btn.active { opacity: 1; }
.tab-btn.active::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: var(--rich-black); }

#menu-container { max-width: 900px; margin: 15px auto 40px; padding: 0 15px; }
.category-section { margin-bottom: 10px; scroll-margin-top: 130px; }
.category-header { position: sticky; top: 125px; background: rgba(253, 245, 211, 0.9); backdrop-filter: blur(8px); padding: 10px 0; border-bottom: 1px solid var(--gold-mid); z-index: 90; }
.category-header h2 { font-size: 22px; color: var(--rich-black); font-style: italic; }

.category-content { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; padding-top: 10px; }
.product-card { background: rgba(255, 255, 255, 0.6); border: 1px solid rgba(212, 175, 55, 0.5); border-radius: 6px; padding: 10px; display: flex; flex-direction: column; }
.product-img { width: 100%; height: 130px; object-fit: cover; border-radius: 4px; margin-bottom: 10px; background: rgba(0,0,0,0.05); }
.product-name { font-size: 17px; font-weight: 700; margin-bottom: 4px; color: var(--rich-black); }
.product-desc { font-size: 13px; color: var(--text-dark); margin-bottom: 10px; flex-grow: 1; font-family: var(--font-sans); }
.product-footer { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; border-top: 1px dashed var(--gold-mid); padding-top: 10px; }
.product-price { font-size: 18px; font-weight: 700; color: var(--rich-black); font-family: var(--font-sans); }
.portion-unit { font-size: 12px; font-style: italic; color: var(--text-dark); margin-left: 3px; }

.platform-links { display: flex; gap: 8px; }
.platform-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 5px; padding: 6px 0; border-radius: 4px; text-decoration: none; color: #fff; font-size: 12px; font-weight: 600; font-family: sans-serif; }
.platform-btn svg { width: 14px; height: 14px; fill: currentColor; }

#back-to-top { position: fixed; bottom: 20px; right: 20px; width: 40px; height: 40px; border-radius: 50%; background: var(--gold-mid); border: 2px solid var(--rich-black); color: var(--rich-black); font-size: 20px; font-weight:bold; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 1000; }
#back-to-top.visible { opacity: 1; pointer-events: auto; }

.loader-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(11,11,11,0.9); backdrop-filter: blur(5px); display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--gold-mid); z-index: 9999; }
.elegant-spinner { width: 40px; height: 40px; border: 3px solid rgba(212, 175, 55, 0.3); border-top-color: var(--gold-mid); border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 15px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* Mobil Uyum (Responsive) */
@media (max-width: 768px) {
    .hero-content h1 { font-size: 36px; }
    .hero-content .hero-subtitle { font-size: 16px; }
    .about-section h2 { font-size: 26px; }
    .order-section h2 { font-size: 26px; }
}