/* ===========================
   Hero – video fullscreen
   =========================== */
#hero.hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 116px);
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111;
}

.hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 24px 60px;
    max-width: 1200px;
    width: 100%;
}

.hero__tagline {
    font-size: 2.6rem !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,0.95) !important;
    margin-bottom: 28px !important;
    line-height: 1.3 !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.7) !important;
    letter-spacing: 0.3px !important;
}

.hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #c8a141;
    color: #111;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 14px 36px;
    border-radius: 6px;
    transition: background-color 0.2s, transform 0.15s;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.hero__btn:hover {
    background-color: #e0b84d;
    transform: translateY(-2px);
    color: #111;
}

.hero__info {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(200,161,65,0.3);
    border-radius: 8px;
    padding: 14px 24px;
}

.hero__info-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
}

.hero__info-item svg {
    fill: #c8a141;
    flex-shrink: 0;
}

.hero__info-item strong {
    color: #c8a141;
}

/* ── Hero – Tabletă (≤ 860px) ──────────────────────────────── */
@media (max-width: 860px) {
    .hero__content {
        padding: 24px 36px;
    }
    .hero__tagline {
        font-size: 2rem !important;
    }
    .hero__btn {
        margin-bottom: 32px;
    }
}

/* ── Hero – Mobile (≤ 600px) ────────────────────────────────── */
@media (max-width: 600px) {
    #hero.hero {
        height: calc(100svh - 116px);
        min-height: 420px;
    }
    .hero__content {
        padding: 20px 18px;
    }
    .hero__tagline {
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }
    .hero__btn {
        padding: 12px 28px;
        font-size: 0.9rem;
        margin-bottom: 24px;
    }
    .hero__info {
        width: 100%;
        padding: 12px 16px;
        gap: 10px;
    }
    .hero__info-item {
        white-space: normal;
        font-size: 0.82rem;
        align-items: flex-start;
    }
    .hero__info-item svg {
        margin-top: 2px;
        flex-shrink: 0;
    }
}

/* ── Hero – Telefon mic (≤ 380px) ───────────────────────────── */
@media (max-width: 380px) {
    .hero__tagline {
        font-size: 1.25rem !important;
    }
    .hero__btn {
        padding: 10px 22px;
        font-size: 0.85rem;
    }
}
/* ===========================
   Secțiunea Meniu Zilei
   =========================== */
.meniu-zilei-section {
    background-color: #fff;
    padding: 64px 24px;
}

.meniu-zilei-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.meniu-zilei-text {
    flex: 1 1 340px;
}

.meniu-zilei-badge {
    display: inline-block;
    background-color: #c8a141;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.meniu-zilei-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 12px;
}

.meniu-zilei-desc {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

.meniu-zilei-cta {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.meniu-zilei-price {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    line-height: 1;
    color: #1a1a1a;
}

.price-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #888;
    align-self: flex-start;
    margin-top: 6px;
    margin-right: 4px;
}

.price-amount {
    font-size: 4rem;
    font-weight: 900;
    color: #c8a141;
    letter-spacing: -1px;
}

.price-amount sup {
    font-size: 1.8rem;
    font-weight: 700;
    vertical-align: super;
}

.price-currency {
    font-size: 1.1rem;
    font-weight: 700;
    color: #888;
    align-self: flex-end;
    margin-bottom: 10px;
}

.meniu-zilei-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1a1a1a;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 32px;
    border-radius: 6px;
    transition: background-color 0.2s, transform 0.15s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    white-space: nowrap;
}

.meniu-zilei-btn:hover {
    background-color: #c8a141;
    color: #fff;
    transform: translateY(-2px);
}

/* ── Meniu zilei – Tabletă (≤ 860px) ─────────────────────────── */
@media (max-width: 860px) {
    .meniu-zilei-section {
        padding: 48px 24px;
    }
    .meniu-zilei-inner {
        gap: 28px;
    }
    .meniu-zilei-title {
        font-size: 1.9rem;
    }
}

/* ── Meniu zilei – Mobile (≤ 600px) ──────────────────────────── */
@media (max-width: 600px) {
    .meniu-zilei-section {
        padding: 36px 20px;
    }
    .meniu-zilei-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .meniu-zilei-text {
        flex: unset;
        width: 100%;
    }
    .meniu-zilei-title {
        font-size: 1.6rem;
    }
    .meniu-zilei-desc {
        font-size: 0.95rem;
    }
    .meniu-zilei-cta {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        width: 100%;
    }
    .price-amount {
        font-size: 3rem;
    }
    .price-amount sup {
        font-size: 1.4rem;
    }
    .meniu-zilei-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
}

/* ── Meniu zilei – Telefon mic (≤ 380px) ─────────────────────── */
@media (max-width: 380px) {
    .meniu-zilei-title {
        font-size: 1.35rem;
    }
    .price-amount {
        font-size: 2.6rem;
    }
}
/* ===========================
   Meniu Complet – tabs + grid
   =========================== */
.eg-meniu-section {
    background-color: #f8f7f5;
    padding-bottom: 60px;
}

/* Sticky tabs nav */
.eg-meniu-tabs {
    position: sticky;
    top: 120px; /* fallback – suprascris dinamic prin JS */
    z-index: 90;
    background-color: #1a1a1a;
    border-bottom: 2px solid #c8a141;
}

.eg-meniu-tabs-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 16px;
    max-width: 1400px;
    margin: 0 auto;
}

.eg-tab-link {
    display: block;
    padding: 16px 14px 11px;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    margin-bottom: -2px;
    /* reset buton */
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    font-family: inherit;
    line-height: inherit;
}

.eg-tab-link:hover,
.eg-tab-link.is-active {
    color: #c8a141;
    border-bottom-color: #c8a141;
}

/* Mobile category select – ascuns pe desktop */
.eg-cat-select {
    display: none;
}

/* Content wrapper */
.eg-meniu-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px 40px;
}

/* Category section */
.eg-cat-section {
    display: none;
    padding-top: 40px;
    padding-bottom: 16px;
}
.eg-cat-section.is-active {
    display: block;
}

.eg-cat-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    border-bottom: 3px solid #c8a141;
    margin-bottom: 28px;
    display: inline-block;
}

/* Product grid – 4 cols desktop */
.eg-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Product card */
.eg-product-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
}

.eg-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.13);
}

.eg-product-img-link {
    display: block;
    aspect-ratio: 4/3;
    overflow: hidden;
    background-color: #eee;
}

.eg-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
}

.eg-product-card:hover .eg-product-img {
    transform: scale(1.05);
}

.eg-product-info {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.eg-product-name {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px;
    flex: 1;
}

.eg-product-name a {
    color: #1a1a1a;
}

.eg-product-name a:hover {
    color: #c8a141;
}

.eg-product-desc {
    font-size: 0.78rem;
    color: #888;
    line-height: 1.5;
    margin-bottom: 10px;
}

.eg-product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.eg-product-price {
    font-size: 1.05rem;
    font-weight: 800;
    color: #c8a141;
}

.eg-product-price .woocommerce-Price-amount,
.eg-product-price bdi {
    color: #c8a141;
}

.eg-add-to-cart {
    display: inline-flex;
    align-items: center;
    background-color: #1a1a1a;
    color: #fff !important;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 7px 12px;
    border-radius: 5px;
    transition: background-color 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
}

.eg-add-to-cart:hover {
    background-color: #c8a141;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 1200px) {
    .eg-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 860px) {
    .eg-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .eg-meniu-tabs {
        top: 56px;
    }
    .eg-meniu-content {
        padding: 0 16px 32px;
    }
}

/* ── Tabs → Select pe mobile (≤ 600px) ─────────────────────────── */
@media (max-width: 600px) {
    .eg-meniu-tabs {
        padding: 10px 16px;
    }
    .eg-meniu-tabs-inner {
        display: none;
    }
    .eg-cat-select {
        display: block;
        width: 100%;
        padding: 12px 44px 12px 16px;
        font-size: 1rem;
        font-weight: 700;
        color: #c8a141;
        background-color: #1a1a1a;
        border: 2px solid rgba(200,161,65,0.45);
        border-radius: 6px;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23c8a141'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        cursor: pointer;
        font-family: inherit;
    }
    .eg-cat-select:focus {
        outline: none;
        border-color: #c8a141;
    }
    .eg-meniu-content {
        padding: 0 12px 28px;
    }
}

@media (max-width: 420px) {
    .eg-products-grid {
        grid-template-columns: 1fr;
    }
}

/* Header transparent cu blur când hero-ul e prezent */
body:has(#hero) #site-header {
    background-color: rgba(26, 26, 26, 0.85);
}
/* Blur pe pseudo-element ca sa nu creeze containing block pentru position:fixed */
body:has(#hero) #site-header::before {
    content: '';
    position: absolute;
    inset: 0;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: -1;
    pointer-events: none;
}

/* ================================================================
   SECTIA 3 – Recomandări + Specialitatea restaurantului
   ================================================================ */
.eg-bottom-grid-section {
    background: #f8f7f5;
    padding: 64px 0;
}
.eg-bottom-section-header {
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 0 24px;
}
.eg-bottom-section-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.eg-bottom-section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #c8a141;
    border-radius: 2px;
}
.eg-bottom-grid-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
}

/* ---- Card comun ---- */
.eg-bottom-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    height: 520px;
}

/* ---- STÂNGA: card promo ---- */
.eg-bottom-card--promo {
    display: flex;
    flex-direction: column;
}
.eg-bottom-promo-img {
    width: 100%;
    flex: 1;
    overflow: hidden;
    background: #f8f7f5;
    min-height: 0;
}
.eg-bottom-promo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.4s;
}
.eg-bottom-card--promo:hover .eg-bottom-promo-img img {
    transform: scale(1.04);
}
.eg-bottom-promo-body {
    padding: 28px 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ---- DREAPTA: card specialitate ---- */
.eg-bottom-card--specialitate {
    padding: 28px;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.eg-bottom-card-header {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-shrink: 0;
}

/* ---- Label badge ---- */
.eg-bottom-label {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #c8a141;
    background: rgba(200,161,65,0.1);
    padding: 3px 10px;
    border-radius: 20px;
    width: fit-content;
}

/* ---- Title ---- */
.eg-bottom-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

/* ---- Desc ---- */
.eg-bottom-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ---- Buton ---- */
.eg-bottom-btn {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    align-self: flex-start;
    margin-top: 4px;
}
.eg-bottom-btn:hover {
    background: #c8a141;
    color: #fff;
}

/* ---- Lista specialitate cu scroll ---- */
.eg-spec-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    padding-right: 4px;
}
.eg-spec-grid::-webkit-scrollbar {
    width: 4px;
}
.eg-spec-grid::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2px;
}
.eg-spec-grid::-webkit-scrollbar-thumb {
    background: #c8a141;
    border-radius: 2px;
}
.eg-spec-card {
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fafafa;
}
.eg-spec-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.eg-spec-img-wrap {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
}
.eg-spec-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.eg-spec-card:hover .eg-spec-img-wrap img {
    transform: scale(1.05);
}
.eg-spec-info {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.eg-spec-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.2s;
}
.eg-spec-name:hover {
    color: #c8a141;
}
.eg-spec-img-link {
    display: block;
    flex-shrink: 0;
}
.eg-spec-footer {
    margin-top: 8px;
}
.eg-spec-price {
    font-size: 0.88rem;
    font-weight: 700;
    color: #c8a141;
}
.eg-spec-price .woocommerce-Price-amount {
    color: #c8a141;
}
.eg-spec-empty {
    color: #999;
    font-size: 0.88rem;
    padding: 16px 0;
}

/* Responsive */
@media (max-width: 860px) {
    .eg-bottom-grid-inner {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .eg-spec-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .eg-bottom-promo-body {
        padding: 20px;
    }
}
