:root {
    --teal: #00bfbe;
    --sand: #d19566;
    --ink: #1f1e24;
    --cream: #fffdf9;
}

body {
    background: var(--cream);
    color: var(--ink);
}

.menu-body {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf3 52%, #fff5ed 100%);
    min-height: 100vh;
}

.menu-shell {
    max-width: 600px;
}

.menu-hero {
    min-height: 110px;
    background: linear-gradient(135deg, rgba(0, 191, 190, 0.18), rgba(209, 149, 102, 0.18));
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    border: 1px solid rgba(0, 191, 190, 0.25);
    position: relative;
    overflow: hidden;
}

.menu-hero::after,
.menu-hero::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(0);
    opacity: 0.4;
    pointer-events: none;
}

.menu-hero::after {
    width: 200px;
    height: 200px;
    background: rgba(0, 191, 190, 0.35);
    top: -60px;
    right: -60px;
}

.menu-hero::before {
    width: 170px;
    height: 170px;
    background: rgba(209, 149, 102, 0.25);
    bottom: -70px;
    left: -60px;
}

.logo-wrapper {
    background: #fff;
    border-radius: 24px;
    padding: 0.85rem;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5rem;
    z-index: 1;
    border: 3px solid rgba(209, 149, 102, 0.4);
}

.logo-wrapper img {
    max-height: 132px;
    object-fit: contain;
}

.category-stage {
    background: linear-gradient(135deg, rgba(0, 191, 190, 0.08), rgba(209, 149, 102, 0.08));
    border: 1px solid rgba(0, 191, 190, 0.2);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.category-heading {
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(120deg, var(--teal), var(--sand));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.category-carousel {
    scrollbar-width: thin;
}

.category-carousel::-webkit-scrollbar {
    height: 6px;
}

.category-carousel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 999px;
}

.category-card {
    border: 0;
    background: transparent;
    min-width: 92px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--ink);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
}

.category-card:focus-visible {
    outline: none;
}

.category-card.active .category-avatar,
.category-card:hover .category-avatar {
    box-shadow: 0 12px 30px rgba(0, 191, 190, 0.25);
}

.category-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 191, 190, 0.12), rgba(209, 149, 102, 0.12));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 0 6px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 2px solid rgba(209, 149, 102, 0.3);
}

.category-avatar img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.category-label {
    font-size: 0.85rem;
    color: rgba(31, 30, 36, 0.75);
}

.category-card.active .category-label {
    color: var(--teal);
}

.section-heading {
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-heading .eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(31, 30, 36, 0.55);
}

.section-heading h2 {
    font-size: 2rem;
    font-weight: 700;
}

.popular-card {
    border: none;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding-bottom: 2rem;
}

.clean-card-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.clean-card-media img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.clean-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(31, 30, 36, 0.8);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-weight: 600;
}

.clean-card-body {
    padding: 0.85rem 0.85rem 1.35rem;
}

.clean-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(0, 191, 190, 0.9);
    font-weight: 600;
}

.clean-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
}

.clean-description {
    font-size: 0.75rem;
}

.clean-price-zone {
    position: absolute;
    bottom: 0.45rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.clean-price-card {
    min-width: 86px;
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    text-align: center;
    border: 1px solid rgba(0, 191, 190, 0.3);
    font-weight: 700;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.campaign-card {
    position: relative;
    min-height: 220px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
    background: #000;
}

.campaign-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--campaign-image);
    background-size: cover;
    background-position: center;
    filter: brightness(0.8);
}

.campaign-card .card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.75rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    font-weight: 600;
}

.menu-footer {
    background: transparent;
    color: rgba(31, 30, 36, 0.7);
}

.footer-panel {
    background: radial-gradient(circle at top left, rgba(0, 191, 190, 0.6), rgba(209, 149, 102, 0.6));
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.footer-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.8;
}

.footer-social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.05rem;
    transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social-link:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.15);
}

.border-white-25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}


.intro-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    z-index: 1050;
}

.intro-overlay-card {
    position: relative;
    width: min(420px, 90vw);
    height: 78vh;
    border-radius: 32px;
    overflow: hidden;
    background: #000;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.intro-overlay-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

@media (min-width: 768px) {
    .menu-shell {
        max-width: 720px;
    }
}
