@import url('https://fonts.googleapis.com/css2?family=Playball&family=Playfair+Display:wght@600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
    --black: #11110f;
    --black-soft: #191713;
    --cream: #f6f2e8;
    --cream-2: #ecefe7;
    --white: #fffdf8;
    --gold: #c9a45c;
    --gold-soft: #ead49b;
    --brown: #6f263d;
    --emerald: #123f35;
    --emerald-soft: #dfe8df;
    --ink: #171714;
    --muted: #625f58;
    --line: #ded6c8;
    --swiggy: #fc6b08;
    --zomato: #df2632;
    --shadow: 0 18px 42px rgba(27, 22, 15, 0.11);
    --container: 1168px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(201, 164, 92, 0.11), transparent 25rem),
        radial-gradient(circle at 90% 8%, rgba(18, 63, 53, 0.08), transparent 21rem),
        linear-gradient(180deg, #faf7ef 0%, var(--cream-2) 48%, #fbfaf6 100%);
    color: var(--ink);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

body.modal-open {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(201, 164, 92, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 164, 92, 0.08) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 58%);
    animation: gridDrift 18s linear infinite;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

header {
    position: relative;
    z-index: 20;
    background: var(--black);
    padding: 20px clamp(22px, 4.6vw, 58px) 10px;
}

nav {
    width: min(var(--container), 100%);
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.logo {
    width: 100px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.logo-crown {
    margin-bottom: 4px;
    color: var(--gold);
    font-size: 22px;
}

.logo-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
}

.logo-subtitle {
    margin-top: -5px;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    letter-spacing: 6px;
}

.logo-tagline {
    margin-top: 8px;
    color: var(--gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 3vw, 46px);
    flex: 1;
    list-style: none;
}

nav ul li a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    transition: color 180ms ease;
}

nav ul li.active a,
nav ul li a:hover {
    color: var(--gold);
}

nav ul li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--gold);
}

.nav-actions,
.social-links {
    display: flex;
    align-items: center;
}

.nav-actions {
    gap: 18px;
}

.social-links {
    gap: 14px;
    color: #fff;
    font-size: 17px;
}

.social-links a {
    display: inline-grid;
    place-items: center;
    transition: color 180ms ease, transform 180ms ease;
}

.social-links a:hover {
    color: var(--gold);
    transform: translateY(-2px);
}

.zomato-btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(234, 212, 155, 0.7);
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.04);
    color: #fff;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.zomato-btn:hover {
    border-color: var(--gold);
    background: rgba(255, 253, 248, 0.1);
    transform: translateY(-2px);
}

.zomato-badge {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 9px;
    border-radius: 6px;
    background: var(--zomato);
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-weight: 800;
}

.hero {
    position: relative;
    min-height: 455px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px clamp(22px, 4.6vw, 58px) 88px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 42%, rgba(201, 164, 92, 0.2), transparent 31rem),
        radial-gradient(circle at 38% 30%, rgba(111, 38, 61, 0.16), transparent 18rem),
        linear-gradient(90deg, #11110f 0%, #17140f 42%, #0f241f 100%);
    color: #fff;
}

.hero::before,
.promo-container::before,
.promo-container::after {
    content: "";
    position: absolute;
    width: 92px;
    height: 118px;
    border: 1px dashed rgba(234, 212, 155, 0.56);
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    pointer-events: none;
}

.hero::before {
    left: 42%;
    top: 118px;
    transform: rotate(33deg);
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(420px, 44%);
    margin-right: auto;
    animation: heroCopyIn 800ms ease both;
}

.welcome-text {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-family: 'Playball', cursive;
    font-size: 29px;
    line-height: 1;
}

.hero-content h1 {
    margin-bottom: 16px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(44px, 4.9vw, 62px);
    font-weight: 800;
    line-height: 0.98;
}

.hero-content h1 span {
    color: var(--gold-soft);
}

.hero-desc {
    max-width: 390px;
    margin-bottom: 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
}

.hero-features {
    width: 435px;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(234, 212, 155, 0.43);
    border-radius: 9px;
    background: rgba(255, 253, 248, 0.045);
    backdrop-filter: blur(8px);
}

.feature-tag {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 12px;
    transition: background 180ms ease, transform 180ms ease;
}

.feature-tag:hover {
    background: rgba(255, 253, 248, 0.08);
    transform: translateY(-2px);
}

.feature-tag + .feature-tag {
    border-left: 1px solid rgba(234, 212, 155, 0.24);
}

.feature-tag i {
    color: var(--gold);
    font-size: 25px;
}

.feature-tag-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
}

.feature-tag-text strong {
    font-size: 13px;
    font-weight: 700;
}

.feature-tag-text span {
    color: #fff;
}

.hero-image-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: min(760px, 59vw);
    height: calc(100% - 28px);
    overflow: hidden;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transform-origin: center;
    transition: transform 160ms ease;
}

.hero-image-container::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 32%;
    background: linear-gradient(90deg, #11110f 0%, rgba(17, 17, 15, 0.78) 34%, rgba(17, 17, 15, 0) 100%);
    pointer-events: none;
}

.hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.08) contrast(1.04);
    animation: foodFloat 6s ease-in-out infinite;
}

.satisfaction-badge {
    position: absolute;
    left: 52%;
    bottom: 36px;
    z-index: 3;
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border: 5px solid #f2e2b6;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff3d2, #d9b76f);
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
    animation: badgePulse 2.6s ease-in-out infinite;
}

.badge-inner {
    width: 86px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px dashed rgba(17, 17, 15, 0.58);
    border-radius: 50%;
    color: #46371e;
    text-align: center;
}

.badge-percent {
    color: var(--black);
    font-size: 18px;
    font-weight: 800;
}

.badge-text,
.badge-subtext {
    font-size: 8px;
    font-weight: 700;
}

.badge-heart {
    margin-top: 2px;
    color: var(--brown);
    font-size: 8px;
}

.wave-divider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 58px;
    overflow: hidden;
    transform: rotate(180deg);
}

.wave-divider svg {
    width: 100%;
    height: 100%;
}

.wave-divider .shape-fill {
    fill: var(--cream);
}

.welcome-model {
    position: absolute;
    left: min(48%, 560px);
    bottom: 78px;
    z-index: 4;
    width: 148px;
    height: 220px;
    --model-scale: 1;
    color: var(--ink);
    animation: modelFloat 4.8s ease-in-out infinite;
    transform-origin: center bottom;
}

.speech-bubble {
    position: absolute;
    left: -36px;
    top: -35px;
    width: 174px;
    border: 1px solid rgba(234, 212, 155, 0.72);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.94);
    color: var(--brown);
    padding: 9px 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    font-family: 'Playball', cursive;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    animation: bubblePop 3.8s ease-in-out infinite;
}

.speech-bubble::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -9px;
    width: 16px;
    height: 16px;
    border-right: 1px solid rgba(234, 212, 155, 0.72);
    border-bottom: 1px solid rgba(234, 212, 155, 0.72);
    background: rgba(255, 253, 248, 0.94);
    transform: rotate(45deg);
}

.model-head {
    position: absolute;
    left: 35px;
    top: 68px;
    width: 78px;
    height: 72px;
}

.chef-hat {
    position: absolute;
    left: 3px;
    top: -34px;
    width: 72px;
    height: 45px;
    border-radius: 22px 22px 10px 10px;
    background: #fffdf8;
    box-shadow: inset 0 -7px 0 #eee5d6, 0 7px 13px rgba(0, 0, 0, 0.12);
}

.chef-hat span {
    position: absolute;
    top: -13px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #fffdf8;
}

.chef-hat span:nth-child(1) {
    left: -3px;
}

.chef-hat span:nth-child(2) {
    left: 21px;
    top: -20px;
}

.chef-hat span:nth-child(3) {
    right: -3px;
}

.model-face {
    position: absolute;
    inset: 0;
    border: 4px solid #f1bf8a;
    border-radius: 48% 48% 46% 46%;
    background: linear-gradient(180deg, #ffe2be, #ffc98f);
    box-shadow: 0 11px 18px rgba(0, 0, 0, 0.2);
}

.eye {
    position: absolute;
    top: 29px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3c2a1b;
    animation: blink 4.5s infinite;
}

.eye.left {
    left: 22px;
}

.eye.right {
    right: 22px;
}

.smile {
    position: absolute;
    left: 27px;
    top: 43px;
    width: 25px;
    height: 12px;
    border-bottom: 3px solid #7a342a;
    border-radius: 0 0 22px 22px;
}

.model-body {
    position: absolute;
    left: 28px;
    top: 133px;
    width: 92px;
    height: 74px;
    border-radius: 22px 22px 9px 9px;
    background: linear-gradient(160deg, var(--cream), #ffffff);
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.2);
}

.model-apron {
    position: absolute;
    left: 24px;
    top: 18px;
    width: 45px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 0 0 14px 14px;
    background: var(--emerald);
    color: var(--gold-soft);
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 800;
}

.model-arm {
    position: absolute;
    top: 16px;
    width: 42px;
    height: 14px;
    border-radius: 20px;
    background: #fffdf8;
}

.arm-left {
    left: -31px;
    transform: rotate(-24deg);
}

.arm-right {
    right: -31px;
    transform-origin: left center;
    transform: rotate(-20deg);
    animation: waveHand 1.5s ease-in-out infinite;
}

.serving-tray {
    position: absolute;
    right: -14px;
    top: 130px;
    width: 74px;
    height: 16px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--gold-soft), var(--gold));
    box-shadow: 0 12px 14px rgba(0, 0, 0, 0.2);
    animation: trayBalance 2.8s ease-in-out infinite;
}

.tray-plate,
.tray-cup {
    position: absolute;
    bottom: 8px;
    background: #fffdf8;
}

.tray-plate {
    left: 12px;
    width: 31px;
    height: 12px;
    border-radius: 50%;
}

.tray-cup {
    right: 14px;
    width: 17px;
    height: 19px;
    border-radius: 4px 4px 9px 9px;
}

.steam {
    position: absolute;
    top: 94px;
    right: 14px;
    width: 10px;
    height: 34px;
    border-left: 2px solid rgba(255, 253, 248, 0.82);
    border-radius: 50%;
    opacity: 0;
    animation: steamRise 2.8s ease-in-out infinite;
}

.steam-two {
    right: 34px;
    animation-delay: 520ms;
}

.steam-three {
    right: 52px;
    animation-delay: 980ms;
}

.services {
    position: relative;
    z-index: 4;
    width: min(var(--container), calc(100% - 70px));
    margin: -31px auto 16px;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: var(--shadow);
}

.service-card {
    min-height: 90px;
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 8px 14px;
    text-align: left;
    transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
    background: #fffaf0;
    transform: translateY(-4px);
}

.service-card + .service-card {
    border-left: 1px solid var(--line);
}

.service-icon-wrapper {
    grid-row: span 2;
    color: var(--brown);
    font-size: 38px;
    line-height: 1;
}

.service-icon-wrapper i {
    display: block;
}

.service-card h3 {
    align-self: end;
    margin-bottom: 3px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.service-card p {
    align-self: start;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.menu-section {
    width: min(var(--container), calc(100% - 70px));
    margin: 0 auto;
    padding: 6px 0 18px;
    text-align: center;
}

.section-subtitle {
    display: block;
    margin-bottom: 4px;
    color: var(--brown);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.1;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 14px;
    height: 14px;
    border-right: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
    transform: translateX(-50%) rotate(45deg);
}

.category-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 22px;
}

.filter-btn {
    min-width: 70px;
    height: 32px;
    border: 0;
    border-radius: 8px;
    background: #ebe7dc;
    color: var(--ink);
    padding: 0 18px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.filter-btn.active {
    background: var(--emerald);
    color: #fff;
    box-shadow: 0 10px 20px rgba(18, 63, 53, 0.18);
}

.filter-btn:hover {
    transform: translateY(-2px);
}

.menu-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden; /* Prevent any vertical scrollbar track */
    gap: 20px;
    margin-bottom: 20px;
    padding: 10px 4px 15px; /* bottom padding adjusted since scrollbar is removed */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    -ms-overflow-style: none; /* Hide scrollbar IE/Edge */
}

.menu-grid::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari/Webkit */
}

.menu-slider-container {
    position: relative;
    width: 100%;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--line);
    box-shadow: 0 4px 12px rgba(27, 22, 15, 0.12);
    color: var(--emerald);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 200ms ease;
}

.slider-arrow:hover {
    background: var(--emerald);
    color: #fff;
    border-color: var(--emerald);
    transform: translateY(-50%) scale(1.08);
}

.slider-arrow.prev {
    left: -32px;
}

.slider-arrow.next {
    right: -32px;
}

@media (max-width: 768px) {
    .slider-arrow {
        display: none !important;
    }
}

.menu-card {
    flex: 0 0 226px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: var(--white);
    box-shadow: 0 12px 24px rgba(27, 22, 15, 0.08);
    text-align: left;
    transform: perspective(900px) translateY(var(--reveal-y, 0)) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
    transform-style: preserve-3d;
    cursor: pointer;
}

.full-menu-item {
    cursor: pointer;
}

.product-modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--emerald);
    border: 1.5px solid rgba(201, 164, 92, 0.25);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(27, 22, 15, 0.15);
    transition: all 0.25s ease;
}

.product-modal-close-btn:hover {
    background: var(--emerald);
    color: #fff;
    border-color: var(--emerald);
    transform: rotate(90deg) scale(1.05);
}

.modal-order-btn {
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-order-btn:hover {
    transform: translateY(-2px);
}

.zomato-btn-modal:hover {
    background: #cb202d !important;
    border-color: #cb202d !important;
    box-shadow: 0 6px 20px rgba(226,60,60,0.35) !important;
}

.swiggy-btn-modal:hover {
    background: #e66e14 !important;
    border-color: #e66e14 !important;
    box-shadow: 0 6px 20px rgba(252,128,25,0.35) !important;
}

#modalProductDesc::-webkit-scrollbar {
    width: 5px;
}

#modalProductDesc::-webkit-scrollbar-track {
    background: rgba(201, 164, 92, 0.04);
    border-radius: 10px;
}

#modalProductDesc::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 10px;
}

#modalProductDesc::-webkit-scrollbar-thumb:hover {
    background: #b58d48;
}

@media (max-width: 576px) {
    .product-modal-card {
        flex-direction: column !important;
        max-height: 85vh;
        overflow-y: auto !important;
    }
    .product-modal-img-container {
        flex: 0 0 auto !important;
        height: 220px !important;
        width: 100% !important;
    }
    .product-modal-content {
        padding: 1.75rem 1.5rem !important;
        gap: 0.6rem !important;
    }
    .product-modal-close-btn {
        top: 15px;
        right: 15px;
        background: rgba(17, 17, 15, 0.65);
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2);
    }
    .product-modal-close-btn:hover {
        background: var(--emerald);
    }
}

.menu-card:hover {
    box-shadow: 0 20px 34px rgba(27, 22, 15, 0.16);
}

.menu-card.is-hidden {
    display: none;
}

.card-img-wrapper {
    position: relative;
    height: 142px;
    overflow: hidden;
    background: var(--black-soft);
}

.menu-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 400ms ease;
}

.menu-card:hover img {
    transform: scale(1.08);
}

.badge-bestseller {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 0 0 8px 0;
    background: var(--emerald);
    color: #fff;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 800;
}

.card-wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 17, 15, 0.36);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.card-wishlist:hover {
    background: rgba(255, 253, 248, 0.96);
    color: var(--brown);
    transform: scale(1.08);
}

.card-body {
    min-height: 112px;
    padding: 13px 13px 12px;
    display: flex;
    flex-direction: column;
}

.menu-card h3 {
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
}

.menu-card p {
    flex: 1;
    color: var(--muted);
    font-size: 11.5px;
    line-height: 1.45;
}

.price {
    display: block;
    margin-top: 8px;
    color: var(--emerald);
    font-size: 16px;
    font-weight: 800;
}

.view-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    height: 31px;
    border: 0;
    border-radius: 8px;
    background: var(--black);
    color: #fff;
    padding: 0 23px;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.view-menu-btn:hover,
.check-delivery-btn:hover,
.send-btn:hover,
.app-btn:hover {
    transform: translateY(-2px);
}

.view-menu-btn:hover {
    background: var(--brown);
    box-shadow: 0 12px 22px rgba(111, 38, 61, 0.2);
}

.menu-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: block;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.menu-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}

.menu-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 18%, rgba(201, 164, 92, 0.28), transparent 27rem),
        radial-gradient(circle at 84% 14%, rgba(111, 38, 61, 0.25), transparent 26rem),
        linear-gradient(135deg, rgba(17, 17, 15, 0.96), rgba(18, 63, 53, 0.94));
    backdrop-filter: blur(12px);
}

.menu-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 8% 88%, rgba(201, 164, 92, 0.16), transparent 22rem),
        linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, #f6f2e8 100%);
    box-shadow: none;
    transform: translateY(18px);
    transition: transform 240ms ease;
}

.menu-modal.is-open .menu-modal-dialog {
    transform: translateY(0);
}

.menu-modal-header {
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(234, 212, 155, 0.28);
    background:
        linear-gradient(90deg, rgba(17, 17, 15, 0.98), rgba(18, 63, 53, 0.96));
    padding: 20px clamp(22px, 4vw, 58px);
    color: #fff;
}

.menu-modal-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.menu-modal-header h2 {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 800;
    line-height: 1;
}

.menu-modal-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-left: auto;
}

.menu-modal-meta span {
    height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(234, 212, 155, 0.36);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.07);
    color: #fff;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 800;
}

.menu-modal-meta i {
    color: var(--gold-soft);
}

.menu-modal-close {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(234, 212, 155, 0.5);
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.08);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transition: background 180ms ease, transform 180ms ease;
}

.menu-modal-close:hover,
.menu-modal-close:focus-visible {
    background: var(--brown);
    transform: rotate(90deg);
    outline: 0;
}

.full-menu-toolbar {
    position: sticky;
    top: 92px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(246, 242, 232, 0.92);
    backdrop-filter: blur(10px);
    padding: 16px clamp(22px, 4vw, 58px);
}

.full-menu-search {
    width: min(520px, 100%);
    height: 46px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(201, 164, 92, 0.45);
    border-radius: 9px;
    background: rgba(255, 253, 248, 0.94);
    color: var(--emerald);
    padding: 0 16px;
    box-shadow: 0 12px 26px rgba(27, 22, 15, 0.08);
}

.full-menu-search i {
    color: var(--brown);
    font-size: 15px;
}

.full-menu-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    outline: 0;
    font-size: 13px;
    font-weight: 700;
}

.full-menu-search input::placeholder {
    color: #817a6d;
    font-weight: 600;
}

.full-menu-search:focus-within {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(201, 164, 92, 0.16), 0 12px 26px rgba(27, 22, 15, 0.08);
}

.full-menu-count {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.full-menu-count strong {
    color: var(--emerald);
    font-size: 15px;
}

.full-menu-shell {
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 330px) 1fr;
    gap: 24px;
    padding: 28px 0 36px;
}

.full-menu-feature {
    position: sticky;
    top: 120px;
    min-height: 520px;
    overflow: hidden;
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(17, 17, 15, 0.18), rgba(17, 17, 15, 0.9)),
        url('assets/hero_food.png') center/cover;
    color: #fff;
    padding: 28px;
    box-shadow: 0 24px 54px rgba(27, 22, 15, 0.22);
}

.full-menu-feature::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(234, 212, 155, 0.38);
    border-radius: 8px;
    pointer-events: none;
}

.full-menu-feature-tag {
    width: fit-content;
    margin-bottom: 14px;
    border-radius: 8px;
    background: rgba(201, 164, 92, 0.9);
    color: var(--black);
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.full-menu-feature h3 {
    position: relative;
    margin-bottom: 13px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.04;
}

.full-menu-feature p {
    position: relative;
    margin-bottom: 22px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.full-menu-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(234, 212, 155, 0.33);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.08);
    backdrop-filter: blur(8px);
}

.full-menu-stats span {
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.full-menu-stats span + span {
    border-left: 1px solid rgba(234, 212, 155, 0.25);
}

.full-menu-stats strong {
    color: var(--gold-soft);
    font-size: 20px;
    font-weight: 900;
}

.full-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
}

.full-menu-grid.is-empty {
    display: none;
}

.full-menu-item {
    min-height: 338px;
    overflow: hidden;
    display: grid;
    grid-template-rows: 190px 1fr;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 18px 38px rgba(27, 22, 15, 0.1);
    transform: translateY(12px);
    opacity: 0;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.full-menu-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 48px rgba(27, 22, 15, 0.16);
}

.menu-modal.is-open .full-menu-item {
    animation: modalItemIn 420ms ease forwards;
}

.menu-modal.is-open .full-menu-item:nth-child(2) {
    animation-delay: 40ms;
}

.menu-modal.is-open .full-menu-item:nth-child(3) {
    animation-delay: 80ms;
}

.menu-modal.is-open .full-menu-item:nth-child(4) {
    animation-delay: 120ms;
}

.menu-modal.is-open .full-menu-item:nth-child(5) {
    animation-delay: 160ms;
}

.menu-modal.is-open .full-menu-item:nth-child(6) {
    animation-delay: 200ms;
}

.menu-modal.is-open .full-menu-item:nth-child(7) {
    animation-delay: 240ms;
}

.menu-modal.is-open .full-menu-item:nth-child(8) {
    animation-delay: 280ms;
}

.full-menu-item img {
    width: 100%;
    height: 100%;
    min-height: 190px;
    display: block;
    object-fit: cover;
    transition: transform 420ms ease;
}

.full-menu-item:hover img {
    transform: scale(1.06);
}

.full-menu-item.is-filtered-out {
    display: none;
}

.full-menu-item-body {
    display: flex;
    flex-direction: column;
    padding: 18px;
    text-align: left;
}

.full-menu-tag {
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 6px;
    background: var(--emerald);
    color: #fff;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.full-menu-item h3 {
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
}

.full-menu-item p {
    flex: 1;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.full-menu-item strong {
    margin-top: 11px;
    color: var(--emerald);
    font-size: 19px;
    font-weight: 800;
}

.full-menu-empty {
    grid-column: 2;
    display: none;
    min-height: 430px;
    place-items: center;
    align-content: center;
    border: 1px dashed rgba(201, 164, 92, 0.55);
    border-radius: 10px;
    background:
        radial-gradient(circle at 50% 20%, rgba(201, 164, 92, 0.14), transparent 18rem),
        rgba(255, 253, 248, 0.8);
    padding: 42px 22px;
    text-align: center;
    box-shadow: 0 18px 38px rgba(27, 22, 15, 0.08);
}

.full-menu-empty.is-visible {
    display: grid;
}

.full-menu-empty img {
    width: 104px;
    height: 104px;
    display: block;
    margin-bottom: 18px;
    border: 1px solid rgba(201, 164, 92, 0.44);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 44%, #fffdf8 0 22%, transparent 23%),
        radial-gradient(circle at 38% 38%, var(--gold-soft) 0 7%, transparent 8%),
        radial-gradient(circle at 62% 38%, var(--gold-soft) 0 7%, transparent 8%),
        linear-gradient(145deg, var(--emerald), var(--brown));
    box-shadow: 0 18px 34px rgba(27, 22, 15, 0.16);
    animation: emptyGifFloat 1.4s ease-in-out infinite;
}

.full-menu-empty h3 {
    margin-bottom: 7px;
    color: var(--ink);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    font-weight: 800;
}

.full-menu-empty p {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.promo-section,
.delivery-area,
.contact-section {
    width: min(var(--container), calc(100% - 70px));
    margin: 18px auto 0;
}

.offers-section {
    width: min(var(--container), calc(100% - 70px));
    min-height: 270px;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
    margin: 18px auto 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.96);
    box-shadow: var(--shadow);
}

.offers-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 10px;
}

.offers-eyebrow {
    margin-bottom: 2px;
    color: var(--brown);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.offers-intro h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 25px;
    line-height: 1.12;
}

.offers-intro p {
    max-width: 185px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
}

.offers-megaphone {
    position: relative;
    width: 86px;
    height: 72px;
    margin: auto 0 8px 8px;
    color: var(--brown);
}

.offers-megaphone > i {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 53px;
    transform: rotate(-19deg);
}

.offer-confetti {
    position: absolute;
    width: 7px;
    height: 14px;
    border-radius: 3px;
    background: var(--gold);
    transform: rotate(35deg);
}

.confetti-one { top: 2px; left: 8px; background: #d99eab; }
.confetti-two { top: 18px; right: 3px; background: var(--gold); transform: rotate(-38deg); }
.confetti-three { top: 0; right: 24px; height: 10px; background: #e26d7f; transform: rotate(21deg); }
.confetti-four { top: 31px; left: 30px; width: 12px; height: 6px; background: var(--emerald); transform: rotate(-25deg); }

.view-offers-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--brown);
    color: #fff;
    padding: 9px 14px;
    font-size: 10px;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease;
}

.view-offers-btn:hover { background: var(--emerald); transform: translateY(-2px); }

.offers-list {
    overflow: hidden;
    border: 1px solid #eee8de;
    border-radius: 8px;
    background: #fffefa;
}

.offer-item {
    min-height: 47px;
    display: grid;
    grid-template-columns: 57px 52px minmax(230px, 1fr) 116px 16px;
    align-items: center;
    gap: 10px;
    padding: 5px 16px 5px 9px;
}

.offer-item + .offer-item { border-top: 1px solid #eee8de; }

.offer-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 19px;
}

.offer-label {
    justify-self: start;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.offer-copy h3 { font-size: 10px; font-weight: 800; }
.offer-copy p { margin-top: 2px; color: var(--muted); font-size: 8.5px; line-height: 1.35; }
.offer-copy .notice-is-bold { font-weight: 800; }
.offer-item time { color: var(--muted); font-size: 9px; white-space: nowrap; }
.offer-item time i { margin-right: 4px; color: var(--brown); }
.offer-arrow { justify-self: end; color: var(--brown); font-size: 11px; }

.offer-green .offer-icon { color: #168843; background: #e5f6e9; }
.offer-green .offer-label { color: #168843; background: #daf3e0; }
.offer-red .offer-icon { color: #b62743; background: #fde7eb; }
.offer-red .offer-label { color: #ba2944; background: #ffe0e6; }
.offer-gold .offer-icon { color: #c97907; background: #fff1d9; }
.offer-gold .offer-label { color: #bb6b00; background: #fff0d7; }
.offer-purple .offer-icon { color: #9229af; background: #f5e8fb; }
.offer-purple .offer-label { color: #8a2ca8; background: #f2e3f9; }
.offer-blue .offer-icon { color: #197bc8; background: #e2f2fc; }
.offer-blue .offer-label { color: #1777c0; background: #e1f1fb; }

/* Notices layout */
.offers-section {
    grid-template-columns: 238px minmax(0, 1fr);
    min-height: auto;
    gap: 32px;
    padding: 24px clamp(20px, 4vw, 40px);
}

.offers-intro {
    position: relative;
    padding: 6px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 180px;
}

.notices-title-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 3px;
    border-radius: 50%;
    background: var(--brown);
    color: #fff;
    font-size: 14px;
}

.offers-intro h2 {
    position: absolute;
    top: 10px;
    left: 46px;
    font-size: 22px;
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 800;
    color: var(--emerald);
}

.offers-intro p {
    max-width: 200px;
    margin-top: 16px;
    font-size: 11.5px;
    line-height: 1.6;
    color: var(--muted);
}

.offers-megaphone {
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 120px;
    height: 100px;
    color: #dddcd8;
    opacity: 0.2;
    pointer-events: none;
    margin: 0;
    z-index: 0;
}

.offers-megaphone > i { font-size: 80px; transform: rotate(-25deg); }
.offer-confetti { display: none; }

.notices-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    width: 100%;
}

.offers-list {
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    overflow: visible;
}

.offer-item {
    display: grid;
    grid-template-areas: 
        "icon date"
        "copy copy";
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid rgba(201, 164, 92, 0.16);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(27, 22, 15, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    cursor: pointer;
}

.offer-item + .offer-item {
    border-top: 1px solid rgba(201, 164, 92, 0.16);
}

.offer-item:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 164, 92, 0.45);
    box-shadow: 0 10px 28px rgba(111, 38, 61, 0.07);
    background: #fffdf9;
}

.offer-label { display: none; }

.offer-icon {
    grid-area: icon;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: transform 0.3s ease;
}

.offer-item:hover .offer-icon {
    transform: scale(1.08) rotate(8deg);
}

.offer-copy {
    grid-area: copy;
    margin-top: 6px;
    padding-right: 15px;
}

.offer-copy h3 {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
    margin: 0 0 4px 0;
    line-height: 1.35;
}

.offer-copy p {
    font-size: 11.5px;
    color: var(--muted);
    margin: 0;
    line-height: 1.5;
}

.offer-item time {
    grid-area: date;
    justify-self: end;
    color: var(--muted);
    font-size: 11px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.offer-item time i {
    color: var(--brown);
    font-size: 11px;
}

.offer-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: var(--brown);
    font-size: 11px;
    transition: transform 0.3s ease;
}

.offer-item:hover .offer-arrow {
    transform: translateX(4px);
}

.view-offers-btn {
    margin-top: 20px;
    border: 1px solid rgba(201, 164, 92, 0.3);
    background: #ffffff;
    color: var(--brown);
    padding: 9px 22px;
    font-size: 11.5px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.view-offers-btn:hover {
    background: var(--brown);
    color: #ffffff;
    border-color: var(--brown);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(111, 38, 61, 0.15);
}

.notices-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.notices-modal.is-open { opacity: 1; pointer-events: auto; }
.notices-modal-backdrop { position: absolute; inset: 0; background: rgba(17, 17, 15, 0.68); backdrop-filter: blur(8px); }

.notices-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(900px, 100%);
    max-height: min(720px, calc(100vh - 48px));
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    transform: translateY(14px) scale(0.985);
    transition: transform 180ms ease;
}

.notices-modal.is-open .notices-modal-dialog { transform: translateY(0) scale(1); }

.notices-modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line);
    background: #fffdf8;
}

.notices-modal-header span { color: var(--brown); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.notices-modal-header h2 { font-family: 'Playfair Display', Georgia, serif; font-size: 25px; line-height: 1.2; }
.notices-modal-close { width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--brown); cursor: pointer; }
.notices-modal-list {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.notices-modal-list .offer-item {
    grid-template-columns: 48px minmax(0, 1fr) 100px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.notices-modal-list .offer-arrow { display: none; }

.notices-float {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 60;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--brown);
    color: #fff;
    box-shadow: 0 10px 25px rgba(111, 38, 61, 0.32);
    font-size: 20px;
    animation: noticesFloat 2.6s ease-in-out infinite;
    transition: background 180ms ease, transform 180ms ease;
}

.notices-float span {
    position: absolute;
    right: 59px;
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--black);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateX(5px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.notices-float:hover { background: var(--emerald); animation-play-state: paused; }
.notices-float:hover span { opacity: 1; transform: translateX(0); }

@keyframes noticesFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@media (max-width: 760px) {
    .notices-modal { padding: 14px; }
    .notices-modal-dialog { max-height: calc(100vh - 28px); }
    .notices-modal-header { padding: 15px; }
    .notices-modal-list { padding: 6px; }
    .notices-modal-list .offer-item { grid-template-columns: 45px minmax(0, 1fr); }
    .notices-modal-list .offer-item time { display: none; }
    .notices-float { right: 14px; bottom: 76px; width: 46px; height: 46px; font-size: 17px; }
    .notices-float span { display: none; }
}

.promo-section {
    padding: 0;
}

.promo-container {
    position: relative;
    min-height: 178px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    align-items: center;
    gap: 35px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 0% 100%, rgba(201, 164, 92, 0.14), transparent 16rem),
        radial-gradient(circle at 82% 12%, rgba(111, 38, 61, 0.22), transparent 14rem),
        linear-gradient(90deg, #11110f 0%, #173b33 100%);
    padding: 22px 66px;
    box-shadow: var(--shadow);
}

.promo-container::before {
    right: 22px;
    top: 24px;
    transform: rotate(-20deg);
}

.promo-container::after {
    left: 40%;
    top: 20px;
    transform: rotate(210deg);
}

.promo-subtitle {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 700;
}

.promo-text h2 {
    margin: 0 0 16px;
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 28px;
    line-height: 1.1;
}

.swiggy-color {
    color: var(--swiggy);
}

.zomato-color {
    color: var(--zomato);
}

.promo-text p {
    max-width: 300px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.promo-apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(210px, 1fr));
    gap: 22px;
}

.app-promo-card {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #fff;
    padding: 17px 20px;
    transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transition: transform 160ms ease, filter 180ms ease;
}

.app-promo-card:hover {
    filter: saturate(1.08) brightness(1.04);
}

.app-promo-card.swiggy {
    background: linear-gradient(135deg, #f5791e, #ca4e16);
}

.app-promo-card.zomato {
    background: linear-gradient(135deg, #c92d3d, #7d1f38);
}

.app-logo {
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
}

.app-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.app-rating i {
    color: var(--gold-soft);
}

.app-btn {
    width: min(176px, 100%);
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.app-btn:hover {
    background: #fff;
    color: var(--ink);
}

.delivery-area {
    min-height: 170px;
    display: grid;
    grid-template-columns: 330px 1fr;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 253, 248, 0.95);
    box-shadow: var(--shadow);
}

.delivery-left {
    padding: 31px 26px;
}

.delivery-title-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 8px;
}

.delivery-title-wrapper i {
    color: var(--emerald);
    font-size: 22px;
}

.delivery-title-wrapper h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 800;
}

.delivery-left p {
    margin-bottom: 16px;
    font-size: 14px;
}

.check-delivery-btn {
    width: 224px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: var(--emerald);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.check-delivery-btn.is-confirmed {
    background: var(--brown);
    box-shadow: 0 12px 22px rgba(111, 38, 61, 0.18);
}

.delivery-right {
    display: grid;
    grid-template-columns: 1fr 290px;
    align-items: stretch;
}

.delivery-features-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.delivery-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-left: 1px solid var(--line);
    text-align: center;
    padding: 12px 18px;
}

.delivery-feature-icon {
    color: var(--brown);
    font-size: 42px;
    line-height: 1;
}

.delivery-feature-text h4 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 800;
}

.delivery-feature-text p {
    color: var(--muted);
    font-size: 12px;
}

.map-circle-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 170px;
    border-left: 1px solid var(--line);
}

.map-circle {
    width: 100%;
    height: 100%;
}

.map-circle img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0.62;
}

.map-pin-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(18, 63, 53, 0.24);
    transform: translate(-50%, -50%);
    animation: mapPulse 2.4s ease-in-out infinite;
}

.map-pin-logo {
    width: 62px;
    height: 74px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 50% 0;
    background: var(--black);
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 800;
    transform: rotate(-45deg);
}

.map-pin-logo span {
    color: #fff;
    font-size: 8px;
}

.map-pin-logo > * {
    transform: rotate(45deg);
}

.contact-section {
    min-height: 225px;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 28px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px 12px 0 0;
    background: rgba(255, 253, 248, 0.95);
    padding: 26px;
    box-shadow: var(--shadow);
}

.contact-info-container h2 {
    margin-bottom: 5px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 27px;
    font-weight: 800;
}

.contact-info-container p {
    max-width: 320px;
    margin-bottom: 15px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45;
}

.info-list {
    display: grid;
    gap: 9px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    font-size: 13px;
}

.info-icon {
    width: 16px;
    color: var(--brown);
    text-align: center;
}

.contact-form-container {
    position: relative;
}

.contact-form-container form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 230px));
    gap: 12px 16px;
}

.form-group-full,
.send-btn {
    grid-column: span 2;
}

.contact-form-container input,
.contact-form-container textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
    outline: 0;
    padding: 0 18px;
    font-size: 11px;
}

.contact-form-container input {
    height: 35px;
}

.contact-form-container textarea {
    height: 68px;
    resize: none;
    padding-top: 13px;
}

.contact-form-container input:focus,
.contact-form-container textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 164, 92, 0.15);
}

.send-btn {
    width: 486px;
    max-width: 100%;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 4px;
    background: var(--emerald);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.send-btn:hover {
    background: var(--brown);
    box-shadow: 0 12px 22px rgba(111, 38, 61, 0.16);
}

.chef-watermark {
    position: absolute;
    right: -8px;
    bottom: -28px;
    width: 230px;
    height: 230px;
    color: var(--gold);
    opacity: 0.48;
    pointer-events: none;
    animation: watermarkFloat 8s ease-in-out infinite;
}

/* APK Download Banner styling */
.app-download-banner {
    grid-column: 1 / -1;
    margin-top: 35px;
    background: linear-gradient(135deg, #fffdf8 0%, #faf5e8 50%, #f4edd9 100%); /* Warm premium gradient */
    border: 1px solid rgba(201, 164, 92, 0.25); /* Gold-beige border */
    border-radius: 12px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(18, 63, 53, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.banner-chef-watermark {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 90px;
    height: 90px;
    color: #eeddbb;
    opacity: 0.45;
    z-index: 1;
    pointer-events: none;
}

.banner-leaves {
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(-2px 4px 6px rgba(0,0,0,0.12));
}

.banner-left {
    display: flex;
    align-items: center;
    gap: 30px;
    flex: 1;
    min-width: 320px;
    z-index: 2;
}

.phone-mockup-wrapper {
    position: relative;
    width: 125px; /* Account for 15px shift */
    height: 120px; /* Cropped container height */
    margin-left: 12px; /* Pulls it away from left boundary */
    flex-shrink: 0;
}

.phone-mockup {
    width: 105px;
    height: 195px;
    background: #000;
    border: 3.5px solid #f3f3f3; /* Polished Silver Outer Bezel */
    outline: 1px solid #c5c5c5;   /* Metallic Bezel Rim */
    outline-offset: -1px;
    border-radius: 20px;
    position: absolute;
    bottom: -50px; /* Crops phone at bottom */
    left: 15px; /* Shunted to the right to avoid edge clipping */
    box-shadow: -8px 15px 30px rgba(0, 0, 0, 0.22), inset 0 2px 4px rgba(255,255,255,0.4);
    transform: rotate(-10deg);
    transform-origin: bottom left;
    overflow: hidden;
    z-index: 2;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 8px;
    background: #111;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #0f0f0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    position: relative;
}

.phone-glare {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 50%);
    transform: rotate(25deg);
    pointer-events: none;
    z-index: 5;
}

.phone-status-bar {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 5px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Poppins', sans-serif;
    z-index: 9;
}

.phone-app-header {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 7px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
}

.phone-app-card {
    width: 86%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    margin-top: 12px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 2;
}

.phone-card-img {
    width: 100%;
    height: 48px;
    object-fit: cover;
    border-radius: 5px;
}

.phone-card-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    padding: 0 2px;
}

.phone-card-name {
    font-size: 6px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45px;
}

.phone-card-rating {
    font-size: 5px;
    color: var(--gold);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

.phone-screen-button {
    position: absolute;
    bottom: 24px;
    width: 80%;
    height: 14px;
    background: linear-gradient(90deg, #4caf50 0%, #43a047 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(76, 175, 80, 0.3);
}

.phone-button-text {
    font-size: 5px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-button-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: buttonShine 3s infinite;
}

@keyframes buttonShine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

.banner-text {
    flex: 1;
}

.banner-text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #11110f;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.banner-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    color: #555555;
    line-height: 1.55;
    margin: 0 !important;
    max-width: 480px !important;
}

.banner-divider {
    width: 1px;
    height: 80px;
    background: #e2d9bf;
    margin: 0 10px;
    z-index: 2;
}

.banner-right {
    display: flex;
    align-items: center;
    z-index: 2;
}

.android-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.android-icon-wrapper {
    width: 68px;
    height: 68px;
    background: #eef7f0; /* Soft green background */
    border: 1.5px solid #a8dbaa; /* Thin green border */
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 32px;
    color: #5bbd61;
    box-shadow: none;
    transition: all 0.3s ease;
}

.android-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.android-title {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.android-filename {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #11110f;
    margin-bottom: 4px;
}

.apk-download-btn {
    background: #123f35;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px; /* Rectangular corners */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 11.5px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 10px rgba(18, 63, 53, 0.15);
    transition: all 0.2s ease;
    width: fit-content;
}

.apk-download-btn:hover {
    background: var(--brown);
    box-shadow: 0 6px 14px rgba(111, 38, 61, 0.22);
    transform: translateY(-1px);
    color: #fff;
}

/* Responsiveness for APK Banner */
@media (max-width: 991px) {
    .app-download-banner {
        flex-direction: column;
        align-items: center;
        gap: 25px;
        text-align: center;
        padding: 30px 20px;
    }
    
    .banner-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        min-width: unset;
        gap: 20px;
    }
    
    .phone-mockup-wrapper {
        margin-left: 0;
        margin-bottom: 0;
        height: 195px;
    }
    
    .phone-mockup {
        position: relative;
        bottom: unset;
        left: unset;
        transform: rotate(0deg);
    }
    
    .banner-divider {
        display: none;
    }
}

footer {
    background:
        radial-gradient(circle at 8% 25%, rgba(201, 164, 92, 0.12), transparent 12rem),
        linear-gradient(90deg, #11110f 0%, #12251f 100%);
    color: #fff;
    padding: 10px clamp(22px, 4.6vw, 58px) 18px;
}

.footer-content {
    width: min(var(--container), 100%);
    min-height: 142px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 0.9fr 1fr 1.2fr;
    gap: 54px;
    align-items: start;
    padding-top: 13px;
}

.footer-about .logo {
    align-items: flex-start;
    width: 92px;
}

.footer-about .logo-crown {
    font-size: 17px;
}

.footer-about .logo-title {
    font-size: 28px;
}

.footer-about .logo-subtitle {
    font-size: 12px;
}

.footer-about p,
.footer-col p.find-desc,
.footer-links-list a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    line-height: 1.45;
    transition: color 0.22s ease;
}

.footer-links-list a:hover {
    color: var(--gold-soft) !important;
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    transition: all 0.22s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
    background: var(--gold-soft) !important;
    color: #11110f !important;
    transform: translateY(-2px);
    border-color: var(--gold-soft);
    box-shadow: 0 4px 10px rgba(234, 212, 155, 0.2);
}

.food-licence-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 5px 14px 5px 5px;
    border: 1px solid rgba(201, 164, 92, 0.3);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 9.5px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(201, 164, 92, 0.05) 100%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    cursor: default;
}

.food-licence-badge:hover {
    border-color: rgba(201, 164, 92, 0.6);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(201, 164, 92, 0.1) 100%);
    box-shadow: 0 6px 16px rgba(201, 164, 92, 0.12);
    transform: translateY(-2px);
}

.food-licence-badge .fssai-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 26px;
    background: #ffffff;
    border-radius: 999px;
    padding: 3px 6px;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(201, 164, 92, 0.4);
    transition: all 0.3s ease;
}

.food-licence-badge:hover .fssai-logo-wrapper {
    border-color: rgba(201, 164, 92, 0.8);
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

.food-licence-badge .fssai-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.food-licence-badge .fssai-text {
    display: block;
}

.food-licence-badge strong {
    color: var(--gold-soft);
    font-size: 9.5px;
    font-weight: 800;
}

.footer-about p {
    max-width: 180px;
    margin: 8px 0 12px;
}

.footer-col h4 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    position: relative;
    padding-bottom: 6px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: var(--gold-soft);
    border-radius: 1px;
}

.footer-links-list {
    display: grid;
    gap: 6px;
    list-style: none;
}

.find-us-apps {
    display: flex;
    gap: 8px;
    margin-bottom: 11px;
}

.find-us-badge {
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    padding: 0 14px;
    font-size: 13px;
    font-style: italic;
    font-weight: 800;
    transition: all 0.22s ease;
}

.find-us-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}

.find-us-badge.swiggy {
    background: var(--swiggy);
}

.find-us-badge.zomato {
    background: var(--zomato);
}

.footer-bottom {
    width: min(var(--container), 100%);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 8px;
    text-align: center;
}

.footer-bottom p {
    color: #d9d4c8;
    font-size: 11px;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 18px;
    z-index: 50;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: #35b94e;
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    font-size: 30px;
    animation: whatsappBounce 2.8s ease-in-out infinite;
    transition: transform 180ms ease;
}

.whatsapp-float:hover {
    transform: translateY(-4px) scale(1.04);
}

.reveal-item {
    opacity: 0;
    --reveal-y: 24px;
}

.reveal-item:not(.menu-card) {
    transform: translateY(var(--reveal-y));
}

.reveal-item.is-visible {
    opacity: 1;
    --reveal-y: 0;
    transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-item.is-visible:not(.menu-card) {
    transform: translateY(var(--reveal-y));
}

@keyframes heroCopyIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes foodFloat {
    0%,
    100% {
        transform: scale(1.02) translateY(0);
    }
    50% {
        transform: scale(1.05) translateY(-8px);
    }
}

@keyframes badgePulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

@keyframes modelFloat {
    0%,
    100% {
        transform: translateY(0) rotate(-1deg) scale(var(--model-scale));
    }
    50% {
        transform: translateY(-12px) rotate(1deg) scale(var(--model-scale));
    }
}

@keyframes bubblePop {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@keyframes waveHand {
    0%,
    100% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(14deg);
    }
}

@keyframes trayBalance {
    0%,
    100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(2deg);
    }
}

@keyframes steamRise {
    0% {
        opacity: 0;
        transform: translateY(16px) scale(0.8);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-32px) scale(1.2);
    }
}

@keyframes blink {
    0%,
    92%,
    100% {
        transform: scaleY(1);
    }
    95% {
        transform: scaleY(0.14);
    }
}

@keyframes mapPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(18, 63, 53, 0.28);
    }
    50% {
        box-shadow: 0 0 0 18px rgba(18, 63, 53, 0);
    }
}

@keyframes watermarkFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes whatsappBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes gridDrift {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 48px 48px;
    }
}

@keyframes modalItemIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes emptyGifFloat {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-8px) scale(1.04);
    }
}

@media (max-width: 1100px) {
    nav {
        height: auto;
        flex-wrap: wrap;
    }

    nav ul {
        order: 3;
        flex-basis: 100%;
    }

    .hero {
        min-height: 620px;
        align-items: flex-start;
    }

    .hero-content {
        width: min(500px, 100%);
        margin-top: 20px;
    }

    .welcome-model {
        left: auto;
        right: 36px;
        bottom: 130px;
        --model-scale: 0.78;
    }

    .speech-bubble {
        left: -88px;
        top: -22px;
        width: 188px;
        font-size: 20px;
        line-height: 1.12;
    }

    .hero-image-container {
        right: -120px;
        width: 760px;
        max-width: 90vw;
    }

    .services,
    .menu-grid,
    .delivery-area,
    .contact-section,
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .offers-section {
        grid-template-columns: 200px minmax(0, 1fr);
    }

    .offer-item {
        grid-template-columns: 52px 48px minmax(150px, 1fr) 100px 14px;
        gap: 7px;
        padding-right: 11px;
    }

    .service-card:nth-child(3) {
        border-left: 0;
    }

    .delivery-right {
        grid-column: span 2;
    }

    .full-menu-shell {
        grid-template-columns: 1fr;
    }

    .full-menu-feature {
        position: relative;
        top: auto;
        min-height: 300px;
    }

    .full-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .full-menu-empty {
        grid-column: 1;
    }
}

@media (max-width: 760px) {
    header {
        padding: 10px 20px;
    }

    nav {
        height: 42px;
        flex-direction: row;
        gap: 12px;
    }

    .logo {
        width: 72px;
        align-items: flex-start;
    }

    .logo-img {
        width: 72px !important;
        height: auto !important;
    }

    .logo-crown {
        display: none !important;
    }

    .logo-title,
    .logo-subtitle {
        display: none !important;
    }

    .logo-tagline {
        margin-top: 0;
        font-size: 7px;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    nav ul,
    .nav-actions {
        display: none !important;
    }

    .hero {
        min-height: 510px;
        display: block;
        padding: 20px 20px 76px;
        text-align: left;
    }

    .hero-content {
        width: 100%;
        max-width: 350px;
        margin: 0;
        padding-top: 0;
    }

    .hero-features,
    .services,
    .menu-section,
    .promo-section,
    .delivery-area,
    .offers-section,
    .contact-section {
        width: calc(100% - 30px);
    }

    .services,
    .menu-grid,
    .promo-container,
    .promo-apps,
    .delivery-area,
    .delivery-right,
    .delivery-features-col,
    .offers-section,
    .contact-section,
    .contact-form-container form,
    .footer-content {
        grid-template-columns: 1fr;
    }

    .hero-features {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .welcome-text {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .hero-content h1 {
        font-size: clamp(33px, 10vw, 45px);
        margin-bottom: 10px;
    }

    .hero-desc {
        max-width: 290px;
        margin-bottom: 18px;
        font-size: 13px;
        line-height: 1.35;
    }

    .feature-tag {
        min-height: 48px;
        gap: 7px;
        padding: 8px 7px;
    }

    .feature-tag i {
        font-size: 18px;
    }

    .feature-tag-text strong,
    .feature-tag-text span {
        font-size: 8px;
    }

    .service-card,
    .service-card + .service-card,
    .delivery-feature-item,
    .map-circle-wrapper {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .service-card:first-child,
    .delivery-feature-item:first-child {
        border-top: 0;
    }

    .hero-image-container {
        right: 50%;
        bottom: 22px;
        top: auto;
        width: min(520px, 112vw);
        height: 250px;
        transform: translateX(50%);
        border-radius: 0;
    }

    .welcome-model {
        left: auto;
        right: 22px;
        bottom: 68px;
        width: 112px;
        height: 168px;
        --model-scale: 0.76;
        transform-origin: right bottom;
    }

    .speech-bubble {
        left: -67px;
        top: -10px;
        width: 146px;
        font-size: 18px;
        line-height: 1.1;
        padding: 8px 10px;
    }

    .hero-image-container::before {
        width: 100%;
        background: linear-gradient(180deg, rgba(17, 17, 15, 0) 0%, rgba(17, 17, 15, 0.1) 44%, #11110f 100%);
    }

    .hero-image {
        object-position: center 42%;
    }

    .satisfaction-badge {
        left: auto;
        right: 28px;
        bottom: 36px;
        width: 70px;
        height: 70px;
        border-width: 3px;
    }

    .badge-inner {
        width: 54px;
        height: 54px;
    }

    .badge-percent {
        font-size: 12px;
    }

    .badge-text,
    .badge-subtext {
        font-size: 5px;
    }

    .wave-divider {
        height: 34px;
    }

    .services {
        margin-top: -22px;
        padding: 0;
        overflow: hidden;
    }

    .service-card {
        min-height: auto;
        grid-template-columns: 42px 1fr;
        padding: 13px 14px;
    }

    .service-icon-wrapper {
        font-size: 28px;
    }

    .service-card h3 {
        font-size: 11px;
    }

    .service-card p {
        font-size: 11px;
    }

    .promo-container,
    .contact-section,
    .offers-section {
        padding: 24px;
    }

    .offers-section {
        gap: 14px;
    }

    .offers-intro {
        min-height: 170px;
        align-items: center;
        padding: 0;
        text-align: center;
    }

    .offers-intro p { max-width: 270px; }

    .offers-megaphone {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -43px;
        opacity: 0.18;
    }

    .view-offers-btn { position: relative; z-index: 1; margin-top: auto; }

    .offer-item {
        grid-template-columns: 40px minmax(0, 1fr) 14px;
        gap: 12px;
        padding: 10px 14px;
        min-height: 60px;
    }

    .offer-label,
    .offer-item time { display: none; }

    .offer-copy h3 { font-size: 12px; }
    .offer-copy p { font-size: 10px; line-height: 1.4; }

    .menu-modal {
        padding: 0;
    }

    .menu-modal-dialog {
        height: 100vh;
        max-height: none;
    }

    .menu-modal-header {
        min-height: auto;
        align-items: flex-start;
        padding: 16px 18px;
    }

    .full-menu-toolbar {
        top: 76px;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        padding: 12px 18px;
    }

    .full-menu-search {
        width: 100%;
    }

    .full-menu-count {
        text-align: center;
    }

    .menu-modal-header h2 {
        font-size: 28px;
    }

    .menu-modal-meta {
        display: none;
    }

    .menu-modal-close {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .full-menu-shell {
        width: calc(100% - 28px);
        gap: 14px;
        padding: 14px 0 22px;
    }

    .full-menu-feature {
        min-height: 260px;
        padding: 22px;
    }

    .full-menu-feature h3 {
        font-size: 24px;
    }

    .full-menu-stats {
        grid-template-columns: 1fr;
    }

    .full-menu-stats span {
        min-height: 48px;
    }

    .full-menu-stats span + span {
        border-top: 1px solid rgba(234, 212, 155, 0.25);
        border-left: 0;
    }

    .full-menu-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0;
    }

    .full-menu-empty {
        grid-column: 1;
        min-height: 300px;
    }

    .full-menu-item {
        grid-template-columns: 118px 1fr;
        grid-template-rows: auto;
        min-height: 148px;
    }

    .full-menu-item img {
        min-height: 148px;
    }

    .full-menu-item-body {
        padding: 12px;
    }

    .full-menu-item h3 {
        font-size: 14px;
    }

    .full-menu-item p {
        font-size: 11px;
    }

    .full-menu-item strong {
        font-size: 17px;
    }

    .contact-info-container,
    .contact-form-container,
    .contact-form-container form,
    .contact-form-container input,
    .contact-form-container textarea,
    .send-btn {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .delivery-left,
    .promo-text {
        text-align: center;
    }

    .delivery-title-wrapper {
        justify-content: center;
    }

    .check-delivery-btn {
        width: 100%;
    }

    .form-group-full,
    .send-btn {
        grid-column: span 1;
    }

    .chef-watermark {
        right: -42px;
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 760px) and (min-width: 560px) {
    header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 30;
        background: transparent;
        padding: 8px 20px 0;
    }

    .hero {
        min-height: 220px;
        padding: 38px 20px 52px;
    }

    .hero::before {
        width: 58px;
        height: 74px;
        left: 34%;
        top: 46px;
    }

    .hero-content {
        max-width: 250px;
    }

    .welcome-text {
        font-size: 16px;
    }

    .hero-content h1 {
        font-size: 26px;
        line-height: 0.95;
        margin-bottom: 10px;
    }

    .hero-desc {
        max-width: 205px;
        margin-bottom: 12px;
        font-size: 10px;
    }

    .hero-features {
        max-width: 230px;
        border-radius: 5px;
    }

    .feature-tag {
        min-height: 35px;
        gap: 5px;
        padding: 5px;
    }

    .feature-tag i {
        font-size: 13px;
    }

    .feature-tag-text strong,
    .feature-tag-text span {
        font-size: 6px;
    }

    .hero-image-container {
        top: 0;
        right: 0;
        bottom: auto;
        width: 57vw;
        height: calc(100% - 18px);
        transform: none;
    }

    .hero-image-container::before {
        width: 30%;
        background: linear-gradient(90deg, #11110f 0%, rgba(17, 17, 15, 0.72) 35%, rgba(17, 17, 15, 0) 100%);
    }

    .satisfaction-badge {
        right: 24px;
        bottom: 34px;
        width: 56px;
        height: 56px;
    }

    .badge-inner {
        width: 44px;
        height: 44px;
    }

    .badge-percent {
        font-size: 10px;
    }

    .badge-heart {
        display: none;
    }

    .services {
        width: calc(100% - 38px);
        margin-top: -26px;
        grid-template-columns: repeat(5, 1fr);
        border-radius: 8px;
    }

    .service-card,
    .service-card + .service-card {
        min-width: 0;
        grid-template-columns: 24px 1fr;
        column-gap: 5px;
        border-top: 0;
        border-left: 1px solid var(--line);
        padding: 9px 7px;
    }

    .service-card:first-child {
        border-left: 0;
    }

    .service-icon-wrapper {
        font-size: 21px;
    }

    .service-card h3 {
        font-size: 7px;
    }

    .service-card p {
        font-size: 7px;
        line-height: 1.35;
    }

    .whatsapp-float {
        right: 9px;
        bottom: 9px;
        width: 34px;
        height: 34px;
        border-width: 2px;
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .hero {
        min-height: 565px;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-desc {
        margin-inline: auto;
    }

    .hero-features {
        max-width: 320px;
        margin-inline: auto;
    }

    .feature-tag {
        flex-direction: column;
        gap: 3px;
    }

    .feature-tag-text {
        align-items: center;
    }

    .welcome-model {
        right: 4px;
        bottom: 58px;
        --model-scale: 0.62;
    }

    .full-menu-item {
        grid-template-columns: 1fr;
        grid-template-rows: 128px 1fr;
    }

    .full-menu-item img {
        height: 128px;
        min-height: 128px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}

@media (max-width: 1100px) {
    .offer-item {
        grid-template-columns: 48px minmax(150px, 1fr) 100px 16px;
        gap: 12px;
        padding: 12px 14px;
    }
}

@media (max-width: 760px) {
    .offers-section {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
    }

    .offers-intro {
        min-height: 132px;
        display: block;
        padding: 2px 0 0;
        text-align: left;
    }

    .offers-intro h2 {
        top: 9px;
        left: 43px;
        font-size: 23px;
    }

    .offers-intro p {
        max-width: 205px;
        margin-top: 14px;
    }

    .offers-megaphone {
        right: 8px;
        bottom: -3px;
        left: auto;
        margin: 0;
        opacity: 0.25;
    }

    .offer-item {
        grid-template-columns: 40px minmax(0, 1fr) 14px;
        padding: 10px 14px;
        gap: 12px;
        min-height: 60px;
    }

    .notices-content { width: 100%; }
    .view-offers-btn { margin-top: 14px; }
}
