:root{

    --bg:#f9f5f0;

    --surface:#ffffff;

    --surface-strong:#ffffff;

    --accent:#ff7a18;

    --accent-dark:#d45f01;

    --text:#1e1e1e;

    --muted:#6d6d72;

    --border:#e9e2d9;

    --shadow:0 24px 64px rgba(16,24,40,0.08);

    --radius:24px;

}

*,*::before,*::after{
    box-sizing:border-box
}

html{
    scroll-behavior:smooth
}

body{
    margin:0;
    min-height:100%;
    font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    color:var(--text);
    background:var(--bg);
    background-image:radial-gradient(circle at top left, rgba(255,122,24,0.14), transparent 32%),radial-gradient(circle at bottom right, rgba(255,122,24,0.08), transparent 30%);
    padding-top: 60px;
}

img{
    max-width:100%;
    display:block
}

button,input,textarea{
    font:inherit
}

button{
    cursor:pointer
}

a{
    color:inherit;
    text-decoration:none
}

.container{
    width:min(1100px,100% - 32px);
    margin:0 auto
}

.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0
}

/* Header */
.site-header{
      position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1000;


}



.header-inner{

      width:100%;
    margin:0;
    padding:16px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:var(--surface);
    border-bottom:1px solid rgba(229,231,235,0.9);
       
    z-index:1000;
    backdrop-filter: blur(14px);

}

.brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:800;
    font-size:1.2rem;
    color:#111
}

.logo
{
  font-family: 'Times New Roman', Times, serif;
  font-size: xx-large;
  font-weight: bold;
}.logo-emoji{
    font-size:1.2rem;
}

.nav-toggle{
    display:none;
    border:none;
    background:transparent;
    padding:12px
}

.burger{
    display:block;
    width:24px;
    height:2px;
    background:var(--text);
    position:relative
}

.burger::before,.burger::after{
    content:'';
    position:absolute;
    width:24px;
    height:2px;
    background:var(--text);
    left:0
}

.burger::before{
    top:-8px
}

.burger::after{
    top:8px
}

.navbar{
    display:flex
}

.nav-links{
    display:flex;
    gap:18px;
    list-style:none;
    padding:0;
    margin:0
}

.nav-links a{
    display:inline-flex;
    align-items:center;
    padding:10px 14px;
    border-radius:14px;
    transition:all .22s ease
}

.nav-links a:hover,.nav-links a:focus-visible{
    background:rgba(255,122,24,0.12);
    outline:none
}

.cart-toggle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:16px;
    border:1px solid var(--border);
    background:var(--surface);
    font-weight:700;
    transition:all .22s ease
}

.cart-toggle:hover{
    transform:translateY(-1px);
    box-shadow:0 16px 34px rgba(16,24,40,0.08)
}

.cart-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:26px;
    height:26px;
    padding:0 10px;
    border-radius:999px;
    background:#ffedd5;
    color:#bc4c00;
    font-size:.9rem;
    font-weight:700
}

/* Hero */
.hero{
    padding:60px 0;
    min-height:calc(100vh - 84px);
    display:flex;
    align-items:center
}

.hero-grid{
    display:grid;
    grid-template-columns:1.35fr 1fr;
    gap:40px;
    align-items:center
}

.hero-copy{
    max-width:560px
}

.eyebrow{
    display:inline-flex;
    margin-bottom:18px;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--accent)
}

.hero-copy h1{
    margin:0 0 24px;
    font-size:clamp(2.9rem,5vw,4.4rem);
    line-height:1.02;
    max-width:640px
}

.hero-copy-text{
    margin:0 0 32px;
    font-size:1.05rem;
    color:#4d4d4d;
    max-width:640px
}

.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px
}

.btn{
    border:none;
    border-radius:16px;
    padding:14px 24px;
    font-weight:700;
    transition:all .22s ease
}

.btn.primary{
    background:var(--accent);
    color:#fff;
    box-shadow:0 18px 40px rgba(255,122,24,0.24)
}

.btn.primary:hover{
    transform:translateY(-2px);
    background:var(--accent-dark)
}

.btn.secondary{
    background:rgba(255,255,255,0.95);
    color:var(--text);
    border:1px solid var(--border)
}

.btn.secondary:hover{
    background:#fff
}

.hero-stats{
    display:flex;
    gap:18px;
    margin-top:36px
}

.hero-stats div{
    padding:18px 24px;
    border-radius:22px;
    background:rgba(255,255,255,0.85);
    backdrop-filter:blur(6px);
    box-shadow:0 16px 30px rgba(16,24,40,0.04)
}

.hero-stats strong{
    display:block;
    font-size:1.2rem;
    color:#111
}

.hero-stats span{
    color:#6d6d72;
    margin-top:4px;
    display:block
}

.hero-image{
    min-height:440px;
    border-radius:36px;
    background-color:#f6f1e8;
    background-image:linear-gradient(rgba(21,24,34,0.18), rgba(21,24,34,0.18)), url('assets/food1.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    box-shadow:0 28px 90px rgba(16,24,40,0.18)
}

/* Menu */
.menu{
    padding:80px 0
}

.menu-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:28px
}

.menu-header h2{
    margin:0;
    font-size:clamp(2.2rem,3vw,3rem)
}

.menu-header p{
    max-width:620px;
    color:#4d4d4d;
    font-size:1rem
}

.search-group{
    max-width:420px;
    width:100%
}

.search-group input{
    width:100%;
    padding:16px 18px;
    border-radius:18px;
    border:2px solid var(--border);
    background:var(--surface);
    box-shadow:0 8px 24px rgba(16,24,40,0.08);
    font-size:1rem;
    transition:all 0.22s ease;
}

.search-group input:focus {
    outline:none;
    border-color:var(--accent);
    box-shadow:0 12px 36px rgba(255,122,24,0.16);
}

.menu-container{
    display:grid;
    grid-template-columns:repeat(3,minmax(240px,1fr));
    gap:24px
}

.card{
    background:var(--surface);
    border-radius:28px;
    overflow:hidden;
    box-shadow:var(--shadow);
    border:1px solid rgba(229,231,235,0.9);
    transition:transform .28s ease,box-shadow .28s ease
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 90px rgba(16,24,40,0.12)
}

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

.card-body{
    padding:24px
}

.badge{
    display:inline-flex;
    margin-bottom:14px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,122,24,0.14);
    color:var(--accent);
    font-size:.82rem;
    font-weight:700
}

.card-body h3{
    margin:0 0 12px;
    font-size:1.2rem
}

.card-body p{
    margin:0 0 22px;
    color:#5f5f65;
    line-height:1.7
}

.card-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px
}

.price{
    font-size:1rem;
    font-weight:700
}

/* Highlights */
.highlights{
    padding:80px 0
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(220px,1fr));
    gap:24px
}

.feature-card{
    padding:32px;
    border-radius:30px;
    background:linear-gradient(180deg,rgba(255,255,255,0.95),#fff);
    box-shadow:var(--shadow);
    border:1px solid rgba(229,231,235,0.85);
    transition:transform .22s ease,box-shadow .22s ease
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 28px 68px rgba(16,24,40,0.12)
}

.feature-card h3{
    margin:0 0 14px;
    font-size:1.15rem
}

.feature-card p{
    margin:0;
    color:#5d5d67;
    line-height:1.75
}

/* About */
.about{
    padding:80px 0
}

.about-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:32px;
    align-items:start
}

.about h2{
    margin-top:12px;
    font-size:clamp(2.25rem,3vw,3rem)
}

.about-list{
    display:grid;
    gap:20px
}

.about-list div{
    padding:26px;
    border-radius:30px;
    background:var(--surface);
    box-shadow:var(--shadow);
    border:1px solid rgba(229,231,235,0.9)
}

.about-list h3{
    margin:0 0 12px
}

.about-list p{
    margin:0;
    color:#5d5d67;
    line-height:1.8
}

/* Contact */
.contact{
    padding:80px 0
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
    align-items:start
}

.contact-panel{
    padding:32px;
    border-radius:32px;
    background:var(--surface);
    box-shadow:var(--shadow);
    border:1px solid rgba(229,231,235,0.9)
}

.contact-panel p{
    color:#5d5d67;
    line-height:1.75
}

.contact-info{
    display:grid;
    gap:18px;
    margin-top:28px
}

.contact-info div{
    padding:18px;
    border-radius:22px;
    background:#faf6f1
}

.contact-info strong{
    display:block;
    margin-bottom:8px
}

.contact-form{
    display:grid;
    gap:16px
}

.contact-form label{
    font-weight:600;
    color:#333
}

.contact-form input,.contact-form textarea{
    width:100%;
    padding:16px 18px;
    border-radius:18px;
    border:1px solid var(--border);
    background:#fff;
    box-shadow:inset 0 1px 2px rgba(16,24,40,0.05)
}

.contact-form textarea{
    min-height:170px;
    resize:vertical
}

/* Modal */
.modal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(11,20,39,0.42);
    z-index:65;
    padding:20px
}

.modal[aria-hidden="false"]{
    display:flex
}

.modal-content{
    width:min(640px,100%);
    max-height:calc(100vh - 60px);
    overflow:auto;
    background:var(--surface);
    border-radius:32px;
    box-shadow:0 28px 88px rgba(16,24,40,0.22);
    padding:28px 28px 24px
}

.modal-close{
    position:absolute;
    right:22px;
    top:22px;
    border:none;
    background:transparent;
    font-size:30px;
    color:#5f5f65;
    cursor:pointer
}

.order-modal-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px
}

.order-price{
    font-size:1.25rem;
    font-weight:700;
    color:#111
}

.order-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px
}

.order-info{
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(229,231,235,0.9);
    box-shadow:0 18px 42px rgba(16,24,40,0.06)
}

.order-info img{
    width:100%;
    height:220px;
    object-fit:cover
}

.quantity-control{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
    background:#faf7f2
}

.quantity-control button{
    width:40px;
    height:40px;
    border:none;
    border-radius:14px;
    background:#fff;
    color:#111;
    font-size:1.35rem;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 9px 22px rgba(16,24,40,0.08)
}

.quantity-control input{
    width:64px;
    text-align:center;
    font-size:1rem;
    border:none;
    background:transparent;
    font-weight:700;
    color:#111
}

.order-options{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:20px 18px;
    border-radius:28px;
    background:#fff;
    border:1px solid rgba(229,231,235,0.9)
}

.order-options h4{
    margin:0;
    font-size:1rem
}

.order-options label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px;
    border-radius:18px;
    background:#faf7f1;
    border:1px solid rgba(229,231,235,0.9);
    cursor:pointer;
    transition:background .18s ease
}

.order-options label:hover{
    background:#fff4e6
}

.order-options input{
    accent-color:var(--accent)
}

.order-options span{
    color:#5f5f65;
    font-size:.95rem
}

.modal-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:26px;
    flex-wrap:wrap
}

.summary-text{
    margin:0;
    color:#111;
    font-size:1rem
}

.order-total{
    font-weight:800
}

/* Cart drawer */
.cart-drawer{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    transform:translateX(100%);
    width:min(380px,100%);
    max-width:100%;
    background:var(--surface);
    box-shadow:-26px 0 72px rgba(16,24,40,0.18);
    transition:transform .28s ease,visibility .28s ease;
    visibility:hidden;
    z-index:70;
    overflow-y:auto
}

.cart-drawer.open{
    transform:translateX(0);
    visibility:visible
}

.cart-drawer-inner{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:28px
}

.cart-drawer-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px
}

.drawer-close{
    border:none;
    background:transparent;
    font-size:30px;
    color:#555;
    cursor:pointer
}

.cart-items{
    display:grid;
    gap:18px
}

.cart-item{
    padding:18px;
    border-radius:24px;
    background:#faf8f3;
    border:1px solid rgba(229,231,235,0.9)
}

.cart-item h3{
    margin:0 0 10px;
    font-size:1rem
}

.cart-item-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    font-size:.95rem;
    color:#5d5d67
}

.cart-item-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:16px 0
}

.cart-item-actions button{
    padding:10px 12px;
    border:none;
    border-radius:14px;
    background:#fff;
    color:#111;
    box-shadow:0 12px 28px rgba(16,24,40,0.08);
    transition:background .18s ease
}

.cart-item-actions button:hover{
    background:#f8f3ec
}

.cart-item-total{
    display:block;
    color:#111;
    font-weight:700
}

.cart-summary{
    margin-top:auto
}

.summary-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;
    border-top:1px solid rgba(229,231,235,0.9);
    border-bottom:1px solid rgba(229,231,235,0.9);
    margin-bottom:18px
}

/* Overlay */
.overlay{
    position:fixed;
    inset:0;
    background:rgba(11,20,39,0.44);
    backdrop-filter:blur(2px);
    opacity:0;
    visibility:hidden;
    transition:opacity .25s ease,visibility .25s ease;
    z-index:69
}

.overlay.visible{
    opacity:1;
    visibility:visible
}

/* Toasts */
.toast-container{
    position:fixed;
    right:20px;
    bottom:20px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:75
}

.toast{
    min-width:260px;
    padding:14px 18px;
    border-radius:18px;
    background:#111;
    color:#fff;
    box-shadow:0 18px 42px rgba(16,24,40,0.2);
    opacity:0;
    transform:translateY(12px);
    transition:opacity .22s ease,transform .22s ease
}

.toast.show{
    opacity:1;
    transform:translateY(0)
}

.toast.error{
    background:#9d1f1f
}

/* Animations */
.animate-on-scroll{
    opacity:0;
    transform:translateY(32px);
    transition:opacity .6s ease,transform .6s ease
}

.animate-on-scroll.visible{
    opacity:1;
    transform:translateY(0)
}

/* Cart Page */
.cart-page{
    position:fixed;
    inset:0;
    background:var(--bg);
    z-index:100;
    display:flex;
    flex-direction:column;
    overflow-y:auto
}

.cart-page[hidden]{
    display:none
}

.cart-page-header{
    background:var(--surface);
    border-bottom:1px solid var(--border);
    padding:20px 0;
    position:sticky;
    top:0;
    z-index:101
}

.cart-page-header h1{
    margin:16px 0 0;
    font-size:2rem
}

.btn-back{
    background:transparent;
    border:none;
    color:var(--accent);
    font-weight:700;
    font-size:1rem;
    cursor:pointer;
    padding:8px 12px;
    border-radius:8px;
    transition:all .22s ease
}

.btn-back:hover{
    background:rgba(255,122,24,0.12)
}

.cart-page-main{
    flex:1;
    padding:40px 0
}

.cart-page-content{
    display:grid;
    grid-template-columns:1fr 380px;
    gap:32px;
    align-items:start
}

.cart-page-items{
    display:grid;
    gap:20px
}

.cart-page-item{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:24px;
    padding:20px;
    display:grid;
    grid-template-columns:100px 1fr;
    gap:20px;
    align-items:center;
    box-shadow:0 4px 12px rgba(16,24,40,0.06);
    transition:box-shadow .22s ease
}

.cart-page-item:hover{
    box-shadow:0 8px 24px rgba(16,24,40,0.12)
}

.cart-page-item-image{
    width:100px;
    height:100px;
    border-radius:16px;
    object-fit:cover;
    background:#f0f0f0
}

.cart-page-item-details{
    display:grid;
    gap:12px
}

.query-select
{
  height: 35px;

}

.cart-page-item-title{
    font-size:1.1rem;
    font-weight:700;
    margin:0
}

.cart-page-item-toppings{
    color:var(--muted);
    font-size:.95rem;
    margin:0
}

.cart-page-item-controls{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:12px
}

.cart-page-item-qty{
    display:flex;
    align-items:center;
    gap:8px;
    background:#faf7f2;
    border-radius:14px;
    padding:6px 12px
}

.cart-page-item-qty button{
    background:transparent;
    border:none;
    color:var(--text);
    font-weight:700;
    cursor:pointer;
    font-size:1rem;
    padding:0 6px
}

.cart-page-item-price{
    font-weight:700;
    color:var(--accent);
    font-size:1.1rem
}

.cart-page-item-remove{
    background:transparent;
    border:1px solid #e74c3c;
    color:#e74c3c;
    padding:8px 14px;
    border-radius:12px;
    font-weight:600;
    cursor:pointer;
    transition:all .22s ease
}

.cart-page-item-remove:hover{
    background:#e74c3c;
    color:#fff
}

.cart-page-sidebar{
    height:fit-content;
    position:sticky;
    top:100px
}

.cart-page-summary{
    background:var(--surface);
    border:1px solid var(--border);
    border-radius:24px;
    padding:24px;
    box-shadow:var(--shadow)
}

.cart-page-summary h3{
    margin:0 0 20px;
    font-size:1.2rem
}

.summary-line{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 0;
    border-bottom:1px solid rgba(229,231,235,0.5)
}

.summary-line:last-of-type{
    border-bottom:none
}

.summary-total{
    background:rgba(255,122,24,0.08);
    padding:14px 12px;
    margin:8px 0;
    border-radius:12px;
    font-size:1.15rem;
    font-weight:700;
    border-bottom:none
}

.cart-page-empty{
    text-align:center;
    padding:60px 20px
}

/* Responsive */
@media (max-width:1080px){

    .hero-grid{
        grid-template-columns:1fr
    }

    .hero-image{
        min-height:320px
    }

    .menu-container{
        grid-template-columns:repeat(2,minmax(220px,1fr))
    }

    .feature-grid{
        grid-template-columns:repeat(2,minmax(220px,1fr))
    }

    .about-grid,.contact-grid{
        grid-template-columns:1fr
        
    }

}

.contact{
  margin-top: 30px;
}

@media (max-width:768px){

    .header-inner{
        flex-wrap:wrap;
        justify-content:space-between
    }

    .nav-toggle{
        display:block
    }

    .navbar{
        position:fixed;
        inset:0;
        transform:translateY(-100%);
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:24px;
        background:rgba(255,255,255,0.96);
        padding:0;
        visibility:hidden;
        opacity:0;
        transition:transform .28s ease,opacity .28s ease,visibility .28s ease;
        z-index:59
    }

    .navbar.open{
        transform:translateY(0);
        visibility:visible;
        opacity:1
    }

    .nav-links{
        flex-direction:column;
        gap:24px
    }

    .nav-links a{
        font-size:1.05rem;
        padding:14px 28px
    }

    .menu-header{
        flex-direction:column;
        align-items:flex-start
    }

    .search-group{
        width:100%
    }

    .menu-container{
        grid-template-columns:1fr
    }

    .hero-actions{
        flex-direction:column;
        align-items:flex-start
    }

    .cart-drawer{
        width:100%
    }

    .cart-page-content{
        grid-template-columns:1fr;
        gap:24px
    }

    .cart-page-sidebar{
        position:static
    }

}

@media (max-width:560px){

    .header-inner{
        padding:14px 0
    }

    .hero-copy h1{
        font-size:2.4rem
    }

    .hero-image{
        min-height:240px
    }

    .cart-toggle{
        width:100%;
        justify-content:center
    }

    .nav-links a{
        padding:14px 20px
    }

}

.menu{
    padding:62px 20px
}

.section-header{
    text-align:center;
    margin-bottom:26px
}

.section-header h2{
    font-size:clamp(30px,3vw,42px);
    margin-bottom:6px
}

.section-subtitle{
    display:inline-block;
    color:var(--muted);
    font-size:0.98rem
}

.menu-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:24px;
    max-width:1100px;
    margin:0 auto
}

.card{
    position:relative;
    background:var(--card-bg);
    border-radius:18px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:transform .28s,box-shadow .28s;
    border:1px solid rgba(229,231,235,0.8)
}

.card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block
}

.card h3{
    padding:18px 20px 0;
    margin:0;
    font-size:1.17rem
}

.card p{
    padding:8px 20px 18px;
    color:var(--muted);
    font-size:.96rem;
    line-height:1.55
}

.card-order{
    width:calc(100% - 40px);
    margin:0 20px 22px;
    padding:12px 0;
    border:0;
    border-radius:14px;
    background:linear-gradient(135deg, #ff8b36, #ff5a00);
    color:#fff;
    font-weight:700;
    cursor:pointer;
    transition:transform .18s,box-shadow .18s
}

.card-order:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(255,90,0,0.28)
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 60px rgba(20,20,20,0.14)
}

/* HIGHLIGHTS */
.highlights{
    padding:56px 20px
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    max-width:1100px;
    margin:30px auto 0
}

.feature-card{
    background:linear-gradient(180deg,rgba(255,255,255,0.96),#fff);
    padding:28px 22px;
    border-radius:20px;
    box-shadow:0 18px 42px rgba(16,24,40,0.08);
    border:1px solid rgba(229,231,235,0.9);
    transition:transform .22s,box-shadow .22s
}

.feature-card h3{
    margin-bottom:12px;
    font-size:1.1rem;
    color:#111
}

.feature-card p{
    color:var(--muted);
    line-height:1.7
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 24px 48px rgba(16,24,40,0.12)
}

/* ABOUT */
.about{
    padding:48px 20px;
    background:linear-gradient(180deg,#fff,#f9f5f1);
    text-align:center
}

.about p{
    max-width:780px;
    margin:12px auto;
    color:var(--muted);
    font-size:1rem
}

/* CONTACT */
.contact{
    padding:48px 20px;
    background:linear-gradient(180deg,#fff,#f7f2ee)
}

.contact-form{
    max-width:780px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:16px
}

.form-row{
    display:flex;
    gap:16px
}

.form-row input{
    flex:1
}

.contact-form input,.contact-form textarea{
    padding:16px;
    border-radius:14px;
    border:1px solid #e6e6e6;
    box-shadow:inset 0 1px 2px rgba(16,24,40,0.04)
}

.btn{
    background:#fff;
    border:1px solid #ddd;
    padding:12px 18px;
    border-radius:12px;
    cursor:pointer;
    font-weight:600;
    transition:all .18s
}

.btn:hover{
    transform:translateY(-1px);
    box-shadow:0 10px 22px rgba(16,24,40,0.08)
}

.btn.primary{
    background:var(--accent);
    color:#fff;
    border:0
}

/* MODAL */
.modal{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,0.42);
    padding:20px
}

.modal[aria-hidden="false"]{
    display:flex
}

.modal-content{
    position:relative;
    background:#fff;
    padding:28px 28px 24px;
    border-radius:24px;
    max-width:610px;
    width:100%;
    box-shadow:0 24px 76px rgba(0,0,0,0.18);
    text-align:left
}

.modal-close{
    position:absolute;
    right:18px;
    top:18px;
    background:transparent;
    border:0;
    font-size:26px;
    cursor:pointer;
    color:#666
}

.order-modal-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:22px
}

.modal-badge{
    display:inline-flex;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,122,24,0.12);
    color:var(--accent);
    font-size:.82rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em
}

.order-price{
    font-size:1.2rem;
    font-weight:700;
    color:#111
}

.order-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px
}

.order-info{
    border:1px solid rgba(229,231,235,0.9);
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 28px rgba(16,24,40,0.06)
}

.order-info img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block
}

.quantity-control{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 18px;
    background:#faf9f7
}

.quantity-control button{
    width:38px;
    height:38px;
    border:none;
    border-radius:12px;
    background:#fff;
    color:#333;
    font-size:1.4rem;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(16,24,40,0.06)
}

.quantity-control input{
    width:60px;
    text-align:center;
    font-size:1.05rem;
    border:none;
    background:transparent;
    color:#111;
    font-weight:700
}

.order-options{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:20px 18px;
    border-radius:20px;
    background:linear-gradient(180deg,#fff,#f9f6f1);
    border:1px solid rgba(229,231,235,0.85)
}

.order-options h4{
    margin:0 0 8px;
    font-size:1rem;
    color:#111
}

.order-options label{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:14px;
    background:#fff;
    border:1px solid rgba(229,231,235,0.9);
    cursor:pointer;
    transition:all .18s
}

.order-options label:hover{
    background:rgba(255,122,24,0.06)
}

.order-options input{
    accent-color:var(--accent)
}

.order-options span{
    color:var(--muted);
    font-size:.95rem
}

.modal-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:24px;
    flex-wrap:wrap
}

.summary-text{
    margin:0;
    font-size:1rem;
    color:#222
}

.order-total{
    font-weight:800;
    color:#111
}

/* FOOTER */
footer{
    text-align:center;
    padding:28px 10px;
    background:#111;
    color:#fff;
    margin-top:24px
}

/* RESPONSIVE */
@media (max-width:980px){

    .feature-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }

}

@media (max-width:800px){

    .nav-toggle{
        display:block
    }

    .nav-links{
        position:fixed;
        right:12px;
        top:64px;
        width:220px;
        background:#fff;
        padding:18px 16px;
        border-radius:18px;
        box-shadow:0 18px 42px rgba(0,0,0,0.12);
        flex-direction:column;
        display:none;
        gap:10px
    }

    .nav-links.show{
        display:flex
    }

    .form-row{
        flex-direction:column
    }

    .hero{
        min-height:68vh
    }

    .feature-grid{
        grid-template-columns:1fr
    }

    .menu-container{
        grid-template-columns:1fr
    }

}

@media (max-width:560px){

    .hero-content{
        padding:24px
    }

    .hero h2{
        font-size:2.15rem
    }

    .hero p{
        font-size:1rem
    }

    .hero-actions{
        flex-direction:column
    }

    .nav-links{
        top:72px;
        right:10px;
        width:calc(100% - 20px)
    }

    .nav-links a{
        padding:12px 14px
    }

    .menu{
        padding:48px 16px
    }

    .about,.contact,.highlights{
        padding:36px 16px
    }

}

/* === Final overrides for consistent cards, modal, and responsive ordering UX === */

.menu-container {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:24px;
    align-items:stretch;
}

.card {
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:430px;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(229,231,235,0.95);
    box-shadow:0 24px 54px rgba(16,24,40,0.08);
    transition:transform .28s ease,box-shadow .28s ease;
}

.card:hover {
    transform:translateY(-6px);
    box-shadow:0 32px 78px rgba(16,24,40,0.14);
}

.card img {
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
}

.card-body {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex:1;
    padding:24px;
    gap:22px;
}

.card-body p {
    margin:0;
    color:#5f5f65;
    line-height:1.75;
    flex:1;
}

.card-footer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:auto;
}

.card-order {
    min-width:140px;
    padding:14px 18px;
    border:none;
    border-radius:18px;
    color:#fff;
    background:linear-gradient(135deg,#ff7a18,#ff4e00);
    font-weight:700;
    transition:transform .22s ease,box-shadow .22s ease;
}

.card-order:hover {
    transform:translateY(-1px);
    box-shadow:0 18px 36px rgba(255,122,24,0.24);
}

.modal {
    position:fixed;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(11,20,39,0.38);
    backdrop-filter:blur(6px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .28s ease,visibility .28s ease;
    z-index:95;
    padding:20px;
}

.modal[aria-hidden="false"] {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.modal-content {
    width:min(720px,100%);
    max-height:calc(100vh - 40px);
    overflow:auto;
    border-radius:28px;
    transform:translateY(28px) scale(.98);
    opacity:0;
    transition:transform .28s ease,opacity .28s ease;
    position:relative;
}

.modal[aria-hidden="false"] .modal-content {
    transform:translateY(0) scale(1);
    opacity:1;
}

.modal-content::-webkit-scrollbar {
    width:10px;
}

.modal-content::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,0.12);
    border-radius:10px;
}

.order-main {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.order-info {
    display:grid;
    grid-template-rows:auto 1fr;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(229,231,235,0.9);
    box-shadow:0 16px 38px rgba(16,24,40,0.06);
}

.order-info img {
    width:100%;
    height:260px;
    object-fit:cover;
}

.quantity-control {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:18px 20px;
    background:#faf7f2;
}

.quantity-control button {
    width:44px;
    height:44px;
    border:none;
    border-radius:14px;
    background:#fff;
    color:#111;
    font-size:1.4rem;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 24px rgba(16,24,40,0.08);
}

.quantity-control input {
    width:66px;
    text-align:center;
    border:none;
    background:transparent;
    font-weight:700;
    font-size:1.05rem;
}

.order-options {
    display:flex;
    flex-direction:column;
    gap:16px;
    padding:20px 18px;
    border-radius:24px;
    background:linear-gradient(180deg,#fff,#f9f6f1);
    border:1px solid rgba(229,231,235,0.85);
}

.order-options label {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 16px;
    border-radius:18px;
    background:#fff;
    border:1px solid rgba(229,231,235,0.9);
    cursor:pointer;
    transition:background .18s ease,transform .18s ease;
}

.order-options label:hover {
    background:rgba(255,122,24,0.06);
}

.order-options span {
    color:#5f5f65;
    font-size:.95rem;
    white-space:nowrap;
}

.modal-footer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-top:28px;
    flex-wrap:wrap;
}

.summary-text {
    margin:0;
    font-size:1rem;
    color:#222;
}

#orderTotal {
    font-size:1.2rem;
    font-weight:800;
    color:var(--accent);
}

@media (max-width:860px) {
    .hero-grid {
        grid-template-columns:1fr;
    }

    .hero-image {
        min-height:300px;
    }

    .menu-container {
        grid-template-columns:1fr;
    }

    .feature-grid {
        grid-template-columns:1fr;
    }

    .order-main {
        grid-template-columns:1fr;
    }

    .cart-page-content {
        grid-template-columns:1fr;
    }

    .cart-page-sidebar {
        position:static;
        top:auto;
    }
}

@media (max-width:600px) {
    .hero {
        padding:40px 16px;
    }

    .hero-copy h1 {
        font-size:2.4rem;
    }

    .hero-actions {
        flex-direction:column;
        width:100%;
    }

    .hero-actions .btn {
        width:100%;
    }

    .menu {
        padding:40px 16px;
    }

    .card {
        min-height:auto;
    }

    .card img {
        aspect-ratio:16/10;
    }

    .modal {
        padding:12px;
    }

    .modal-content {
        max-height:calc(100vh - 22px);
        width:min(100%,560px);
        border-radius:22px;
    }

    .order-options label {
        flex-direction:column;
        align-items:flex-start;
    }

    .order-options span {
        margin-top:8px;
    }

    .quantity-control {
        flex-wrap:wrap;
    }
}

/* Search match highlight */
.card.highlight{
    box-shadow:0 0 0 4px rgba(255,122,24,0.3), 0 30px 80px rgba(255,122,24,0.28);
    outline:4px solid var(--accent);
    outline-offset:2px;
    transform:translateY(-8px) scale(1.02);
    animation:highlight-pulse 0.6s ease-out;
}

@keyframes highlight-pulse {
    from {
        box-shadow:0 0 0 8px rgba(255,122,24,0.4), 0 20px 60px rgba(255,122,24,0.2);
    }
    to {
        box-shadow:0 0 0 4px rgba(255,122,24,0.3), 0 30px 80px rgba(255,122,24,0.28);
    }
}

/* Menu empty state */
#menuEmpty{
    display:block;
    text-align:center;
    padding:48px 24px;
    border-radius:20px;
    background:linear-gradient(135deg,rgba(255,250,245,0.8),rgba(255,245,230,0.6));
    border:2px dashed rgba(255,122,24,0.3);
    color:var(--muted);
    margin:24px 0;
    font-size:1.05rem;
    font-weight:500;
    animation:fade-in 0.4s ease;
}

@keyframes fade-in {
    from { opacity:0; transform:translateY(12px); }
    to { opacity:1; transform:translateY(0); }
}

/* Navbar theme tidy */
.header-inner{
    background:var(--surface);
    border-bottom:1px solid rgba(229,231,235,0.9);
}
.brand{ color:var(--accent-dark); }
.nav-links a{ color:var(--text); }
.nav-links a:hover{ background:rgba(255,122,24,0.08); }

/* Reviews */
.reviews{ padding:60px 0; }
.reviews-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:18px }
.review-card{ padding:20px; border-radius:18px; background:var(--surface); box-shadow:var(--shadow); border:1px solid rgba(229,231,235,0.9); }
.review-card strong{ display:block; margin-bottom:8px }
.review-card .stars{ color:#ffac33; font-size:1.05rem; margin-bottom:10px }
.review-card p{ margin:0; color:var(--muted); line-height:1.6 }

/* Collaboration + Contact cards */
.collab .contact-form, .contact .contact-form{ max-width:760px; margin:20px auto 0 }
.contact-cards{ display:flex; gap:16px; flex-wrap:wrap; margin-top:12px }
.contact-card{ display:block; flex:1 1 200px; padding:16px 18px; border-radius:14px; background:linear-gradient(180deg,#fff,#fff); border:1px solid var(--border); text-align:left; color:var(--text); box-shadow:0 12px 28px rgba(16,24,40,0.06) }
.contact-card strong{ display:block; margin-bottom:6px }
.contact-card span{ color:var(--muted) }

/* Modal close alignment fix */
.modal-close{ right:18px; top:12px; z-index:120 }

@media (max-width:980px){
    .reviews-grid{ grid-template-columns:repeat(2,1fr) }
}

@media (max-width:640px){
    .reviews-grid{ grid-template-columns:1fr }
    .contact-cards{ flex-direction:column }
}
