/* ============================================================
   menu-home.css — Menü Anasayfası (br-welcome + br-cat-list)
   ────────────────────────────────────────────────────────────
   Adım 5 Bölüm 2 — theme.css'ten ayıklandı
   
   NOT: Bu dosya home.css ile karışmasın!
   - home.css        → Yeni hero landing (.gh-* prefix)
   - menu-home.css   → Eski menü anasayfası (.br-welcome, .br-cat-*)
   
   İçerik:
   - Welcome banner (br-welcome*)
   - Category list (br-cat-*)
============================================================ */

/* ============================================================
   HOME PAGE — welcome banner + category list
============================================================ */

/* ---- Welcome banner ---- */
.br-welcome {
    text-align: center;
    padding: 28px 16px 32px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--br-gold-line);
}

.br-welcome-rule {
    width: 56px;
    height: 1px;
    margin: 0 auto 16px;
    background: linear-gradient(90deg, transparent 0%, var(--br-gold) 50%, transparent 100%);
}

/* Üst satır: krem→altın text gradient — parlak, ışık alıyor */
.br-welcome-greeting {
    font-family: var(--br-font-serif);
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 6px;
    /* Text gradient — krem üstten, altın alttan */
    background: linear-gradient(180deg, #fff4e6 0%, #F2D58F 60%, #E8C766 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* Fallback (gradient desteklemeyen tarayıcılar) */
}
@supports not (-webkit-background-clip: text) {
    .br-welcome-greeting { color: var(--br-gold-light); }
}

/* Alt satır: saf altın italic — daha küçük, davetkar */
.br-welcome-invite {
    font-family: var(--br-font-serif);
    font-size: 1.0625rem;
    line-height: 1.3;
    color: var(--br-gold);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin: 0 0 16px;
    opacity: 0.9;
    white-space: nowrap;
}

/* Eski tek-satır title varsa geriye uyumluluk için tut */
.br-welcome-title {
    font-family: var(--br-font-serif);
    font-size: 2rem;
    line-height: 1.1;
    color: var(--br-cream);
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 0 0 8px;
}

.br-welcome-tagline {
    font-family: var(--br-font-serif);
    font-size: 0.875rem;
    color: var(--br-gold);
    opacity: 0.85;
    font-style: italic;
    margin: 0 0 18px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.br-welcome-location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--br-font-sans);
    font-size: 0.625rem;
    color: var(--br-cream-dim);
    letter-spacing: 2.8px;
    font-weight: 500;
    text-transform: uppercase;
}
.br-welcome-dot {
    width: 4px;
    height: 4px;
    background: var(--br-gold);
    border-radius: 50%;
    flex-shrink: 0;
}

/* ---- Category list ---- */
.br-cat-list {
    margin: 0 -8px;
}

.br-cat-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(232, 199, 102, 0.08);
    text-decoration: none;
    cursor: pointer;
    transition: background 200ms ease;
    color: inherit;
}
.br-cat-row:hover {
    background: var(--br-gold-soft);
    color: inherit;
    text-decoration: none;
}
.br-cat-row:hover .br-cat-arrow {
    transform: translateX(4px);
    color: var(--br-gold);
}

/* Thumb (görsel veya tipografik placeholder) */
.br-cat-thumb {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--br-bg-2) 0%, var(--br-bg-1) 100%);
    border: 1px solid var(--br-gold-line);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.br-cat-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}
.br-cat-thumb-letter {
    font-family: var(--br-font-serif);
    font-size: 2.125rem;
    color: rgba(232, 199, 102, 0.45);
    font-style: italic;
    line-height: 1;
    user-select: none;
}
.br-cat-thumb-dot {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 3px;
    height: 3px;
    background: var(--br-gold);
    border-radius: 50%;
}

/* Body (text content) */
.br-cat-body {
    flex: 1;
    min-width: 0;
}
.br-cat-headline {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}
.br-cat-title {
    font-family: var(--br-font-serif);
    font-size: 1.0625rem;
    color: var(--br-cream);
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.2px;
    line-height: 1.2;
}
.br-cat-count {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    font-family: var(--br-font-sans);
    font-size: 10.5px;
    color: var(--br-gold);
    opacity: 0.78;
    letter-spacing: 0.4px;
    font-weight: 500;
}
.br-cat-count::before {
    content: '·';
    margin-right: 3px;
    opacity: 0.6;
}
.br-cat-desc {
    font-family: var(--br-font-sans);
    font-size: 12.5px;
    color: var(--br-cream-muted);
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.br-cat-arrow {
    width: 18px;
    height: 18px;
    color: rgba(232, 199, 102, 0.55);
    flex-shrink: 0;
    transition: transform 200ms ease, color 200ms ease;
}

/* Mobile ana sayfa */
@media (max-width: 480px) {
    .br-welcome { padding: 22px 12px 26px; }
    .br-welcome-greeting { font-size: 1.625rem; }
    .br-welcome-invite {
        font-size: 14.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    .br-welcome-tagline { font-size: 0.8125rem; }
    .br-welcome-title { font-size: 1.75rem; }
    .br-cat-list { margin: 0 -4px; }
    .br-cat-row { padding: 13px 12px; gap: 12px; }
    .br-cat-thumb { width: 54px; height: 54px; }
    .br-cat-thumb-letter { font-size: 1.875rem; }
    .br-cat-title { font-size: 1rem; }
    .br-cat-desc { font-size: 0.75rem; }
}

/* Çok dar ekranlarda (320-360px) — Almanca uzun cümle için */
@media (max-width: 380px) {
    .br-welcome-invite { font-size: 0.8125rem; letter-spacing: 0.2px; }
    .br-welcome-greeting { font-size: 1.5rem; }
}

