:root{
  --ink:#171412;
  --muted:#776f68;
  --paper:#fffaf3;
  --paper-soft:#f8efe3;
  --cream:#fffdf9;
  --red:#86131e;
  --red-deep:#5f0b13;
  --red-soft:#f4e5e4;
  --line:#e8d9ca;
  --gold:#b68b50;
  --green:#1e754a;
  --charcoal:#171515;
  --shadow:0 18px 48px rgba(65,35,22,.12);
  --shadow-soft:0 8px 24px rgba(65,35,22,.07);
  --radius:22px;
  --safe-bottom:env(safe-area-inset-bottom,0px);
  font-family:"Noto Kufi Arabic","Noto Sans Arabic","Tahoma","Arial",sans-serif;
  color:var(--ink);
  background:#171515;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#171515}
body{margin:0;min-height:100vh;background:#171515;color:var(--ink)}
button,input,textarea{font:inherit}
button{cursor:pointer}
button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(134,19,30,.24);outline-offset:2px}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.menu-body{padding:0}
.app-shell{width:min(100%,1240px);margin:0 auto;min-height:100vh;background:var(--paper);position:relative;overflow:hidden;box-shadow:0 0 80px rgba(0,0,0,.28)}
.topbar{height:106px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 34px;background:rgba(255,253,249,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;backdrop-filter:blur(14px)}
.topbar-side{display:flex;align-items:center;gap:12px;min-width:0}
.topbar-side-start{justify-content:flex-end}
.topbar-side-end{justify-content:flex-start}
.brand-lockup{border:0;background:transparent;padding:0;position:relative;z-index:2;border-radius:50%;filter:drop-shadow(0 8px 18px rgba(79,20,22,.18))}
.brand-lockup img{width:100px;height:100px;object-fit:cover;border-radius:50%;border:4px solid var(--paper);background:#fff}
.icon-button{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--ink);transition:.2s}
.icon-button:hover{border-color:#c9aa8e;transform:translateY(-1px)}
.menu-icon-button{gap:4px;padding:11px}
.menu-icon-button span{display:block;width:19px;height:1.8px;border-radius:3px;background:currentColor}
.header-search-trigger{height:44px;min-width:230px;border:1px solid transparent;border-radius:14px;background:transparent;display:flex;align-items:center;gap:10px;padding:0 12px;color:var(--muted);text-align:start}
.header-search-trigger:hover{background:#f7efe5;border-color:var(--line)}
.search-icon{width:18px;height:18px;border:2px solid currentColor;border-radius:50%;display:inline-block;position:relative;flex:0 0 auto}
.search-icon:after{content:"";position:absolute;width:7px;height:2px;background:currentColor;right:-5px;bottom:-2px;transform:rotate(45deg);border-radius:2px}
[dir=ltr] .search-icon:after{right:auto;left:-5px;transform:rotate(-45deg)}
.header-search-copy{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.language-pill{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;overflow:hidden;padding:0}
.language-pill span{height:100%;min-width:40px;display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--muted)}
.language-pill .active{background:var(--red);color:#fff}
.header-call-button{height:44px;border:0;border-radius:14px;background:var(--red);color:#fff;padding:0 18px;display:flex;align-items:center;gap:8px;font-weight:900;box-shadow:0 8px 18px rgba(134,19,30,.18)}
.phone-mark{font-size:16px;line-height:1}
main{background:var(--paper)}
.hero-section{min-height:360px;display:grid;grid-template-columns:minmax(360px,1.15fr) minmax(340px,1fr) minmax(260px,.72fr);align-items:center;gap:26px;padding:36px 48px;background:linear-gradient(180deg,#fffdf9 0,#fbf3e9 100%);border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.hero-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 12% 14%,rgba(182,139,80,.09),transparent 31%),radial-gradient(circle at 88% 84%,rgba(134,19,30,.05),transparent 28%);pointer-events:none}
.hero-art,.hero-copy,.mode-card{position:relative;z-index:1}
.hero-art{color:#9d6d49;align-self:stretch;display:grid;place-items:center;opacity:.86}
.hero-art svg{width:min(100%,520px);height:auto;filter:drop-shadow(0 14px 20px rgba(105,66,39,.06))}
.hero-copy{text-align:right}
[dir=ltr] .hero-copy{text-align:left}
.eyebrow{margin:0 0 10px;color:var(--red);font-weight:800;font-size:16px;letter-spacing:.01em}
.hero-copy h1{margin:0;font-size:clamp(34px,4.2vw,58px);line-height:1.28;letter-spacing:-.03em;font-weight:950}
.heritage-line{margin:13px 0 9px;color:var(--red);font-size:22px}
.heritage-line strong{font-size:27px}
.hero-subtitle{margin:0;color:#4f4944;font-size:16px;line-height:1.9}
.hero-stamp{display:inline-flex;margin-top:18px;border:1px solid #cfb28f;border-radius:999px;padding:7px 14px;color:#805d3b;font-size:11px;font-weight:800;background:rgba(255,255,255,.65)}
.mode-card{background:rgba(255,255,255,.85);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)}
.mode-card-title span,.mode-card-title small{display:block}
.mode-card-title span{font-size:14px;font-weight:950}
.mode-card-title small{font-size:10px;color:var(--muted);margin-top:6px}
.mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.mode-option{min-height:100px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:12px;transition:.2s;font-weight:900;font-size:12px}
.mode-option:before{font-size:28px;line-height:1}
.mode-option[data-menu-id="1"]:before{content:"♨"}
.mode-option[data-menu-id="2"]:before{content:"▢"}
.mode-option.active{background:linear-gradient(145deg,var(--red),var(--red-deep));color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(134,19,30,.2)}
.mode-option small{font-size:9px;font-weight:600;opacity:.78}
.search-panel{padding:18px 48px 0;background:var(--paper)}
.search-field{height:54px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 16px;box-shadow:var(--shadow-soft)}
.search-field input{flex:1;border:0;background:transparent;outline:0;color:var(--ink);font-size:14px;min-width:0}
.search-field button{border:0;background:transparent;color:var(--muted);font-size:24px;line-height:1}
.search-icon.small{width:16px;height:16px;color:var(--muted)}
.category-section,.featured-section,.menu-section{padding-left:48px;padding-right:48px}
.category-section{padding-top:30px;padding-bottom:25px;background:#fffdf9;border-bottom:1px solid var(--line)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.section-heading.compact{margin-bottom:16px}
.kicker{margin:0 0 5px;color:var(--red);font-size:10px;font-weight:900;letter-spacing:.06em}
.section-heading h2{margin:0;font-size:27px;line-height:1.25}
.text-button{border:0;background:transparent;color:var(--red);font-size:11px;font-weight:900;padding:8px}
.category-rail{display:grid;grid-template-columns:repeat(10,minmax(90px,1fr));gap:10px;overflow:auto;padding:2px 0 6px;scrollbar-width:none}
.category-rail::-webkit-scrollbar{display:none}
.category-chip{min-height:94px;border:1px solid var(--line);border-radius:17px;background:#fff;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:10px 8px;font-size:10px;font-weight:850;transition:.2s;white-space:normal}
.category-chip:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.category-chip.active{background:linear-gradient(145deg,var(--red),var(--red-deep));color:#fff;border-color:transparent;box-shadow:0 12px 26px rgba(134,19,30,.18)}
.category-icon{width:34px;height:34px;display:grid;place-items:center;color:var(--red)}
.category-chip.active .category-icon{color:#fff}
.category-icon svg,.mini-icon svg,.item-symbol svg,.item-sheet-visual svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.featured-section{padding-top:30px;padding-bottom:32px;background:#fffaf3}
.section-mark{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--red-soft);color:var(--red)}
.featured-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.featured-card{position:relative;min-height:170px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;text-align:right;box-shadow:0 8px 20px rgba(72,40,24,.04);transition:.2s;overflow:hidden}
[dir=ltr] .featured-card{text-align:left}
.featured-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.featured-card:after{content:"";position:absolute;width:92px;height:92px;border:1px solid #dec5a6;border-radius:50%;left:-18px;bottom:-19px;opacity:.75}
[dir=ltr] .featured-card:after{left:auto;right:-18px}
.featured-card .mini-icon{width:55px;height:55px;color:#8f6847;position:absolute;left:13px;bottom:12px;z-index:1}
[dir=ltr] .featured-card .mini-icon{left:auto;right:13px}
.featured-card h3{margin:4px 0 8px;padding-left:42px;font-size:15px;line-height:1.45}
[dir=ltr] .featured-card h3{padding-left:0;padding-right:42px}
.featured-card p{margin:0;color:var(--muted);font-size:10px}
.featured-card strong{display:block;margin-top:15px;color:var(--red);font-size:14px}
.add-circle{position:absolute;top:12px;left:12px;width:29px;height:29px;border-radius:50%;border:1px solid #d4b69b;background:#fff;color:var(--red);font-size:19px;line-height:1;z-index:2}
[dir=ltr] .add-circle{left:auto;right:12px}
.menu-section{padding-top:30px;padding-bottom:120px;background:#fffdf9}
.menu-heading-wrap{margin-bottom:18px}
.result-count{border:1px solid var(--line);border-radius:999px;padding:7px 12px;font-size:10px;color:var(--muted);background:#fff}
.active-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e3c7c4;background:#faf0ef;border-radius:13px;padding:10px 12px;color:#74202a;font-size:11px;margin-top:12px}
.active-filter button{border:0;background:transparent;color:var(--red);font-weight:900}
.menu-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.menu-group{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(72,40,24,.045)}
.group-title{height:64px;display:grid;grid-template-columns:auto auto auto 1fr;align-items:center;gap:10px;padding:0 18px;background:#fbf5ed;border-bottom:1px solid var(--line)}
.group-title .category-icon{width:31px;height:31px}
.group-title h3{margin:0;font-size:17px}
.group-title>span:not(.category-icon):not(.line){font-size:9px;color:var(--muted)}
.group-title .line{height:1px;background:linear-gradient(90deg,transparent,#decbb8)}
[dir=ltr] .group-title .line{background:linear-gradient(90deg,#decbb8,transparent)}
.item-list{display:flex;flex-direction:column}
.menu-item{width:100%;border:0;border-bottom:1px solid #eee3d8;background:#fff;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;text-align:right;padding:13px 15px;min-height:82px;transition:.18s;color:var(--ink)}
[dir=ltr] .menu-item{text-align:left}
.menu-item:last-child{border-bottom:0}
.menu-item:hover{background:#fffaf4}
.item-symbol{width:54px;height:54px;border:1px solid #e1cbb1;border-radius:50%;display:grid;place-items:center;color:#8f6847;padding:10px;background:#fffaf4;overflow:hidden}
.item-symbol img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.item-copy{min-width:0}
.item-copy h4{margin:0 0 5px;font-size:13px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.item-copy p{margin:0;color:var(--muted);font-size:9px;line-height:1.55;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.item-side{display:flex;flex-direction:column;align-items:flex-end;gap:9px}
[dir=ltr] .item-side{align-items:flex-start}
.item-price{color:var(--red);font-size:12px;font-weight:950;white-space:nowrap}
.add-button,.qty-mini{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-size:16px;font-weight:900}
.add-button{background:var(--red);color:#fff}
.qty-mini{background:#f0e0df;color:var(--red)}
.empty-state{text-align:center;padding:55px 20px;color:var(--muted)}
.empty-symbol{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#f3e8dd;margin:0 auto 12px;font-size:28px;color:var(--red)}
.empty-state h3{margin:0 0 8px;color:var(--ink)}
.empty-state p{margin:0;font-size:12px}
.public-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 48px;background:#171515;color:#fff;border-top:4px solid var(--red)}
.footer-brand-wrap{display:flex;align-items:center;gap:12px}
.footer-brand-wrap img{width:52px;height:52px;border-radius:50%;border:2px solid rgba(255,255,255,.18)}
.footer-brand-wrap strong,.footer-brand-wrap span{display:block}
.footer-brand-wrap strong{font-size:13px}.footer-brand-wrap span{font-size:10px;color:#aaa;margin-top:4px}
.footer-assurances{display:flex;align-items:center;gap:16px;font-size:10px;color:#c9c2bc;flex-wrap:wrap;justify-content:flex-start}
.footer-assurances span{position:relative;padding-right:14px}
.footer-assurances span:before{content:"•";position:absolute;right:0;color:var(--gold)}
[dir=ltr] .footer-assurances span{padding-right:0;padding-left:14px}
[dir=ltr] .footer-assurances span:before{right:auto;left:0}
.cart-bar{position:fixed;z-index:34;right:50%;transform:translateX(50%);bottom:calc(18px + var(--safe-bottom));width:min(calc(100% - 28px),520px);min-height:58px;border:0;border-radius:17px;background:linear-gradient(145deg,var(--red),var(--red-deep));color:#fff;display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:10px;padding:0 18px;box-shadow:0 18px 46px rgba(70,8,15,.32);font-weight:900}
.cart-label{text-align:right}.cart-count{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--red);font-size:11px}.cart-total{font-size:12px}.cart-arrow{font-size:18px}
.backdrop{position:fixed;inset:0;background:rgba(17,13,12,.55);z-index:60;opacity:0;transition:.22s;backdrop-filter:blur(2px)}
.backdrop.open{opacity:1}
.side-drawer{position:fixed;z-index:70;top:0;right:0;bottom:0;width:min(86vw,360px);background:#fffaf3;transform:translateX(105%);transition:.26s ease;padding:24px;display:flex;flex-direction:column;box-shadow:-22px 0 60px rgba(0,0,0,.22)}
[dir=ltr] .side-drawer{right:auto;left:0;transform:translateX(-105%);box-shadow:22px 0 60px rgba(0,0,0,.22)}
.side-drawer.open,[dir=ltr] .side-drawer.open{transform:none}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}
.drawer-head img{width:76px;height:76px;border-radius:50%}
.close-button{font-size:27px;line-height:1}
.side-drawer nav{display:flex;flex-direction:column;gap:4px;padding:18px 0;overflow:auto}
.drawer-link{border:0;background:transparent;text-align:right;border-radius:12px;padding:12px 13px;color:var(--ink);font-weight:850}
[dir=ltr] .drawer-link{text-align:left}
.drawer-link:hover{background:#f5e9de;color:var(--red)}
.drawer-contact{margin-top:auto;border-top:1px solid var(--line);padding-top:18px}.drawer-contact p{font-size:11px;color:var(--muted);line-height:1.8}
.outline-button,.primary-button,.whatsapp-button{min-height:50px;border-radius:14px;padding:0 18px;font-weight:900;border:0}
.outline-button{background:#fff;border:1px solid var(--line);color:var(--red)}
.primary-button{background:var(--red);color:#fff}.whatsapp-button{background:#147544;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px}.full{width:100%}
.bottom-sheet{position:fixed;z-index:75;right:50%;transform:translate(50%,110%);bottom:0;width:min(100%,620px);max-height:92vh;overflow:auto;background:#fffaf3;border-radius:26px 26px 0 0;padding:14px 22px calc(22px + var(--safe-bottom));box-shadow:0 -24px 70px rgba(0,0,0,.24);transition:.28s ease}
.bottom-sheet.open{transform:translate(50%,0)}
.sheet-handle{width:50px;height:5px;border-radius:99px;background:#d6c8ba;margin:0 auto 14px}.sheet-close{position:absolute;top:16px;left:20px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:22px}.sheet-header{display:flex;justify-content:space-between;align-items:flex-start;padding:0 0 16px;border-bottom:1px solid var(--line)}.sheet-header h2{margin:0;font-size:24px}
.item-sheet-content{text-align:center;padding:6px 2px}.item-sheet-visual{width:160px;height:160px;border-radius:50%;border:1px solid #ddc5a8;background:#fff7ec;color:#8f6847;display:grid;place-items:center;padding:35px;margin:0 auto 18px;overflow:hidden}.item-sheet-visual img{width:100%;height:100%;object-fit:cover}.item-sheet-content h2{font-size:27px;margin:4px 0 8px}.description{font-size:12px;color:var(--muted);line-height:1.8;margin:5px auto;max-width:430px}.item-meta{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin:14px 0}.meta-chip{border:1px solid var(--line);border-radius:999px;background:#fff;padding:6px 9px;font-size:9px}.item-price-large{font-size:23px;font-weight:950;color:var(--red);margin:13px 0}.quantity-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:15px;background:#fff;padding:12px;margin:14px 0}.quantity-row strong{font-size:12px}.quantity-control,.cart-actions{display:flex;align-items:center;gap:9px}.quantity-control button,.cart-actions button{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:10px;color:var(--ink)}.item-note{text-align:right;display:block;margin:12px 0 16px}.item-note span{display:block;font-size:11px;font-weight:900;margin-bottom:7px}.item-note textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px;resize:vertical;color:var(--ink)}
.cart-items{display:flex;flex-direction:column}.cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-row h3{font-size:13px;margin:0 0 5px}.cart-row p{font-size:10px;color:var(--muted);margin:0}.cart-row-side{text-align:left}.cart-row-side strong{display:block;color:var(--red);font-size:12px;margin-bottom:8px}.cart-actions span{min-width:18px;text-align:center}.cart-actions button:last-child{color:#a5212e}.cart-summary,.checkout-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.cart-summary strong,.checkout-total strong{font-size:24px;color:var(--red)}
.checkout-form{padding-top:18px}.checkout-form label{display:block;margin-bottom:14px}.checkout-form label>span{display:block;font-size:11px;font-weight:900;margin-bottom:7px}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px;color:var(--ink)}.order-notice{font-size:10px;color:var(--muted);line-height:1.7;text-align:center}.wa-icon{font-size:17px}.toast-region{position:fixed;z-index:100;right:20px;bottom:24px;display:flex;flex-direction:column;gap:8px}.toast{background:#171515;color:#fff;border-radius:12px;padding:12px 15px;box-shadow:var(--shadow);font-size:11px}.toast.error{background:#7d1520}.toast.success{background:#1a6845}
body.sheet-open,body.drawer-open{overflow:hidden}
@media(max-width:1080px){
  .hero-section{grid-template-columns:minmax(300px,1fr) minmax(300px,1fr);padding:34px}.mode-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.4fr;align-items:center}.mode-switch{margin:0}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-rail{grid-template-columns:repeat(10,105px)}
}
@media(max-width:760px){
  .app-shell{width:100%;box-shadow:none}.topbar{height:84px;padding:0 14px;grid-template-columns:1fr auto 1fr}.brand-lockup img{width:76px;height:76px;border-width:3px}.topbar-side{gap:7px}.header-search-trigger{min-width:42px;width:42px;height:42px;padding:0;justify-content:center;border-color:var(--line);background:#fff}.header-search-copy{display:none}.header-call-button{width:42px;padding:0;justify-content:center}.header-call-button span:last-child{display:none}.language-pill span{min-width:33px}.menu-icon-button{width:42px}.hero-section{min-height:auto;grid-template-columns:1fr;gap:18px;padding:22px 20px 24px}.hero-art{order:2;height:170px}.hero-art svg{height:190px;width:100%}.hero-copy{order:1;text-align:center}.hero-copy h1{font-size:30px}.eyebrow{font-size:13px}.heritage-line{font-size:17px;margin:7px 0}.heritage-line strong{font-size:21px}.hero-subtitle{font-size:12px}.hero-stamp{margin-top:12px}.mode-card{order:3;grid-column:auto;display:block;padding:14px}.mode-card-title{text-align:center}.mode-switch{margin-top:12px}.mode-option{min-height:78px}.search-panel{padding:12px 14px 0}.category-section,.featured-section,.menu-section{padding-left:14px;padding-right:14px}.category-section{padding-top:22px}.section-heading h2{font-size:22px}.category-rail{display:flex;gap:9px;overflow:auto}.category-chip{min-width:88px;min-height:85px}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.featured-card{min-height:155px;padding:13px}.featured-card h3{font-size:13px}.featured-card .mini-icon{width:49px;height:49px}.menu-groups{grid-template-columns:1fr;gap:16px}.menu-item{grid-template-columns:52px minmax(0,1fr) auto;padding:12px 12px}.item-symbol{width:48px;height:48px}.public-footer{padding:20px 14px;display:block}.footer-assurances{margin-top:14px;gap:8px}.cart-bar{bottom:calc(12px + var(--safe-bottom));width:calc(100% - 20px)}.bottom-sheet{width:100%;border-radius:24px 24px 0 0}.side-drawer{width:min(88vw,350px)}
}

@media(max-width:420px){
  .topbar{padding:0 10px}.language-pill span{min-width:31px;font-size:10px}.hero-section{padding-left:14px;padding-right:14px}.hero-art{height:145px}.hero-art svg{height:165px}.hero-copy h1{font-size:27px}.mode-option{font-size:11px}.category-chip{min-width:82px}.featured-card:after{width:82px;height:82px}.group-title{padding:0 14px}.group-title h3{font-size:15px}.menu-item{grid-template-columns:47px minmax(0,1fr) auto;gap:9px}.item-symbol{width:44px;height:44px}.item-copy h4{font-size:12px}.cart-label{font-size:12px}
}
/* Admin */
.admin-body{background:#121212;color:var(--ink);padding:0}.admin-shell{min-height:100vh;background:#f4efe8}.login-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 0,#3a211f,#111 55%)}.login-card{width:min(100%,430px);background:var(--cream);border-radius:28px;padding:30px;box-shadow:0 26px 80px rgba(0,0,0,.35)}.login-card img{width:96px;height:96px;border-radius:50%;margin:0 auto 18px}.login-card h1{text-align:center;margin:0 0 8px}.login-card>p{text-align:center;color:var(--muted);font-size:13px;line-height:1.7;margin:0 0 24px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-form label span,.admin-field span{display:block;font-size:12px;font-weight:850;margin-bottom:7px}.auth-form input,.admin-field input,.admin-field textarea,.admin-field select{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px;color:var(--ink)}.login-note{font-size:11px;color:var(--muted);line-height:1.7;margin:16px 0 0;text-align:center}.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-sidebar{background:#171616;color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:12px;padding:0 8px 24px}.admin-brand img{width:52px;height:52px;border-radius:50%}.admin-brand strong,.admin-brand span{display:block}.admin-brand span{color:#999;font-size:10px;margin-top:3px}.admin-nav{display:flex;flex-direction:column;gap:5px}.admin-nav button{border:0;background:transparent;color:#ccc;border-radius:12px;padding:12px;text-align:start;font-weight:800;display:flex;align-items:center;gap:10px}.admin-nav button.active,.admin-nav button:hover{background:var(--red);color:#fff}.admin-nav .nav-dot{width:8px;height:8px;border:1px solid currentColor;border-radius:50%}.admin-sidebar-footer{margin-top:auto;border-top:1px solid rgba(255,255,255,.1);padding-top:15px}.admin-sidebar-footer button{width:100%}.admin-main{min-width:0}.admin-topbar{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:10}.admin-topbar h1{font-size:22px;margin:0}.admin-topbar p{font-size:11px;color:var(--muted);margin:4px 0 0}.admin-user{display:flex;align-items:center;gap:10px;font-size:12px}.admin-user .avatar{width:38px;height:38px;border-radius:50%;background:var(--red-soft);color:var(--red);display:grid;place-items:center;font-weight:950}.admin-content{padding:28px}.admin-view{display:none}.admin-view.active{display:block}.stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.stat-card span{font-size:11px;color:var(--muted)}.stat-card strong{display:block;font-size:27px;margin-top:8px}.admin-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:20px}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;min-width:0}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.panel-header h2{font-size:18px;margin:0}.panel-header p{font-size:11px;color:var(--muted);margin:4px 0 0}.panel-actions{display:flex;gap:8px;flex-wrap:wrap}.small-button{min-height:38px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);padding:0 12px;font-size:11px;font-weight:850}.small-button.primary{background:var(--red);border-color:var(--red);color:#fff}.small-button.danger{color:#a21f2d}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.admin-field.full{grid-column:1/-1}.switch-field{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:14px;padding:13px;background:#fff}.switch-field span{font-size:12px;font-weight:850}.switch{width:48px;height:27px;border:0;border-radius:999px;background:#bbb;padding:3px;transition:.2s}.switch:after{content:"";display:block;width:21px;height:21px;border-radius:50%;background:#fff;transition:.2s}.switch.on{background:var(--success)}.switch.on:after{transform:translateX(-21px)}[dir=ltr] .switch.on:after{transform:translateX(21px)}.template-preview{white-space:pre-wrap;background:#f6f1ea;border:1px solid var(--line);border-radius:14px;padding:14px;font-size:11px;line-height:1.7;max-height:260px;overflow:auto}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px}.admin-table{width:100%;border-collapse:collapse;min-width:680px}.admin-table th,.admin-table td{text-align:start;padding:12px;border-bottom:1px solid var(--line);font-size:11px;vertical-align:top}.admin-table th{background:#f6f1ea;color:var(--muted);font-weight:900;position:sticky;top:0}.admin-table tr:last-child td{border-bottom:0}.status-pill{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850;background:#e7f4ec;color:#19724b}.status-pill.warn{background:#fff0d9;color:#8a5700}.status-pill.neutral{background:#eee;color:#555}.upload-zone{border:2px dashed #cbb9a5;border-radius:18px;padding:28px;text-align:center;background:#faf6f0}.upload-zone.dragover{border-color:var(--red);background:var(--red-soft)}.upload-zone input{display:none}.upload-zone strong{display:block;margin-bottom:7px}.upload-zone p{font-size:11px;color:var(--muted);margin:0 0 14px}.preview-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.preview-summary div{border-radius:14px;padding:13px;background:#f6f1ea}.preview-summary span{font-size:10px;color:var(--muted)}.preview-summary strong{display:block;margin-top:4px;font-size:20px}.issues-list{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow:auto}.issue{font-size:11px;border-radius:10px;padding:10px;background:#fff5df;color:#6e4a00}.issue.error{background:#fae3e6;color:#78131f}.media-toolbar{display:flex;gap:10px;margin-bottom:15px}.media-toolbar input,.media-toolbar select{border:1px solid var(--line);border-radius:12px;padding:10px;background:#fff}.media-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-height:660px;overflow:auto}.media-card{border:1px solid var(--line);border-radius:15px;padding:12px;background:#fff}.media-thumb{height:105px;border-radius:12px;background:#171616;color:#c7aa7f;display:grid;place-items:center;overflow:hidden;margin-bottom:10px}.media-thumb img{width:100%;height:100%;object-fit:cover}.media-card h3{font-size:12px;margin:0 0 4px}.media-card p{font-size:10px;color:var(--muted);margin:0 0 9px}.media-card input{display:none}.audit-list{display:flex;flex-direction:column}.audit-row{display:grid;grid-template-columns:150px 160px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px}.audit-row time,.audit-row span{color:var(--muted)}.json-details{font-family:ui-monospace,monospace;font-size:10px;white-space:pre-wrap;word-break:break-word}.admin-empty{padding:40px;text-align:center;color:var(--muted)}.mobile-admin-toggle{display:none}.admin-toast{bottom:24px}.danger-zone{border-color:#e7c3c8}.help-box{background:#f6f1ea;border-radius:14px;padding:14px;font-size:11px;color:var(--muted);line-height:1.7}.order-lines{max-width:420px}.order-lines div{margin-bottom:4px}.order-message{max-width:420px;white-space:pre-wrap;color:var(--muted)}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(3,1fr)}.admin-grid{grid-template-columns:1fr}.media-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.admin-layout{display:block}.admin-sidebar{position:fixed;z-index:40;right:0;top:0;bottom:0;width:280px;transform:translateX(105%);transition:.25s}.admin-sidebar.open{transform:none}.admin-topbar{padding:0 16px}.mobile-admin-toggle{display:grid}.admin-content{padding:18px 14px}.stats-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.admin-field.full{grid-column:auto}.preview-summary{grid-template-columns:repeat(2,1fr)}.media-list{grid-template-columns:1fr}.audit-row{grid-template-columns:1fr;gap:4px}.admin-user span{display:none}}
/* Approved visual-direction corrections */
.topbar{direction:ltr}
.topbar-side{direction:rtl}
.topbar-side-start{justify-content:flex-start}
.topbar-side-end{justify-content:flex-end}
.hero-section{direction:ltr}
.hero-section> *{direction:rtl}
.category-rail{display:flex;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap}
.category-chip{min-width:104px;width:104px;flex:0 0 104px}
@media(max-width:760px){
  .topbar-side-start{justify-content:flex-start}.topbar-side-end{justify-content:flex-end}
  .hero-section{direction:ltr}.hero-section>*{direction:rtl}
  .hero-copy{text-align:center}
  .category-chip{min-width:88px;width:88px;flex-basis:88px}
}

/* Kassab Heritage Atelier — Premium UX v3.0 */
:root{
  --ink:#191512;
  --muted:#746b62;
  --paper:#fcf7ef;
  --paper-soft:#f5eadc;
  --cream:#fffdf9;
  --red:#86151f;
  --red-deep:#570a12;
  --red-bright:#a51f2b;
  --line:#e7d8c7;
  --gold:#bd8a4f;
  --success:#1d774c;
  --shadow:0 24px 70px rgba(63,35,20,.14);
  --shadow-soft:0 12px 32px rgba(63,35,20,.08)
}
::selection{background:#ecd2cf;color:var(--red-deep)}
.skip-link{position:fixed;z-index:120;top:10px;right:50%;transform:translate(50%,-140%);background:var(--charcoal);color:#fff;padding:10px 16px;border-radius:12px;text-decoration:none;font-size:12px;font-weight:900;transition:.2s}
.skip-link:focus{transform:translate(50%,0)}
.menu-body{background:radial-gradient(circle at 50% -20%,#3a2722,#141313 58%)}
.app-shell{width:min(100%,1400px);box-shadow:0 0 100px rgba(0,0,0,.38)}
.topbar{height:90px;padding:0 40px;border-bottom-color:rgba(160,117,75,.25);box-shadow:0 8px 30px rgba(60,35,22,.045)}
.brand-lockup img{width:86px;height:86px;border-width:4px;box-shadow:0 10px 25px rgba(81,16,22,.16)}
.icon-button,.language-pill{border-color:#e3d3c2;background:rgba(255,255,255,.85)}
.header-search-trigger{min-width:210px;background:#fbf5ed;border-color:transparent}
.header-call-button{background:linear-gradient(135deg,var(--red-bright),var(--red-deep));box-shadow:0 10px 24px rgba(104,11,21,.2)}
.header-call-button:hover,.hero-primary-action:hover,.primary-button:hover,.reveal-menu-button:hover{filter:brightness(1.06);transform:translateY(-1px)}

.hero-section{min-height:0;grid-template-columns:minmax(330px,1.06fr) minmax(380px,.94fr);grid-template-rows:minmax(242px,auto) auto;gap:0 54px;padding:28px 48px 0;background:linear-gradient(135deg,#fffdf9 0%,#fbf2e7 58%,#f6e5d8 100%)}
.hero-section:before{background-image:radial-gradient(circle at 14% 16%,rgba(183,132,76,.16),transparent 29%),radial-gradient(circle at 89% 68%,rgba(134,21,31,.07),transparent 27%),repeating-linear-gradient(135deg,rgba(128,85,48,.025) 0 1px,transparent 1px 13px)}
.hero-art{grid-column:1;grid-row:1;height:242px;align-self:center;opacity:.95;color:#8f603e}
.hero-art:before{content:"";position:absolute;width:310px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(189,138,79,.15),transparent 68%);filter:blur(4px)}
.hero-art svg{position:relative;width:min(100%,440px);max-height:235px;filter:drop-shadow(0 18px 22px rgba(90,55,30,.09))}
.hero-copy{grid-column:2;grid-row:1;align-self:center;padding:8px 0;text-align:right}
[dir=ltr] .hero-copy{text-align:left}
.eyebrow{font-size:13px;letter-spacing:.04em;margin-bottom:7px}
.hero-copy h1{max-width:580px;font-size:clamp(35px,3.8vw,52px);line-height:1.2;letter-spacing:-.035em}
.heritage-line{font-size:16px;margin:8px 0 6px}.heritage-line strong{font-size:21px}
.hero-subtitle{font-size:14px;line-height:1.75}
.hero-trust-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:13px}
.hero-stamp{margin:0;padding:6px 12px;border-color:#d5b58f;background:rgba(255,255,255,.72)}
.hero-proof{display:inline-flex;align-items:center;gap:6px;color:#785d43;font-size:10px;font-weight:800}.hero-proof>span:first-child{color:var(--red)}
.hero-actions{display:flex;gap:9px;margin-top:16px}
.hero-primary-action,.hero-secondary-action{min-height:43px;border-radius:13px;padding:0 17px;font-size:11px;font-weight:950;transition:.2s}
.hero-primary-action{border:0;background:linear-gradient(135deg,var(--red-bright),var(--red-deep));color:#fff;box-shadow:0 10px 22px rgba(104,11,21,.17)}
.hero-secondary-action{border:1px solid #ddc7b1;background:rgba(255,255,255,.72);color:var(--red)}
.mode-card{grid-column:1/-1;grid-row:2;margin:0 -48px;display:grid;grid-template-columns:minmax(190px,.48fr) minmax(480px,1fr);align-items:center;gap:25px;padding:14px 48px 16px;border:0;border-top:1px solid rgba(185,144,105,.3);border-radius:0;background:rgba(255,253,249,.9);box-shadow:none;backdrop-filter:blur(15px)}
.mode-card-title span{font-size:13px}.mode-card-title small{font-size:9px;margin-top:4px}
.mode-switch{margin:0;gap:10px}
.mode-option{min-height:66px;display:grid;grid-template-columns:40px 1fr;grid-template-rows:auto auto;column-gap:10px;align-content:center;text-align:right;padding:10px 15px;border-radius:15px;font-size:12px}
[dir=ltr] .mode-option{text-align:left}
.mode-option:before{grid-row:1/3;font-size:23px;align-self:center}.mode-option span,.mode-option small{align-self:end}.mode-option small{align-self:start}
.mode-option.active{box-shadow:0 12px 28px rgba(104,11,21,.2)}

.search-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 48px;background:#fcf7ef;border-bottom:1px solid var(--line)}
.search-field{height:58px;border-color:#decab6;border-radius:18px;padding:0 18px;box-shadow:0 12px 34px rgba(75,45,26,.07)}
.search-field:focus-within{border-color:#bb817e;box-shadow:0 0 0 4px rgba(134,21,31,.08),0 12px 34px rgba(75,45,26,.08)}
.search-field input{font-size:13px}.search-field button{width:32px;height:32px;border-radius:10px}.search-field button:hover{background:#f4e8dc;color:var(--red)}
.search-assist{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;white-space:nowrap}.search-live-dot{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px rgba(29,119,76,.1)}

.category-section{padding-top:22px;padding-bottom:22px;background:#fffdf9}
.section-heading{margin-bottom:15px}.section-heading h2{font-size:25px}.kicker{font-size:9px}
.category-rail{gap:9px;padding-bottom:8px;scroll-snap-type:x proximity}
.category-chip{min-width:98px;width:98px;flex-basis:98px;min-height:82px;border-radius:16px;gap:7px;scroll-snap-align:start;background:linear-gradient(180deg,#fff,#fffdfa);box-shadow:0 5px 16px rgba(62,38,23,.035)}
.category-chip:hover{border-color:#cfaa89;box-shadow:0 12px 25px rgba(62,38,23,.08)}
.category-chip.active{background:linear-gradient(145deg,#981b27,var(--red-deep))}
.category-icon{width:31px;height:31px}

.featured-section{padding-top:25px;padding-bottom:28px;background:linear-gradient(180deg,#f9f0e5,#fcf7ef)}
.featured-card{min-height:150px;border-radius:18px;padding:15px;background:linear-gradient(145deg,#fff,#fffaf3);box-shadow:0 10px 26px rgba(69,40,23,.055)}
.featured-card:hover{border-color:#d9bfa4;box-shadow:0 18px 36px rgba(69,40,23,.1)}
.featured-card:before{content:"مختاراتنا";position:absolute;top:14px;right:15px;color:#9c6a45;font-size:8px;font-weight:900;letter-spacing:.04em}
[dir=ltr] .featured-card:before{right:auto;left:15px}
.featured-card h3{margin-top:24px}.featured-card strong{margin-top:11px}

.menu-section{padding-top:26px;background:#fffdf9}
.menu-groups{gap:18px}
.menu-group{border-color:#e5d5c5;border-radius:19px;box-shadow:0 10px 28px rgba(67,39,22,.05);content-visibility:auto;contain-intrinsic-size:520px}
.group-title{height:62px;background:linear-gradient(90deg,#fbf1e5,#fffaf4)}
[dir=ltr] .group-title{background:linear-gradient(-90deg,#fbf1e5,#fffaf4)}
.menu-item{min-height:78px}.menu-item:hover{background:#fcf2e7}.menu-item:active{transform:scale(.996)}
.add-button{background:linear-gradient(145deg,var(--red-bright),var(--red-deep));box-shadow:0 6px 14px rgba(104,11,21,.16)}
.menu-progress{margin:24px auto 0;max-width:760px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid #dcc5ac;border-radius:18px;background:linear-gradient(135deg,#fffaf3,#f7eadb);box-shadow:var(--shadow-soft)}
.menu-progress strong,.menu-progress span{display:block}.menu-progress strong{font-size:13px}.menu-progress span{margin-top:5px;color:var(--muted);font-size:10px}
.reveal-menu-button{min-height:44px;border:0;border-radius:13px;padding:0 18px;background:linear-gradient(135deg,var(--red-bright),var(--red-deep));color:#fff;font-size:11px;font-weight:950;white-space:nowrap;transition:.2s}
.cart-bar{border:1px solid rgba(255,255,255,.2);box-shadow:0 22px 60px rgba(70,8,15,.38)}
.bottom-sheet{border:1px solid rgba(183,145,108,.28);background:linear-gradient(180deg,#fffdf9,#fbf2e7)}
.primary-button{background:linear-gradient(135deg,var(--red-bright),var(--red-deep));transition:.2s}

/* Premium admin command center */
.admin-body{background:#eee7de}
.login-screen{background:radial-gradient(circle at 15% 0,#4a2e28,#191616 52%),repeating-linear-gradient(135deg,rgba(255,255,255,.02) 0 1px,transparent 1px 12px)}
.login-card{border:1px solid rgba(208,179,150,.42);background:linear-gradient(160deg,#fffdf9,#f8eee2);box-shadow:0 30px 100px rgba(0,0,0,.42)}
.admin-layout{grid-template-columns:248px minmax(0,1fr);background:#f2ece4}
.admin-sidebar{padding:20px 14px;background:linear-gradient(180deg,#1d1b1a,#121212);border-left:1px solid rgba(255,255,255,.06);box-shadow:-14px 0 35px rgba(0,0,0,.12)}
.admin-sidebar:before{content:"";position:absolute;top:0;right:0;left:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--red),var(--gold))}
.admin-brand{padding:2px 8px 22px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:14px}.admin-brand img{width:56px;height:56px;border:2px solid rgba(255,255,255,.15);box-shadow:0 8px 22px rgba(0,0,0,.28)}
.admin-nav{gap:4px}.admin-nav button{min-height:44px;padding:0 12px;border:1px solid transparent;color:#c9c2bc;transition:.18s}.admin-nav button:hover{background:rgba(255,255,255,.065);color:#fff}.admin-nav button.active{background:linear-gradient(135deg,#9b1b27,#641019);border-color:rgba(255,255,255,.09);box-shadow:0 10px 24px rgba(74,5,12,.25)}
.admin-nav .nav-dot{width:25px;height:25px;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;font-size:12px}.admin-nav .nav-dot:before{content:"·"}.admin-nav button[data-view="dashboard"] .nav-dot:before{content:"⌂"}.admin-nav button[data-view="menu"] .nav-dot:before{content:"≡"}.admin-nav button[data-view="ordering"] .nav-dot:before{content:"◉"}.admin-nav button[data-view="media"] .nav-dot:before{content:"▧"}.admin-nav button[data-view="orders"] .nav-dot:before{content:"▤"}.admin-nav button[data-view="history"] .nav-dot:before{content:"↶"}.admin-nav button[data-view="audit"] .nav-dot:before{content:"✓"}
.admin-topbar{height:78px;padding:0 26px;background:rgba(255,253,249,.94);backdrop-filter:blur(15px);box-shadow:0 8px 24px rgba(68,43,26,.045)}
.admin-topbar h1{font-size:20px}.admin-toolbar{display:flex;align-items:center;gap:10px}.live-badge{display:flex;align-items:center;gap:7px;border:1px solid #cce3d5;border-radius:999px;padding:7px 10px;background:#eff8f2;color:#1b6d47;font-size:9px;font-weight:900}.live-badge>span{width:7px;height:7px;border-radius:50%;background:#24915d;box-shadow:0 0 0 4px rgba(36,145,93,.1)}
.admin-public-link{min-height:37px;display:flex;align-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--red);padding:0 12px;text-decoration:none;font-size:10px;font-weight:900}
.mobile-admin-toggle{gap:4px;padding:9px}.mobile-admin-toggle span{display:block;width:18px;height:1.7px;border-radius:3px;background:currentColor}
.admin-content{padding:24px 26px 38px}.admin-user{padding-right:10px;border-right:1px solid var(--line)}.admin-user .avatar{background:linear-gradient(145deg,#f2d8d6,#f9ecea);border:1px solid #e2c3c1}
.stats-grid{gap:12px;margin-bottom:18px}.stat-card{min-height:116px;padding:18px;border:0;border-radius:18px;background:linear-gradient(145deg,#fff,#fcf7f0);box-shadow:0 10px 28px rgba(70,42,24,.065);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;left:-24px;bottom:-26px;background:rgba(134,21,31,.055)}.stat-card:first-child{background:linear-gradient(145deg,#8e1722,#5c0b13);color:#fff}.stat-card:first-child span{color:#f5dfe1}.stat-card strong{font-size:30px}
.command-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:20px}.command-strip button,.command-strip a{min-width:0;min-height:76px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid var(--line);border-radius:17px;background:#fff;padding:12px;text-align:start;color:var(--ink);text-decoration:none;transition:.18s}.command-strip button:hover,.command-strip a:hover{transform:translateY(-2px);border-color:#cfac8e;box-shadow:var(--shadow-soft)}.command-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f4e7dc;color:var(--red);font-size:17px}.command-strip strong,.command-strip small{display:block}.command-strip strong{font-size:11px}.command-strip small{margin-top:4px;color:var(--muted);font-size:8px;line-height:1.5}.command-arrow{color:var(--red);font-size:15px}
.panel{border-color:#e5d7c8;border-radius:19px;box-shadow:0 9px 26px rgba(69,41,23,.045)}.panel-header{padding-bottom:14px;border-bottom:1px solid #eee3d8}.panel-header h2{font-size:16px}.panel-header p{line-height:1.6}
.small-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:.18s}.small-button:hover{border-color:#cba788;transform:translateY(-1px)}.small-button.primary{background:linear-gradient(135deg,var(--red-bright),var(--red-deep))}
.switch-field{min-height:52px;background:#fffdfa}.switch.on{background:var(--success)}
.table-wrap{border-color:#e7dace}.admin-table th{height:45px;background:#f8f1e8;color:#675c52}.admin-table tr:hover td{background:#fffaf4}.status-pill.popular{background:#f5e3e1;color:var(--red)}
.catalog-panel{margin-top:20px}.catalog-count{border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#faf4ed;color:var(--muted);font-size:9px;font-weight:900}.catalog-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 190px 190px;gap:10px;margin-bottom:14px}.catalog-toolbar select,.catalog-search{height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;color:var(--ink)}.catalog-toolbar select{font-size:10px}.catalog-search{display:flex;align-items:center;gap:9px}.catalog-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:11px}.catalog-table{min-width:820px}.catalog-table td small{color:var(--muted)}.catalog-price{color:var(--red)}.catalog-pager{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:15px}.catalog-pager button{width:34px;height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:10px}.catalog-pager button.active{background:var(--red);border-color:var(--red);color:#fff}.catalog-pager button:disabled{opacity:.35;cursor:not-allowed}.catalog-pager span{color:var(--muted)}
.admin-backdrop{position:fixed;inset:0;z-index:35;background:rgba(17,14,13,.58);opacity:0;transition:.22s;backdrop-filter:blur(2px)}.admin-backdrop.open{opacity:1}

@media(max-width:1080px){
  .hero-section{grid-template-columns:minmax(300px,.9fr) minmax(350px,1.1fr);padding-left:34px;padding-right:34px}.mode-card{margin-left:-34px;margin-right:-34px;padding-left:34px;padding-right:34px;grid-template-columns:180px 1fr}
  .featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));overflow-x:auto}.featured-card{min-width:205px}
  .command-strip{grid-template-columns:1fr}.catalog-toolbar{grid-template-columns:1fr 1fr}.catalog-search{grid-column:1/-1}
}

@media(max-width:760px){
  .topbar{height:72px;padding:0 12px}.brand-lockup img{width:64px;height:64px;border-width:3px}.topbar-side{gap:6px}.icon-button,.language-pill,.header-search-trigger,.header-call-button{height:38px}.icon-button,.header-search-trigger,.header-call-button{width:38px;min-width:38px}.language-pill span{min-width:29px}.menu-icon-button{width:38px;padding:9px}.header-call-button{padding:0}.hero-section{grid-template-columns:minmax(108px,.72fr) minmax(0,1.28fr);grid-template-rows:auto auto;gap:10px 14px;padding:16px 14px 0}.hero-art{grid-column:1;grid-row:1;height:155px;order:initial}.hero-art:before{width:150px;height:120px}.hero-art svg{height:150px;width:100%}.hero-copy{grid-column:2;grid-row:1;order:initial;padding:0;text-align:right}.hero-copy h1{font-size:clamp(21px,6.7vw,28px);line-height:1.25}.eyebrow{font-size:10px;margin-bottom:4px}.heritage-line{font-size:12px;margin:5px 0 3px}.heritage-line strong{font-size:16px}.hero-subtitle{font-size:10px;line-height:1.55}.hero-trust-row{margin-top:8px}.hero-stamp{font-size:8px;padding:5px 8px}.hero-proof{font-size:8px}.hero-actions{margin-top:9px;gap:6px}.hero-primary-action,.hero-secondary-action{min-height:36px;padding:0 10px;border-radius:10px;font-size:9px}.mode-card{grid-column:1/-1;grid-row:2;order:initial;display:grid;grid-template-columns:1fr;margin:0 -14px;padding:12px 14px 14px;gap:8px}.mode-card-title{display:flex;align-items:center;justify-content:space-between;text-align:right}.mode-card-title small{margin:0}.mode-switch{margin:0}.mode-option{min-height:58px;grid-template-columns:31px 1fr;column-gap:7px;padding:8px 10px;font-size:10px}.mode-option:before{font-size:19px}.mode-option small{font-size:8px}
  .search-panel{grid-template-columns:1fr;gap:9px;padding:12px 14px}.search-field{height:50px;border-radius:15px}.search-assist{padding:0 5px;font-size:9px}
  .category-section,.featured-section,.menu-section{padding-left:14px;padding-right:14px}.category-section{padding-top:18px}.section-heading h2{font-size:21px}.category-chip{min-width:82px;width:82px;flex-basis:82px;min-height:76px;font-size:9px}.category-icon{width:28px;height:28px}
  .featured-grid{display:flex;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.featured-card{min-width:188px;width:188px;min-height:145px;scroll-snap-align:start}.featured-card h3{font-size:12px}
  .menu-groups{grid-template-columns:1fr;gap:14px}.menu-group{contain-intrinsic-size:640px}.menu-progress{align-items:stretch;flex-direction:column;gap:12px;padding:16px}.reveal-menu-button{width:100%}.menu-section{padding-bottom:110px}
  .public-footer{padding:20px 14px}.bottom-sheet{padding-left:18px;padding-right:18px}.toast-region{right:12px;left:12px}.toast{width:100%}
  .admin-layout{display:block}.admin-sidebar{z-index:40;width:min(84vw,294px)}.admin-topbar{height:70px;padding:0 14px}.admin-topbar h1{font-size:17px}.admin-topbar p{font-size:9px}.admin-toolbar{gap:7px}.live-badge,.admin-public-link{display:none}.admin-user{padding:0;border:0}.admin-content{padding:16px 13px 30px}.command-strip{gap:9px}.command-strip button,.command-strip a{min-height:68px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.stat-card{min-height:100px;padding:15px}.stat-card strong{font-size:25px}.panel{padding:16px}.panel-header{align-items:flex-start}.catalog-toolbar{grid-template-columns:1fr}.catalog-search{grid-column:auto}.media-toolbar{display:grid;grid-template-columns:1fr}.admin-backdrop{display:block}
}

@media(max-width:430px){
  .topbar{padding:0 9px}.language-pill span{min-width:26px}.hero-section{grid-template-columns:98px minmax(0,1fr);column-gap:10px;padding-left:11px;padding-right:11px}.hero-art{height:140px}.hero-art svg{height:138px}.hero-copy h1{font-size:21px}.hero-proof{display:none}.hero-secondary-action{display:none}.mode-card{margin-left:-11px;margin-right:-11px;padding-left:11px;padding-right:11px}.mode-card-title small{display:none}.mode-option{min-height:56px}.search-panel,.category-section,.featured-section,.menu-section{padding-left:11px;padding-right:11px}.cart-bar{min-height:55px}
  .settings-grid{gap:11px}.preview-summary{grid-template-columns:repeat(2,1fr)}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* Kassab v4 — direct ordering, analytics and Helix identity */
.app-shell{overflow:clip}
.brand-intro{position:fixed;inset:0;z-index:200;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#fffdf9 0,#f7eadc 52%,#ead8c3 100%);overflow:hidden}
.intro-glow{position:absolute;width:min(78vw,680px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(189,138,79,.2),rgba(134,21,31,.055) 44%,transparent 70%);filter:blur(8px)}
.intro-kassab-logo{position:relative;width:clamp(210px,34vw,330px);height:auto;opacity:0;filter:drop-shadow(0 24px 34px rgba(67,23,21,.2));will-change:transform,opacity}
.intro-powered{position:absolute;top:calc(50% + clamp(138px,22vw,210px));display:flex;align-items:center;justify-content:center;gap:10px;opacity:0;color:#746b62;font-size:11px;font-weight:800;letter-spacing:.02em}
.intro-powered img{width:105px;height:29px;object-fit:contain}
body.intro-active{overflow:hidden}
body.intro-active #headerKassabLogo{opacity:0}

.topbar{height:auto;display:block;padding:0;position:sticky;top:0;z-index:50;background:rgba(255,253,249,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(16px);box-shadow:0 8px 30px rgba(60,35,22,.07)}
.helix-contact-strip{min-height:40px;background:linear-gradient(180deg,rgba(255,253,249,.98),rgba(252,246,238,.96));color:#5f564f;display:flex;align-items:center;justify-content:center;gap:14px;padding:6px 24px;font-size:10px;line-height:1.4;letter-spacing:.01em;border-bottom:1px solid rgba(232,217,202,.78);direction:rtl;white-space:nowrap}
[dir=ltr] .helix-contact-strip{direction:ltr}
.helix-contact-strip img{flex:0 0 auto;width:96px;height:26px;object-fit:contain}
.helix-contact-strip span{flex:1 1 auto;min-width:0;color:#5f564f;font-size:11px;font-weight:850;text-align:center;direction:rtl;unicode-bidi:isolate;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[dir=ltr] .helix-contact-strip span{text-align:center;direction:ltr}
.helix-contact-links{display:flex;align-items:center;gap:7px}
.helix-contact-strip a{color:var(--red);text-decoration:none;font-weight:850;direction:ltr;unicode-bidi:isolate;white-space:nowrap}
.helix-contact-strip a:hover{text-decoration:underline;text-underline-offset:3px}
.helix-contact-button{flex:0 0 auto;min-height:30px;border:0;border-radius:999px;background:var(--red);color:#fff;padding:0 13px;font-size:10px;font-weight:950;white-space:nowrap;box-shadow:0 8px 18px rgba(134,19,30,.16)}
.helix-contact-button:hover{filter:brightness(1.05);transform:translateY(-1px)}
.helix-contact-backdrop{position:fixed;inset:0;z-index:95;background:rgba(23,21,21,.45)}
.helix-contact-modal{position:fixed;z-index:96;top:50%;left:50%;width:min(calc(100% - 32px),390px);transform:translate(-50%,-50%);border:1px solid var(--line);border-radius:20px;background:var(--paper);padding:24px;box-shadow:0 24px 70px rgba(23,21,21,.28);text-align:center}
.helix-contact-modal img{width:120px;height:32px;object-fit:contain;margin:0 auto 15px}
.helix-contact-modal h2{margin:0 0 7px;font-size:22px;line-height:1.3}
.helix-contact-modal p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.helix-modal-close{position:absolute;top:12px;left:12px;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:21px;line-height:1}
[dir=ltr] .helix-modal-close{left:auto;right:12px}
.helix-modal-actions{display:grid;gap:9px;margin-top:18px}
.helix-modal-action{min-height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:900}
.helix-modal-action.whatsapp{background:#e8f5ee;border-color:#cbe7d7;color:#176b43}
.topbar-main{height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:34px;padding:0 40px}
.brand-lockup{border-radius:16px;filter:none}
.brand-lockup img{width:92px;height:72px;object-fit:contain;border:0;border-radius:0;background:transparent;box-shadow:none;filter:drop-shadow(0 6px 11px rgba(89,20,23,.15));transition:opacity .15s}
.hero-art img{position:relative;width:min(86%,335px);height:min(230px,28vw);object-fit:contain;filter:drop-shadow(0 18px 24px rgba(90,35,31,.16))}
.hero-art svg{display:none}
#menuSection,.category-section,.featured-section{scroll-margin-top:128px}

.group-title.group-toggle{width:100%;border:0;border-bottom:1px solid var(--line);color:var(--ink);text-align:start;grid-template-columns:auto auto auto 1fr auto;cursor:pointer}
.group-title.group-toggle:hover{background:linear-gradient(90deg,#f7eadc,#fffaf4)}
.group-chevron{width:28px;height:28px!important;border-radius:50%;display:grid!important;place-items:center;background:#fff;color:var(--red)!important;font-size:18px!important;line-height:1;transition:transform .24s}
.menu-group.collapsed .group-chevron{transform:rotate(90deg)}
.menu-group.collapsed .group-title{border-bottom:0}

.checkout-channel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:16px}
.checkout-channel button{min-height:82px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);padding:10px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;gap:2px 8px;text-align:start;align-content:center;transition:.18s}
.checkout-channel button:hover{border-color:#cda886}
.checkout-channel button.active{border-color:var(--red);background:#faeeed;box-shadow:0 0 0 3px rgba(134,21,31,.07)}
.channel-symbol{grid-row:1/3;width:30px;height:30px;border-radius:9px;background:#f2e4d7;color:var(--red);display:grid!important;place-items:center;margin:0!important;font-size:15px!important}
.checkout-channel button.active .channel-symbol{background:var(--red);color:#fff}
.checkout-channel button>span:not(.channel-symbol){font-size:11px!important;margin:0!important;align-self:end}
.checkout-channel small{color:var(--muted);font-size:8px;align-self:start}
.checkout-sheet{display:flex;flex-direction:column;overflow:hidden}
.checkout-sheet .sheet-header{flex:0 0 auto}
.checkout-sheet .checkout-form{min-height:0;overflow:auto;padding-bottom:calc(10px + var(--safe-bottom))}
.submit-order-button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:52px;position:sticky;bottom:0;z-index:2;margin-top:12px;box-shadow:0 -10px 22px rgba(255,250,243,.96)}
.submit-order-icon{font-size:16px}
.order-success{text-align:center;padding:26px 8px 8px}
.order-success-mark{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 17px;background:#e4f4eb;color:var(--success);font-size:31px;font-weight:950;box-shadow:0 0 0 9px rgba(29,119,76,.07)}
.order-success h2{margin:5px 0 9px;font-size:24px}.order-success p:not(.kicker){margin:0;color:var(--muted);font-size:12px}.order-success>strong{display:inline-flex;margin:18px 0 22px;border:1px solid #d9c1a8;border-radius:999px;padding:8px 15px;background:#fff;color:var(--red);direction:ltr}
.menu-error{min-height:100vh;display:grid;place-items:center;background:#171616;color:#fff;padding:30px;text-align:center}.menu-error img{width:130px;margin:auto}.panel-spaced{margin-top:14px}

.login-card img,.admin-brand img{object-fit:contain;border-radius:0;background:transparent}
.admin-sidebar{overflow:auto}
.admin-sidebar-footer{display:grid;gap:12px}
.admin-powered{display:flex;align-items:center;justify-content:center;gap:7px;color:#9e9690;font-size:8px}
.admin-powered img{width:72px;height:20px;object-fit:contain;filter:invert(1);opacity:.78}
.admin-nav button[data-view="analytics"] .nav-dot:before{content:"⌁"}
.channel-pill{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;background:#f0e8df;color:#6a594b}
.channel-pill.system{background:#e5edf9;color:#285992}.channel-pill.whatsapp{background:#e1f3e8;color:#176b43}
.status-pill.new{background:#fff0cf;color:#855400}.status-pill.accepted{background:#e4ebfb;color:#315690}.status-pill.completed{background:#e1f3e8;color:#176b43}.status-pill.cancelled{background:#f7dfe2;color:#8b1c28}
.orders-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) 180px 180px;gap:10px;margin-bottom:14px}
.orders-toolbar label>span{display:block;margin-bottom:6px;color:var(--muted);font-size:9px;font-weight:850}
.orders-toolbar input,.orders-toolbar select{width:100%;height:43px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;color:var(--ink);font-size:10px}
.orders-table{min-width:1120px}.orders-table td{line-height:1.55}.orders-table td small{color:var(--muted)}
.order-lines>div{padding:5px 0;border-bottom:1px dashed #eee1d5}.order-lines>div:last-child{border:0}.order-lines strong,.order-lines small{display:block}
.table-pill{display:inline-flex;margin-top:5px;border-radius:999px;padding:4px 8px;background:#f3e5d8;color:#774925;font-size:9px;font-weight:900}.order-note{max-width:210px;margin-top:7px;border-right:2px solid var(--gold);padding-right:7px;color:var(--muted);font-size:9px}
.order-actions{display:flex;flex-direction:column;gap:6px;min-width:96px}.order-actions button{min-height:30px;border:1px solid #d8c5b2;border-radius:9px;background:#fff;color:var(--ink);font-size:8px;font-weight:900}.order-actions button.complete{background:var(--success);border-color:var(--success);color:#fff}.order-actions button.danger{color:#9b1d2a}

.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.analytics-wide{grid-column:1/-1}.analytics-stats{grid-template-columns:repeat(4,minmax(0,1fr))}
.daily-chart{min-height:230px;display:flex;flex-direction:column;gap:12px}.chart-legend{display:flex;justify-content:flex-end;gap:14px;font-size:9px;color:var(--muted)}.chart-legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-left:5px}.chart-legend .system:before{background:#8d1830}.chart-legend .add:before{background:#b68b50}.chart-legend .whatsapp:before{background:#45a574}
.orders-svg{display:block;width:100%;height:214px;overflow:visible}.orders-svg>line{stroke:#e3d5c6;stroke-width:1}.orders-svg rect{transition:opacity .18s}.orders-svg rect:hover{opacity:.72}.chart-system{fill:#86151f}.chart-add{fill:#b68b50}.chart-whatsapp{fill:#45a574}.chart-value,.chart-label{fill:#746b62;text-anchor:middle;font-family:inherit}.chart-value{font-size:8px;font-weight:900}.chart-label{font-size:7px;direction:ltr}
.chart-bars{height:190px;display:grid;grid-template-columns:repeat(14,minmax(22px,1fr));align-items:end;gap:7px;border-bottom:1px solid var(--line);padding:0 4px}.chart-day{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;min-width:0}.chart-day>strong{font-size:8px;color:var(--muted)}.chart-day>span{font-size:7px;color:var(--muted);direction:ltr}.bar-stack{width:min(24px,75%);display:flex;flex-direction:column;justify-content:flex-end;border-radius:5px 5px 0 0;overflow:hidden;min-height:2px;background:#f0e6dc}.bar-stack i{display:block;width:100%;min-height:0}.bar-stack i.system{background:linear-gradient(180deg,#a42034,#74111e)}.bar-stack i.whatsapp{background:linear-gradient(180deg,#62bd8d,#318d64)}
.metric-list,.rank-list{display:flex;flex-direction:column}.metric-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.metric-row:last-child{border:0}.metric-row span{display:flex;align-items:center;gap:8px;font-size:10px}.metric-row i{width:9px;height:9px;border-radius:3px;background:#b7aaa0}.metric-row i.system,.metric-row i.accepted{background:#486fa9}.metric-row i.whatsapp,.metric-row i.completed{background:#399566}.metric-row i.new{background:#ce962b}.metric-row i.cancelled{background:#a51f2b}.metric-row strong{font-size:19px}
.rank-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.rank-row:last-child{border:0}.rank-row>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#f4e7db;color:var(--red);font-size:9px;font-weight:950}.rank-row strong,.rank-row small{display:block}.rank-row strong{font-size:10px}.rank-row small{color:var(--muted);font-size:8px;margin-top:3px}.rank-row b{color:var(--red);font-size:10px}.admin-empty.compact{padding:24px}

@media(max-width:760px){
  .helix-contact-strip{min-height:46px;padding:6px 10px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:nowrap;background:linear-gradient(180deg,#fffdf9,#fbf3ea)}.helix-contact-strip img{width:76px;height:21px}.helix-contact-strip span{min-width:0;color:#4d4540;font-size:10px;line-height:1.2;text-align:center;direction:rtl;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.helix-contact-button{min-height:27px;padding:0 10px;font-size:8.5px;white-space:nowrap}.helix-contact-modal{width:calc(100% - 28px);padding:22px 18px}.topbar-main{height:68px;column-gap:16px;padding:0 11px}.brand-lockup img{width:68px;height:68px}.topbar{height:auto}.hero-art img{width:100%;height:138px}.intro-kassab-logo{width:230px}.intro-powered{top:calc(50% + 150px)}
  [dir=ltr] .helix-contact-strip span{text-align:center;direction:ltr}
  #menuSection,.category-section,.featured-section{scroll-margin-top:104px}.group-title.group-toggle{grid-template-columns:auto auto auto 1fr auto;padding:0 12px}.group-title h3{font-size:14px}.group-chevron{width:25px;height:25px!important}
  .checkout-channel{grid-template-columns:1fr}.checkout-channel button{min-height:68px}
  .orders-toolbar{grid-template-columns:1fr}.analytics-grid{grid-template-columns:1fr}.analytics-wide{grid-column:auto}.analytics-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-bars{gap:3px;overflow-x:auto}.chart-day{min-width:18px}.bar-stack{width:14px}
}

/* v4.0.1 — preserve the official Kassab identity outside the hero */
.intro-kassab-logo{width:clamp(190px,28vw,260px);border-radius:50%;background:#fff;box-shadow:0 20px 55px rgba(67,23,21,.2)}
.intro-powered{top:calc(50% + clamp(115px,17vw,155px))}
.brand-lockup{border-radius:50%}
.brand-lockup img{width:84px;height:84px;object-fit:cover;border:3px solid #fffaf3;border-radius:50%;background:#fff;box-shadow:0 8px 22px rgba(81,16,22,.17)}
.hero-copy,[dir=ltr] .hero-copy{text-align:center}
.hero-copy h1{margin-inline:auto}
.hero-trust-row,.hero-actions{justify-content:center}
.footer-brand-wrap img,.drawer-head img,.login-card img,.admin-brand img{border-radius:50%;object-fit:cover;background:#fff}
.topbar-side{gap:18px}
.hero-art{display:none!important}
.hero-section{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto!important;gap:20px!important;padding-top:28px}
.hero-copy{grid-column:1!important;grid-row:1!important}
.mode-card{grid-column:1!important;grid-row:2!important}

@media(max-width:760px){
  .brand-lockup img{width:68px;height:68px;border-width:2px}
  .topbar-side{gap:10px}
  .hero-section{padding-top:18px}
  .intro-kassab-logo{width:215px}
  .intro-powered{top:calc(50% + 130px)}
  .hero-copy,[dir=ltr] .hero-copy{text-align:center}
}

/* Arabic type needs a slightly larger optical size than Latin in this UI. */
[dir=rtl] .hero-copy h1{font-size:clamp(38px,4.7vw,64px)}
[dir=rtl] .eyebrow{font-size:17px}
[dir=rtl] .heritage-line{font-size:24px}
[dir=rtl] .hero-subtitle{font-size:17px}
[dir=rtl] .section-heading h2{font-size:30px}
[dir=rtl] .mode-card-title span{font-size:15px}
[dir=rtl] .mode-card-title small{font-size:11px}
[dir=rtl] .mode-option{font-size:13px}
[dir=rtl] .category-chip{font-size:11px}
[dir=rtl] .featured-card h3{font-size:16px}
[dir=rtl] .group-title h3{font-size:18px}
[dir=rtl] .menu-item h4{font-size:14px}
[dir=rtl] .item-copy p{font-size:11px}
[dir=rtl] .cart-row h3{font-size:14px}
[dir=rtl] .cart-row p{font-size:11px}
[dir=rtl] .helix-contact-strip span{font-size:12px}
[dir=rtl] .helix-contact-button{font-size:10px}

@media(max-width:760px){
  [dir=rtl] .hero-copy h1{font-size:clamp(24px,7vw,30px)}
  [dir=rtl] .eyebrow{font-size:12px}
  [dir=rtl] .heritage-line{font-size:15px}
  [dir=rtl] .hero-subtitle{font-size:12px}
  [dir=rtl] .section-heading h2{font-size:24px}
  [dir=rtl] .mode-option{font-size:11px}
  [dir=rtl] .category-chip{font-size:10px}
  [dir=rtl] .featured-card h3{font-size:13px}
  [dir=rtl] .group-title h3{font-size:15px}
  [dir=rtl] .menu-item h4{font-size:13px}
  [dir=rtl] .item-copy p{font-size:10px}
  [dir=rtl] .helix-contact-strip span{font-size:10.5px}
  [dir=rtl] .helix-contact-button{font-size:9px}
}

.admin-language-switch{position:absolute;top:18px;inset-inline-end:18px;min-height:34px;border:1px solid rgba(134,19,30,.18);border-radius:10px;background:#fffaf4;color:var(--ink);display:inline-flex;align-items:center;overflow:hidden;padding:0;box-shadow:0 8px 20px rgba(50,28,18,.08)}
.admin-language-switch.compact{position:static;box-shadow:none;background:#fff}
.admin-language-switch span{min-width:44px;height:34px;display:grid;place-items:center;padding:0 10px;font-size:10px;font-weight:950;color:var(--muted)}
.admin-language-switch span.active{background:var(--red);color:#fff}
.login-card{position:relative}
.upload-zone{display:grid;place-items:center;gap:10px;min-height:190px;border-width:1px;background:linear-gradient(180deg,#fffaf4,#f8efe4);position:relative;transition:.18s}
.upload-zone:before{content:"";width:46px;height:46px;border-radius:14px;background:#f0dfd2;box-shadow:inset 0 0 0 1px #e1c9b2}
.upload-zone strong{font-size:15px;line-height:1.45}
.upload-zone p{max-width:520px;line-height:1.7}
.upload-zone .small-button{min-width:132px}
[dir=ltr] .admin-nav button,[dir=ltr] .drawer-link{text-align:left}
[dir=ltr] .order-note{border-right:0;border-left:2px solid var(--gold);padding-right:0;padding-left:7px}

/* English menu surfaces read left-to-right end to end. */
[dir=ltr] .app-shell,
[dir=ltr] .hero-section,
[dir=ltr] .hero-section > *,
[dir=ltr] .topbar-side,
[dir=ltr] .search-panel,
[dir=ltr] .category-section,
[dir=ltr] .featured-section,
[dir=ltr] .menu-section,
[dir=ltr] .bottom-sheet,
[dir=ltr] .side-drawer,
[dir=ltr] .public-footer,
[dir=ltr] .checkout-form,
[dir=ltr] .item-sheet-content,
[dir=ltr] .cart-row,
[dir=ltr] .cart-items,
[dir=ltr] .order-notice{direction:ltr}
[dir=ltr] .cart-label,
[dir=ltr] .item-note,
[dir=ltr] .checkout-form label,
[dir=ltr] .mode-card-title{text-align:left}
[dir=ltr] .cart-row-side{text-align:right}
[dir=ltr] .section-heading,
[dir=ltr] .section-heading > div,
[dir=ltr] .section-heading h2,
[dir=ltr] .section-heading .kicker,
[dir=ltr] .section-heading .text-button,
[dir=ltr] .result-count{
  direction:ltr;
  unicode-bidi:isolate;
  text-align:left;
}
[dir=ltr] .section-heading{
  flex-direction:row;
}
[dir=ltr] .section-heading .text-button,
[dir=ltr] .section-mark,
[dir=ltr] .result-count{
  margin-left:auto;
}

@media(max-width:760px){
  .admin-language-switch{top:14px;inset-inline-end:14px}
  .admin-language-switch.compact{min-height:32px}
  .admin-language-switch span{min-width:38px;height:32px;font-size:9px}
  .upload-zone{min-height:168px;padding:22px 16px}
}
