:root {
    --bg-gradient: radial-gradient(circle at top, #f8f2e7 0, #f4f4f5 32%, #e4e4e7 100%);
    --brand: #d4b084;      /* A.MORE logosuna uygun şampanya ton */
    --brand-soft: #f2e4cf;
    --text-main: #111827;
    --text-muted: #6b7280;
    --card-bg: rgba(255, 255, 255, 0.96);
    --border-subtle: rgba(148, 163, 184, 0.35);
    --radius-xl: 22px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    background: var(--bg-gradient);
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 24px;
}
/* ===== FULLSCREEN SLIDER ===== */

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.bg-slider {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
    filter: brightness(0.55);
}

.bg-slide.active {
    opacity: 1;
}

.welcome-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.welcome-logo {
    width: 160px;
    animation: pulse 2.8s infinite ease-in-out;
}

.welcome-title {
    font-size: 32px;
    margin-top: 10px;
}

.btn-menu {
    margin-top: 25px;
    padding: 12px 28px;
    border: none;
    background: #ffffff;
    color: #b30038;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
}

.btn-menu:hover {
    background: #ffe6e6;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

/* Ana “telefon” frame’i */
.app {
    width: 100%;
    max-width: 520px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(212, 176, 132, 0.35);
    overflow: hidden;
    backdrop-filter: blur(18px);
    display: flex;
    flex-direction: column;
}

/* HEADER */
header {
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(250, 244, 232, 0.96));
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* A.MORE logo */
.brand-logo-image {
    height: 42px;
    width: auto;
    display: block;
    object-fit: contain;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.28);
}

.brand-text h1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #1f2933;
}

.brand-text p {
    font-size: 11px;
    color: var(--text-muted);
}

/* Online Menü badge */
.badge {
    font-size: 11px;
    padding: 7px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d4b084, #facc6b);
    color: #111827;
    font-weight: 500;
    border: 1px solid rgba(212, 176, 132, 0.85);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 12px 26px rgba(148, 98, 30, 0.38);
}

.badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.35);
}

/* ANA TABS */
.tabs {
    display: flex;
    gap: 8px;
    padding: 10px 14px 6px;
    background: linear-gradient(to right, #f3f4f6, #fefefe);
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.tab-btn {
    flex: 1;
    border: none;
    border-radius: 999px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    background: transparent;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.18s ease-out;
}

.tab-btn span.icon {
    font-size: 15px;
}

.tab-btn.active {
    background: linear-gradient(135deg, #d4b084, #facc6b);
    color: #111827;
    box-shadow: 0 9px 20px rgba(148, 98, 30, 0.25);
}

.tab-btn:not(.active):hover {
    background: rgba(148, 163, 184, 0.18);
}

.content {
    padding: 14px 16px 18px;
    flex: 1;
    overflow-y: auto;
}

/* SECTIONS */

.section {
    display: none;
    animation: fadeIn 0.18s ease-out;
}

.section.active {
    display: block;
}
/* ========== LUX HEADER – SADE LOGO ========== */

.lux-header {
    width: 100%;
    padding: 22px 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;

    background: #ffffffee;
    backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(150, 150, 150, 0.18);

    border-top-left-radius: 28px;
    border-top-right-radius: 28px;

    box-shadow:
        0 12px 24px rgba(0, 0, 0, 0.05),
        inset 0 -1px 0 rgba(255,255,255,0.5);
}

.lux-header-logo {
    height: 42px;
    width: auto;
    display: block;

    opacity: 0.95;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.10));
}
/* ========== MENÜ ARAMA ALANI ========== */

.menu-search {
    padding: 10px 16px 0;
}

.menu-search-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.95);
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(148, 163, 184, 0.35);
}

.menu-search-icon {
    font-size: 14px;
    opacity: 0.7;
}

.menu-search-inner input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: var(--text-main);
}

.menu-search-inner input::placeholder {
    color: #9ca3af;
}

.menu-search-clear {
    border: none;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.menu-search-clear.is-visible {
    opacity: 0.7;
    transform: scale(1);
}

.menu-search-clear:hover {
    opacity: 1;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 6px;
}

.section-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-sub {
    font-size: 11px;
    color: #9ca3af;
}

/* İÇECEK FİLTRE (SICAK / SOĞUK) */
.drink-filters {
    display: flex;
    gap: 8px;
    margin: 10px 0 12px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(249, 250, 251, 0.9);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.filter-chip {
    flex: 1;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 12px;
    padding: 7px 10px;
    background: transparent;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.16s ease-out;
}

.filter-chip.active {
    background: var(--brand);
    color: #111827;
    border-color: var(--brand);
    box-shadow: 0 8px 18px rgba(148, 98, 30, 0.25);
}

.filter-chip:not(.active):hover {
    background: rgba(148, 163, 184, 0.12);
}

/* KARTLAR */

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.card {
    background: var(--card-bg);
    border-radius: var(--radius-xl);
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.08),
        0 0 0 1px rgba(148, 163, 184, 0.18);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.12s ease-out, box-shadow 0.12s ease-out, border-color 0.12s ease-out;
    border: 1px solid rgba(255,255,255,0.7);
}

.card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 14px 32px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(212, 176, 132, 0.5);
}

.card-image-wrapper {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
}

.card-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card:hover .card-image-wrapper img {
    transform: scale(1.05);
}

.card-label {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.75);
    color: #f9fafb;
}

.card-body {
    padding: 8px 9px 9px;
}

.card-name {
    font-size: 14px;
    font-weight: 600;
}

.card-desc {
    font-size: 11px;
    color: var(--text-muted);
    margin-top: 1px;
    min-height: 28px;
}

.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}

.card-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.tag {
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.5);
    color: #6b7280;
}

.card-price {
    text-align: right;
    font-size: 13px;
}

.card-price-main {
    font-weight: 700;
}

.card-price-sub {
    font-size: 10px;
    color: #9ca3af;
}

/* MODAL (DETAY) */

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 30;
}

.modal-backdrop.active {
    display: flex;
}

.modal {
    max-width: 460px;
    width: 100%;
    border-radius: 24px;
    background: #f9fafb;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.4);
    overflow: hidden;
    animation: fadeInScale 0.18s ease-out;
}

.modal-image-wrapper {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.modal-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-pill {
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    color: #f9fafb;
}

.modal-content {
    padding: 14px 16px 16px;
}

.modal-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 6px;
}

.modal-name {
    font-size: 17px;
    font-weight: 600;
}

.modal-price {
    text-align: right;
}

.modal-price-main {
    font-size: 16px;
    font-weight: 700;
}

.modal-price-sub {
    font-size: 11px;
    color: #9ca3af;
}

.modal-desc-long {
    font-size: 12px;
    color: var(--text-muted);
    margin-top: 6px;
    line-height: 1.5;
}

.modal-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.modal-meta {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 14px;
    background: #f3f4f6;
    font-size: 11px;
    color: #6b7280;
}

.modal-close-row {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}

.modal-close-btn {
    border: none;
    border-radius: 999px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(135deg, #111827, #374151);
    color: #f9fafb;
}

/* FOOTER */

.footer-note {
    margin-top: 12px;
    font-size: 10px;
    text-align: center;
    color: #9ca3af;
}

.contact {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    color: #6b7280;
}

/* ANİMASYONLAR */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* RESPONSIVE */

@media (max-width: 480px) {
    header > div:first-child {
        margin-left: -8px !important;
    }
}

@media (max-width: 380px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    .badge {
        align-self: flex-start;
    }
    .grid {
        grid-template-columns: 1fr;
    }
}
 @keyframes float {
            0% { transform: translateY(0); opacity: 0.4; }
            50% { transform: translateY(-30px); opacity: 0.8; }
            100% { transform: translateY(0); opacity: 0.4; }
        }

        .logo {
            width: 150px;
            animation: pulse 2.8s infinite ease-in-out;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.08); }
            100% { transform: scale(1); }
        }
/* >>> MOBİLDE 4 SEKME YAN YANA GÖRÜNSÜN <<< */
@media (max-width: 480px) {

    .tabs {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 eşit kutu */
        padding: 6px 8px;
        gap: 6px;
    }

    .tab-btn {
        flex: unset !important;
        font-size: 12px;
        padding: 6px 4px;
        gap: 4px;
    }

    .tab-btn span.icon {
        font-size: 14px;
    }
    
}

.card-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
/* ===========================
      MENU START SCREEN
   =========================== */

.menu-start-wrapper {
    width: 100%;
    height: 100vh;
    background: url('/images/bg2.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.menu-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(4px);
}

.menu-title {
    position: relative;
    z-index: 10;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.category-container {
    z-index: 11;
    display: grid;
    grid-template-columns: repeat(2, 250px);
    gap: 35px;
    padding: 20px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .25s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.25);
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-8px) scale(1.04);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.category-card .icon {
    font-size: 52px;
    margin-bottom: 18px;
}

.category-card .label {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

@media (max-width: 768px) {
    .menu-title {
        font-size: 42px;
    }
    .category-container {
        grid-template-columns: repeat(2, 180px);
        gap: 25px;
    }
    .category-card {
        padding: 30px 10px;
    }
    .category-card .label {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .category-container {
        grid-template-columns: 1fr;
    }
}
/* Kategori Slider Tasarımı */
.category-slider {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 20px 0;
    scrollbar-width: none; /* Firefox */
}
.category-slider::-webkit-scrollbar { display: none; } /* Chrome/Safari */

.cat-card {
    flex: 0 0 110px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    transition: 0.3s;
    text-decoration: none;
}
.cat-card.active { border-color: #fff; transform: scale(1.05); }

.cat-image {
    width: 100%; height: 100%;
    background-size: cover; background-position: center;
    display: flex; align-items: center; justify-content: center;
}
.cat-name {
    color: white; font-size: 10px; font-weight: bold; text-align: center;
    background: rgba(0,0,0,0.4); width: 100%; padding: 5px 0;
}

/* Ürün Liste Tasarımı (Yatay Kartlar) */
.product-horizontal-card {
    display: flex;
    background: #f1e4d3; /* Görseldeki krem tonu */
    margin-bottom: 12px;
    border-radius: 15px;
    padding: 10px;
    align-items: center;
}
.product-thumb img {
    width: 70px; height: 70px; border-radius: 10px; object-fit: cover;
}
.product-details {
    display: flex; justify-content: space-between; width: 100%; padding-left: 15px;
}
.product-title { font-size: 16px; margin: 0; color: #333; }
.product-desc { font-size: 12px; color: #666; margin: 4px 0; }
.product-price-tag { font-weight: bold; align-self: flex-end; }
.category-slider {
    display: flex;
    overflow-x: auto;
    gap: 12px; /* Butonlar arasındaki yatay boşluk */
    padding: 10px 15px;
    scrollbar-width: none;
}