@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: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
    margin-bottom: 18px;
}

.menu-card {
    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;
}

.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;
}

.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;
}

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: #fff;
    font-size: 11px;
    line-height: 1.45;
}

.footer-about p {
    max-width: 180px;
    margin: 4px 0 12px;
}

.footer-col h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.footer-links-list {
    display: grid;
    gap: 3px;
    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;
}

.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);
    }

    .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-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,
    .contact-section {
        width: calc(100% - 30px);
    }

    .services,
    .menu-grid,
    .promo-container,
    .promo-apps,
    .delivery-area,
    .delivery-right,
    .delivery-features-col,
    .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 {
        padding: 24px;
    }

    .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;
    }
}
