.classic-restaurant,
.classic-restaurant *{
    box-sizing:border-box;
}
.classic-restaurant{
    --cr-brand:#111111;
    --cr-accent:#a8834a;
    --cr-bg:#f8f3eb;
    --cr-card:#ffffff;
    --cr-muted:#776f65;
    width:100%;
    background:var(--cr-bg);
    color:var(--cr-brand);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.classic-restaurant a,
.classic-restaurant button{
    box-shadow:none!important;
    text-decoration:none!important;
}
.classic-restaurant img{
    max-width:100%;
    display:block;
}
.classic-restaurant h1,
.classic-restaurant h2,
.classic-restaurant h3,
.classic-restaurant p{
    margin-top:0;
}

/* Included package recipes are chosen as complete items. Paid variation
   controls remain available only when the same recipe is offered as an extra. */
.cr-build-choice.is-package-included .cr-build-price,
.cr-build-choice.is-package-included [data-cr-variant-toggle],
.cr-build-choice.is-package-included [data-cr-variant-chosen],
.cr-build-choice.is-package-included [data-cr-variants],
.cr-build-choice.is-package-included [data-cr-variant-lines]{display:none!important}
.classic-restaurant h1,
.classic-restaurant h2{
    font-family:Georgia,"Times New Roman",serif;
    font-weight:400;
    letter-spacing:-.04em;
    color:var(--cr-brand);
}
.cr-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:12px;
    line-height:1.2;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:var(--cr-accent);
    font-weight:700;
    margin-bottom:14px;
}
.cr-title-line{
    width:44px;
    height:1px;
    background:var(--cr-accent);
    margin:16px 0 20px;
}
.cr-center{
    text-align:center;
}
.cr-center .cr-title-line{
    margin-left:auto;
    margin-right:auto;
}
.cr-btn,
.classic-restaurant .cr-btn,
.classic-restaurant button.cr-btn{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:24px;
    min-height:46px;
    padding:12px 28px;
    border-radius:0;
    font-size:14px;
    font-weight:600;
    line-height:1!important;
    cursor:pointer;
    transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
    border:1px solid var(--cr-brand);
}
.cr-btn:hover,
.classic-restaurant .cr-btn:hover{
    transform:translateY(-2px);
}
.cr-btn-dark,
.classic-restaurant .cr-btn-dark{
    background:var(--cr-brand);
    color:#fff;
}
.cr-btn-dark:hover,
.classic-restaurant .cr-btn-dark:hover{
    background:#000;
    color:#fff;
}
.cr-btn-outline,
.classic-restaurant .cr-btn-outline{
    background:transparent;
    color:var(--cr-brand);
}
.cr-btn-outline:hover,
.classic-restaurant .cr-btn-outline:hover{
    background:var(--cr-brand);
    color:#fff;
}
.cr-topbar{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:28px 0 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:var(--cr-grid-gap,24px);
}
.cr-brand-logo img{
    max-height:52px;
    width:auto;
}
.cr-brand-logo span{
    font-size:22px;
    letter-spacing:.25em;
    text-transform:uppercase;
    font-weight:700;
}
.cr-topbar nav{
    display:flex;
    align-items:center;
    gap:40px;
}
.cr-topbar nav a{
    color:var(--cr-brand)!important;
    font-size:14px;
    font-weight:500;
}
.cr-hero-section{
    padding:0 0 56px;
    overflow:hidden;
}
.cr-hero-wrap{
    width:min(1180px,calc(100% - 40px));
    min-height:630px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(320px, .9fr) minmax(360px, 1.3fr);
    align-items:center;
    gap:40px;
}
.cr-hero-copy{
    position:relative;
    z-index:2;
    padding:60px 0;
}
.cr-hero-copy h1{
    font-size:clamp(52px,7vw,94px);
    line-height:.95;
    margin:0;
    max-width:620px;
}
.cr-hero-copy p{
    max-width:430px;
    color:var(--cr-muted);
    font-size:16px;
    line-height:1.7;
    margin-bottom:26px;
}
.cr-info-list{
    display:grid;
    gap:16px;
    margin:28px 0;
    max-width:420px;
}
.cr-info-list div{
    display:grid;
    grid-template-columns:26px 1fr;
    gap:12px;
    color:var(--cr-muted);
    font-size:14px;
    line-height:1.5;
}
.cr-info-icon{
    width:22px;
    height:22px;
    border:1px solid color-mix(in srgb,var(--cr-accent),#fff 40%);
    border-radius:50%;
    color:var(--cr-accent);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}
.cr-hero-visual{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.cr-hero-visual:before{
    content:"";
    position:absolute;
    inset:12% -10% 10% 4%;
    border-radius:50%;
    background:radial-gradient(circle,rgba(168,131,74,.18),rgba(255,255,255,0) 62%);
    pointer-events:none;
}
.cr-hero-visual img{
    position:relative;
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:3px;
    box-shadow:0 26px 60px rgba(35,27,18,.08);
}
.cr-hero-fallback,
.cr-split-fallback{
    min-height:360px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,rgba(168,131,74,.14),rgba(255,255,255,.7));
    color:var(--cr-accent);
    font-family:Georgia,"Times New Roman",serif;
    font-size:42px;
}
.cr-split-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:stretch;
    min-height:420px;
    border-top:1px solid rgba(80,62,37,.12);
    border-bottom:1px solid rgba(80,62,37,.08);
}
.cr-split-image{
    min-height:420px;
    background:#eee5d7;
}
.cr-split-image img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
}
.cr-split-copy{
    padding:70px clamp(34px,6vw,88px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:linear-gradient(90deg,rgba(255,255,255,.38),rgba(255,255,255,.08));
}
.cr-split-copy h2{
    font-size:clamp(38px,5vw,62px);
    line-height:1;
    max-width:520px;
    margin-bottom:0;
}
.cr-split-copy p{
    max-width:470px;
    color:var(--cr-muted);
    line-height:1.75;
    margin-bottom:28px;
}
.cr-featured-section,
.cr-menu-section{
    padding:66px 0 76px;
}
.cr-section-head{
    width:min(860px,calc(100% - 40px));
    margin:0 auto 32px;
}
.cr-section-head h2{
    font-size:clamp(36px,4vw,54px);
    line-height:1.05;
    margin-bottom:10px;
}
.cr-section-head p{
    color:var(--cr-muted);
    line-height:1.7;
}
.cr-food-grid{
    width:min(var(--cr-grid-width,1120px),calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(var(--cr-columns),minmax(0,1fr));
    gap:24px;
}
.cr-filter-item{
    min-width:0;
}
.cr-food-card{
    background:transparent;
    cursor:pointer;
    transition:transform .25s ease;
    outline:none;
    height:100%;
}
.cr-food-card:hover,
.cr-food-card:focus-visible{
    transform:translateY(-4px);
}
.cr-food-card:focus-visible{
    box-shadow:0 0 0 3px rgba(168,131,74,.22);
}
.cr-food-image{
    position:relative;
    height:210px;
    overflow:hidden;
    border-radius:10px;
    background:#efe6d9;
}
.cr-food-card-large .cr-food-image{
    height:240px;
}
.cr-food-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.cr-food-card:hover .cr-food-image img{
    transform:scale(1.04);
}
.cr-food-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family:Georgia,"Times New Roman",serif;
    font-size:58px;
    color:var(--cr-accent);
    background:linear-gradient(135deg,#efe3d2,#fff7ee);
}
.cr-food-badge{
    position:absolute;
    left:12px;
    top:12px;
    padding:6px 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#fff;
    background:var(--cr-accent);
}
.cr-food-content{
    padding:18px 4px 0;
}
.cr-food-title-row{
    display:flex;
    justify-content:space-between;
    gap:14px;
    align-items:flex-start;
}
.cr-food-content h3{
    margin:0 0 8px;
    color:var(--cr-brand);
    font-size:19px;
    line-height:1.25;
    font-weight:700;
}
.cr-food-price{
    color:var(--cr-brand);
    font-size:15px;
    font-weight:800;
    white-space:nowrap;
}
.cr-old-price{
    display:inline-block;
    margin-left:7px;
    opacity:.55;
    text-decoration:line-through;
    font-weight:500;
}
.cr-food-content p{
    color:var(--cr-muted);
    font-size:14px;
    line-height:1.6;
    margin-bottom:12px;
}
.cr-food-meta{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
}
.cr-food-meta span{
    display:inline-flex;
    padding:4px 8px;
    border:1px solid rgba(168,131,74,.23);
    border-radius:999px;
    color:var(--cr-muted);
    font-size:11px;
    line-height:1.2;
}
.cr-menu-tabs{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto 30px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.classic-restaurant .cr-menu-tabs button{
    appearance:none!important;
    border:1px solid rgba(168,131,74,.28)!important;
    background:rgba(255,255,255,.35)!important;
    color:var(--cr-brand)!important;
    padding:10px 18px!important;
    border-radius:999px!important;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.classic-restaurant .cr-menu-tabs button:hover,
.classic-restaurant .cr-menu-tabs button.is-active{
    background:var(--cr-brand);
    color:#fff;
    border-color:var(--cr-brand)!important;
}
.cr-filter-item.is-hidden{
    display:none;
}
.cr-empty,
.cr-notice{
    width:min(900px,calc(100% - 40px));
    margin:20px auto;
    padding:18px 22px;
    background:rgba(255,255,255,.65);
    border:1px solid rgba(168,131,74,.2);
    color:var(--cr-muted);
}
.cr-reserve-cta{
    width:100%;
    padding:34px min(7vw,80px);
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:30px;
    border-top:1px solid rgba(80,62,37,.16);
    border-bottom:1px solid rgba(80,62,37,.16);
    background:linear-gradient(90deg,rgba(168,131,74,.13),rgba(255,255,255,.25));
}
.cr-cta-icon{
    width:66px;
    height:66px;
    border:1px solid var(--cr-accent);
    color:var(--cr-accent);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
}
.cr-cta-copy h2{
    font-size:clamp(30px,3vw,46px);
    line-height:1;
    margin-bottom:6px;
}
.cr-cta-copy p{
    color:var(--cr-muted);
    margin-bottom:0;
}
.cr-reservation-section{
    padding:72px 20px;
}
.cr-reservation-card{
    width:min(900px,100%);
    margin:0 auto;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(168,131,74,.18);
    box-shadow:0 18px 50px rgba(35,27,18,.06);
    padding:38px;
}
.cr-reservation-head{
    text-align:center;
    margin-bottom:28px;
}
.cr-reservation-head h2{
    font-size:clamp(36px,4vw,54px);
    line-height:1;
    margin-bottom:10px;
}
.cr-reservation-head p{
    color:var(--cr-muted);
    line-height:1.6;
    margin:0 auto;
    max-width:560px;
}
.cr-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}
.cr-form label{
    display:grid;
    gap:7px;
    color:var(--cr-brand);
    font-size:13px;
    font-weight:700;
}
.cr-form input,
.cr-form select,
.cr-form textarea{
    width:100%!important;
    min-height:48px;
    border:1px solid rgba(168,131,74,.24)!important;
    border-radius:0;
    background:#fff!important;
    color:var(--cr-brand)!important;
    padding:12px 14px!important;
    font-size:14px;
    outline:none!important;
    box-shadow:none!important;
}
.cr-form textarea{
    min-height:110px;
    resize:vertical;
}
.cr-form input:focus,
.cr-form select:focus,
.cr-form textarea:focus{
    border-color:var(--cr-accent)!important;
    box-shadow:0 0 0 3px rgba(168,131,74,.12)!important;
}
.cr-field-wide{
    grid-column:1 / -1;
}
.cr-form .cr-btn{
    margin-top:22px;
    width:100%;
}
.cr-form-message{
    padding:13px 16px;
    margin-bottom:20px;
    font-size:14px;
    font-weight:700;
}
.cr-success{
    background:#e9f8ef;
    color:#176b37;
    border:1px solid #bfe7cc;
}
.cr-error{
    background:#fff0ee;
    color:#a22b1f;
    border:1px solid #ffd0ca;
}
.cr-food-popup{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}
.cr-food-popup.is-open{
    display:flex;
}
.cr-food-popup-backdrop{
    position:absolute;
    inset:0;
    background:rgba(18,14,10,.62);
    backdrop-filter:blur(6px);
}
.cr-food-popup-card{
    position:relative;
    width:min(860px,100%);
    max-height:90vh;
    overflow:auto;
    background:var(--cr-bg);
    color:var(--cr-brand);
    display:grid;
    grid-template-columns:1fr 1.05fr;
    box-shadow:0 30px 90px rgba(0,0,0,.32);
    animation:crPopup .22s ease both;
}
@keyframes crPopup{
    from{opacity:0;transform:translateY(20px) scale(.98)}
    to{opacity:1;transform:translateY(0) scale(1)}
}
.cr-popup-close,
.classic-restaurant .cr-popup-close{
    position:absolute;
    top:14px;
    right:14px;
    z-index:2;
    width:42px!important;
    height:42px!important;
    border-radius:50%!important;
    border:1px solid rgba(255,255,255,.55)!important;
    background:rgba(0,0,0,.55)!important;
    color:#fff!important;
    font-size:28px!important;
    line-height:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    cursor:pointer;
    padding:0!important;
}
.cr-popup-image{
    min-height:420px;
    background:#e9dfd0;
}
.cr-popup-image img{
    width:100%;
    height:100%;
    min-height:420px;
    object-fit:cover;
}
.cr-popup-image .cr-food-placeholder{
    min-height:420px;
}
.cr-popup-body{
    padding:42px;
}
.cr-popup-category{
    color:var(--cr-accent);
    font-size:12px;
    letter-spacing:.16em;
    text-transform:uppercase;
    font-weight:800;
}
.cr-popup-body h3{
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(34px,4vw,54px);
    font-weight:400;
    line-height:1;
    margin:12px 0;
    color:var(--cr-brand);
}
.cr-popup-price{
    color:var(--cr-brand);
    font-size:20px;
    font-weight:800;
    margin-bottom:18px;
}
.cr-popup-description{
    color:var(--cr-muted);
    line-height:1.75;
}
.cr-popup-labels{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:20px;
}
.cr-popup-labels span,
.cr-popup-variants span{
    display:inline-flex;
    border:1px solid rgba(168,131,74,.25);
    padding:7px 10px;
    border-radius:999px;
    color:var(--cr-muted);
    font-size:12px;
}
.cr-popup-variants{
    display:grid;
    gap:8px;
    margin-top:18px;
}
body.cr-popup-active{
    overflow:hidden;
}
@media (max-width:1024px){
    .cr-hero-wrap{
        grid-template-columns:1fr;
        min-height:auto;
        padding-top:28px;
    }
    .cr-hero-copy{
        padding:50px 0 10px;
    }
    .cr-hero-visual,
    .cr-hero-visual img{
        min-height:auto;
        height:420px;
    }
    .cr-food-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .cr-split-section{
        grid-template-columns:1fr;
    }
    .cr-story-section .cr-split-image{
        order:1;
    }
    .cr-story-section .cr-split-copy{
        order:2;
    }
}
@media (max-width:760px){
    .cr-topbar{
        flex-direction:column;
        align-items:flex-start;
    }
    .cr-topbar nav{
        gap:18px;
        flex-wrap:wrap;
    }
    .cr-hero-wrap,
    .cr-section-head,
    .cr-food-grid,
    .cr-menu-tabs{
        width:min(100% - 28px,1120px);
    }
    .cr-hero-copy h1{
        font-size:48px;
    }
    .cr-hero-visual,
    .cr-hero-visual img{
        height:300px;
    }
    .cr-split-copy{
        padding:46px 22px;
    }
    .cr-split-image,
    .cr-split-image img{
        min-height:300px;
    }
    .cr-food-grid{
        grid-template-columns:1fr;
    }
    .cr-food-image,
    .cr-food-card-large .cr-food-image{
        height:220px;
    }
    .cr-reserve-cta{
        grid-template-columns:1fr;
        text-align:left;
        padding:30px 20px;
    }
    .cr-form-grid{
        grid-template-columns:1fr;
    }
    .cr-reservation-card{
        padding:24px 18px;
    }
    .cr-food-popup-card{
        grid-template-columns:1fr;
    }
    .cr-popup-image,
    .cr-popup-image img,
    .cr-popup-image .cr-food-placeholder{
        min-height:260px;
        height:260px;
    }
    .cr-popup-body{
        padding:28px 22px;
    }
}

/* v1.0.3: screenshot-style standalone hero and tighter kitchen highlights */
.cr-hero-section{
    padding:0 0 72px;
    background:var(--cr-bg);
}
.cr-hero-wrap{
    min-height:620px;
    grid-template-columns:minmax(320px,.9fr) minmax(420px,1.35fr);
    gap:20px;
}
.cr-hero-copy h1{
    font-size:clamp(52px,7vw,88px);
    line-height:.96;
    letter-spacing:-.045em;
}
.cr-hero-visual{
    position:relative;
    min-height:540px;
    height:540px;
    background:transparent!important;
    overflow:visible;
}
.cr-hero-visual:before{
    display:none!important;
}
.cr-hero-visual img.cr-hero-slide{
    position:absolute;
    inset:0;
    margin:auto;
    max-width:100%;
    max-height:540px;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
    border:0!important;
    border-radius:0;
    box-shadow:none!important;
    background:transparent!important;
    opacity:0;
    transform:translateY(8px);
    transition:opacity .8s ease,transform .8s ease;
}
.cr-hero-visual img.cr-hero-slide.is-active{
    opacity:1;
    transform:translateY(0);
}
.cr-featured-section{
    padding:56px 0 70px;
}
.cr-featured-section .cr-section-head{
    margin-bottom:28px;
}
.cr-featured-section .cr-kicker{
    margin-bottom:8px;
}
.cr-food-card-simple .cr-food-image{
    height:240px;
    border-radius:10px;
}
.cr-food-card-simple .cr-food-content{
    padding:18px 12px 0;
}
.cr-food-card-simple h3{
    margin:0 0 8px;
    font-size:19px;
    line-height:1.25;
    font-weight:700;
    letter-spacing:-.01em;
}
.cr-food-card-simple p{
    max-width:300px;
    min-height:44px;
    margin:0 0 10px;
    color:var(--cr-muted);
    font-size:14px;
    line-height:1.55;
}
.cr-food-card-simple .cr-food-price{
    display:block;
    color:var(--cr-brand);
    font-size:15px;
    font-weight:800;
    line-height:1.2;
    white-space:nowrap;
}
.cr-food-card-simple:hover,
.cr-food-card-simple:focus-visible{
    transform:translateY(-3px);
}
.cr-food-card-simple .cr-food-image img{
    border-radius:10px;
}
.cr-food-card-simple .cr-food-meta{
    display:none;
}
@media (max-width:1024px){
    .cr-hero-wrap{
        grid-template-columns:1fr;
        gap:8px;
    }
    .cr-hero-visual{
        min-height:430px;
        height:430px;
    }
    .cr-hero-visual img.cr-hero-slide{
        max-height:430px;
    }
    .cr-food-card-simple .cr-food-image{
        height:230px;
    }
}
@media (max-width:760px){
    .cr-hero-section{
        padding-bottom:46px;
    }
    .cr-hero-copy{
        padding:38px 0 8px;
    }
    .cr-hero-copy h1{
        font-size:44px;
    }
    .cr-hero-visual{
        min-height:320px;
        height:320px;
    }
    .cr-hero-visual img.cr-hero-slide{
        max-height:320px;
    }
    .cr-featured-section{
        padding:44px 0 54px;
    }
    .cr-food-card-simple .cr-food-image{
        height:220px;
    }
    .cr-food-card-simple p{
        max-width:100%;
        min-height:0;
    }
}

/* v1.0.6 menu UX: standard product image box, no crop by default, and price separated from title */
.classic-restaurant .cr-food-image{height:214px;background:#f3eadc;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.classic-restaurant .cr-food-card-large .cr-food-image{height:240px;}
.classic-restaurant .cr-food-image img{width:100%!important;height:100%!important;object-fit:var(--cr-img-fit,contain)!important;object-position:var(--cr-img-x,50%) var(--cr-img-y,50%)!important;background:transparent!important;padding:8px!important;border-radius:0;}
.classic-restaurant .cr-food-card:hover .cr-food-image img{transform:none!important;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple){background:rgba(255,255,255,.24);border-radius:12px;overflow:hidden;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content{padding:14px 12px 16px;display:flex;flex-direction:column;min-height:170px;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) h3{font-size:17px;line-height:1.28;margin:0 0 7px;min-height:44px;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-price{display:block;margin:0 0 9px;color:var(--cr-accent);font-size:15px;font-weight:800;white-space:normal;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) p{margin:0 0 12px;}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-meta{margin-top:auto;}
.classic-restaurant .cr-food-title-row{display:block;}
@media(max-width:900px){.classic-restaurant .cr-food-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.classic-restaurant .cr-food-image{height:210px}.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) h3{min-height:auto}}
@media(max-width:560px){.classic-restaurant .cr-food-grid{grid-template-columns:1fr!important;width:min(100%,calc(100% - 28px));gap:18px}.classic-restaurant .cr-food-image,.classic-restaurant .cr-food-card-large .cr-food-image{height:220px}.classic-restaurant .cr-featured-section,.classic-restaurant .cr-menu-section{padding:46px 0 54px}.classic-restaurant .cr-section-head{width:min(100%,calc(100% - 28px));margin-bottom:24px}.classic-restaurant .cr-menu-tabs{width:min(100%,calc(100% - 28px));justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.classic-restaurant .cr-menu-tabs button{white-space:nowrap}}

/* v1.0.7 Elementor widget controls, presets and responsive query layouts */
.classic-restaurant .cr-food-grid{
    grid-template-columns:repeat(var(--cr-columns,3),minmax(0,1fr))!important;
}
.classic-restaurant .cr-hero-wrap,
.classic-restaurant .cr-topbar{
    width:min(var(--cr-content-width,1180px),calc(100% - 40px));
}
.classic-restaurant .cr-food-card[style*="--cr-image-ratio"] .cr-food-image{
    height:auto!important;
    aspect-ratio:var(--cr-image-ratio);
}
.classic-restaurant.cr-preset-minimal,
.classic-restaurant.cr-preset-minimal .cr-menu-grid .cr-food-card,
.classic-restaurant.cr-preset-minimal .cr-food-card{
    background:transparent!important;
    box-shadow:none!important;
}
.classic-restaurant.cr-preset-card .cr-food-card,
.classic-restaurant.cr-preset-editorial .cr-food-card{
    background:rgba(255,255,255,.38);
    border:1px solid rgba(168,131,74,.12);
    border-radius:14px;
    overflow:hidden;
}
.classic-restaurant.cr-preset-card .cr-food-content,
.classic-restaurant.cr-preset-editorial .cr-food-content{
    padding:16px 16px 18px;
}
.classic-restaurant.cr-preset-compact .cr-food-grid{
    gap:16px;
}
.classic-restaurant.cr-preset-compact .cr-food-image,
.classic-restaurant.cr-preset-compact .cr-food-card-large .cr-food-image{
    height:170px;
}
.classic-restaurant.cr-preset-compact .cr-food-content{
    padding:12px 8px 0;
}
.classic-restaurant.cr-preset-compact .cr-food-content h3{
    font-size:16px;
    margin-bottom:6px;
}
.classic-restaurant.cr-preset-compact .cr-food-content p{
    font-size:13px;
    line-height:1.45;
}
.classic-restaurant.cr-preset-editorial .cr-section-head h2{
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}
.classic-restaurant.cr-preset-split.cr-hero-section .cr-hero-wrap{
    grid-template-columns:1.05fr .95fr;
}
.classic-restaurant .cr-card-style-compact .cr-food-image{
    height:170px;
}
.classic-restaurant .cr-card-style-compact .cr-food-content h3{
    font-size:16px;
}
.classic-restaurant .cr-card-style-simple{
    background:transparent!important;
}
.classic-restaurant .cr-card-style-menu .cr-food-price,
.classic-restaurant .cr-card-style-compact .cr-food-price{
    display:block;
    width:100%;
    margin:0 0 9px;
    color:var(--cr-accent);
}
.classic-restaurant .cr-food-card:not([data-cr-food]){
    cursor:default;
}
.classic-restaurant .cr-food-card:not([data-cr-food]):hover{
    transform:none;
}
@media(max-width:1024px){
    .classic-restaurant .cr-food-grid{
        grid-template-columns:repeat(var(--cr-columns-tablet,2),minmax(0,1fr))!important;
    }
    .classic-restaurant.cr-preset-split.cr-hero-section .cr-hero-wrap{
        grid-template-columns:1fr;
    }
}
@media(max-width:560px){
    .classic-restaurant .cr-food-grid{
        grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr))!important;
    }
}

/* v1.0.8 Elementor feature-rich widgets: fixed columns, richer presets and style variables */
.classic-restaurant{
    --cr-grid-width:1120px;
    --cr-grid-gap:24px;
    --cr-image-height:214px;
    --cr-image-padding:8px;
}
.classic-restaurant .cr-food-grid{
    width:min(var(--cr-grid-width,1120px),calc(100% - 40px))!important;
    grid-template-columns:repeat(var(--cr-columns,3),minmax(0,1fr))!important;
    gap:var(--cr-grid-gap,24px)!important;
}
.classic-restaurant .cr-food-image,
.classic-restaurant .cr-food-card-large .cr-food-image{
    height:var(--cr-image-height,214px)!important;
}
.classic-restaurant .cr-food-image img{
    padding:var(--cr-image-padding,8px)!important;
}
.classic-restaurant.cr-preset-luxury{
    background:linear-gradient(180deg,#fbf7ef 0%,#f3eadc 100%);
}
.classic-restaurant.cr-preset-luxury .cr-kicker{color:var(--cr-accent);letter-spacing:.22em;}
.classic-restaurant.cr-preset-luxury .cr-food-card{background:rgba(255,255,255,.42);border:1px solid rgba(168,131,74,.16);border-radius:18px;overflow:hidden;}
.classic-restaurant.cr-preset-luxury .cr-food-content{padding:18px 18px 20px;}
.classic-restaurant.cr-preset-luxury .cr-food-price{color:var(--cr-accent);}
.classic-restaurant.cr-preset-bistro .cr-food-card{background:#fff;border-radius:22px;box-shadow:0 14px 38px rgba(40,25,10,.08);overflow:hidden;}
.classic-restaurant.cr-preset-bistro .cr-food-content{padding:18px 18px 22px;}
.classic-restaurant.cr-preset-borderless .cr-food-card{background:transparent!important;border:0!important;box-shadow:none!important;}
.classic-restaurant.cr-preset-borderless .cr-food-image{background:transparent!important;}
.classic-restaurant.cr-preset-dark{background:#11100e;color:#f7f1e8;}
.classic-restaurant.cr-preset-dark .cr-section-head h2,
.classic-restaurant.cr-preset-dark .cr-food-content h3{color:#fff7ec;}
.classic-restaurant.cr-preset-dark .cr-section-head p,
.classic-restaurant.cr-preset-dark .cr-food-content p{color:#c9bfb2;}
.classic-restaurant.cr-preset-dark .cr-food-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;}
.classic-restaurant.cr-preset-dark .cr-food-price{color:#d6ad68;}
.classic-restaurant.cr-preset-overlay .cr-food-card{position:relative;border-radius:18px;overflow:hidden;background:#111;}
.classic-restaurant.cr-preset-overlay .cr-food-image{height:260px!important;background:#111;}
.classic-restaurant.cr-preset-overlay .cr-food-image img{object-fit:cover!important;padding:0!important;opacity:.78;}
.classic-restaurant.cr-preset-overlay .cr-food-content{position:absolute;left:0;right:0;bottom:0;padding:44px 18px 18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78));}
.classic-restaurant.cr-preset-overlay .cr-food-content h3,
.classic-restaurant.cr-preset-overlay .cr-food-price,
.classic-restaurant.cr-preset-overlay .cr-food-content p{color:#fff;}
.classic-restaurant.cr-preset-list .cr-food-grid{display:block!important;max-width:920px;}
.classic-restaurant.cr-preset-list .cr-filter-item{margin-bottom:14px;}
.classic-restaurant.cr-preset-list .cr-food-card{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;background:rgba(255,255,255,.42);border:1px solid rgba(168,131,74,.12);border-radius:16px;padding:12px;overflow:hidden;}
.classic-restaurant.cr-preset-list .cr-food-image{height:110px!important;border-radius:12px;}
.classic-restaurant.cr-preset-list .cr-food-content{padding:0!important;}
.classic-restaurant.cr-preset-list .cr-food-content h3{margin-bottom:4px;}
.classic-restaurant.cr-preset-list .cr-food-content p{margin-bottom:6px;}
.classic-restaurant .cr-card-style-boxed{background:rgba(255,255,255,.56);border:1px solid rgba(168,131,74,.14);border-radius:16px;overflow:hidden;}
.classic-restaurant .cr-card-style-boxed .cr-food-content{padding:16px 16px 18px;}
@media(max-width:1024px){
    .classic-restaurant .cr-food-grid{grid-template-columns:repeat(var(--cr-columns-tablet,var(--cr-columns,2)),minmax(0,1fr))!important;}
}
@media(max-width:560px){
    .classic-restaurant .cr-food-grid{grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr))!important;}
    .classic-restaurant.cr-preset-list .cr-food-card{grid-template-columns:1fr;}
    .classic-restaurant.cr-preset-list .cr-food-image{height:190px!important;}
}


/* v1.0.9 Elementor finishing: correct selectors, better override safety and richer presets */
.classic-restaurant{
    --cr-grid-width:1120px;
    --cr-grid-gap:24px;
    --cr-image-height:214px;
    --cr-image-padding:8px;
    --cr-content-width:1180px;
}
.classic-restaurant .cr-hero-wrap,
.classic-restaurant .cr-topbar{
    width:min(var(--cr-content-width,1180px),calc(100% - 40px))!important;
}
.classic-restaurant .cr-hero-copy h1{
    color:var(--cr-brand);
}
.classic-restaurant .cr-hero-copy > p,
.classic-restaurant .cr-info-list div{
    color:var(--cr-muted);
}
.classic-restaurant .cr-hero-visual{
    background:transparent!important;
    overflow:visible!important;
}
.classic-restaurant .cr-hero-visual:before{
    display:none!important;
}
.classic-restaurant .cr-hero-visual img.cr-hero-slide,
.classic-restaurant .cr-hero-visual img{
    object-fit:contain!important;
    border:0!important;
    box-shadow:none;
    background:transparent!important;
}
.classic-restaurant .cr-btn,
.classic-restaurant button.cr-btn,
.classic-restaurant a.cr-btn{
    font:inherit;
}
.classic-restaurant .cr-food-grid{
    width:min(var(--cr-grid-width,1120px),calc(100% - 40px))!important;
    grid-template-columns:repeat(var(--cr-columns,3),minmax(0,1fr))!important;
    gap:var(--cr-grid-gap,24px)!important;
}
.classic-restaurant .cr-food-content h3,
.classic-restaurant .cr-food-price,
.classic-restaurant .cr-food-content p,
.classic-restaurant .cr-food-meta span{
    transition:color .2s ease,font-size .2s ease,line-height .2s ease;
}
.classic-restaurant.cr-preset-nepali{
    background:linear-gradient(180deg,#fbf4e8 0%,#f3e7d5 100%);
}
.classic-restaurant.cr-preset-nepali .cr-kicker,
.classic-restaurant.cr-preset-nepali .cr-food-price{
    color:#a87939;
}
.classic-restaurant.cr-preset-nepali .cr-food-card{
    background:rgba(255,255,255,.45);
    border:1px solid rgba(168,121,57,.16);
    border-radius:20px;
    overflow:hidden;
}
.classic-restaurant.cr-preset-cafe .cr-section-head{
    text-align:left;
    margin-left:auto;
    margin-right:auto;
}
.classic-restaurant.cr-preset-cafe .cr-section-head .cr-title-line{
    margin-left:0;
}
.classic-restaurant.cr-preset-cafe .cr-food-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 8px 28px rgba(25,20,15,.06);
    overflow:hidden;
}
.classic-restaurant.cr-preset-signature .cr-food-card{
    position:relative;
    background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.28));
    border:1px solid rgba(168,131,74,.22);
    border-radius:24px;
    overflow:hidden;
}
.classic-restaurant.cr-preset-signature .cr-food-card:before{
    content:"";
    position:absolute;
    left:0;right:0;top:0;
    height:3px;
    background:var(--cr-accent);
    opacity:.7;
}
.classic-restaurant.cr-preset-signature .cr-food-content{
    padding:20px 20px 22px;
}
.classic-restaurant .cr-food-card:not(.cr-food-card-simple) .cr-food-content h3{
    min-height:auto;
}
.classic-restaurant .cr-card-style-menu .cr-food-content h3,
.classic-restaurant .cr-card-style-boxed .cr-food-content h3,
.classic-restaurant .cr-card-style-compact .cr-food-content h3{
    margin-bottom:8px;
}
.classic-restaurant .cr-card-style-menu .cr-food-price,
.classic-restaurant .cr-card-style-boxed .cr-food-price,
.classic-restaurant .cr-card-style-compact .cr-food-price{
    display:block;
    width:100%;
    margin:0 0 10px;
}
.classic-restaurant .cr-menu-tabs button{
    transition:background .2s ease,color .2s ease,border-color .2s ease;
}
@media(max-width:1024px){
    .classic-restaurant .cr-food-grid{
        grid-template-columns:repeat(var(--cr-columns-tablet,var(--cr-columns,2)),minmax(0,1fr))!important;
    }
}
@media(max-width:560px){
    .classic-restaurant .cr-food-grid{
        grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr))!important;
    }
    .classic-restaurant .cr-hero-copy h1{
        font-size:clamp(38px,14vw,54px);
    }
}

/* v1.1.0 Catering widgets and stronger Elementor override support */
.classic-restaurant.cr-catering-hero,
.classic-restaurant.cr-catering-services,
.classic-restaurant.cr-catering-packages,
.classic-restaurant.cr-build-menu,
.classic-restaurant.cr-catering-features,
.classic-restaurant.cr-catering-gallery,
.classic-restaurant.cr-catering-process,
.classic-restaurant.cr-event-cta{
    --cr-red:#bf1e24;
    --cr-red-dark:#9f141a;
    --cr-catering-bg:#fffaf3;
    --cr-catering-soft:#f8eee0;
    background:var(--cr-bg,#fffaf3);
}
.classic-restaurant.cr-catering-hero{
    padding:0;
    overflow:hidden;
    border-bottom:1px solid rgba(120,72,35,.12);
}
.cr-catering-hero-wrap{
    width:min(var(--cr-content-width,1180px),calc(100% - 40px));
    min-height:620px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(330px,.82fr) minmax(420px,1.18fr);
    align-items:center;
    gap:clamp(28px,5vw,72px);
}
.cr-catering-hero-copy{
    position:relative;
    z-index:2;
    padding:70px 0;
}
.cr-catering-hero-copy h1{
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(54px,7vw,96px);
    line-height:.98;
    letter-spacing:-.045em;
    margin:0 0 22px;
    color:var(--cr-brand);
}
.cr-catering-hero-copy h1 span{
    color:var(--cr-red);
    display:inline;
}
.cr-catering-hero-copy p{
    color:var(--cr-muted);
    line-height:1.75;
    max-width:540px;
    margin:0 0 28px;
    font-size:16px;
}
.cr-catering-actions{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:34px;
}
.classic-restaurant .cr-btn-red,
.classic-restaurant .cr-btn-red-outline{
    min-height:48px;
    border-radius:9px;
    font-weight:800;
    gap:14px;
}
.classic-restaurant .cr-btn-red{
    background:var(--cr-red);
    border-color:var(--cr-red);
    color:#fff;
}
.classic-restaurant .cr-btn-red:hover{
    background:var(--cr-red-dark);
    border-color:var(--cr-red-dark);
    color:#fff;
}
.classic-restaurant .cr-btn-red-outline{
    background:transparent;
    color:var(--cr-red);
    border-color:var(--cr-red);
}
.classic-restaurant .cr-btn-red-outline:hover{
    background:var(--cr-red);
    color:#fff;
}
.cr-catering-mini-features{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
    max-width:620px;
    border-top:1px solid rgba(120,72,35,.12);
    padding-top:22px;
}
.cr-catering-mini-features div{
    display:grid;
    justify-items:center;
    gap:8px;
    text-align:center;
    color:var(--cr-muted);
    font-size:12px;
    line-height:1.3;
}
.cr-catering-mini-features span{
    color:var(--cr-red);
    font-size:24px;
    line-height:1;
}
.cr-catering-mini-features strong{
    color:var(--cr-muted);
    font-size:12px;
    font-weight:600;
}
.cr-catering-hero-media{
    min-height:560px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.cr-catering-hero-media:before{
    content:"";
    position:absolute;
    inset:0 -12vw 0 -6vw;
    background:radial-gradient(circle at 56% 50%,rgba(191,30,36,.16),transparent 50%);
    pointer-events:none;
}
.cr-catering-hero-media img{
    position:absolute;
    inset:auto 0 auto auto;
    max-width:100%;
    width:100%;
    height:560px;
    object-fit:cover;
    opacity:0;
    transform:scale(1.01);
    transition:opacity .85s ease,transform 1.2s ease;
}
.cr-catering-hero-media img.is-active,
.cr-catering-hero-media img:first-child:last-child{
    opacity:1;
    transform:scale(1);
}
.cr-catering-image-fallback{
    min-height:360px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#f8e6d1,#fff7ee);
    color:var(--cr-red);
    font-family:Georgia,"Times New Roman",serif;
    font-size:52px;
}
.cr-catering-services,
.cr-catering-packages,
.cr-build-menu,
.cr-catering-features,
.cr-catering-gallery,
.cr-catering-process{
    padding:58px 0;
}
.cr-catering-card-grid,
.cr-feature-strip{
    width:min(var(--cr-grid-width,1120px),calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(var(--cr-columns,5),minmax(0,1fr));
    gap:var(--cr-grid-gap,20px);
}
.cr-catering-service-card{
    background:#fff;
    border:1px solid rgba(120,72,35,.14);
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(85,49,20,.05);
    transition:transform .24s ease,box-shadow .24s ease;
}
.cr-catering-service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 42px rgba(85,49,20,.09);
}
.cr-catering-service-card > img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.cr-catering-card-icon{
    height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--cr-red);
    background:linear-gradient(135deg,#fff5e9,#f7ead8);
    font-size:48px;
}
.cr-catering-card-body{
    padding:18px;
    position:relative;
}
.cr-catering-card-icon-small{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid rgba(191,30,36,.24);
    background:#fff8f0;
    color:var(--cr-red);
    margin-top:-36px;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}
.cr-catering-card-body h3,
.cr-package-card h3,
.cr-custom-package h3,
.cr-feature-strip h3,
.cr-process-row h3{
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--cr-brand);
    letter-spacing:0;
}
.cr-catering-card-body h3{
    font-size:17px;
    margin:0 0 9px;
    font-weight:800;
}
.cr-catering-card-body p{
    color:var(--cr-muted);
    font-size:13px;
    line-height:1.6;
    min-height:62px;
}
.cr-catering-card-body a{
    color:var(--cr-red)!important;
    font-size:13px;
    font-weight:800;
}
.cr-package-layout{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,1fr) 220px;
    gap:28px;
    align-items:stretch;
}
.cr-package-grid{
    display:grid;
    grid-template-columns:repeat(var(--cr-columns,3),minmax(0,1fr));
    gap:22px;
}
.cr-package-card,
.cr-custom-package{
    background:#fff;
    border:1px solid rgba(120,72,35,.18);
    border-radius:10px;
    padding:26px;
    position:relative;
    box-shadow:0 12px 35px rgba(72,42,16,.05);
}
.cr-package-card.is-featured{
    transform:translateY(-10px);
    border-color:rgba(191,30,36,.34);
    box-shadow:0 24px 60px rgba(72,42,16,.12);
}
.cr-package-ribbon{
    position:absolute;
    left:0;
    right:0;
    top:0;
    transform:translateY(-1px);
    background:var(--cr-red);
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-size:10px;
    letter-spacing:.12em;
    font-weight:800;
    padding:8px;
    border-radius:10px 10px 0 0;
}
.cr-package-card.is-featured h3{
    margin-top:14px;
}
.cr-package-card h3,
.cr-custom-package h3{
    font-size:21px;
    line-height:1.2;
    margin:0 0 8px;
    font-weight:800;
}
.cr-package-card > p,
.cr-custom-package p{
    color:var(--cr-muted);
    font-size:13px;
    line-height:1.6;
    margin-bottom:18px;
}
.cr-package-card ul{
    list-style:none;
    padding:0;
    margin:0 0 24px;
    display:grid;
    gap:10px;
}
.cr-package-card li{
    color:var(--cr-muted);
    font-size:14px;
    position:relative;
    padding-left:24px;
}
.cr-package-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:var(--cr-red);
    font-weight:900;
}
.cr-package-price{
    border-top:1px solid rgba(120,72,35,.14);
    padding-top:18px;
    margin-bottom:18px;
}
.cr-package-price small,
.cr-package-price span{
    display:block;
    color:var(--cr-muted);
    font-size:12px;
}
.cr-package-price strong{
    display:inline-block;
    color:var(--cr-brand);
    font-size:28px;
    line-height:1.1;
    margin-right:4px;
}
.classic-restaurant .cr-package-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:10px 20px;
    border:1px solid var(--cr-red)!important;
    border-radius:7px;
    color:var(--cr-red)!important;
    background:transparent!important;
    font-weight:800;
    font-size:13px;
    width:100%;
    transition:background .2s ease,color .2s ease;
}
.classic-restaurant .cr-package-card.is-featured .cr-package-btn,
.classic-restaurant .cr-package-btn:hover{
    color:#fff!important;
    background:var(--cr-red)!important;
}
.cr-custom-package{
    background:linear-gradient(145deg,#fff8ef,#f5e8d7);
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.cr-custom-package > span{
    color:var(--cr-red);
    font-size:30px;
    margin-bottom:14px;
}
.cr-build-menu .cr-section-head{
    margin-bottom:22px;
}
.cr-build-tabs{
    width:min(980px,calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(8,minmax(0,1fr));
    border:1px solid rgba(120,72,35,.16);
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}
.classic-restaurant .cr-build-tabs button{
    appearance:none;
    border:0!important;
    border-right:1px solid rgba(120,72,35,.12)!important;
    border-bottom:3px solid transparent!important;
    background:#fff!important;
    color:var(--cr-brand)!important;
    min-height:82px;
    padding:12px 10px!important;
    font-size:12px;
    font-weight:800;
    display:grid;
    place-items:center;
    gap:8px;
    cursor:pointer;
}
.classic-restaurant .cr-build-tabs button span{
    color:var(--cr-red);
    font-size:25px;
    line-height:1;
}
.classic-restaurant .cr-build-tabs button.is-active,
.classic-restaurant .cr-build-tabs button:hover{
    border-bottom-color:var(--cr-red)!important;
    color:var(--cr-red)!important;
}
.cr-build-action,
.cr-gallery-action{
    width:min(280px,calc(100% - 40px));
    margin:22px auto 0;
}
.cr-feature-strip article{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:8px 12px;
    align-items:start;
}
.cr-feature-strip article > span{
    grid-row:span 2;
    color:var(--cr-red);
    font-size:34px;
    line-height:1;
}
.cr-feature-strip h3{
    margin:0;
    font-size:14px;
    line-height:1.25;
    font-weight:800;
}
.cr-feature-strip p{
    margin:0;
    color:var(--cr-muted);
    font-size:12px;
    line-height:1.45;
}
.cr-gallery-row{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
}
.cr-gallery-row img{
    width:100%;
    height:145px;
    object-fit:cover;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(75,44,18,.06);
}
.cr-process-row{
    width:min(1120px,calc(100% - 40px));
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    counter-reset:steps;
}
.cr-process-row article{
    position:relative;
    display:grid;
    grid-template-columns:auto 1fr;
    gap:10px 14px;
    align-items:start;
}
.cr-step-number{
    color:var(--cr-red);
    font-weight:900;
    font-size:22px;
    line-height:1;
}
.cr-step-icon{
    width:56px;
    height:56px;
    border:1px solid rgba(191,30,36,.22);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--cr-red);
    background:#fff8f1;
    grid-row:span 2;
}
.cr-process-row h3{
    margin:0;
    font-size:15px;
    font-weight:800;
}
.cr-process-row p{
    margin:0;
    color:var(--cr-muted);
    font-size:12px;
    line-height:1.5;
}
.classic-restaurant.cr-event-cta{
    width:min(1220px,calc(100% - 40px));
    margin:40px auto 0;
    padding:28px;
    background:linear-gradient(90deg,#c9161d,#b20f16);
    color:#fff;
    border-radius:12px 12px 0 0;
    display:grid;
    grid-template-columns:190px 1fr auto;
    gap:28px;
    align-items:center;
    overflow:hidden;
    position:relative;
}
.cr-event-cta-img{
    width:190px;
    height:130px;
    object-fit:contain;
    margin:-18px 0 -18px -8px;
}
.cr-event-cta-copy h2{
    color:#fff;
    font-size:28px;
    margin:0 0 8px;
    letter-spacing:0;
    font-family:Georgia,"Times New Roman",serif;
}
.cr-event-cta-copy p{
    color:rgba(255,255,255,.86);
    margin:0;
    font-size:14px;
}
.cr-event-cta-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.cr-event-cta-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 16px;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.6)!important;
    border-radius:8px;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}
.cr-event-cta-actions a:first-child{
    background:#fff!important;
    color:var(--cr-red)!important;
}
@media(max-width:1024px){
    .cr-catering-hero-wrap{grid-template-columns:1fr;min-height:auto;}
    .cr-catering-hero-media{min-height:420px;}
    .cr-catering-hero-media img{height:420px;}
    .cr-catering-card-grid,.cr-feature-strip{grid-template-columns:repeat(var(--cr-columns-tablet,3),minmax(0,1fr));}
    .cr-package-layout{grid-template-columns:1fr;}
    .cr-package-grid{grid-template-columns:repeat(var(--cr-columns-tablet,2),minmax(0,1fr));}
    .cr-build-tabs{grid-template-columns:repeat(4,minmax(0,1fr));}
    .cr-gallery-row{grid-template-columns:repeat(3,minmax(0,1fr));}
    .cr-process-row{grid-template-columns:repeat(2,minmax(0,1fr));}
    .classic-restaurant.cr-event-cta{grid-template-columns:1fr;text-align:center;}
    .cr-event-cta-img{margin:0 auto;width:220px;}
    .cr-event-cta-actions{justify-content:center;}
}
@media(max-width:620px){
    .cr-catering-hero-wrap{width:min(100% - 28px,1180px);}
    .cr-catering-hero-copy{padding:44px 0 24px;}
    .cr-catering-hero-copy h1{font-size:clamp(42px,14vw,62px);}
    .cr-catering-mini-features{grid-template-columns:repeat(2,minmax(0,1fr));}
    .cr-catering-hero-media{min-height:300px;}
    .cr-catering-hero-media img{height:300px;}
    .cr-catering-card-grid,.cr-feature-strip{grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr));}
    .cr-package-grid{grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr));}
    .cr-package-card.is-featured{transform:none;}
    .cr-build-tabs{grid-template-columns:repeat(2,minmax(0,1fr));}
    .cr-gallery-row{grid-template-columns:1fr 1fr;}
    .cr-process-row{grid-template-columns:1fr;}
    .classic-restaurant.cr-event-cta{width:calc(100% - 24px);padding:22px;}
}

/* Build Your Own Menu / Catering order builder - fresh scoped CSS */
.classic-restaurant.cr-build-v2{
    --cr-action:var(--cr-accent,#a8834a);
    --cr-action-dark:color-mix(in srgb,var(--cr-action) 82%,#111 18%);
    --cr-action-soft:color-mix(in srgb,var(--cr-action) 11%,#fff 89%);
    --cr-line:color-mix(in srgb,var(--cr-muted,#776f65) 16%,transparent);
    --cr-ink:var(--cr-brand,#111111);
    padding:clamp(44px,5.5vw,76px) 0;
    background:var(--cr-bg,#f8f3eb);
    overflow-x:clip;
}
.classic-restaurant.cr-build-v2 .cr-section-head{width:min(820px,calc(100% - 32px));margin:0 auto 28px;text-align:center;}
.classic-restaurant.cr-build-v2 .cr-section-head h2{font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.045em;color:var(--cr-ink);}
.classic-restaurant.cr-build-v2 .cr-section-head p{color:var(--cr-muted,#776f65);font-size:clamp(15px,1.3vw,18px);line-height:1.65;}
.classic-restaurant.cr-build-v2 .cr-build-mode{width:min(1180px,calc(100% - 40px));margin:0 auto 28px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.classic-restaurant.cr-build-v2 .cr-build-mode button{border:1px solid color-mix(in srgb,var(--cr-action) 24%,transparent);background:#fff;color:var(--cr-ink);border-radius:999px;padding:13px 28px;font-weight:900;cursor:pointer;box-shadow:0 10px 30px rgba(17,17,17,.04);transition:.2s ease;}
.classic-restaurant.cr-build-v2 .cr-build-mode button.is-active,.classic-restaurant.cr-build-v2 .cr-build-mode button:hover{background:var(--cr-action);border-color:var(--cr-action);color:#fff;box-shadow:0 18px 40px color-mix(in srgb,var(--cr-action) 24%,transparent);}
.classic-restaurant.cr-build-v2 .cr-form-alert{width:min(1180px,calc(100% - 40px));margin:0 auto 18px;border-radius:14px;padding:13px 16px;text-align:center;font-weight:800;}
.classic-restaurant.cr-build-v2 .cr-form-success{background:#e9f8ef;color:#126b38;border:1px solid #bfe8cd;}
.classic-restaurant.cr-build-v2 .cr-form-error{background:#fff1f1;color:#b51f1f;border:1px solid #f2c4c4;}
.classic-restaurant.cr-build-v2 .cr-build-workspace{width:min(1180px,calc(100% - 44px));margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) clamp(320px,29vw,380px);gap:clamp(24px,3vw,40px);align-items:start;}
.classic-restaurant.cr-build-v2 .cr-build-products{min-width:0;}
.classic-restaurant.cr-build-v2 .cr-build-stage{display:none;}
.classic-restaurant.cr-build-v2 .cr-build-stage.is-active{display:block;}
.classic-restaurant.cr-build-v2 .cr-package-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px;}
.classic-restaurant.cr-build-v2 .cr-package-choice{position:relative;display:flex;flex-direction:column;gap:8px;min-height:176px;padding:24px;border:1px solid color-mix(in srgb,var(--cr-action) 32%,transparent);border-radius:18px;background:#fff;color:var(--cr-ink);box-shadow:0 18px 50px rgba(17,17,17,.06);cursor:pointer;overflow:hidden;transition:.2s ease;}
.classic-restaurant.cr-build-v2 .cr-package-choice:hover,.classic-restaurant.cr-build-v2 .cr-package-choice.is-active{border-color:var(--cr-action);box-shadow:0 24px 60px color-mix(in srgb,var(--cr-action) 15%,transparent);transform:translateY(-2px);}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active{background:linear-gradient(135deg,var(--cr-action),var(--cr-action-dark));color:#fff;}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active:after{content:'✓';position:absolute;right:18px;top:18px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--cr-action);font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.14);}
.classic-restaurant.cr-build-v2 .cr-package-popular{position:absolute;top:16px;left:50%;transform:translateX(-50%);display:inline-flex;border-radius:999px;background:var(--cr-action);color:#fff;padding:6px 12px;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;white-space:nowrap;z-index:2;}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active .cr-package-popular{background:#fff;color:var(--cr-action);}
.classic-restaurant.cr-build-v2 .cr-package-choice strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:Georgia,'Times New Roman',serif;font-size:clamp(20px,1.7vw,26px);line-height:1.1;letter-spacing:-.025em;color:inherit;margin:0 36px 0 0;}
.classic-restaurant.cr-build-v2 .cr-package-choice small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--cr-muted,#776f65);font-size:13px;line-height:1.55;min-height:40px;}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active small,.classic-restaurant.cr-build-v2 .cr-package-choice.is-active em b,.classic-restaurant.cr-build-v2 .cr-package-choice.is-active .cr-package-min{color:rgba(255,255,255,.9);}
.classic-restaurant.cr-build-v2 .cr-package-choice em{font-style:normal;color:var(--cr-action);font-size:22px;font-weight:900;margin-top:4px;}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active em{color:#fff;}
.classic-restaurant.cr-build-v2 .cr-package-choice em b{font-size:12px;color:var(--cr-muted,#776f65);font-weight:700;}
.classic-restaurant.cr-build-v2 .cr-package-card-bottom{margin-top:auto;padding-top:14px;border-top:1px solid rgba(20,20,20,.09);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active .cr-package-card-bottom{border-color:rgba(255,255,255,.24);}
.classic-restaurant.cr-build-v2 .cr-package-min{font-size:13px;font-weight:900;color:var(--cr-ink);}
.classic-restaurant.cr-build-v2 .cr-package-details-trigger{border:0!important;background:transparent!important;color:inherit!important;padding:0!important;min-height:auto!important;font-size:13px!important;font-weight:900!important;text-decoration:underline;text-underline-offset:4px;box-shadow:none!important;cursor:pointer;}
.classic-restaurant.cr-build-v2 .cr-package-options-panel{display:none;margin-bottom:18px;padding:26px 28px;border:1px solid var(--cr-line);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 22px 65px rgba(17,17,17,.055);}
.classic-restaurant.cr-build-v2 .cr-package-options-panel.is-active{display:block;}
.classic-restaurant.cr-build-v2 .cr-package-options-head{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--cr-line);}
.classic-restaurant.cr-build-v2 .cr-package-options-head h3{font-family:Georgia,'Times New Roman',serif;font-size:30px;line-height:1.12;color:var(--cr-action);margin:0 0 8px;}
.classic-restaurant.cr-build-v2 .cr-package-options-head p{margin:0;color:var(--cr-muted,#776f65);line-height:1.55;}
.classic-restaurant.cr-build-v2 .cr-package-option-group{padding:16px;margin:14px 0;border:1px solid color-mix(in srgb,var(--cr-action) 16%,transparent);border-radius:16px;background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 42%,#fff 58%);}
.classic-restaurant.cr-build-v2 .cr-option-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.classic-restaurant.cr-build-v2 .cr-option-group-head strong{color:var(--cr-ink);font-size:15px;}
.classic-restaurant.cr-build-v2 .cr-option-group-head span{border-radius:999px;padding:5px 10px;background:#fff;color:var(--cr-action);border:1px solid color-mix(in srgb,var(--cr-action) 18%,transparent);font-size:12px;font-weight:900;white-space:nowrap;}
.classic-restaurant.cr-build-v2 .cr-package-option-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;}
.classic-restaurant.cr-build-v2 .cr-package-option-list label{display:flex;align-items:center;gap:10px;min-height:48px;padding:11px 12px;border:1px solid var(--cr-line);border-radius:12px;background:#fff;cursor:pointer;}
.classic-restaurant.cr-build-v2 .cr-package-option-list label.is-disabled{opacity:.5;cursor:not-allowed;background:#f7f2ea;}
.classic-restaurant.cr-build-v2 .cr-package-option-list input{width:18px;height:18px;accent-color:var(--cr-action);}
.classic-restaurant.cr-build-v2 .cr-package-option-list span{display:flex;justify-content:space-between;gap:8px;width:100%;font-weight:800;color:var(--cr-ink);}
.classic-restaurant.cr-build-v2 .cr-package-option-list small{color:var(--cr-action);font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-package-custom-note{display:grid;gap:4px;margin-top:16px;padding:14px 16px;border:1px dashed color-mix(in srgb,var(--cr-action) 34%,transparent);border-radius:16px;background:var(--cr-action-soft);}
.classic-restaurant.cr-build-v2 .cr-package-custom-note strong{color:var(--cr-ink);}.classic-restaurant.cr-build-v2 .cr-package-custom-note span{color:var(--cr-muted,#776f65);}
.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;background:#fff;border:1px solid var(--cr-line);border-radius:24px;overflow:hidden;box-shadow:0 18px 55px rgba(17,17,17,.055);}
.classic-restaurant.cr-build-v2 .cr-build-tabs{display:block;width:100%;margin:0;border-right:1px solid var(--cr-line);background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--cr-bg,#f8f3eb) 60%,#fff 40%));}
.classic-restaurant.cr-build-v2 .cr-build-tabs button{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:56px;padding:15px 20px;border:0!important;border-bottom:1px solid var(--cr-line)!important;border-radius:0!important;background:transparent!important;color:var(--cr-ink)!important;text-align:left;font-size:14px!important;font-weight:800!important;line-height:1.25!important;box-shadow:none!important;cursor:pointer;}
.classic-restaurant.cr-build-v2 .cr-build-tabs button[hidden]{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active,.classic-restaurant.cr-build-v2 .cr-build-tabs button:hover{background:var(--cr-action-soft)!important;box-shadow:inset 4px 0 0 var(--cr-action)!important;color:var(--cr-ink)!important;}
.classic-restaurant.cr-build-v2 .cr-build-panel{display:none;background:#fff;}
.classic-restaurant.cr-build-v2 .cr-build-panel.is-active{display:block;}
.classic-restaurant.cr-build-v2 .cr-build-panel.is-package-empty{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:26px 30px 20px;border-bottom:1px solid var(--cr-line);}
.classic-restaurant.cr-build-v2 .cr-build-panel-head h3{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(26px,2.5vw,36px);line-height:1.05;letter-spacing:-.035em;color:var(--cr-ink);}
.classic-restaurant.cr-build-v2 .cr-build-panel-head p{max-width:360px;margin:0;color:var(--cr-muted,#776f65);font-size:13px;line-height:1.55;}
.classic-restaurant.cr-build-v2 .cr-build-item-grid{display:grid;grid-template-columns:1fr;gap:0;padding:0 30px 28px;}
.classic-restaurant.cr-build-v2 .cr-build-choice{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--cr-line);background:#fff;transition:.16s ease;}
.classic-restaurant.cr-build-v2 .cr-build-choice:hover,.classic-restaurant.cr-build-v2 .cr-build-choice.is-selected{background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 28%,#fff 72%);}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included{order:-1;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-disabled{opacity:.55;}
.classic-restaurant.cr-build-v2 .cr-build-choice img,.classic-restaurant.cr-build-v2 .cr-build-placeholder{width:78px;height:78px;min-height:78px;object-fit:cover;border-radius:14px;background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 70%,#fff 30%);}
.classic-restaurant.cr-build-v2 .cr-build-placeholder{display:grid;place-items:center;}
.classic-restaurant.cr-build-v2 .cr-build-placeholder span{font-family:Georgia,'Times New Roman',serif;font-size:32px;color:var(--cr-action);}
.classic-restaurant.cr-build-v2 .cr-build-choice-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:0;}
.classic-restaurant.cr-build-v2 .cr-build-choice-title h4{margin:0 0 5px;font-size:18px;line-height:1.25;color:var(--cr-ink);font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-build-choice-title strong{display:block;color:var(--cr-action);font-size:15px;font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-build-choice-body p{margin:0;color:var(--cr-muted,#776f65);font-size:13px;line-height:1.45;}
.classic-restaurant.cr-build-v2 .cr-build-included-note,.classic-restaurant.cr-build-v2 .cr-build-extra-note{display:none;margin-top:6px;font-size:12px;font-weight:800;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-included-note{display:inline-flex;color:#16803a;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-extra .cr-build-extra-note{display:inline-flex;color:var(--cr-action-dark);}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-price{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:200px;}
.classic-restaurant.cr-build-v2 .cr-build-add{min-width:112px;border:0!important;border-radius:999px!important;background:var(--cr-action)!important;color:#fff!important;padding:10px 18px!important;font-size:13px!important;font-weight:900!important;cursor:pointer;box-shadow:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-selected .cr-build-add{background:var(--cr-ink)!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{min-width:132px;}
.classic-restaurant.cr-build-v2 .cr-build-add:disabled{background:#d8d2ca!important;color:#877d72!important;cursor:not-allowed;}
.classic-restaurant.cr-build-v2 .cr-build-qty,.classic-restaurant.cr-build-v2 .cr-guest-stepper{display:flex;align-items:center;border:1px solid var(--cr-line);border-radius:999px;overflow:hidden;background:#fff;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-qty{display:none;}
.classic-restaurant.cr-build-v2 .cr-build-choice:not(.is-package-included):not(.is-selected) .cr-build-qty{display:none;}
.classic-restaurant.cr-build-v2 .cr-build-qty button,.classic-restaurant.cr-build-v2 .cr-guest-stepper button{width:34px;height:34px;border:0!important;background:#fff!important;color:var(--cr-ink)!important;font-size:17px!important;font-weight:900!important;cursor:pointer;padding:0!important;}
.classic-restaurant.cr-build-v2 .cr-build-qty button:hover,.classic-restaurant.cr-build-v2 .cr-guest-stepper button:hover{background:var(--cr-action-soft)!important;color:var(--cr-action)!important;}
.classic-restaurant.cr-build-v2 .cr-build-qty input{width:40px!important;height:34px!important;min-height:34px!important;padding:0!important;border:0!important;text-align:center;background:#fff!important;color:var(--cr-ink)!important;font-weight:900;appearance:textfield;}
.classic-restaurant.cr-build-v2 .cr-build-qty input::-webkit-outer-spin-button,.classic-restaurant.cr-build-v2 .cr-build-qty input::-webkit-inner-spin-button{appearance:none;margin:0;}
.classic-restaurant.cr-build-v2 .cr-build-summary-card{position:sticky;top:24px;padding:28px;border:1px solid var(--cr-line);border-radius:24px;background:#fff;box-shadow:0 28px 80px rgba(17,17,17,.10);overflow:hidden;}
.classic-restaurant.cr-build-v2 .cr-build-summary-card h3{margin:0 0 16px;font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.05;letter-spacing:-.04em;color:var(--cr-action);}
.classic-restaurant.cr-build-v2 .cr-summary-guests{display:grid!important;grid-template-columns:minmax(0,1fr) 164px;align-items:center;gap:14px;margin:0 0 14px!important;}
.classic-restaurant.cr-build-v2 .cr-summary-guests span{margin:0!important;color:var(--cr-ink);font-weight:900;line-height:1.2;}
.classic-restaurant.cr-build-v2 .cr-summary-guests small{display:block;margin-top:3px;color:var(--cr-action);font-size:12px;font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-guest-stepper{width:164px;height:48px;border-radius:12px;}
.classic-restaurant.cr-build-v2 .cr-guest-stepper input{width:78px;height:46px;padding:0!important;border:0!important;text-align:center;background:#fff!important;color:var(--cr-ink)!important;font-size:18px;font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-guest-stepper button{width:42px;height:46px;}
.classic-restaurant.cr-build-v2 .cr-field-error{color:var(--cr-action);font-weight:900;font-size:13px;margin:0 0 12px;}
.classic-restaurant.cr-build-v2 .cr-build-summary{margin:0 0 16px;}
.classic-restaurant.cr-build-v2 .cr-summary-empty{display:block;padding:14px;border:1px dashed var(--cr-line);border-radius:14px;color:var(--cr-muted,#776f65);}
.classic-restaurant.cr-build-v2 .cr-summary-title{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--cr-action) 14%,transparent);border-radius:16px 16px 0 0;background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 66%,#fff 34%);}
.classic-restaurant.cr-build-v2 .cr-summary-title strong{color:var(--cr-ink);font-size:16px;}.classic-restaurant.cr-build-v2 .cr-summary-title span{color:var(--cr-muted,#776f65);font-size:12px;text-align:right;}
.classic-restaurant.cr-build-v2 .cr-summary-table-wrap{border-left:1px solid var(--cr-line);border-right:1px solid var(--cr-line);background:#fff;}
.classic-restaurant.cr-build-v2 .cr-summary-table{width:100%;border-collapse:collapse;}
.classic-restaurant.cr-build-v2 .cr-summary-table thead{display:none;}
.classic-restaurant.cr-build-v2 .cr-summary-table tr{display:block;padding:12px 16px;border-bottom:1px solid var(--cr-line);}
.classic-restaurant.cr-build-v2 .cr-summary-table td{display:block;padding:0;border:0;text-align:left;white-space:normal;color:var(--cr-muted,#776f65);font-size:12px;font-weight:800;}
.classic-restaurant.cr-build-v2 .cr-summary-table td:first-child strong{display:block;color:var(--cr-ink);font-size:14px;}.classic-restaurant.cr-build-v2 .cr-summary-table td:first-child small{display:block;margin-top:3px;color:var(--cr-muted,#776f65);font-weight:600;}
.classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(2),.classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(3){display:inline-flex;margin-top:6px;margin-right:10px;}.classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(2)::before{content:'Qty: ';margin-right:3px;color:#9b9288;}.classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(3)::before{content:'Rate: ';margin-right:3px;color:#9b9288;}
.classic-restaurant.cr-build-v2 .cr-summary-total,.classic-restaurant.cr-build-v2 .cr-summary-estimate,.classic-restaurant.cr-build-v2 .cr-summary-discount,.classic-restaurant.cr-build-v2 .cr-summary-grand{display:flex;justify-content:space-between;gap:12px;padding:11px 16px;border-left:1px solid var(--cr-line);border-right:1px solid var(--cr-line);background:#fff;color:var(--cr-muted,#776f65);font-size:13px;}
.classic-restaurant.cr-build-v2 .cr-summary-grand{border:1px solid color-mix(in srgb,var(--cr-action) 18%,transparent);border-top:0;border-radius:0 0 16px 16px;background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 66%,#fff 34%);font-size:15px;color:var(--cr-ink);}
.classic-restaurant.cr-build-v2 .cr-summary-total strong,.classic-restaurant.cr-build-v2 .cr-summary-estimate strong,.classic-restaurant.cr-build-v2 .cr-summary-grand strong{color:var(--cr-action);}.classic-restaurant.cr-build-v2 .cr-summary-discount strong{color:#16803a;}
.classic-restaurant.cr-build-v2 .cr-summary-warning{margin-top:12px;border-radius:12px;background:var(--cr-action-soft);color:var(--cr-action-dark);padding:11px 13px;font-size:13px;font-weight:800;}
.classic-restaurant.cr-build-v2 .cr-build-open-modal{width:100%;min-height:50px;border:0!important;border-radius:12px!important;background:var(--cr-action)!important;color:#fff!important;font-size:14px!important;font-weight:900!important;cursor:pointer;}
.classic-restaurant.cr-build-v2 .cr-build-open-modal:disabled{background:#d8d2ca!important;color:#8a8178!important;cursor:not-allowed;}
.classic-restaurant.cr-build-v2 .cr-build-summary-note{margin:12px 0 0!important;padding:13px 14px;border-radius:14px;background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 65%,#fff 35%);color:var(--cr-muted,#776f65);font-size:12px;line-height:1.45;}
.cr-hp{position:absolute!important;left:-9999px!important;opacity:0!important;width:1px!important;height:1px!important;}
.cr-build-modal,.cr-build-error-modal,.cr-package-detail-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:22px;}
.cr-build-modal.is-open,.cr-build-error-modal.is-open,.cr-package-detail-modal.is-open{display:flex;}
.cr-build-modal-backdrop,.cr-build-error-backdrop,.cr-package-detail-backdrop{position:absolute;inset:0;background:rgba(10,12,16,.58);backdrop-filter:blur(4px);}
.cr-build-modal-card,.cr-build-error-card,.cr-package-detail-card{position:relative;z-index:1;width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;color:#111;border-radius:24px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.25);}
.cr-build-modal-close,.cr-package-detail-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border-radius:50%!important;border:1px solid rgba(17,17,17,.10)!important;background:#fff!important;color:#111!important;font-size:22px!important;cursor:pointer;}
.cr-build-form-head h3,.cr-package-detail-content h3,.cr-build-error-card h3{font-family:Georgia,'Times New Roman',serif;font-size:32px;line-height:1.1;margin:0 42px 10px 0;color:var(--cr-brand,#111);}
.cr-build-form-head p,.cr-package-detail-subtitle,.cr-build-error-card p{color:var(--cr-muted,#776f65);line-height:1.55;margin:0 0 18px!important;}
.cr-build-modal-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 18px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--cr-accent,#a8834a) 16%,transparent);border-radius:14px;background:#fff8f1;}.cr-build-modal-summary span{font-weight:900;color:var(--cr-accent,#a8834a);}.cr-build-modal-summary small{color:var(--cr-muted,#776f65);}
.cr-build-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}.cr-build-fields label{display:grid;gap:7px;margin:0!important;}.cr-build-fields span{font-size:12px;font-weight:900;color:#111;}.cr-build-fields input,.cr-build-fields select,.cr-build-fields textarea{width:100%!important;min-height:44px;border:1px solid rgba(17,17,17,.14)!important;border-radius:10px!important;background:#fff!important;color:#111!important;padding:11px 12px!important;box-shadow:none!important;}.cr-build-fields textarea{resize:vertical;}.cr-field-wide{grid-column:1/-1;}.cr-build-form .cr-build-submit{width:100%;margin-top:16px;min-height:50px;border:0!important;border-radius:12px!important;background:var(--cr-accent,#a8834a)!important;color:#fff!important;font-weight:900!important;}
.cr-build-error-card{width:min(460px,100%);}.cr-build-error-card ul{margin:0 0 20px;padding:0;list-style:none;display:grid;gap:8px;}.cr-build-error-card li{border:1px solid rgba(196,22,28,.14);background:#fff6f3;color:#9d1217;border-radius:12px;padding:10px 12px;font-weight:800;}.cr-build-error-card button,.cr-package-detail-select{width:100%;min-height:48px;border:0!important;border-radius:14px!important;background:var(--cr-accent,#a8834a)!important;color:#fff!important;font-weight:900!important;cursor:pointer;}
.cr-package-detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 20px;}.cr-package-detail-meta span{border:1px solid rgba(17,17,17,.10);border-radius:16px;padding:14px;background:#fffaf5;}.cr-package-detail-meta strong{display:block;font-size:20px;color:var(--cr-accent,#a8834a);}.cr-package-detail-meta small{display:block;color:var(--cr-muted,#776f65);margin-top:4px;}.cr-package-detail-block{border-top:1px solid rgba(17,17,17,.09);padding-top:18px;margin-top:18px;}.cr-package-detail-block h4{font-size:15px;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;color:var(--cr-accent,#a8834a);}.cr-package-detail-block ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}.cr-package-detail-block li{padding:10px 12px;border-radius:12px;background:#f8f3eb;color:#111;}.cr-package-detail-group{border:1px solid rgba(17,17,17,.09);border-radius:14px;padding:14px;margin-bottom:10px;}.cr-package-detail-group small{color:var(--cr-accent,#a8834a);font-weight:900;}.cr-package-detail-group p{margin:8px 0 0!important;color:var(--cr-muted,#776f65);line-height:1.5;}.cr-package-detail-note{margin-top:14px;border-radius:14px;background:color-mix(in srgb,var(--cr-accent,#a8834a) 12%,#fff 88%);padding:13px 14px;color:var(--cr-brand,#111);font-weight:800;}
.cr-build-modal-open{overflow:hidden;}
@media(max-width:1180px){.classic-restaurant.cr-build-v2 .cr-build-workspace{grid-template-columns:1fr;width:min(940px,calc(100% - 34px));}.classic-restaurant.cr-build-v2 .cr-build-summary-card{position:relative;top:auto;}.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{grid-template-columns:180px minmax(0,1fr);}.classic-restaurant.cr-build-v2 .cr-build-choice-body{grid-template-columns:1fr;}.classic-restaurant.cr-build-v2 .cr-build-choice-actions{justify-content:space-between;min-width:0;}}
@media(max-width:900px){.classic-restaurant.cr-build-v2 .cr-package-choice-grid{grid-template-columns:1fr;}.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{display:block;}.classic-restaurant.cr-build-v2 .cr-build-tabs{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--cr-line);}.classic-restaurant.cr-build-v2 .cr-build-tabs button{flex:0 0 auto;width:auto;min-width:150px;border-right:1px solid var(--cr-line)!important;border-bottom:0!important;}.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{box-shadow:inset 0 -3px 0 var(--cr-action)!important;}.classic-restaurant.cr-build-v2 .cr-build-summary-card{padding:22px;}}
@media(max-width:767px){.classic-restaurant.cr-build-v2{padding:38px 0;}.classic-restaurant.cr-build-v2 .cr-section-head,.classic-restaurant.cr-build-v2 .cr-build-mode,.classic-restaurant.cr-build-v2 .cr-build-workspace{width:min(100%,calc(100% - 18px));}.classic-restaurant.cr-build-v2 .cr-section-head h2{font-size:clamp(38px,12vw,54px);}.classic-restaurant.cr-build-v2 .cr-build-mode button{padding:10px 16px;font-size:12px;}.classic-restaurant.cr-build-v2 .cr-package-choice{padding:18px;min-height:auto;}.classic-restaurant.cr-build-v2 .cr-package-choice strong{font-size:21px;}.classic-restaurant.cr-build-v2 .cr-package-options-panel,.classic-restaurant.cr-build-v2 .cr-build-summary-card{padding:16px;border-radius:18px;}.classic-restaurant.cr-build-v2 .cr-build-panel-head{display:block;padding:22px 18px;}.classic-restaurant.cr-build-v2 .cr-build-panel-head h3{font-size:28px;}.classic-restaurant.cr-build-v2 .cr-build-panel-head p{max-width:none;margin-top:8px;}.classic-restaurant.cr-build-v2 .cr-build-item-grid{padding:0 18px 18px;}.classic-restaurant.cr-build-v2 .cr-build-choice{grid-template-columns:70px minmax(0,1fr);gap:12px;padding:16px 0;}.classic-restaurant.cr-build-v2 .cr-build-choice img,.classic-restaurant.cr-build-v2 .cr-build-placeholder{width:60px;height:60px;min-height:60px;border-radius:12px;}.classic-restaurant.cr-build-v2 .cr-build-choice-title h4{font-size:15px;}.classic-restaurant.cr-build-v2 .cr-build-choice-body p{display:none;}.classic-restaurant.cr-build-v2 .cr-build-choice-actions{margin-top:10px;}.classic-restaurant.cr-build-v2 .cr-build-add{min-width:96px;padding:8px 12px!important;font-size:12px!important;}.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{min-width:116px;}.classic-restaurant.cr-build-v2 .cr-summary-guests{grid-template-columns:1fr;}.classic-restaurant.cr-build-v2 .cr-guest-stepper{width:100%;}.classic-restaurant.cr-build-v2 .cr-guest-stepper input{flex:1;width:auto;}.cr-build-fields{grid-template-columns:1fr;}.cr-build-modal,.cr-build-error-modal,.cr-package-detail-modal{padding:10px;align-items:flex-end;}.cr-build-modal-card,.cr-build-error-card,.cr-package-detail-card{border-radius:18px 18px 0 0;padding:22px 16px;}.cr-build-modal-summary{display:block;}.cr-package-detail-meta,.cr-package-detail-block ul{grid-template-columns:1fr;}}
@media(max-width:420px){.classic-restaurant.cr-build-v2 .cr-build-choice{grid-template-columns:1fr;}.classic-restaurant.cr-build-v2 .cr-build-choice-actions{justify-content:space-between;}.classic-restaurant.cr-build-v2 .cr-build-choice img,.classic-restaurant.cr-build-v2 .cr-build-placeholder{width:72px;height:72px;}}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-featured{padding-top:52px;}

/* v1.3.0 Package included foods first; paid extras second */
.classic-restaurant.cr-build-v2 .cr-build-list-section[hidden]{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-list-section{border-bottom:1px solid var(--cr-line);}
.classic-restaurant.cr-build-v2 .cr-build-list-section:last-child{border-bottom:0;}
.classic-restaurant.cr-build-v2 .cr-build-list-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 30px 10px;background:#fff;}
.classic-restaurant.cr-build-v2 .cr-build-list-heading>div{display:grid;gap:3px;}
.classic-restaurant.cr-build-v2 .cr-build-list-heading strong{font-size:14px;line-height:1.3;color:var(--cr-ink);font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-build-list-heading span{font-size:12px;line-height:1.4;color:var(--cr-muted,#776f65);}
.classic-restaurant.cr-build-v2 .cr-build-list-heading>b{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:var(--cr-action-soft);color:var(--cr-action);font-size:11px;line-height:1;font-weight:900;white-space:nowrap;}
.classic-restaurant.cr-build-v2 .cr-build-included-section{background:color-mix(in srgb,var(--cr-action-soft) 54%,#fff 46%);}
.classic-restaurant.cr-build-v2 .cr-build-included-section .cr-build-list-heading{background:transparent;}
.classic-restaurant.cr-build-v2 .cr-build-included-section .cr-build-item-grid{background:transparent;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head>div{display:grid;gap:7px;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head [data-cr-category-limit]{display:none;width:max-content;padding:5px 10px;border-radius:999px;background:var(--cr-action);color:#fff;font-size:11px;line-height:1;font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head [data-cr-category-limit]:not(:empty){display:inline-flex;}
.classic-restaurant.cr-build-v2 .cr-build-choice{padding-left:10px;padding-right:10px;border-radius:12px;}
.classic-restaurant.cr-build-v2 .cr-build-choice-copy{min-width:0;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included{background:rgba(255,255,255,.82);}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included.is-selected{box-shadow:inset 3px 0 0 #16803a;background:#f0fdf4;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{background:var(--cr-action)!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included.is-selected .cr-build-add{background:#16803a!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-disabled{opacity:.48;filter:grayscale(.12);}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-unavailable{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-disabled .cr-build-add{pointer-events:none;}
.classic-restaurant.cr-build-v2 .cr-summary-table tr.is-included td:last-child{color:#16803a;font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-summary-table tr.is-extra td:last-child{color:var(--cr-action);font-weight:900;}
.classic-restaurant.cr-build-v2 .cr-summary-extra-cost{border-top:0!important;}
@media(max-width:767px){
  .classic-restaurant.cr-build-v2 .cr-build-list-heading{padding:14px 18px 8px;align-items:flex-start;}
  .classic-restaurant.cr-build-v2 .cr-build-list-heading>b{font-size:10px;}
  .classic-restaurant.cr-build-v2 .cr-build-choice{padding-left:4px;padding-right:4px;}
}

/* v1.3.1 Catering package and menu-selection finishing polish */
.classic-restaurant.cr-build-v2 .cr-build-mode,
.classic-restaurant.cr-build-v2 .cr-build-workspace{width:min(1280px,calc(100% - 40px));}
.classic-restaurant.cr-build-v2 .cr-build-workspace{grid-template-columns:minmax(0,1fr) minmax(320px,350px);gap:30px;}
.classic-restaurant.cr-build-v2 .cr-package-choice-grid{gap:16px;padding-top:14px;margin-bottom:26px;}
.classic-restaurant.cr-build-v2 .cr-package-choice{min-height:188px;padding:24px 22px;border-color:color-mix(in srgb,var(--cr-action) 25%,#d8d0c7 75%);border-radius:18px;overflow:visible;box-shadow:0 12px 34px rgba(31,24,18,.055);}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-featured{padding-top:24px!important;}
.classic-restaurant.cr-build-v2 .cr-package-popular{top:-13px;left:18px;transform:none;padding:5px 10px;border:1px solid #f0c7c4;border-radius:999px;background:#fff4f3;color:#b42318;font-size:9px;letter-spacing:.075em;box-shadow:0 8px 18px rgba(180,35,24,.10);}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active .cr-package-popular{background:#fff4f3;color:#b42318;border-color:#f0c7c4;}
.classic-restaurant.cr-build-v2 .cr-package-choice>strong{min-height:54px;margin-right:42px;-webkit-line-clamp:3;font-size:clamp(20px,1.55vw,25px);line-height:1.08;}
.classic-restaurant.cr-build-v2 .cr-package-choice>small{min-height:42px;}
.classic-restaurant.cr-build-v2 .cr-package-card-bottom{padding-top:13px;}
.classic-restaurant.cr-build-v2 .cr-package-options-panel{padding:24px;border-radius:20px;}
.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{grid-template-columns:205px minmax(0,1fr);border-radius:20px;box-shadow:0 14px 42px rgba(31,24,18,.055);}
.classic-restaurant.cr-build-v2 .cr-build-tabs button{min-height:54px;padding:14px 17px;font-size:13px!important;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head{align-items:center;padding:22px 24px 17px;}
.classic-restaurant.cr-build-v2 .cr-build-panel-head h3{font-size:clamp(25px,2.1vw,32px);}
.classic-restaurant.cr-build-v2 .cr-build-list-heading{padding:15px 24px 11px;}
.classic-restaurant.cr-build-v2 .cr-build-item-grid{gap:10px;padding:4px 24px 22px;}
.classic-restaurant.cr-build-v2 .cr-build-choice{grid-template-columns:82px minmax(0,1fr);gap:15px;padding:14px;border:1px solid var(--cr-line);border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(31,24,18,.035);}
.classic-restaurant.cr-build-v2 .cr-build-choice:last-child{border-bottom:1px solid var(--cr-line);}
.classic-restaurant.cr-build-v2 .cr-build-choice:hover{border-color:color-mix(in srgb,var(--cr-action) 35%,var(--cr-line));box-shadow:0 12px 28px rgba(31,24,18,.07);transform:translateY(-1px);}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included{border-color:color-mix(in srgb,#16803a 24%,var(--cr-line));background:#fbfffc;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included.is-selected{border-color:#86c99c;box-shadow:0 0 0 2px rgba(22,128,58,.08),inset 3px 0 0 #16803a;background:#f0fdf4;}
.classic-restaurant.cr-build-v2 .cr-build-choice img,
.classic-restaurant.cr-build-v2 .cr-build-placeholder{width:82px;height:74px;min-height:74px;border-radius:12px;}
.classic-restaurant.cr-build-v2 .cr-build-choice-body{grid-template-columns:minmax(0,1fr) auto;gap:14px;min-width:0;}
.classic-restaurant.cr-build-v2 .cr-build-choice-copy{min-width:0;}
.classic-restaurant.cr-build-v2 .cr-build-choice-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0;}
.classic-restaurant.cr-build-v2 .cr-build-choice-title h4{margin:0;font-size:16px;line-height:1.3;word-break:normal;overflow-wrap:anywhere;}
.classic-restaurant.cr-build-v2 .cr-build-choice-title .cr-build-price{padding-top:1px;font-size:14px;white-space:nowrap;}
.classic-restaurant.cr-build-v2 .cr-build-choice-body p{margin-top:5px;max-width:560px;font-size:12px;line-height:1.45;}
.classic-restaurant.cr-build-v2 .cr-build-included-note,
.classic-restaurant.cr-build-v2 .cr-build-extra-note{margin-top:7px;font-size:11px;}
.classic-restaurant.cr-build-v2 .cr-build-choice-actions{min-width:148px;gap:9px;}
.classic-restaurant.cr-build-v2 .cr-build-add{min-width:104px;padding:9px 15px!important;}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{min-width:124px;}
.classic-restaurant.cr-build-v2 .cr-build-summary-card{padding:24px;border-radius:20px;box-shadow:0 20px 60px rgba(31,24,18,.10);}
.classic-restaurant.cr-build-v2 .cr-build-summary-card h3{font-size:31px;}
.classic-restaurant.cr-build-v2 .cr-summary-guests{grid-template-columns:minmax(0,1fr) 146px;}
.classic-restaurant.cr-build-v2 .cr-guest-stepper{width:146px;}
.classic-restaurant.cr-build-v2 .cr-guest-stepper input{width:62px;}
@media(max-width:1380px) and (min-width:1181px){
  .classic-restaurant.cr-build-v2 .cr-build-workspace{grid-template-columns:minmax(0,1fr) 330px;gap:24px;}
  .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{grid-template-columns:185px minmax(0,1fr);}
  .classic-restaurant.cr-build-v2 .cr-build-choice-body{grid-template-columns:1fr;}
  .classic-restaurant.cr-build-v2 .cr-build-choice-actions{justify-content:flex-start;min-width:0;}
}
@media(max-width:1180px){
  .classic-restaurant.cr-build-v2 .cr-build-mode,
  .classic-restaurant.cr-build-v2 .cr-build-workspace{width:min(960px,calc(100% - 32px));}
}
@media(max-width:767px){
  .classic-restaurant.cr-build-v2 .cr-package-choice-grid{padding-top:12px;}
  .classic-restaurant.cr-build-v2 .cr-package-popular{left:16px;}
  .classic-restaurant.cr-build-v2 .cr-build-list-heading{padding:14px 16px 9px;}
  .classic-restaurant.cr-build-v2 .cr-build-item-grid{padding:4px 12px 16px;}
  .classic-restaurant.cr-build-v2 .cr-build-choice{grid-template-columns:64px minmax(0,1fr);gap:11px;padding:12px;}
  .classic-restaurant.cr-build-v2 .cr-build-choice img,
  .classic-restaurant.cr-build-v2 .cr-build-placeholder{width:64px;height:60px;min-height:60px;}
  .classic-restaurant.cr-build-v2 .cr-build-choice-title{grid-template-columns:1fr;gap:2px;}
  .classic-restaurant.cr-build-v2 .cr-build-choice-actions{justify-content:flex-start;flex-wrap:wrap;}
}

/* v1.3.4 Included-category tab and picked-state polish */
.classic-restaurant.cr-build-v2 .cr-build-tabs button{
  justify-content:space-between;
  gap:10px;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-status{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:4px 8px;
  border:1px solid rgba(22,128,58,.22);
  border-radius:999px;
  background:#eef9f1;
  color:#167a38;
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:.035em;
  text-transform:uppercase;
  box-shadow:0 4px 12px rgba(22,128,58,.06);
}
.classic-restaurant.cr-build-v2 .cr-build-tab-status[hidden]{display:none!important;}
.classic-restaurant.cr-build-v2 .cr-build-tab-status.is-picked{
  background:#16803a;
  border-color:#16803a;
  color:#fff;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-status.is-picked::before{
  content:"✓";
  margin-right:4px;
  font-size:10px;
  line-height:1;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab{
  background:linear-gradient(90deg,#f3fbf5 0%,#fbfefc 100%)!important;
  box-shadow:inset 4px 0 0 #75b989!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab:hover{
  background:#edf8f0!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab.is-active{
  background:linear-gradient(90deg,#eaf7ee 0%,#f6fbf7 100%)!important;
  box-shadow:inset 4px 0 0 #16803a!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-picked-tab{
  background:linear-gradient(90deg,#e9f8ee 0%,#f7fcf8 100%)!important;
  color:#0f5f2a!important;
}
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included.is-selected .cr-build-add::first-letter{
  font-weight:900;
}
@media(max-width:900px){
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab.is-active{
    box-shadow:inset 0 -3px 0 #16803a!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tab-status{
    min-height:20px;
    padding:3px 7px;
    font-size:8px;
  }
}



/* v1.3.5 Stable category navigation and included-first ordering */
.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
  grid-template-columns:minmax(220px,238px) minmax(0,1fr);
}
.classic-restaurant.cr-build-v2 .cr-build-tabs{
  min-width:0;
  overflow:hidden;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button,
.classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  justify-content:stretch;
  gap:8px;
  min-height:58px;
  padding:12px 14px!important;
  color:#171717!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-style:normal!important;
  line-height:1.25!important;
  letter-spacing:0!important;
  text-decoration:none!important;
  text-transform:none!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-title{
  display:-webkit-box;
  min-width:0;
  overflow:hidden;
  color:#171717!important;
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.28!important;
  letter-spacing:0!important;
  white-space:normal;
  text-overflow:clip;
  overflow-wrap:anywhere;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab .cr-build-tab-title,
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-picked-tab .cr-build-tab-title{
  color:#14532d!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-status{
  min-height:19px;
  padding:3px 6px;
  color:#167a38!important;
  font-size:7.5px!important;
  line-height:1!important;
  letter-spacing:.035em!important;
  white-space:nowrap;
}
.classic-restaurant.cr-build-v2 .cr-build-tab-status.is-picked{
  color:#fff!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-first-extra-tab{
  border-top:6px solid color-mix(in srgb,var(--cr-bg,#f8f3eb) 72%,#fff 28%)!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab,
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab:hover{
  background:linear-gradient(90deg,#f1faf4 0%,#fbfefc 100%)!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab.is-active{
  background:linear-gradient(90deg,#e8f7ed 0%,#f6fbf7 100%)!important;
}
@media(max-width:1380px) and (min-width:1181px){
  .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
    grid-template-columns:minmax(215px,225px) minmax(0,1fr);
  }
}
@media(max-width:900px){
  .classic-restaurant.cr-build-v2 .cr-build-tabs{
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:thin;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs button,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
    flex:0 0 auto;
    width:auto;
    min-width:178px;
    max-width:220px;
    min-height:56px;
    padding:11px 13px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-first-extra-tab{
    margin-left:7px;
    border-top:0!important;
    border-left:6px solid color-mix(in srgb,var(--cr-bg,#f8f3eb) 72%,#fff 28%)!important;
  }
}
@media(max-width:560px){
  .classic-restaurant.cr-build-v2 .cr-build-tabs button,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
    min-width:168px;
    max-width:205px;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tab-title{
    font-size:12px!important;
  }
}


/* v1.3.6 Package badge position and working details modal */
.classic-restaurant.cr-build-v2 .cr-package-choice-grid{
  padding-top:20px;
}
.classic-restaurant.cr-build-v2 .cr-package-popular{
  top:-18px;
  left:18px;
  padding:3px 8px;
  min-height:22px;
  line-height:1;
  font-size:8px;
  letter-spacing:.07em;
  box-shadow:0 6px 14px rgba(180,35,24,.09);
}
.classic-restaurant.cr-build-v2 .cr-package-details-trigger{
  display:inline-flex!important;
  align-items:center;
  gap:4px;
  text-decoration:none!important;
}
.classic-restaurant.cr-build-v2 .cr-package-details-trigger:after{
  content:'→';
  font-size:12px;
  transition:transform .2s ease;
}
.classic-restaurant.cr-build-v2 .cr-package-details-trigger:hover:after{
  transform:translateX(3px);
}
.classic-restaurant.cr-build-v2 .cr-package-detail-group{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:5px 12px;
}
.classic-restaurant.cr-build-v2 .cr-package-detail-group>strong{
  min-width:0;
  color:var(--cr-ink,#111);
}
.classic-restaurant.cr-build-v2 .cr-package-detail-group>small{
  white-space:nowrap;
}
.classic-restaurant.cr-build-v2 .cr-package-detail-group>p{
  grid-column:1/-1;
}
@media(max-width:767px){
  .classic-restaurant.cr-build-v2 .cr-package-choice-grid{padding-top:18px;}
  .classic-restaurant.cr-build-v2 .cr-package-popular{top:-16px;left:15px;padding:3px 7px;font-size:8px;}
}

/* v1.3.7 Catering package widget — polished presets and dynamic colors */
.classic-restaurant.cr-catering-packages{
  --cr-package-heading:var(--cr-brand,#111111);
  --cr-package-accent:var(--cr-red,var(--cr-accent,#a8834a));
  --cr-package-card-title:var(--cr-accent,#a8834a);
  --cr-package-price:var(--cr-brand,#111111);
  --cr-package-check:var(--cr-package-accent);
  --cr-package-btn-text:var(--cr-package-accent);
  --cr-package-btn-bg:transparent;
  --cr-package-btn-border:var(--cr-package-accent);
  --cr-package-btn-hover-text:#ffffff;
  --cr-package-btn-hover-bg:var(--cr-package-accent);
  --cr-grid-gap:22px;
  --cr-custom-width:240px;
  padding:clamp(58px,7vw,94px) 0;
  overflow:visible;
}
.classic-restaurant.cr-catering-packages .cr-section-head{
  width:min(900px,calc(100% - 40px));
  margin:0 auto clamp(38px,5vw,58px);
  text-align:center;
}
.classic-restaurant.cr-catering-packages .cr-section-head .cr-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 13px;
  color:var(--cr-package-accent)!important;
  font-size:11px;
  font-weight:800;
  line-height:1;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.classic-restaurant.cr-catering-packages .cr-section-head h2{
  max-width:820px;
  margin:0 auto;
  color:var(--cr-package-heading)!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,5vw,66px);
  font-weight:500;
  line-height:.98;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.classic-restaurant.cr-catering-packages .cr-package-layout{
  width:min(var(--cr-grid-width,1180px),calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(205px,var(--cr-custom-width,240px));
  gap:var(--cr-grid-gap,22px);
  align-items:stretch;
}
.classic-restaurant.cr-catering-packages .cr-package-grid{
  display:grid;
  grid-template-columns:repeat(var(--cr-columns,3),minmax(0,1fr));
  gap:var(--cr-grid-gap,22px);
  align-items:stretch;
}
.classic-restaurant.cr-catering-packages .cr-package-card,
.classic-restaurant.cr-catering-packages .cr-custom-package{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  padding:30px 28px 28px;
  border-radius:18px;
  border:1px solid color-mix(in srgb,var(--cr-package-accent) 20%,transparent);
  background:var(--cr-card,#ffffff);
  box-shadow:0 16px 45px rgba(53,37,20,.07);
  overflow:visible;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.classic-restaurant.cr-catering-packages .cr-package-card:hover,
.classic-restaurant.cr-catering-packages .cr-custom-package:hover{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--cr-package-accent) 52%,transparent);
  box-shadow:0 24px 62px rgba(53,37,20,.12);
}
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured{
  transform:translateY(-8px);
  border-color:var(--cr-package-accent);
  box-shadow:0 28px 70px color-mix(in srgb,var(--cr-package-accent) 17%,transparent);
}
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured:hover{
  transform:translateY(-12px);
}
.classic-restaurant.cr-catering-packages .cr-package-ribbon{
  position:absolute;
  top:-15px;
  left:22px;
  right:auto;
  z-index:3;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-height:28px;
  padding:6px 11px;
  border:1px solid color-mix(in srgb,var(--cr-package-accent) 30%,#ffffff);
  border-radius:999px;
  background:var(--cr-package-accent);
  color:#ffffff;
  box-shadow:0 8px 20px color-mix(in srgb,var(--cr-package-accent) 24%,transparent);
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured h3{
  margin-top:0;
}
.classic-restaurant.cr-catering-packages .cr-package-card h3,
.classic-restaurant.cr-catering-packages .cr-custom-package h3{
  margin:0 0 10px;
  color:var(--cr-package-card-title)!important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(22px,2vw,28px);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.classic-restaurant.cr-catering-packages .cr-package-card>p,
.classic-restaurant.cr-catering-packages .cr-custom-package>p{
  min-height:0;
  margin:0 0 21px;
  color:var(--cr-muted,#776f65);
  font-size:13px;
  line-height:1.65;
}
.classic-restaurant.cr-catering-packages .cr-package-card ul{
  display:grid;
  gap:11px;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}
.classic-restaurant.cr-catering-packages .cr-package-card li{
  position:relative;
  margin:0;
  padding:0 0 0 24px;
  color:var(--cr-muted,#776f65);
  font-size:13px;
  line-height:1.45;
}
.classic-restaurant.cr-catering-packages .cr-package-card li:before{
  content:"✓";
  position:absolute;
  top:.02em;
  left:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  border-radius:50%;
  color:var(--cr-package-check)!important;
  background:color-mix(in srgb,var(--cr-package-check) 10%,transparent);
  font-size:11px;
  font-weight:900;
  line-height:1;
}
.classic-restaurant.cr-catering-packages .cr-package-price{
  margin:auto 0 18px;
  padding:18px 0 0;
  border-top:1px solid color-mix(in srgb,var(--cr-muted,#776f65) 20%,transparent);
}
.classic-restaurant.cr-catering-packages .cr-package-price small,
.classic-restaurant.cr-catering-packages .cr-package-price span{
  display:block;
  color:var(--cr-muted,#776f65);
  font-size:10px;
  line-height:1.4;
}
.classic-restaurant.cr-catering-packages .cr-package-price strong{
  display:inline-block;
  margin:2px 4px 0 0;
  color:var(--cr-package-price)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:28px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:-.03em;
}
.classic-restaurant.cr-catering-packages .cr-package-btn,
.classic-restaurant.cr-catering-packages .cr-package-btn:visited{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:100%;
  min-height:44px;
  margin-top:0;
  padding:11px 18px!important;
  border:1px solid var(--cr-package-btn-border)!important;
  border-radius:10px;
  background:var(--cr-package-btn-bg)!important;
  color:var(--cr-package-btn-text)!important;
  box-shadow:none;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  text-align:center;
  text-decoration:none!important;
  transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.classic-restaurant.cr-catering-packages .cr-package-btn:hover,
.classic-restaurant.cr-catering-packages .cr-package-btn:focus-visible,
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured .cr-package-btn:hover,
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured .cr-package-btn:focus-visible{
  transform:translateY(-2px);
  border-color:var(--cr-package-btn-hover-bg)!important;
  background:var(--cr-package-btn-hover-bg)!important;
  color:var(--cr-package-btn-hover-text)!important;
  box-shadow:0 10px 24px color-mix(in srgb,var(--cr-package-btn-hover-bg) 22%,transparent);
}
.classic-restaurant.cr-catering-packages .cr-package-card.is-featured .cr-package-btn{
  border-color:var(--cr-package-accent)!important;
  background:var(--cr-package-accent)!important;
  color:#ffffff!important;
}
.classic-restaurant.cr-catering-packages .cr-custom-package{
  justify-content:center;
  background:linear-gradient(155deg,color-mix(in srgb,var(--cr-package-accent) 8%,#ffffff),color-mix(in srgb,var(--cr-bg,#f8f3eb) 82%,#ffffff));
}
.classic-restaurant.cr-catering-packages .cr-custom-package-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin:0 0 20px;
  border:1px solid color-mix(in srgb,var(--cr-package-accent) 24%,transparent);
  border-radius:15px;
  background:color-mix(in srgb,var(--cr-package-accent) 8%,#ffffff);
  color:var(--cr-package-accent);
  font-size:23px;
  line-height:1;
}
.classic-restaurant.cr-catering-packages .cr-custom-package-kicker{
  display:block;
  margin:0 0 9px;
  color:var(--cr-package-accent);
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.classic-restaurant.cr-catering-packages .cr-custom-package .cr-package-btn{
  margin-top:auto;
}

/* Preset 01 — Elegant Gold */
.classic-restaurant.cr-catering-packages.cr-preset-catering{
  --cr-package-heading:var(--cr-brand,#111111);
  --cr-package-card-title:var(--cr-accent,#a8834a);
  --cr-package-price:var(--cr-brand,#111111);
  --cr-package-accent:var(--cr-accent,#a8834a);
  background:linear-gradient(180deg,color-mix(in srgb,var(--cr-bg,#f8f3eb) 82%,#ffffff) 0%,var(--cr-bg,#f8f3eb) 100%);
}
.classic-restaurant.cr-catering-packages.cr-preset-catering .cr-package-card.is-featured{
  background:linear-gradient(180deg,#ffffff 0%,color-mix(in srgb,var(--cr-package-accent) 4%,#ffffff) 100%);
}

/* Preset 02 — Modern Accent */
.classic-restaurant.cr-catering-packages.cr-preset-package-modern{
  --cr-package-heading:var(--cr-brand,#111111);
  --cr-package-card-title:var(--cr-brand,#111111);
  --cr-package-price:var(--cr-package-accent);
  --cr-package-btn-bg:var(--cr-package-accent);
  --cr-package-btn-text:#ffffff;
  --cr-package-btn-border:var(--cr-package-accent);
  background:#ffffff;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-section-head .cr-kicker{
  padding:8px 12px;
  border-radius:999px;
  background:color-mix(in srgb,var(--cr-package-accent) 9%,#ffffff);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card,
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-custom-package{
  border:0;
  border-top:4px solid color-mix(in srgb,var(--cr-package-accent) 65%,#ffffff);
  border-radius:20px;
  box-shadow:0 18px 50px rgba(34,34,34,.08);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured{
  --cr-package-card-title:#ffffff;
  --cr-package-price:#ffffff;
  --cr-package-check:#ffffff;
  background:linear-gradient(145deg,var(--cr-package-accent),color-mix(in srgb,var(--cr-package-accent) 78%,#111111));
  color:#ffffff;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured>p,
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured li,
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured .cr-package-price small,
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured .cr-package-price span{
  color:rgba(255,255,255,.78)!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured .cr-package-price{
  border-color:rgba(255,255,255,.25);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured li:before{
  background:rgba(255,255,255,.14);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured .cr-package-btn{
  border-color:#ffffff!important;
  background:#ffffff!important;
  color:var(--cr-package-accent)!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-card.is-featured .cr-package-btn:hover{
  border-color:#ffffff!important;
  background:transparent!important;
  color:#ffffff!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-modern .cr-package-ribbon{
  border-color:#ffffff;
  background:#ffffff;
  color:var(--cr-package-accent);
}

/* Preset 03 — Luxury Dark */
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury{
  --cr-package-heading:#ffffff;
  --cr-package-card-title:var(--cr-accent,#c8a66a);
  --cr-package-price:#ffffff;
  --cr-package-accent:var(--cr-accent,#c8a66a);
  --cr-package-btn-text:var(--cr-package-accent);
  --cr-package-btn-bg:transparent;
  --cr-package-btn-border:color-mix(in srgb,var(--cr-package-accent) 72%,transparent);
  --cr-package-btn-hover-text:#17130f;
  --cr-package-btn-hover-bg:var(--cr-package-accent);
  background:linear-gradient(145deg,#171511,#242019);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-section-head .cr-kicker{
  color:var(--cr-package-accent)!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-card,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-custom-package{
  border-color:color-mix(in srgb,var(--cr-package-accent) 28%,transparent);
  background:linear-gradient(160deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
  box-shadow:0 22px 55px rgba(0,0,0,.24);
  backdrop-filter:blur(4px);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-card:hover,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-custom-package:hover{
  border-color:color-mix(in srgb,var(--cr-package-accent) 72%,transparent);
  box-shadow:0 30px 75px rgba(0,0,0,.34);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-card>p,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-custom-package>p,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-card li,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-price small,
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-price span{
  color:rgba(255,255,255,.66)!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-price{
  border-color:rgba(255,255,255,.12);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-custom-package-icon{
  border-color:color-mix(in srgb,var(--cr-package-accent) 38%,transparent);
  background:rgba(255,255,255,.045);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-luxury .cr-package-card.is-featured{
  background:linear-gradient(145deg,color-mix(in srgb,var(--cr-package-accent) 18%,#1b1711),rgba(255,255,255,.04));
}

/* Preset 04 — Soft Minimal */
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal{
  --cr-package-heading:var(--cr-brand,#111111);
  --cr-package-card-title:var(--cr-brand,#111111);
  --cr-package-price:var(--cr-brand,#111111);
  background:color-mix(in srgb,var(--cr-bg,#f8f3eb) 46%,#ffffff);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-card,
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-custom-package{
  padding:28px 24px;
  border-color:color-mix(in srgb,var(--cr-muted,#776f65) 16%,transparent);
  border-radius:14px;
  background:rgba(255,255,255,.72);
  box-shadow:none;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-card:hover,
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-custom-package:hover{
  transform:translateY(-3px);
  border-color:color-mix(in srgb,var(--cr-package-accent) 48%,transparent);
  box-shadow:0 14px 34px rgba(53,37,20,.07);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-card.is-featured{
  border-width:2px;
  background:#ffffff;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-ribbon{
  border-color:color-mix(in srgb,var(--cr-package-accent) 32%,transparent);
  background:#ffffff;
  color:var(--cr-package-accent);
  box-shadow:0 7px 18px rgba(53,37,20,.08);
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-btn{
  background:transparent!important;
}
.classic-restaurant.cr-catering-packages.cr-preset-package-minimal .cr-package-card.is-featured .cr-package-btn{
  background:var(--cr-package-accent)!important;
}

@media(max-width:1024px){
  .classic-restaurant.cr-catering-packages .cr-package-layout{
    grid-template-columns:1fr;
  }
  .classic-restaurant.cr-catering-packages .cr-package-grid{
    grid-template-columns:repeat(var(--cr-columns-tablet,2),minmax(0,1fr));
  }
  .classic-restaurant.cr-catering-packages .cr-custom-package{
    min-height:240px;
  }
}
@media(max-width:767px){
  .classic-restaurant.cr-catering-packages{
    padding:48px 0;
  }
  .classic-restaurant.cr-catering-packages .cr-section-head{
    width:min(100% - 28px,900px);
    margin-bottom:34px;
  }
  .classic-restaurant.cr-catering-packages .cr-section-head h2{
    font-size:clamp(36px,11vw,52px);
  }
  .classic-restaurant.cr-catering-packages .cr-package-layout{
    width:min(100% - 24px,var(--cr-grid-width,1180px));
  }
  .classic-restaurant.cr-catering-packages .cr-package-grid{
    grid-template-columns:repeat(var(--cr-columns-mobile,1),minmax(0,1fr));
  }
  .classic-restaurant.cr-catering-packages .cr-package-card,
  .classic-restaurant.cr-catering-packages .cr-custom-package{
    padding:26px 22px 22px;
    border-radius:16px;
  }
  .classic-restaurant.cr-catering-packages .cr-package-card.is-featured,
  .classic-restaurant.cr-catering-packages .cr-package-card.is-featured:hover{
    transform:none;
  }
  .classic-restaurant.cr-catering-packages .cr-package-ribbon{
    top:-13px;
    left:18px;
    min-height:25px;
    padding:5px 9px;
    font-size:8px;
  }
}
@media(prefers-reduced-motion:reduce){
  .classic-restaurant.cr-catering-packages .cr-package-card,
  .classic-restaurant.cr-catering-packages .cr-custom-package,
  .classic-restaurant.cr-catering-packages .cr-package-btn{
    transition:none!important;
  }
}


/* v1.3.8 Mobile-first premium responsive finishing for Build Your Own Menu and Reservation */
.classic-restaurant.cr-build-v2,
.classic-restaurant.cr-build-v2 *,
.classic-restaurant.cr-build-v2 *::before,
.classic-restaurant.cr-build-v2 *::after,
.cr-reservation-section,
.cr-reservation-section *,
.cr-reservation-section *::before,
.cr-reservation-section *::after{
  box-sizing:border-box;
}
.classic-restaurant.cr-build-v2{
  max-width:100%;
  overflow-x:hidden!important;
  isolation:isolate;
}
.classic-restaurant.cr-build-v2 .cr-build-workspace,
.classic-restaurant.cr-build-v2 .cr-build-products,
.classic-restaurant.cr-build-v2 .cr-package-stage,
.classic-restaurant.cr-build-v2 .cr-custom-stage,
.classic-restaurant.cr-build-v2 .cr-custom-picker-layout,
.classic-restaurant.cr-build-v2 .cr-build-panel,
.classic-restaurant.cr-build-v2 .cr-build-summary-card{
  min-width:0;
  max-width:100%;
}
.classic-restaurant.cr-build-v2 .cr-package-choice-grid{
  align-items:stretch;
}
.classic-restaurant.cr-build-v2 .cr-package-choice{
  isolation:isolate;
}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active:after{
  z-index:3;
}
.classic-restaurant.cr-build-v2 .cr-package-choice strong{
  padding-right:8px;
}
.classic-restaurant.cr-build-v2 .cr-package-choice.is-active strong{
  padding-right:34px;
}
.classic-restaurant.cr-build-v2 .cr-package-popular{
  max-width:calc(100% - 34px);
}
.classic-restaurant.cr-build-v2 .cr-build-choice img,
.classic-restaurant.cr-build-v2 .cr-build-placeholder{
  flex:0 0 auto;
}
.classic-restaurant.cr-build-v2 .cr-build-choice-title h4,
.classic-restaurant.cr-build-v2 .cr-build-choice-copy p,
.classic-restaurant.cr-build-v2 .cr-build-tab-title,
.classic-restaurant.cr-build-v2 .cr-summary-table td,
.classic-restaurant.cr-build-v2 .cr-summary-table th{
  overflow-wrap:anywhere;
}
@media(max-width:1180px){
  .classic-restaurant.cr-build-v2 .cr-build-workspace{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-summary-card{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    max-width:720px;
    margin:0 auto!important;
  }
}
@media(max-width:900px){
  .classic-restaurant.cr-build-v2{
    padding:42px 0 54px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head,
  .classic-restaurant.cr-build-v2 .cr-build-mode,
  .classic-restaurant.cr-build-v2 .cr-build-workspace{
    width:min(100% - 28px,720px)!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head{
    margin-bottom:22px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head .cr-kicker,
  .classic-restaurant.cr-build-v2 .cr-kicker{
    font-size:11px!important;
    letter-spacing:.2em!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head h2{
    font-size:clamp(40px,11vw,56px)!important;
    line-height:1.02!important;
    letter-spacing:-.045em!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head p{
    max-width:520px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:15px!important;
    line-height:1.6!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-mode{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px!important;
    margin-bottom:24px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-mode button{
    width:100%;
    min-width:0;
    min-height:48px;
    padding:11px 14px!important;
    border-radius:999px!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding-top:10px!important;
    margin-bottom:16px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice{
    min-height:0!important;
    padding:19px 18px 17px!important;
    border-radius:18px!important;
    gap:7px!important;
    transform:none!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice:hover,
  .classic-restaurant.cr-build-v2 .cr-package-choice.is-active{
    transform:none!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice.is-active:after{
    top:14px!important;
    right:14px!important;
    width:28px!important;
    height:28px!important;
    font-size:16px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-popular{
    position:static!important;
    transform:none!important;
    order:-1;
    align-self:flex-start;
    margin:0 0 2px!important;
    padding:5px 9px!important;
    min-height:22px!important;
    font-size:8px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice strong{
    margin-right:0!important;
    padding-right:34px!important;
    font-size:22px!important;
    line-height:1.12!important;
    -webkit-line-clamp:2;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice small{
    min-height:0!important;
    font-size:13px!important;
    line-height:1.48!important;
    -webkit-line-clamp:2;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice em{
    font-size:20px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-card-bottom{
    padding-top:12px!important;
    gap:10px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-options-panel{
    padding:18px!important;
    border-radius:20px!important;
    margin-bottom:16px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-options-head h3{
    font-size:28px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-option-list{
    grid-template-columns:1fr!important;
  }
  .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
    display:block!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    border-right:0!important;
    border-bottom:1px solid var(--cr-line)!important;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs button,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:138px!important;
    max-width:178px!important;
    min-height:50px!important;
    padding:10px 12px!important;
    border-right:1px solid var(--cr-line)!important;
    border-bottom:0!important;
    box-shadow:none!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
    box-shadow:inset 0 -3px 0 var(--cr-action)!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tab-title{
    font-size:12px!important;
    line-height:1.25!important;
    -webkit-line-clamp:2;
  }
  .classic-restaurant.cr-build-v2 .cr-build-panel-head{
    padding:20px 18px 16px!important;
    align-items:flex-start!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-panel-head h3{
    font-size:28px!important;
    line-height:1.05!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-panel-head p{
    max-width:none!important;
    font-size:12px!important;
    line-height:1.5!important;
    margin-top:8px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-list-heading{
    padding:14px 16px 8px!important;
    align-items:flex-start!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-list-heading strong{
    font-size:14px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-item-grid{
    padding:0 14px 16px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice{
    grid-template-columns:70px minmax(0,1fr)!important;
    gap:12px!important;
    padding:14px 0!important;
    border-radius:0!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice img,
  .classic-restaurant.cr-build-v2 .cr-build-placeholder{
    width:62px!important;
    height:62px!important;
    min-height:62px!important;
    border-radius:13px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-body{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    min-width:0!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-title{
    grid-template-columns:1fr!important;
    gap:3px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-title h4{
    font-size:15px!important;
    line-height:1.28!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-title .cr-build-price{
    font-size:13px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-body p{
    display:none!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-included-note,
  .classic-restaurant.cr-build-v2 .cr-build-extra-note{
    font-size:10.5px!important;
    line-height:1.25!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-actions{
    width:100%!important;
    min-width:0!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:10px!important;
    margin-top:0!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-add{
    min-width:94px!important;
    min-height:38px!important;
    padding:9px 13px!important;
    border-radius:999px!important;
    font-size:12px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{
    min-width:122px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-qty{
    min-width:104px!important;
    height:36px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-qty input{
    width:40px!important;
    min-width:40px!important;
    font-size:13px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-summary-card{
    width:100%!important;
    max-width:100%!important;
    padding:20px 16px!important;
    border-radius:22px!important;
    box-shadow:0 18px 52px rgba(31,24,18,.11)!important;
    overflow:hidden!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-summary-card h3{
    font-size:34px!important;
    line-height:1.04!important;
    margin-bottom:14px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-guests{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:stretch!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-guests span{
    font-size:15px!important;
    line-height:1.2!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-guests small{
    display:block!important;
    margin-top:2px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  .classic-restaurant.cr-build-v2 .cr-guest-stepper{
    display:grid!important;
    grid-template-columns:1fr 48px 48px!important;
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    border-radius:14px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-guest-stepper input{
    width:100%!important;
    min-width:0!important;
    height:50px!important;
    font-size:20px!important;
    text-align:center!important;
  }
  .classic-restaurant.cr-build-v2 .cr-guest-stepper button{
    width:48px!important;
    min-width:48px!important;
    height:50px!important;
    font-size:20px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table-wrap{
    overflow:visible!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table,
  .classic-restaurant.cr-build-v2 .cr-summary-table tbody,
  .classic-restaurant.cr-build-v2 .cr-summary-table tr,
  .classic-restaurant.cr-build-v2 .cr-summary-table td{
    display:block!important;
    width:100%!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table thead{
    display:none!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table tr{
    padding:12px 0!important;
    border-bottom:1px solid var(--cr-line)!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table td{
    padding:2px 0!important;
    border:0!important;
    font-size:13px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(2),
  .classic-restaurant.cr-build-v2 .cr-summary-table td:nth-child(3){
    display:inline-flex!important;
    width:auto!important;
    margin-right:10px!important;
    color:var(--cr-muted,#776f65)!important;
    font-weight:800!important;
  }
  .classic-restaurant.cr-build-v2 .cr-summary-title,
  .classic-restaurant.cr-build-v2 .cr-summary-total,
  .classic-restaurant.cr-build-v2 .cr-summary-estimate,
  .classic-restaurant.cr-build-v2 .cr-summary-discount,
  .classic-restaurant.cr-build-v2 .cr-summary-grand{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-submit,
  .classic-restaurant.cr-build-v2 .cr-build-form .cr-build-submit{
    width:100%!important;
    min-height:50px!important;
    border-radius:13px!important;
    font-size:14px!important;
  }
}
@media(max-width:480px){
  .classic-restaurant.cr-build-v2{
    padding:34px 0 46px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head,
  .classic-restaurant.cr-build-v2 .cr-build-mode,
  .classic-restaurant.cr-build-v2 .cr-build-workspace{
    width:calc(100% - 22px)!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head h2{
    font-size:clamp(38px,13vw,50px)!important;
  }
  .classic-restaurant.cr-build-v2 .cr-section-head p{
    font-size:14px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-package-choice strong{
    font-size:20px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-mode{
    gap:8px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-mode button{
    padding:10px 9px!important;
    font-size:12px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-custom-picker-layout,
  .classic-restaurant.cr-build-v2 .cr-package-options-panel,
  .classic-restaurant.cr-build-v2 .cr-build-summary-card{
    border-radius:18px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-tabs button,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
  .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
    min-width:126px!important;
    max-width:156px!important;
    padding:9px 10px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice{
    grid-template-columns:58px minmax(0,1fr)!important;
    gap:10px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice img,
  .classic-restaurant.cr-build-v2 .cr-build-placeholder{
    width:52px!important;
    height:52px!important;
    min-height:52px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice-actions{
    gap:8px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-add{
    min-width:82px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{
    min-width:112px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-qty{
    min-width:98px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-guest-stepper{
    grid-template-columns:1fr 44px 44px!important;
  }
  .classic-restaurant.cr-build-v2 .cr-guest-stepper button{
    width:44px!important;
    min-width:44px!important;
  }
}
@media(max-width:360px){
  .classic-restaurant.cr-build-v2 .cr-build-choice{
    grid-template-columns:1fr!important;
  }
  .classic-restaurant.cr-build-v2 .cr-build-choice img,
  .classic-restaurant.cr-build-v2 .cr-build-placeholder{
    display:none!important;
  }
}
@media(max-width:767px){
  .cr-reservation-section{
    padding:42px 12px!important;
    overflow-x:hidden!important;
  }
  .cr-reservation-card{
    width:100%!important;
    max-width:100%!important;
    padding:24px 18px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  .cr-reservation-head{
    margin-bottom:22px!important;
  }
  .cr-reservation-head h2{
    font-size:clamp(34px,10vw,46px)!important;
    line-height:1.06!important;
  }
  .cr-reservation-head p{
    font-size:14px!important;
    line-height:1.55!important;
  }
  .cr-form-grid{
    grid-template-columns:1fr!important;
    gap:15px!important;
  }
  .cr-form label{
    gap:8px!important;
    font-size:13px!important;
  }
  .cr-form input,
  .cr-form select,
  .cr-form textarea{
    min-height:52px!important;
    border-radius:16px!important;
    padding:13px 15px!important;
    font-size:16px!important;
  }
  .cr-form textarea{
    min-height:130px!important;
  }
  .cr-form .cr-btn{
    width:100%!important;
    min-height:58px!important;
    margin-top:18px!important;
    border-radius:18px!important;
    font-size:16px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
}
@media(max-width:767px){
  .cr-build-modal,
  .cr-build-error-modal,
  .cr-package-detail-modal{
    padding:0!important;
    align-items:flex-end!important;
  }
  .cr-build-modal-card,
  .cr-build-error-card,
  .cr-package-detail-card{
    width:100%!important;
    max-width:100%!important;
    max-height:92vh!important;
    margin:0!important;
    padding:22px 16px calc(20px + env(safe-area-inset-bottom,0px))!important;
    border-radius:22px 22px 0 0!important;
    overflow:auto!important;
  }
  .cr-build-fields{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .cr-build-fields input,
  .cr-build-fields select,
  .cr-build-fields textarea{
    min-height:48px!important;
    border-radius:13px!important;
    font-size:16px!important;
  }
}

/* v1.4.3 premium display-only food details popup */
.cr-food-popup-card{
    width:min(1120px,calc(100vw - 42px))!important;
    max-height:min(720px,90vh)!important;
    border-radius:28px!important;
    overflow:hidden!important;
    background:linear-gradient(135deg,#fffdf8 0%,#f7f0e3 100%)!important;
    color:#20110d!important;
    grid-template-columns:minmax(420px,1.02fr) minmax(420px,.98fr)!important;
    border:1px solid rgba(184,138,55,.28)!important;
    box-shadow:0 28px 80px rgba(29,18,8,.24)!important;
    align-items:stretch!important;
}
.cr-popup-close,.classic-restaurant .cr-popup-close{
    top:22px!important;
    right:22px!important;
    width:54px!important;
    height:54px!important;
    border:1px solid rgba(184,138,55,.35)!important;
    background:rgba(255,250,241,.96)!important;
    color:#6a4524!important;
    font-size:24px!important;
    font-weight:600!important;
    line-height:1!important;
    box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
    transition:transform .2s ease, box-shadow .2s ease, background .2s ease!important;
}
.cr-popup-close:hover,.classic-restaurant .cr-popup-close:hover{
    transform:translateY(-1px)!important;
    background:#fff!important;
    box-shadow:0 16px 34px rgba(0,0,0,.16)!important;
}
.cr-popup-image{
    position:relative!important;
    min-height:100%!important;
    overflow:hidden!important;
    background:linear-gradient(180deg,#201713 0%,#120d0a 100%)!important;
    display:grid!important;
    place-items:center!important;
    isolation:isolate!important;
}
.cr-popup-image-blur{
    position:absolute!important;
    inset:-14px!important;
    background-size:cover!important;
    background-position:center!important;
    filter:blur(18px) saturate(1.02)!important;
    transform:scale(1.06)!important;
    opacity:.40!important;
    z-index:0!important;
}
.cr-popup-image:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 50% 55%,rgba(255,255,255,.12),transparent 48%),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.26));
    z-index:1;
    pointer-events:none;
}
.cr-popup-image:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:18px;
    background:linear-gradient(90deg,#6a2502 0%,#8d3b0b 22%,#b16a18 50%,#8d3b0b 78%,#6a2502 100%);
    z-index:3;
    pointer-events:none;
}
.cr-popup-image img.cr-popup-main-image,
.cr-popup-image img{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    min-height:540px!important;
    max-height:540px!important;
    object-fit:contain!important;
    object-position:center center!important;
    padding:28px 28px 36px!important;
    filter:drop-shadow(0 18px 28px rgba(0,0,0,.18));
}
.cr-popup-image .cr-food-placeholder{min-height:540px!important;position:relative;z-index:2;}
.cr-popup-body{
    padding:34px 38px 28px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.32) 0%,rgba(255,255,255,.18) 100%),radial-gradient(circle at 100% 0,rgba(184,138,55,.11),transparent 26%),#fffaf1!important;
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
    height:100%!important;
    overflow-y:auto!important;
    scrollbar-width:thin;
    scrollbar-color:rgba(184,138,55,.45) rgba(184,138,55,.08);
}
.cr-popup-body::-webkit-scrollbar{width:8px;}
.cr-popup-body::-webkit-scrollbar-thumb{background:rgba(184,138,55,.42);border-radius:999px;}
.cr-popup-body::-webkit-scrollbar-track{background:rgba(184,138,55,.08);border-radius:999px;}
.cr-popup-category{
    color:#b8872d!important;
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:.17em!important;
    line-height:1.2!important;
    margin-bottom:12px!important;
    text-transform:uppercase!important;
}
.cr-popup-body h3{
    order:2!important;
    margin:0 70px 10px 0!important;
    color:#2a130d!important;
    font-size:clamp(22px,2.6vw,34px)!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    font-weight:600!important;
    text-wrap:balance!important;
    word-break:break-word!important;
}
.cr-popup-price{
    order:3!important;
    margin:0 0 14px!important;
    color:#ba852f!important;
    font-size:clamp(20px,1.9vw,28px)!important;
    font-weight:700!important;
    line-height:1.08!important;
}
.cr-popup-labels{
    order:4!important;
    margin:0 0 14px!important;
    gap:10px!important;
}
.cr-popup-labels span{
    border-radius:999px!important;
    padding:9px 16px!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.05em!important;
    text-transform:uppercase!important;
    border:1px solid rgba(184,138,55,.22)!important;
    color:#755b38!important;
    background:#fff8ed!important;
}
.cr-popup-labels .cr-popup-type{display:inline-flex!important;align-items:center!important;gap:8px!important;}
.cr-popup-labels .cr-popup-type i{display:block;width:10px;height:10px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px rgba(255,255,255,.8);}
.cr-popup-labels .cr-popup-type.is-veg{background:#eaf8df!important;color:#2f7d29!important;border-color:#cceabc!important;}
.cr-popup-labels .cr-popup-type.is-non-veg{background:#fff0f0!important;color:#c51e29!important;border-color:#f4c8ca!important;}
.cr-popup-separator{
    order:5!important;
    height:1px;
    width:100%;
    background:linear-gradient(90deg,transparent,rgba(184,138,55,.38),transparent);
    margin:2px 0 16px;
    position:relative;
    flex:0 0 auto;
}
.cr-popup-separator:after{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;transform:translate(-50%,-50%) rotate(45deg);background:#c09338;border:2px solid #fffaf1;box-sizing:content-box;}
.cr-popup-info-row{
    order:6!important;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    border-top:1px solid rgba(184,138,55,.2);
    border-bottom:1px solid rgba(184,138,55,.2);
    margin:0 0 16px;
}
.cr-popup-info-row.is-empty{display:none!important;}
.cr-popup-info-row > div{padding:14px 14px 14px 0;display:grid;gap:6px;align-content:start;}
.cr-popup-info-row > div + div{border-left:1px solid rgba(184,138,55,.2);padding-left:18px;}
.cr-popup-info-label{
    display:block;
    color:#b8872d;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.14em;
    font-weight:800;
}
.cr-popup-info-row strong{font-size:17px;font-weight:600;color:#27150f;line-height:1.2;}
.cr-popup-spice{display:flex;align-items:center;gap:3px;font-size:20px;line-height:1;}
.cr-popup-spice .is-muted{filter:grayscale(1);opacity:.35;}
.cr-popup-description{
    order:7!important;
    color:#62534b!important;
    font-size:15px!important;
    line-height:1.68!important;
    margin:0 0 16px!important;
    max-height:none!important;
    overflow:visible!important;
    padding-right:0!important;
}
.cr-popup-description:empty{display:none!important;}
.cr-popup-variants{
    order:8!important;
    display:grid!important;
    gap:12px!important;
    margin-top:0!important;
    padding-bottom:4px!important;
}
.cr-popup-variants-title{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    color:#b8872d!important;
    font-size:13px!important;
    text-transform:uppercase!important;
    letter-spacing:.16em!important;
    margin-bottom:2px!important;
    font-weight:800!important;
}
.cr-popup-variants-title:before,.cr-popup-variants-title:after{content:"";height:1px;flex:1;background:rgba(184,138,55,.35);}
.cr-popup-variants span{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:16px!important;
    width:100%!important;
    border:1px solid rgba(184,138,55,.28)!important;
    background:rgba(255,255,255,.78)!important;
    border-radius:16px!important;
    padding:14px 18px!important;
    color:#2b1a13!important;
    font-size:18px!important;
    box-shadow:0 8px 20px rgba(90,60,20,.05)!important;
}
.cr-popup-variants span em{font-style:normal!important;font-weight:500!important;line-height:1.35!important;}
.cr-popup-variants span b{font-weight:800!important;color:#b8872d!important;white-space:nowrap!important;}
@media (max-width:1100px){
    .cr-food-popup-card{width:min(980px,calc(100vw - 24px))!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;}
    .cr-popup-body{padding:30px 28px 24px!important;}
    .cr-popup-body h3{font-size:clamp(21px,3vw,30px)!important;}
    .cr-popup-image img.cr-popup-main-image,.cr-popup-image img{min-height:500px!important;max-height:500px!important;}
}
@media (max-width:900px){
    .cr-food-popup{padding:10px!important;align-items:flex-end!important;}
    .cr-food-popup-card{width:min(720px,100%)!important;max-height:92vh!important;display:block!important;border-radius:24px 24px 0 0!important;overflow:auto!important;}
    .cr-popup-close,.classic-restaurant .cr-popup-close{top:16px!important;right:16px!important;background:#fffaf1!important;z-index:5!important;width:48px!important;height:48px!important;font-size:22px!important;}
    .cr-popup-image{min-height:300px!important;max-height:340px!important;border-radius:0!important;}
    .cr-popup-image img.cr-popup-main-image,.cr-popup-image img{min-height:300px!important;max-height:320px!important;height:320px!important;object-fit:contain!important;padding:20px 20px 28px!important;}
    .cr-popup-body{padding:28px 22px 22px!important;border-radius:24px 24px 0 0!important;margin-top:-14px!important;position:relative!important;z-index:3!important;height:auto!important;overflow:visible!important;}
    .cr-popup-body h3{font-size:clamp(22px,6.4vw,32px)!important;margin-right:0!important;}
    .cr-popup-info-row{grid-template-columns:1fr 1fr!important;}
    .cr-popup-variants span{font-size:16px!important;}
}
@media (max-width:560px){
    .cr-popup-body{padding:24px 16px 20px!important;}
    .cr-popup-category{font-size:12px!important;letter-spacing:.15em!important;}
    .cr-popup-body h3{font-size:clamp(21px,8vw,30px)!important;line-height:1.1!important;}
    .cr-popup-price{font-size:clamp(20px,7vw,28px)!important;}
    .cr-popup-info-row{grid-template-columns:1fr!important;}
    .cr-popup-info-row > div + div{border-left:0!important;border-top:1px solid rgba(184,138,55,.23);padding-left:0!important;padding-top:14px!important;}
    .cr-popup-variants span{align-items:flex-start!important;flex-direction:column!important;gap:6px!important;padding:13px 15px!important;font-size:15px!important;}
}


/* v1.4.6 final responsive card + popup scroll + style-control fix */
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple){
    display:flex!important;
    flex-direction:column!important;
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,251,244,.98))!important;
    border:1px solid rgba(184,138,55,.18)!important;
    border-radius:24px!important;
    box-shadow:0 16px 42px rgba(40,25,10,.08)!important;
    overflow:hidden!important;
    min-height:0!important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple):hover,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple):focus-visible{
    transform:translateY(-5px)!important;
    box-shadow:0 24px 54px rgba(40,25,10,.12)!important;
    border-color:rgba(184,138,55,.28)!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-image{
    position:relative!important;
    flex:0 0 auto!important;
    height:236px!important;
    background:radial-gradient(circle at top right,rgba(184,138,55,.14),transparent 32%),linear-gradient(180deg,#fffaf1 0%,#f6ecde 100%)!important;
    border-bottom:1px solid rgba(184,138,55,.12)!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-image img{
    padding:16px!important;
    filter:drop-shadow(0 12px 22px rgba(37,24,10,.10));
}
.classic-restaurant .cr-card-image-tags{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    z-index:5!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:space-between!important;
    align-items:flex-end!important;
    gap:8px!important;
    pointer-events:none!important;
}
.classic-restaurant .cr-card-image-tags span{
    display:inline-flex!important;
    align-items:center!important;
    max-width:100%!important;
    padding:8px 12px!important;
    border-radius:999px!important;
    background:rgba(255,250,244,.92)!important;
    border:1px solid rgba(184,138,55,.22)!important;
    color:#7b6546!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
    box-shadow:0 8px 20px rgba(38,22,8,.10)!important;
    backdrop-filter:blur(10px);
}
.classic-restaurant .cr-card-image-tags .cr-meta-food-type.is-veg{
    background:rgba(237,248,232,.95)!important;
    border-color:#cbe9bd!important;
    color:#2e7b2a!important;
}
.classic-restaurant .cr-card-image-tags .cr-meta-food-type.is-non-veg{
    background:rgba(255,240,240,.96)!important;
    border-color:#f3c6ca!important;
    color:#c51e29!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    min-height:0!important;
    padding:18px 18px 20px!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) h3,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-title{
    margin:0 0 9px;
    color:#3b1d14;
    font-size:22px;
    line-height:1.22;
    font-weight:600;
    min-height:0!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-price{
    margin:0 0 12px;
    color:#b8872d;
    font-size:21px;
    line-height:1.1;
    font-weight:800;
}
.classic-restaurant .cr-card-info{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:0 0 12px!important;
}
.classic-restaurant .cr-card-info span{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    padding:7px 10px!important;
    border-radius:999px!important;
    background:#fff8ed!important;
    border:1px solid rgba(184,138,55,.18)!important;
    color:#745a36!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:700!important;
}
.classic-restaurant .cr-card-info .cr-card-prep:before{content:"⏱";font-size:12px;line-height:1;}
.classic-restaurant .cr-card-info .cr-card-options:before{content:"☰";font-size:12px;line-height:1;}
.classic-restaurant .cr-card-spice i,
.classic-restaurant .cr-popup-spice .cr-chilli{
    display:inline-block!important;
    width:13px!important;
    height:13px!important;
    border-radius:75% 75% 75% 18%!important;
    transform:rotate(-38deg)!important;
    position:relative!important;
    margin-right:2px!important;
    background:#d8232f!important;
    box-shadow:inset -2px -2px 0 rgba(80,0,0,.14)!important;
}
.classic-restaurant .cr-card-spice i:after,
.classic-restaurant .cr-popup-spice .cr-chilli:after{
    content:"";
    position:absolute;
    width:5px;
    height:2px;
    right:-2px;
    top:1px;
    border-radius:4px;
    background:#8a5c2c;
    transform:rotate(32deg);
}
.classic-restaurant .cr-card-spice i.is-muted,
.classic-restaurant .cr-popup-spice .cr-chilli.is-muted{
    background:#cbbda9!important;
    opacity:.8!important;
    filter:none!important;
}
.classic-restaurant .cr-card-spice em{
    font-style:normal!important;
    font-size:12px!important;
    color:#745a36!important;
    margin-left:2px!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-description,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) p{
    margin:0 0 12px;
    color:#6b5a4f;
    font-size:14px;
    line-height:1.55;
    display:-webkit-box!important;
    -webkit-line-clamp:1!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card.cr-no-description .cr-food-content{
    justify-content:flex-start!important;
}
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) > .cr-food-content > .cr-food-meta{
    display:none!important;
}
.classic-restaurant .cr-food-badge{
    top:14px!important;
    right:14px!important;
    border-radius:999px!important;
    padding:7px 12px!important;
    background:rgba(191,135,45,.94)!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
}

/* Desktop popup scroll fix */
.classic-restaurant .cr-food-popup-card{
    display:grid!important;
    overflow:hidden!important;
    max-height:min(720px,90vh)!important;
    min-height:0!important;
}
.classic-restaurant .cr-popup-image{
    min-height:0!important;
}
.classic-restaurant .cr-popup-body{
    min-height:0!important;
    max-height:min(720px,90vh)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(184,138,55,.45) rgba(184,138,55,.08)!important;
}
.classic-restaurant .cr-popup-body::-webkit-scrollbar{width:8px;}
.classic-restaurant .cr-popup-body::-webkit-scrollbar-thumb{background:rgba(184,138,55,.42);border-radius:999px;}
.classic-restaurant .cr-popup-body::-webkit-scrollbar-track{background:rgba(184,138,55,.08);border-radius:999px;}
.classic-restaurant .cr-popup-body h3{
    font-size:clamp(20px,2.3vw,30px)!important;
    line-height:1.12!important;
}
.classic-restaurant .cr-popup-spice{
    gap:4px!important;
}
.classic-restaurant .cr-popup-spice .cr-chilli{
    width:15px!important;
    height:15px!important;
}
@media(max-width:1024px){
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-image{height:220px!important;}
    .classic-restaurant .cr-card-image-tags{left:12px!important;right:12px!important;bottom:12px!important;}
}
@media(max-width:900px){
    .classic-restaurant .cr-food-popup-card{
        display:block!important;
        overflow:auto!important;
        max-height:92vh!important;
    }
    .classic-restaurant .cr-popup-body{
        max-height:none!important;
        overflow:visible!important;
    }
}
@media(max-width:767px){
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-image{height:210px!important;}
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content{padding:16px!important;}
    .classic-restaurant .cr-card-info span{font-size:11px!important;padding:6px 9px!important;}
    .classic-restaurant .cr-card-image-tags span{font-size:11px!important;padding:7px 10px!important;}
}


/* v1.4.7 custom chilli flame image icon */
.classic-restaurant .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-popup-spice .cr-chilli{
    display:inline-block!important;
    width:22px!important;
    height:16px!important;
    min-width:22px!important;
    border-radius:0!important;
    margin:0 2px 0 0!important;
    padding:0!important;
    background:transparent url('red-chilli.svg') center center / contain no-repeat!important;
    transform:none!important;
    box-shadow:none!important;
    vertical-align:-2px!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-popup-spice .cr-chilli:after{
    display:none!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-popup-spice .cr-chilli.is-muted{
    background-image:url('red-chilli.svg')!important;
    filter:grayscale(1) sepia(.35) saturate(.65) brightness(1.08)!important;
    opacity:.42!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli.is-hot,
.classic-restaurant .cr-popup-spice .cr-chilli.is-hot{
    filter:drop-shadow(0 2px 3px rgba(216,35,47,.18))!important;
    opacity:1!important;
}
.classic-restaurant .cr-popup-spice .cr-chilli{
    width:26px!important;
    height:19px!important;
    min-width:26px!important;
}
.classic-restaurant .cr-card-spice{
    gap:4px!important;
}
.classic-restaurant .cr-popup-spice{
    gap:5px!important;
}
@media(max-width:767px){
    .classic-restaurant .cr-card-spice i.cr-chilli{
        width:20px!important;
        height:15px!important;
        min-width:20px!important;
    }
    .classic-restaurant .cr-popup-spice .cr-chilli{
        width:23px!important;
        height:17px!important;
        min-width:23px!important;
    }
}


/* v1.4.8 clean red chilli pepper icon */
.classic-restaurant .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-popup-spice .cr-chilli{
    display:inline-block!important;
    width:24px!important;
    height:16px!important;
    min-width:24px!important;
    border-radius:0!important;
    margin:0 2px 0 0!important;
    padding:0!important;
    background:transparent url('red-chilli.svg') center center / contain no-repeat!important;
    transform:none!important;
    box-shadow:none!important;
    vertical-align:-2px!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-popup-spice .cr-chilli:after{
    display:none!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli.is-hot,
.classic-restaurant .cr-popup-spice .cr-chilli.is-hot{
    filter:drop-shadow(0 2px 3px rgba(220,25,30,.16))!important;
    opacity:1!important;
}
.classic-restaurant .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-popup-spice .cr-chilli.is-muted{
    background-image:url('red-chilli.svg')!important;
    filter:grayscale(1) sepia(.2) saturate(.55) brightness(1.12)!important;
    opacity:.38!important;
}
.classic-restaurant .cr-popup-spice .cr-chilli{
    width:30px!important;
    height:20px!important;
    min-width:30px!important;
}
.classic-restaurant .cr-card-spice,
.classic-restaurant .cr-popup-spice{
    align-items:center!important;
}
@media(max-width:767px){
    .classic-restaurant .cr-card-spice i.cr-chilli{
        width:21px!important;
        height:15px!important;
        min-width:21px!important;
    }
    .classic-restaurant .cr-popup-spice .cr-chilli{
        width:26px!important;
        height:18px!important;
        min-width:26px!important;
    }
}


/* v1.4.9 forced red chilli pepper icon override */
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-popup-spice .cr-chilli,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli{
    display:inline-block!important;
    width:26px!important;
    height:17px!important;
    min-width:26px!important;
    max-width:26px!important;
    border:0!important;
    border-radius:0!important;
    margin:0 3px 0 0!important;
    padding:0!important;
    background-color:transparent!important;
    background-image:url('red-chilli.svg')!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:contain!important;
    transform:none!important;
    box-shadow:none!important;
    opacity:1!important;
    vertical-align:-3px!important;
    filter:drop-shadow(0 2px 3px rgba(220,25,30,.14))!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli:before,
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-card-spice i.cr-chilli:before,
.classic-restaurant .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-popup-spice .cr-chilli:before,
.classic-restaurant .cr-popup-spice .cr-chilli:after{
    display:none!important;
    content:none!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-popup-spice .cr-chilli.is-muted,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli.is-muted{
    background-image:url('red-chilli.svg')!important;
    filter:grayscale(1) sepia(.18) saturate(.6) brightness(1.13) contrast(.9)!important;
    opacity:.36!important;
}
.classic-restaurant .cr-popup-spice .cr-chilli,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli{
    width:32px!important;
    height:21px!important;
    min-width:32px!important;
    max-width:32px!important;
}


/* v1.5.0 final chilli emoji + kitchen highlights card design */
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-card-spice i.cr-chilli,
.classic-restaurant .cr-popup-spice .cr-chilli,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    max-width:none!important;
    border:0!important;
    border-radius:0!important;
    margin:0 1px!important;
    padding:0!important;
    background:none!important;
    background-image:none!important;
    transform:none!important;
    box-shadow:none!important;
    vertical-align:middle!important;
    font-style:normal!important;
    line-height:1!important;
    opacity:1!important;
    filter:none!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli:before,
.classic-restaurant .cr-card-spice i.cr-chilli:before,
.classic-restaurant .cr-popup-spice .cr-chilli:before,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli:before{
    content:"🌶️"!important;
    display:inline-block!important;
    font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif!important;
    font-size:17px!important;
    line-height:1!important;
    transform:rotate(-8deg)!important;
}
.classic-restaurant .cr-popup-spice .cr-chilli:before,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli:before{
    font-size:22px!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-card-spice i.cr-chilli:after,
.classic-restaurant .cr-popup-spice .cr-chilli:after,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli:after{
    display:none!important;
    content:none!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-card-spice i.cr-chilli.is-muted,
.classic-restaurant .cr-popup-spice .cr-chilli.is-muted,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli.is-muted{
    filter:grayscale(1) sepia(.18) saturate(.55) brightness(1.08) contrast(.9)!important;
    opacity:.38!important;
}
.classic-restaurant .cr-card-info .cr-card-spice i.cr-chilli.is-hot,
.classic-restaurant .cr-card-spice i.cr-chilli.is-hot,
.classic-restaurant .cr-popup-spice .cr-chilli.is-hot,
.classic-restaurant .cr-popup-info-row .cr-popup-spice .cr-chilli.is-hot{
    filter:drop-shadow(0 2px 2px rgba(208,24,24,.18))!important;
    opacity:1!important;
}

/* Apply menu-card premium design to Classic Kitchen Highlights / Featured cards */
.classic-restaurant.cr-featured-section .cr-food-grid{
    align-items:stretch!important;
}
.classic-restaurant.cr-featured-section .cr-food-card,
.classic-restaurant.cr-featured-section .cr-food-card-large,
.classic-restaurant.cr-featured-section .cr-food-card-simple{
    display:flex!important;
    flex-direction:column!important;
    background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,251,244,.98))!important;
    border:1px solid rgba(184,138,55,.18)!important;
    border-radius:24px!important;
    box-shadow:0 16px 42px rgba(40,25,10,.08)!important;
    overflow:hidden!important;
    min-height:0!important;
    padding:0!important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.classic-restaurant.cr-featured-section .cr-food-card:hover,
.classic-restaurant.cr-featured-section .cr-food-card:focus-visible{
    transform:translateY(-5px)!important;
    box-shadow:0 24px 54px rgba(40,25,10,.12)!important;
    border-color:rgba(184,138,55,.28)!important;
}
.classic-restaurant.cr-featured-section .cr-food-image,
.classic-restaurant.cr-featured-section .cr-food-card-large .cr-food-image,
.classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-image{
    position:relative!important;
    flex:0 0 auto!important;
    height:236px!important;
    background:radial-gradient(circle at top right,rgba(184,138,55,.14),transparent 32%),linear-gradient(180deg,#fffaf1 0%,#f6ecde 100%)!important;
    border-bottom:1px solid rgba(184,138,55,.12)!important;
    border-radius:0!important;
    margin:0!important;
    overflow:hidden!important;
}
.classic-restaurant.cr-featured-section .cr-food-image img{
    width:100%!important;
    height:100%!important;
    object-fit:var(--cr-img-fit,contain)!important;
    object-position:var(--cr-img-x,50%) var(--cr-img-y,50%)!important;
    padding:16px!important;
    filter:drop-shadow(0 12px 22px rgba(37,24,10,.10));
    background:transparent!important;
}
.classic-restaurant.cr-featured-section .cr-card-image-tags{
    position:absolute!important;
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    z-index:5!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:space-between!important;
    align-items:flex-end!important;
    gap:8px!important;
    pointer-events:none!important;
}
.classic-restaurant.cr-featured-section .cr-card-image-tags span{
    display:inline-flex!important;
    align-items:center!important;
    max-width:100%!important;
    padding:8px 12px!important;
    border-radius:999px!important;
    background:rgba(255,250,244,.92)!important;
    border:1px solid rgba(184,138,55,.22)!important;
    color:#7b6546!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
    box-shadow:0 8px 20px rgba(38,22,8,.10)!important;
    backdrop-filter:blur(10px);
}
.classic-restaurant.cr-featured-section .cr-card-image-tags .cr-meta-food-type.is-veg{
    background:rgba(237,248,232,.95)!important;
    border-color:#cbe9bd!important;
    color:#2e7b2a!important;
}
.classic-restaurant.cr-featured-section .cr-card-image-tags .cr-meta-food-type.is-non-veg{
    background:rgba(255,240,240,.96)!important;
    border-color:#f3c6ca!important;
    color:#c51e29!important;
}
.classic-restaurant.cr-featured-section .cr-food-content,
.classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-content{
    flex:1 1 auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    min-height:0!important;
    padding:18px 18px 20px!important;
    background:transparent!important;
}
.classic-restaurant.cr-featured-section .cr-food-content h3,
.classic-restaurant.cr-featured-section .cr-card-title{
    margin:0 0 9px;
    color:#3b1d14;
    font-size:22px;
    line-height:1.22;
    font-weight:600;
    min-height:0!important;
}
.classic-restaurant.cr-featured-section .cr-food-price{
    margin:0 0 12px;
    color:#b8872d;
    font-size:21px;
    line-height:1.1;
    font-weight:800;
}
.classic-restaurant.cr-featured-section .cr-card-info{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    margin:0 0 12px!important;
}
.classic-restaurant.cr-featured-section .cr-card-info span{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    padding:7px 10px!important;
    border-radius:999px!important;
    background:#fff8ed!important;
    border:1px solid rgba(184,138,55,.18)!important;
    color:#745a36!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:700!important;
}
.classic-restaurant.cr-featured-section .cr-food-content p,
.classic-restaurant.cr-featured-section .cr-card-description{
    margin:0 0 12px;
    color:#6b5a4f;
    font-size:14px;
    line-height:1.55;
    display:-webkit-box!important;
    -webkit-line-clamp:1!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
}
.classic-restaurant.cr-featured-section .cr-food-content > .cr-food-meta{
    display:none!important;
}
@media(max-width:1024px){
    .classic-restaurant.cr-featured-section .cr-food-image,
    .classic-restaurant.cr-featured-section .cr-food-card-large .cr-food-image,
    .classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-image{
        height:220px!important;
    }
}
@media(max-width:767px){
    .classic-restaurant.cr-featured-section .cr-food-image,
    .classic-restaurant.cr-featured-section .cr-food-card-large .cr-food-image,
    .classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-image{
        height:210px!important;
    }
    .classic-restaurant.cr-featured-section .cr-food-content,
    .classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-content{
        padding:16px!important;
    }
    .classic-restaurant.cr-featured-section .cr-card-image-tags span{
        font-size:11px!important;
        padding:7px 10px!important;
    }
}

/* ============================================================
   Catering recipe variants - choice / size price matrix
   v1.8.0  (compact card, collapsible options)

   Colour, border, radius and font on the pills are written at
   high specificity and forced, because a page builder's global
   button rules otherwise repaint them.
   ============================================================ */

/* --- category sidebar ---
   The button lays out as: [icon] [title .......] [status badge]
   Only the title may shrink; the icon and badge keep their size.
   The blanket "button span" rule this replaced also hit
   .cr-build-tab-title, which killed its ability to shrink and made
   the label overflow underneath the icon. */
.classic-restaurant.cr-build-v2 .cr-build-tabs button{
    display:flex!important;
    align-items:center!important;
    text-align:left!important;
}

/* Let long category names wrap onto a second line instead of being
   clipped with an ellipsis. */
.classic-restaurant.cr-build-v2 .cr-build-tab-title{
    flex:1 1 auto!important;
    min-width:0!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:anywhere;
    hyphens:auto;
}

.classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-tab-icon{
    flex:0 0 auto!important;
    margin:0 12px 0 0!important;
}

/* The active/hover state paints a 4px bar inside the left edge, so add
   matching padding on every tab. Content then never shifts between states
   and the icon is not crowded against the bar. */
.classic-restaurant.cr-build-v2 .cr-build-tabs button{
    padding-left:24px!important;
    padding-right:18px!important;
}
@media(max-width:900px){
    .classic-restaurant.cr-build-v2 .cr-build-tabs button{
        padding-left:18px!important;
        padding-right:16px!important;
    }
}

/* --- card layout --- */
.classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-body{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
}
.classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-copy{width:100%}

/* --- the "3 choices · 3 sizes" toggle shown before options open --- */
.classic-restaurant .cr-build-choice .cr-variant-toggle{
    -webkit-appearance:none!important;
    appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    align-self:flex-start;
    box-sizing:border-box!important;
    width:auto!important;
    min-height:0!important;
    margin:10px 0 0!important;
    padding:6px 12px 6px 13px!important;
    background:rgba(168,131,74,.09)!important;
    background-image:none!important;
    color:var(--cr-accent,#a8834a)!important;
    border:0!important;
    border-radius:999px!important;
    box-shadow:none!important;
    text-shadow:none!important;
    text-transform:none!important;
    letter-spacing:normal!important;
    font-family:inherit!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.3!important;
    cursor:pointer;
}
.classic-restaurant .cr-build-choice .cr-variant-toggle:hover{
    background:rgba(168,131,74,.16)!important;
}
.classic-restaurant .cr-variant-toggle-icon{
    width:8px;height:8px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:rotate(45deg) translate(-1px,-1px);
    transition:transform .18s ease;
}
.classic-restaurant .cr-build-choice.is-options-open .cr-variant-toggle-icon{
    transform:rotate(-135deg) translate(-1px,-1px);
}

/* --- options panel --- */
.classic-restaurant .cr-build-variants{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    gap:10px 24px;
    margin:12px 0 0;
    padding:12px 0 0;
    border-top:1px solid rgba(0,0,0,.07);
}
.classic-restaurant .cr-build-variants[hidden]{display:none}

.classic-restaurant .cr-variant-group{
    display:flex;
    flex-direction:column;
    gap:6px;
    min-width:0;
}
.classic-restaurant .cr-variant-label{
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
    opacity:.5;
    line-height:1.2;
}
.classic-restaurant .cr-variant-options{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

/* --- pills --- */
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill,
.classic-restaurant .cr-build-choice .cr-variant-options button.cr-variant-pill{
    -webkit-appearance:none!important;
    appearance:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    margin:0!important;
    padding:6px 14px!important;
    min-height:0!important;
    width:auto!important;
    background:#fff!important;
    background-image:none!important;
    color:var(--cr-brand,#111111)!important;
    border:1.5px solid rgba(0,0,0,.13)!important;
    border-radius:999px!important;
    box-shadow:none!important;
    text-shadow:none!important;
    text-transform:none!important;
    letter-spacing:normal!important;
    font-family:inherit!important;
    font-size:13px!important;
    font-weight:600!important;
    line-height:1.3!important;
    cursor:pointer;
    transition:background-color .16s ease,border-color .16s ease,color .16s ease;
}
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill[hidden]{display:none!important}
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill:hover{
    border-color:var(--cr-accent,#a8834a)!important;
    background:rgba(168,131,74,.07)!important;
    color:var(--cr-brand,#111111)!important;
}
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill:focus-visible{
    outline:2px solid var(--cr-accent,#a8834a);
    outline-offset:2px;
}
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill.is-active,
.classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill.is-active:hover{
    background:var(--cr-accent,#a8834a)!important;
    border-color:var(--cr-accent,#a8834a)!important;
    color:#fff!important;
}

/* --- selected combination line, spans the full row --- */
.classic-restaurant .cr-variant-selected-row{
    flex:1 0 100%;
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;
    margin:2px 0 0;
    padding:7px 12px;
    background:rgba(168,131,74,.08);
    border-radius:8px;
    line-height:1.3;
}
.classic-restaurant .cr-variant-selected-name{font-size:12.5px;font-weight:600;opacity:.7}
.classic-restaurant .cr-variant-selected-price{
    font-size:15px;
    font-weight:700;
    color:var(--cr-accent,#a8834a);
    white-space:nowrap;
}

.classic-restaurant .cr-has-variants .cr-build-price{white-space:nowrap}

.classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    width:100%;
    margin-top:12px;
}

/* --- unavailable --- */
.classic-restaurant .cr-build-choice.is-variant-unavailable .cr-variant-selected-row{
    background:rgba(179,38,30,.07);
}
.classic-restaurant .cr-build-choice.is-variant-unavailable .cr-variant-selected-name{
    color:#b3261e;opacity:1;
}
.classic-restaurant .cr-build-choice.is-variant-unavailable [data-cr-build-add]{
    opacity:.4;cursor:not-allowed;pointer-events:none;
}

@media(max-width:600px){
    .classic-restaurant .cr-build-variants{gap:10px 16px}
    .classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill{
        padding:8px 14px!important;
        font-size:13.5px!important;
    }
    .classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-actions{
        justify-content:space-between;
    }
}

@media(prefers-reduced-motion:reduce){
    .classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill,
    .classic-restaurant .cr-variant-toggle-icon{transition:none}
}

/* ---- Recipe options: nothing preselected until the customer chooses ---- */
.classic-restaurant .cr-build-choice.is-variant-pending .cr-variant-selected-row{
    background:rgba(0,0,0,.04);
}
.classic-restaurant .cr-build-choice.is-variant-pending .cr-variant-selected-name{
    opacity:.6;
    font-style:italic;
}
.classic-restaurant .cr-build-choice.is-variant-pending .cr-variant-toggle{
    background:var(--cr-accent,#a8834a)!important;
    color:#fff!important;
}

/* The chosen combination, echoed next to the toggle so it stays visible
   after the options panel is closed again. */
.classic-restaurant .cr-variant-chosen{
    display:inline-flex;
    align-items:center;
    margin:10px 0 0 8px;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(168,131,74,.09);
    color:var(--cr-accent,#a8834a);
    font-size:12.5px;
    font-weight:700;
    line-height:1.3;
}
.classic-restaurant .cr-variant-chosen[hidden]{display:none}
.classic-restaurant .cr-build-choice.is-options-open .cr-variant-chosen{display:none}

/* ---- Category tab icon (v1.8.0) ---- */
.classic-restaurant .cr-tab-icon,
.classic-restaurant .cr-build-tabs button span.cr-tab-icon{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    flex:0 0 auto!important;
    width:22px!important;
    height:22px;
    font-size:17px!important;
    line-height:1!important;
    color:inherit!important;
}
.classic-restaurant .cr-tab-icon img{width:22px;height:22px;object-fit:contain;display:block;border-radius:4px}
.classic-restaurant .cr-tab-icon.is-empty{visibility:hidden}

/* ---- Order Online button in the food popup (v1.10.0) ----
   The popup body is a flex column whose children carry explicit order values
   (title 2 ... variants 8). Without one of its own this block defaulted to
   order:0 and jumped to the top, above the dish name. */
.classic-restaurant .cr-popup-actions{
    order:9!important;
    margin-top:auto!important;
    padding-top:20px!important;
    width:100%;
    display:flex;
    justify-content:flex-start;
}
.classic-restaurant .cr-popup-order[hidden]{display:none!important}
.classic-restaurant .cr-popup-order{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 30px!important;
    border-radius:999px!important;
    background:var(--cr-accent,#a8834a)!important;
    color:#fff!important;
    border:0!important;
    font-size:14px!important;
    font-weight:800!important;
    letter-spacing:.02em;
    line-height:1.2!important;
    text-decoration:none!important;
    box-shadow:0 10px 22px rgba(168,131,74,.24)!important;
    transition:transform .15s ease,box-shadow .15s ease;
}
.classic-restaurant .cr-popup-order:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 26px rgba(168,131,74,.3)!important;
    color:#fff!important;
}
.classic-restaurant .cr-popup-order:focus-visible{outline:2px solid var(--cr-accent,#a8834a);outline-offset:3px}
.classic-restaurant .cr-popup-order:active{transform:translateY(0)}

/* bag icon, drawn in CSS so no icon font or extra request is needed */
.classic-restaurant .cr-popup-order .cr-order-icon{
    flex:0 0 auto;
    width:17px;
    height:17px;
    display:block;
}
.classic-restaurant .cr-popup-order .cr-order-arrow{
    flex:0 0 auto;
    width:7px;
    height:7px;
    border-right:2px solid currentColor;
    border-top:2px solid currentColor;
    transform:rotate(45deg);
    opacity:.8;
    transition:transform .15s ease;
}
.classic-restaurant .cr-popup-order:hover .cr-order-arrow{transform:rotate(45deg) translate(2px,-2px)}

@media(max-width:600px){
    .classic-restaurant .cr-popup-actions{padding-top:16px!important}
    .classic-restaurant .cr-popup-order{width:100%;padding:15px 22px!important}
}
@media(prefers-reduced-motion:reduce){
    .classic-restaurant .cr-popup-order,
    .classic-restaurant .cr-popup-order .cr-order-arrow{transition:none}
}

/* ============================================================
   Build Your Own Menu - mobile (v1.10.0)
   ============================================================ */
@media(max-width:782px){
    /* category strip scrolls horizontally without clipping labels */
    .classic-restaurant.cr-build-v2 .cr-build-tabs{
        gap:0;
        scroll-snap-type:x proximity;
        -webkit-overflow-scrolling:touch;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button{
        scroll-snap-align:start;
        min-width:auto!important;
        max-width:72vw;
        padding-left:16px!important;
        padding-right:16px!important;
        min-height:auto!important;
        white-space:normal;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tab-title{
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden!important;
    }

    /* recipe card stacks: media, then copy, then options, then actions */
    .classic-restaurant .cr-build-choice{padding:14px!important}
    .classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-body{gap:0}
    .classic-restaurant .cr-build-choice .cr-build-choice-media{
        width:56px!important;
        height:56px!important;
        flex:0 0 56px!important;
    }

    /* options panel: one group per row, full-width pills that wrap evenly */
    .classic-restaurant .cr-build-variants{
        flex-direction:column;
        align-items:stretch;
        gap:12px;
    }
    .classic-restaurant .cr-variant-group{width:100%}
    .classic-restaurant .cr-variant-options{gap:8px}
    .classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill{
        flex:1 1 auto;
        min-width:64px;
        padding:10px 12px!important;
        font-size:14px!important;
    }

    /* toggle and chosen chip go full width so they never collide */
    .classic-restaurant .cr-build-choice .cr-variant-toggle{
        width:100%!important;
        justify-content:space-between!important;
        padding:10px 14px!important;
        font-size:13px!important;
    }
    .classic-restaurant .cr-variant-chosen{
        display:flex;
        width:100%;
        margin:8px 0 0!important;
        justify-content:center;
    }

    .classic-restaurant .cr-variant-selected-row{
        flex-direction:row;
        align-items:center;
        padding:10px 12px;
    }

    /* action row: quantity left, button right, both comfortably tappable */
    .classic-restaurant .cr-build-choice.cr-has-variants .cr-build-choice-actions{
        flex-direction:row-reverse;
        justify-content:space-between;
        align-items:center;
        gap:10px;
        margin-top:14px;
    }
    .classic-restaurant .cr-build-choice.cr-has-variants [data-cr-build-add]{
        flex:1 1 auto;
        min-height:44px;
    }
}

@media(max-width:420px){
    .classic-restaurant .cr-build-choice .cr-variant-options .cr-variant-pill{
        flex:1 1 calc(33.333% - 6px);
        padding:10px 8px!important;
        font-size:13.5px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button{max-width:80vw}
}

/* ---- Multiple order lines per variable recipe (v1.11.0) ---- */
/* The card-level stepper is replaced by a stepper on each line. */
.classic-restaurant .cr-build-choice.cr-has-variants .cr-build-qty{display:none!important}

.classic-restaurant .cr-variant-lines{
    margin-top:14px;
    padding-top:12px;
    border-top:1px dashed rgba(168,131,74,.35);
}
.classic-restaurant .cr-variant-lines[hidden]{display:none}
.classic-restaurant .cr-variant-lines-title{
    display:block;
    margin-bottom:8px;
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
    opacity:.5;
}
.classic-restaurant .cr-variant-lines-list{
    list-style:none!important;
    margin:0!important;
    padding:0!important;
    display:flex;
    flex-direction:column;
    gap:8px;
}
.classic-restaurant .cr-variant-line{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
    padding:9px 12px;
    background:rgba(168,131,74,.08);
    border-radius:10px;
    list-style:none;
}
.classic-restaurant .cr-variant-line-name{
    flex:1 1 auto;
    min-width:0;
    font-size:13.5px;
    font-weight:700;
    overflow-wrap:anywhere;
}
.classic-restaurant .cr-variant-line-qty{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:2px;
    background:#fff;
    border:1px solid rgba(0,0,0,.12);
    border-radius:999px;
    padding:2px;
}
.classic-restaurant .cr-variant-line-qty button{
    -webkit-appearance:none!important;
    appearance:none!important;
    width:28px;height:28px;
    display:inline-flex;align-items:center;justify-content:center;
    padding:0!important;margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:999px!important;
    color:var(--cr-brand,#111)!important;
    font-size:15px!important;font-weight:700!important;line-height:1!important;
    box-shadow:none!important;
    cursor:pointer;
}
.classic-restaurant .cr-variant-line-qty button:hover{background:rgba(168,131,74,.14)!important}
.classic-restaurant .cr-variant-line-qty b{
    min-width:26px;text-align:center;
    font-size:13.5px;font-weight:700;
}
.classic-restaurant .cr-variant-line-total{
    flex:0 0 auto;
    min-width:74px;
    text-align:right;
    font-size:14px;
    font-weight:800;
    color:var(--cr-accent,#a8834a);
    white-space:nowrap;
}
.classic-restaurant .cr-variant-line-remove{
    -webkit-appearance:none!important;
    appearance:none!important;
    flex:0 0 auto;
    width:26px;height:26px;
    display:inline-flex;align-items:center;justify-content:center;
    padding:0!important;margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:999px!important;
    color:#b3261e!important;
    font-size:17px!important;line-height:1!important;
    box-shadow:none!important;
    cursor:pointer;
}
.classic-restaurant .cr-variant-line-remove:hover{background:rgba(179,38,30,.1)!important}

@media(max-width:600px){
    .classic-restaurant .cr-variant-line{flex-wrap:wrap;gap:8px}
    .classic-restaurant .cr-variant-line-name{flex:1 1 100%}
    .classic-restaurant .cr-variant-line-total{flex:1 1 auto;text-align:left;min-width:0}
}

/* ---- Category sidebar: width and active-state icon (v1.11.0) ----
   The active tab was switched to a two-column grid, but the button holds three
   children (icon, title, status badge). The icon took column one and the badge
   wrapped to a second row, which is why the icon looked broken only when a tab
   was active. Every state uses the same flex row now. */
.classic-restaurant.cr-build-v2 .cr-build-tabs button,
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active,
.classic-restaurant.cr-build-v2 .cr-build-tabs button:hover{
    display:flex!important;
    grid-template-columns:none!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:0!important;
    text-align:left!important;
    padding-left:24px!important;
    padding-right:18px!important;
    min-height:58px!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-build-tab-title{
    flex:1 1 auto!important;
    min-width:0!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-build-tab-status{
    flex:0 0 auto!important;
    margin-left:10px;
}

/* icon stays legible in every state */
.classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-tab-icon,
.classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active .cr-tab-icon{
    flex:0 0 26px!important;
    width:26px!important;
    height:26px!important;
    margin:0 12px 0 0!important;
    font-size:19px!important;
    line-height:1!important;
    opacity:1!important;
    overflow:visible!important;
}
.classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-tab-icon img{
    width:26px;height:26px;object-fit:contain;
}

/* a little more room for the category column */
.classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
    grid-template-columns:minmax(258px,286px) minmax(0,1fr);
}
@media(max-width:1200px){
    .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
        grid-template-columns:minmax(228px,250px) minmax(0,1fr);
    }
}
@media(max-width:900px){
    .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
        grid-template-columns:1fr;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
        padding-left:16px!important;
        padding-right:16px!important;
        min-height:auto!important;
    }
}

/* ============================================================
   v1.11.3 Compact food popup and mobile catering ordering
   ============================================================ */

/* Desktop: approximately 40% smaller than the previous 1120px popup. */
@media(min-width:901px){
    .classic-restaurant .cr-food-popup-card{
        width:min(680px,calc(100vw - 40px))!important;
        height:min(420px,calc(100vh - 40px))!important;
        max-height:calc(100vh - 40px)!important;
        grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr)!important;
        border-radius:22px!important;
    }
    .classic-restaurant .cr-popup-image,
    .classic-restaurant .cr-popup-image .cr-food-placeholder{
        min-height:0!important;
        height:100%!important;
    }
    .classic-restaurant .cr-popup-image img.cr-popup-main-image,
    .classic-restaurant .cr-popup-image img{
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        max-height:none!important;
        padding:18px 18px 25px!important;
    }
    .classic-restaurant .cr-popup-body{
        height:100%!important;
        max-height:100%!important;
        padding:22px 24px 20px!important;
    }
    .classic-restaurant .cr-popup-category{
        margin-bottom:8px!important;
        font-size:10px!important;
    }
    .classic-restaurant .cr-popup-body h3{
        margin:0 46px 7px 0!important;
        font-size:clamp(21px,2vw,27px)!important;
    }
    .classic-restaurant .cr-popup-price{
        margin-bottom:10px!important;
        font-size:21px!important;
    }
    .classic-restaurant .cr-popup-labels{
        margin-bottom:10px!important;
        gap:6px!important;
    }
    .classic-restaurant .cr-popup-labels span{
        padding:6px 10px!important;
        font-size:10px!important;
    }
    .classic-restaurant .cr-popup-separator{
        margin:0 0 10px!important;
    }
    .classic-restaurant .cr-popup-info-row{
        margin-bottom:10px!important;
    }
    .classic-restaurant .cr-popup-info-row>div{
        padding:9px 9px 9px 0!important;
        gap:3px!important;
    }
    .classic-restaurant .cr-popup-info-row>div+div{
        padding-left:12px!important;
    }
    .classic-restaurant .cr-popup-info-label{
        font-size:9px!important;
    }
    .classic-restaurant .cr-popup-info-row strong{
        font-size:14px!important;
    }
    .classic-restaurant .cr-popup-description{
        margin-bottom:10px!important;
        font-size:13px!important;
        line-height:1.5!important;
    }
    .classic-restaurant .cr-popup-variants{
        gap:7px!important;
    }
    .classic-restaurant .cr-popup-variants-title{
        font-size:10px!important;
    }
    .classic-restaurant .cr-popup-variants span{
        padding:9px 12px!important;
        border-radius:11px!important;
        font-size:13px!important;
    }
    .classic-restaurant .cr-popup-actions{
        padding-top:12px!important;
    }
    .classic-restaurant .cr-popup-order{
        width:100%!important;
        padding:12px 18px!important;
        border-radius:13px!important;
        font-size:13px!important;
    }
    .classic-restaurant .cr-popup-close{
        top:13px!important;
        right:13px!important;
        width:40px!important;
        height:40px!important;
        font-size:20px!important;
    }
}

/* ============================================================
   v1.11.5 Listing card text flow + multiple food types
   ============================================================ */
.classic-restaurant .cr-food-grid,
.classic-restaurant .cr-menu-grid{
    align-items:stretch!important;
}
.classic-restaurant.cr-featured-section .cr-food-card,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple){
    height:auto!important;
    max-height:none!important;
    min-height:0!important;
    align-self:stretch!important;
}
.classic-restaurant.cr-featured-section .cr-food-content,
.classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-content,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content{
    flex:1 1 auto!important;
    min-height:218px!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
    padding:18px 18px 20px!important;
}
.classic-restaurant.cr-featured-section .cr-food-content h3,
.classic-restaurant.cr-featured-section .cr-card-title,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) h3,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-title{
    display:-webkit-box!important;
    min-height:2.44em!important;
    max-height:2.44em!important;
    margin:0 0 9px!important;
    overflow:hidden!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow-wrap:anywhere!important;
}
.classic-restaurant.cr-featured-section .cr-food-price,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-price{
    flex:0 0 auto!important;
    min-height:1.1em!important;
    margin:0 0 11px!important;
}
.classic-restaurant.cr-featured-section .cr-card-info,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-info{
    flex:0 0 auto!important;
    margin:0 0 10px!important;
}
.classic-restaurant.cr-featured-section .cr-card-description,
.classic-restaurant.cr-featured-section .cr-food-content>p,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-description,
.classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content>p{
    display:-webkit-box!important;
    flex:0 0 auto!important;
    min-height:calc(1.5em * 3)!important;
    max-height:calc(1.5em * 3)!important;
    margin:auto 0 0!important;
    overflow:hidden!important;
    line-height:1.5!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    text-overflow:ellipsis!important;
}
.classic-restaurant .cr-card-image-tags{
    align-items:flex-end!important;
}
.classic-restaurant .cr-card-image-tags>.cr-meta-category{
    margin-right:auto!important;
}
.classic-restaurant .cr-meta-food-types{
    display:flex!important;
    flex:0 1 auto!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
    gap:5px!important;
    max-width:68%!important;
}
.classic-restaurant .cr-meta-food-types .cr-meta-food-type{
    margin:0!important;
}
@media(max-width:767px){
    .classic-restaurant.cr-featured-section .cr-food-content,
    .classic-restaurant.cr-featured-section .cr-food-card-simple .cr-food-content,
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content{
        min-height:0!important;
        overflow:hidden!important;
    }
    .classic-restaurant.cr-featured-section .cr-food-content h3,
    .classic-restaurant.cr-featured-section .cr-card-title,
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) h3,
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-title{
        min-height:0!important;
        max-height:2.44em!important;
    }
    .classic-restaurant.cr-featured-section .cr-card-description,
    .classic-restaurant.cr-featured-section .cr-food-content>p,
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-card-description,
    .classic-restaurant .cr-menu-grid .cr-food-card:not(.cr-food-card-simple) .cr-food-content>p{
        min-height:0!important;
        max-height:calc(1.45em * 3)!important;
        line-height:1.45!important;
    }
    .classic-restaurant .cr-meta-food-types{max-width:72%!important}
}

/* Mobile popup stays readable but no longer fills the entire screen. */
@media(max-width:900px){
    .classic-restaurant .cr-food-popup{
        align-items:center!important;
        padding:12px!important;
    }
    .classic-restaurant .cr-food-popup-card{
        display:block!important;
        width:100%!important;
        max-width:620px!important;
        max-height:calc(100vh - 24px)!important;
        max-height:calc(100dvh - 24px)!important;
        overflow-y:auto!important;
        overscroll-behavior:contain!important;
        border-radius:20px!important;
    }
    .classic-restaurant .cr-popup-image{
        height:190px!important;
        min-height:190px!important;
        max-height:190px!important;
    }
    .classic-restaurant .cr-popup-image img.cr-popup-main-image,
    .classic-restaurant .cr-popup-image img{
        width:100%!important;
        height:190px!important;
        min-height:190px!important;
        max-height:190px!important;
        padding:0!important;
        object-fit:cover!important;
    }
    .classic-restaurant .cr-popup-body{
        height:auto!important;
        max-height:none!important;
        margin:0!important;
        padding:18px 18px calc(18px + env(safe-area-inset-bottom,0px))!important;
        overflow:visible!important;
        border-radius:0!important;
    }
    .classic-restaurant .cr-popup-category{
        margin-bottom:7px!important;
        font-size:9px!important;
        letter-spacing:.13em!important;
    }
    .classic-restaurant .cr-popup-body h3{
        margin:0 44px 6px 0!important;
        font-size:clamp(21px,6.6vw,27px)!important;
        line-height:1.12!important;
    }
    .classic-restaurant .cr-popup-price{
        margin-bottom:10px!important;
        font-size:22px!important;
    }
    .classic-restaurant .cr-popup-labels{
        margin-bottom:10px!important;
    }
    .classic-restaurant .cr-popup-labels span{
        padding:6px 9px!important;
        font-size:9px!important;
    }
    .classic-restaurant .cr-popup-separator{
        margin:0 0 10px!important;
    }
    .classic-restaurant .cr-popup-description{
        max-height:4.6em!important;
        margin-bottom:10px!important;
        overflow-y:auto!important;
        font-size:13px!important;
        line-height:1.5!important;
    }
    .classic-restaurant .cr-popup-info-row{
        grid-template-columns:1fr 1fr!important;
        margin-bottom:10px!important;
    }
    .classic-restaurant .cr-popup-info-row>div{
        padding:9px 8px 9px 0!important;
    }
    .classic-restaurant .cr-popup-info-row>div+div{
        padding-left:10px!important;
        border-top:0!important;
        border-left:1px solid rgba(184,138,55,.2)!important;
    }
    .classic-restaurant .cr-popup-variants{
        gap:7px!important;
    }
    .classic-restaurant .cr-popup-variants span{
        flex-direction:row!important;
        align-items:center!important;
        gap:10px!important;
        padding:9px 11px!important;
        font-size:13px!important;
    }
    .classic-restaurant .cr-popup-actions{
        position:sticky!important;
        bottom:0!important;
        z-index:2!important;
        margin:0 -4px -4px!important;
        padding:12px 4px 4px!important;
        background:linear-gradient(180deg,rgba(255,250,241,0),#fffaf1 30%)!important;
    }
    .classic-restaurant .cr-popup-order{
        width:100%!important;
        min-height:46px!important;
        padding:12px 16px!important;
        border-radius:13px!important;
    }
    .classic-restaurant .cr-popup-close{
        top:10px!important;
        right:10px!important;
        width:40px!important;
        height:40px!important;
        font-size:20px!important;
    }
}

@media(max-width:480px){
    .classic-restaurant .cr-food-popup{padding:10px!important;}
    .classic-restaurant .cr-food-popup-card{
        max-height:calc(100vh - 20px)!important;
        max-height:calc(100dvh - 20px)!important;
        border-radius:18px!important;
    }
    .classic-restaurant .cr-popup-image,
    .classic-restaurant .cr-popup-image img.cr-popup-main-image,
    .classic-restaurant .cr-popup-image img{
        height:165px!important;
        min-height:165px!important;
        max-height:165px!important;
    }
    .classic-restaurant .cr-popup-body{
        padding:16px 14px calc(16px + env(safe-area-inset-bottom,0px))!important;
    }
    .classic-restaurant .cr-popup-info-row{
        grid-template-columns:1fr!important;
    }
    .classic-restaurant .cr-popup-info-row>div+div{
        padding-left:0!important;
        border-left:0!important;
        border-top:1px solid rgba(184,138,55,.2)!important;
    }
}

/* Package-included dishes are selected as complete recipes. Later generic
   variation styles must never make their option controls visible again. */
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included [data-cr-variant-toggle],
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included [data-cr-variant-chosen],
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included [data-cr-variants],
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included [data-cr-variant-lines],
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-price,
.classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-qty{
    display:none!important;
}

/* Catering ordering: tablet and mobile use one stable column. */
@media(max-width:900px){
    .classic-restaurant.cr-build-v2{
        padding:32px 0!important;
        overflow-x:hidden!important;
    }
    .classic-restaurant.cr-build-v2 .cr-section-head,
    .classic-restaurant.cr-build-v2 .cr-build-mode,
    .classic-restaurant.cr-build-v2 .cr-build-workspace{
        width:calc(100% - 20px)!important;
        max-width:720px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-section-head{
        margin-bottom:20px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-section-head h2{
        font-size:clamp(32px,9vw,46px)!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-mode{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:8px!important;
        margin-bottom:18px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-mode button{
        width:100%!important;
        min-width:0!important;
        padding:11px 10px!important;
        font-size:12px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-workspace{
        display:block!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-products,
    .classic-restaurant.cr-build-v2 .cr-build-stage,
    .classic-restaurant.cr-build-v2 .cr-custom-picker-layout,
    .classic-restaurant.cr-build-v2 .cr-build-panels,
    .classic-restaurant.cr-build-v2 .cr-build-panel{
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
    }
    .classic-restaurant.cr-build-v2 .cr-custom-picker-layout{
        display:block!important;
        overflow:hidden!important;
        border-radius:18px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs{
        display:flex!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        overflow-x:auto!important;
        overflow-y:hidden!important;
        border-right:0!important;
        border-bottom:1px solid var(--cr-line)!important;
        scroll-snap-type:x proximity!important;
        scrollbar-width:thin!important;
        -webkit-overflow-scrolling:touch!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
        flex:0 0 auto!important;
        width:auto!important;
        min-width:168px!important;
        max-width:230px!important;
        min-height:54px!important;
        padding:10px 14px!important;
        border-right:1px solid var(--cr-line)!important;
        border-bottom:0!important;
        scroll-snap-align:start!important;
        box-shadow:none!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
        box-shadow:inset 0 -3px 0 var(--cr-action)!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-package-included-tab.is-active{
        box-shadow:inset 0 -3px 0 #16803a!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tab-title{
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        overflow:hidden!important;
        white-space:normal!important;
        line-height:1.2!important;
    }
    .classic-restaurant.cr-build-v2 .cr-package-choice-grid{
        grid-template-columns:1fr!important;
        gap:12px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-package-options-panel{
        padding:16px!important;
        border-radius:16px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-package-option-list{
        grid-template-columns:1fr!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-panel-head{
        display:block!important;
        padding:18px 16px 14px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-panel-head h3{
        font-size:26px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-panel-head p{
        max-width:none!important;
        margin-top:6px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-list-heading{
        padding:13px 14px 9px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-item-grid{
        padding:4px 10px 14px!important;
        gap:10px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice{
        display:grid!important;
        grid-template-columns:58px minmax(0,1fr)!important;
        align-items:start!important;
        gap:10px!important;
        width:100%!important;
        min-width:0!important;
        padding:12px!important;
        border:1px solid var(--cr-line)!important;
        border-radius:14px!important;
        overflow:hidden!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice img,
    .classic-restaurant.cr-build-v2 .cr-build-placeholder{
        width:58px!important;
        height:58px!important;
        min-height:58px!important;
        border-radius:11px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-body,
    .classic-restaurant.cr-build-v2 .cr-build-choice.cr-has-variants .cr-build-choice-body{
        display:block!important;
        width:100%!important;
        min-width:0!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-copy,
    .classic-restaurant.cr-build-v2 .cr-build-choice-title{
        width:100%!important;
        min-width:0!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-title{
        display:block!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-title h4{
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        margin:0 0 3px!important;
        overflow:hidden!important;
        font-size:15px!important;
        line-height:1.25!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-title .cr-build-price{
        display:block!important;
        padding:0!important;
        font-size:13px!important;
        white-space:normal!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-body p{
        display:none!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-included-note,
    .classic-restaurant.cr-build-v2 .cr-build-extra-note{
        margin-top:4px!important;
        font-size:10px!important;
        line-height:1.35!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-actions,
    .classic-restaurant.cr-build-v2 .cr-build-choice.cr-has-variants .cr-build-choice-actions{
        display:flex!important;
        width:100%!important;
        min-width:0!important;
        margin-top:9px!important;
        justify-content:flex-start!important;
        gap:8px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice.is-package-included .cr-build-add{
        width:100%!important;
        min-width:0!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice .cr-variant-toggle{
        width:100%!important;
        margin-top:9px!important;
        justify-content:space-between!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice .cr-build-variants{
        width:100%!important;
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice .cr-variant-group,
    .classic-restaurant.cr-build-v2 .cr-build-choice .cr-variant-options{
        width:100%!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice .cr-variant-options .cr-variant-pill{
        flex:1 1 calc(50% - 5px)!important;
        min-width:0!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-summary-card{
        position:static!important;
        width:100%!important;
        min-width:0!important;
        margin-top:18px!important;
        padding:18px!important;
        border-radius:18px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-summary-card h3{
        font-size:27px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-summary-guests{
        grid-template-columns:1fr!important;
    }
    .classic-restaurant.cr-build-v2 .cr-guest-stepper{
        width:100%!important;
    }
    .classic-restaurant.cr-build-v2 .cr-guest-stepper input{
        flex:1 1 auto!important;
        width:auto!important;
        min-width:0!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-submit{
        width:100%!important;
        min-height:48px!important;
    }
}

@media(max-width:420px){
    .classic-restaurant.cr-build-v2 .cr-section-head,
    .classic-restaurant.cr-build-v2 .cr-build-mode,
    .classic-restaurant.cr-build-v2 .cr-build-workspace{
        width:calc(100% - 14px)!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-mode{
        grid-template-columns:1fr!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button:hover,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active{
        min-width:154px!important;
        max-width:78vw!important;
        padding:9px 11px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tabs button .cr-tab-icon,
    .classic-restaurant.cr-build-v2 .cr-build-tabs button.is-active .cr-tab-icon{
        flex-basis:22px!important;
        width:22px!important;
        height:22px!important;
        margin-right:8px!important;
        font-size:16px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-tab-status{
        margin-left:6px!important;
        padding:3px 5px!important;
        font-size:7px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-item-grid{
        padding-left:7px!important;
        padding-right:7px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice{
        grid-template-columns:50px minmax(0,1fr)!important;
        gap:8px!important;
        padding:10px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice img,
    .classic-restaurant.cr-build-v2 .cr-build-placeholder{
        width:50px!important;
        height:50px!important;
        min-height:50px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-choice-actions,
    .classic-restaurant.cr-build-v2 .cr-build-choice.cr-has-variants .cr-build-choice-actions{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-add,
    .classic-restaurant.cr-build-v2 .cr-build-choice.cr-has-variants [data-cr-build-add]{
        width:100%!important;
        min-width:0!important;
        min-height:42px!important;
    }
    .classic-restaurant.cr-build-v2 .cr-build-qty{
        width:100%!important;
        justify-content:space-between!important;
    }
}

/* ============================================================
   v1.11.4 Selection sync and desktop popup rebalance
   ============================================================ */

/* The compact v1.11.3 desktop dialog was slightly too small in real use.
   Increase only the desktop footprint by 20%; mobile rules remain unchanged. */
@media(min-width:901px){
    .classic-restaurant .cr-food-popup-card{
        width:min(816px,calc(100vw - 40px))!important;
        height:min(504px,calc(100vh - 40px))!important;
    }
}
