@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Tajawal:wght@400;500;600;700;800;900&display=swap');
:root{--orange:#f46c21;--orange-2:#ff8b3d;--cream:#f3ede3;--paper:#fffaf2;--ink:#171916;--muted:#76796f;--card:#20221f;--line:rgba(255,255,255,.12);--bg:#141612;--text:#f6f1e8;--surface:#1c1e1a;--shadow:0 24px 80px rgba(0,0,0,.22);--radius:28px;--header:76px}
:root[data-theme="light"]{--bg:#f4eee5;--text:#171916;--surface:#fffaf3;--card:#fffaf3;--line:rgba(23,25,22,.12);--muted:#66695f;--shadow:0 24px 70px rgba(68,43,24,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'Tajawal',Arial,sans-serif;line-height:1.65;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{display:block;max-width:100%}svg{width:22px;height:22px}::selection{background:var(--orange);color:#fff}
.top-strip{min-height:34px;padding:7px 4vw;background:var(--orange);color:#151512;display:flex;justify-content:center;align-items:center;gap:14px;font-size:13px;font-weight:700;letter-spacing:.2px}.top-strip a{font-family:'DM Sans',sans-serif;font-weight:800}.strip-dot{width:4px;height:4px;background:#151512;border-radius:50%}
.site-header{position:sticky;top:12px;z-index:50;width:min(1180px,calc(100% - 28px));height:var(--header);margin:12px auto -1px;padding:9px 12px 9px 18px;background:color-mix(in srgb,var(--surface) 82%, transparent);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;box-shadow:0 12px 40px rgba(0,0,0,.08)}
.brand-lockup{display:flex;align-items:center;gap:10px;justify-self:start;font-family:'DM Sans',sans-serif}.brand-thumb{width:50px;height:50px;border-radius:17px;overflow:hidden;border:1px solid var(--line);background:#252621}.brand-thumb img{width:100%;height:100%;object-fit:cover}.brand-lockup b{font-size:20px;display:block;line-height:1}.brand-lockup small{font-size:12px;color:var(--orange);display:block;line-height:1.2;margin-top:4px;font-style:italic}.desktop-nav{display:flex;align-items:center;gap:4px;padding:4px;border-radius:16px}.desktop-nav a{padding:10px 15px;border-radius:12px;color:var(--muted);font-weight:700;font-size:14px;transition:.25s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--text);background:color-mix(in srgb,var(--text) 7%, transparent)}.header-actions{justify-self:end;display:flex;gap:6px;direction:ltr}.icon-btn{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;border:1px solid var(--line);background:transparent;cursor:pointer;transition:.25s;position:relative}.icon-btn:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--text) 7%, transparent)}.cart-emphasis{background:var(--orange);color:#171916;border-color:transparent}.badge{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:var(--paper);color:#161712;border:2px solid var(--surface);font:700 10px/15px 'DM Sans',sans-serif;display:grid;place-items:center}.mobile-menu-toggle{display:none}
.mobile-drawer{position:fixed;z-index:80;top:0;right:0;width:min(390px,88vw);height:100dvh;background:var(--surface);padding:24px;transform:translateX(105%);transition:.4s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.mobile-drawer.open{transform:translateX(0)}.drawer-backdrop{position:fixed;z-index:70;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:.3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-close{margin-inline-start:auto;width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:14px;display:grid;place-items:center}.drawer-brand{font:700 42px/1 'DM Sans',sans-serif;margin:40px 0 26px}.drawer-brand small{color:var(--orange);font-size:18px}.mobile-drawer nav{display:grid;border-top:1px solid var(--line);margin-bottom:auto}.mobile-drawer nav a{font-size:24px;font-weight:700;padding:15px 2px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.mobile-drawer nav a.active{color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:16px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:.25s}.btn svg{width:18px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--orange);color:#171916;box-shadow:0 12px 30px rgba(244,108,33,.22)}.btn-ghost{border-color:var(--line);background:transparent}.btn-dark{background:#171916;color:#fff}.btn-light{background:#fff7ed;color:#171916}.btn.full{width:100%;margin-top:10px}.text-link{display:inline-flex;gap:8px;align-items:center;font-weight:800;border-bottom:1px solid var(--line);padding-bottom:4px}.text-link svg{width:18px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font:700 11px/1.2 'DM Sans','Tajawal',sans-serif;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted)}.eyebrow i{width:20px;height:2px;background:var(--orange);display:inline-block;border-radius:2px}.section{width:min(1180px,calc(100% - 34px));margin-inline:auto;padding:110px 0}.section-sm{width:min(1180px,calc(100% - 34px));margin-inline:auto;padding:44px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.section-head h2{font-size:clamp(38px,5vw,72px);line-height:1.08;margin:12px 0 0;letter-spacing:-2px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}.reveal.visible{opacity:1;transform:none}
.hero-home{min-height:calc(100dvh - 122px);width:min(1260px,calc(100% - 26px));margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:30px;padding:55px 34px 70px;position:relative}.hero-copy{position:relative;z-index:2}.hero-copy h1,.page-hero h1{font-size:clamp(58px,7.2vw,112px);line-height:1.02;letter-spacing:-4px;margin:18px 0 24px;font-weight:900}.hero-copy h1 em,.page-hero h1 em,.about-overlay h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:18px;max-width:620px;color:var(--muted);margin:0 0 28px;line-height:1.9}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-micro{display:flex;gap:28px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line);width:max-content;max-width:100%}.hero-micro span{display:grid;font-size:12px;color:var(--muted)}.hero-micro b{font:800 19px/1.2 'DM Sans','Tajawal',sans-serif;color:var(--text);margin-bottom:4px}.hero-visual{min-height:620px;position:relative;display:grid;place-items:center}.hero-ring{position:absolute;width:min(580px,82%);aspect-ratio:1;border-radius:50%;border:1px solid var(--line);box-shadow:inset 0 0 0 80px color-mix(in srgb,var(--orange) 3%,transparent)}.hero-ring:before,.hero-ring:after{content:'';position:absolute;border-radius:50%;border:1px solid var(--line);inset:10%}.hero-ring:after{inset:23%;border-style:dashed;animation:spin 26s linear infinite}.hero-pizza{width:min(570px,88%);aspect-ratio:1;object-fit:cover;border-radius:50%;mix-blend-mode:normal;filter:drop-shadow(0 38px 45px rgba(0,0,0,.34));animation:float 7s ease-in-out infinite}.hero-stamp{position:absolute;right:2%;top:8%;width:118px;height:118px;border-radius:50%;background:var(--orange);color:#171916;display:grid;place-items:center;text-align:center;font:800 15px/1.2 'DM Sans',sans-serif;transform:rotate(8deg);box-shadow:0 18px 40px rgba(244,108,33,.25)}.hero-note{position:absolute;padding:10px 14px;border-radius:14px;background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);backdrop-filter:blur(14px);font-size:13px;font-weight:700;box-shadow:var(--shadow)}.hero-note span{color:var(--orange);font-family:'DM Sans';margin-inline-end:8px}.note-one{left:1%;top:28%}.note-two{right:2%;bottom:20%}@keyframes float{50%{transform:translateY(-16px) rotate(1.2deg)}}@keyframes spin{to{transform:rotate(360deg)}}
.ticker{overflow:hidden;background:var(--cream);color:#171916;border-block:1px solid rgba(0,0,0,.12);padding:14px 0;transform:rotate(-1.1deg);width:102%;margin-inline-start:-1%}.ticker div{font:900 28px/1 'DM Sans',sans-serif;white-space:nowrap;letter-spacing:1px;animation:marquee 24s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}
.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .18s ease,box-shadow .25s ease,border-color .25s;will-change:transform}.product-card:hover{border-color:color-mix(in srgb,var(--orange) 50%,var(--line));box-shadow:var(--shadow)}.product-card[hidden]{display:none}.product-media{position:relative;aspect-ratio:1.03;background:#fff;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-media img{transform:scale(1.035)}.fav-button{position:absolute;top:14px;left:14px;width:44px;height:44px;border:none;border-radius:50%;display:grid;place-items:center;background:rgba(18,19,17,.7);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:3}.fav-button.active{background:var(--orange);color:#171916}.fav-button.active svg path{fill:currentColor}.product-tag{position:absolute;right:14px;bottom:14px;background:var(--orange);color:#171916;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:900}.product-body{padding:20px}.product-body>div:first-child{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.product-en{font:600 10px/1.2 'DM Sans',sans-serif;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.product-body h3{font-size:26px;line-height:1.2;margin:5px 0 0}.product-body p{color:var(--muted);min-height:54px;font-size:14px;margin:12px 0 18px}.product-foot{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px}.price{font-weight:900}.add-mini{width:42px;height:42px;border-radius:13px;border:none;background:var(--orange);color:#171916;display:grid;place-items:center;cursor:pointer}
.split-story{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.story-media{min-height:660px;position:relative;border-radius:40px;overflow:hidden}.story-media img{width:100%;height:100%;object-fit:cover}.story-media:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.55))}.story-badge{position:absolute;z-index:2;bottom:24px;left:24px;width:108px;height:108px;border-radius:50%;background:var(--orange);color:#171916;display:grid;place-items:center;text-align:center;font:900 13px/1.25 'DM Sans',sans-serif;transform:rotate(-8deg)}.story-copy{background:var(--orange);color:#171916;border-radius:40px;padding:62px;display:flex;flex-direction:column;justify-content:center}.story-copy .eyebrow{color:rgba(23,25,22,.65)}.story-copy .eyebrow i{background:#171916}.story-copy h2{font-size:clamp(50px,6vw,82px);line-height:1.04;letter-spacing:-3px;margin:18px 0 24px}.story-copy>p{font-size:18px;line-height:1.9;max-width:500px}.story-points{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(23,25,22,.22);border-bottom:1px solid rgba(23,25,22,.22);margin:26px 0 30px}.story-points span{padding:13px 0;font-weight:800}.story-points span:nth-child(even){padding-inline-start:15px;border-inline-start:1px solid rgba(23,25,22,.22)}
.four-banner{background:#ec5c22;color:#171916;border-radius:42px;padding:0;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;min-height:540px}.four-art{padding:26px;display:grid;place-items:center}.four-art img{width:min(520px,96%);aspect-ratio:1;border-radius:50%;object-fit:cover;box-shadow:0 40px 65px rgba(66,23,5,.25);transform:rotate(-5deg)}.four-copy{padding:60px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.four-copy>span{font:800 12px 'DM Sans';letter-spacing:2px}.four-copy h2{font-size:clamp(54px,6vw,86px);line-height:1.02;letter-spacing:-3px;margin:14px 0}.four-copy p{font-size:18px;max-width:430px}.four-copy strong{font:900 34px 'DM Sans','Tajawal';margin:8px 0 22px}
.branch-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.branch-chip{border:1px solid var(--line);border-radius:22px;padding:20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;background:var(--surface);transition:.25s}.branch-chip:hover{background:var(--orange);color:#171916;transform:translateY(-3px)}.branch-chip>span{font:700 12px 'DM Sans';color:var(--muted)}.branch-chip div{display:grid}.branch-chip b{font-size:20px}.branch-chip small{color:var(--muted)}.branch-chip svg{color:var(--orange)}.branch-chip:hover svg,.branch-chip:hover small,.branch-chip:hover>span{color:#171916}
.final-cta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}.final-cta>div>span{font:700 11px 'DM Sans';letter-spacing:2px;color:var(--orange)}.final-cta h2{font-size:clamp(48px,7vw,96px);line-height:1;margin:12px 0 14px;letter-spacing:-3px}.final-cta p{color:var(--muted);font-size:17px}.big-circle{width:154px;height:154px;border-radius:50%;background:var(--orange);color:#171916;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;font-weight:900;flex:0 0 auto;transition:.3s}.big-circle:hover{transform:rotate(-5deg) scale(1.04)}
.page-hero{width:min(1180px,calc(100% - 34px));margin:0 auto;min-height:520px;display:grid;grid-template-columns:1fr .75fr;align-items:center;gap:40px;padding:70px 0 20px}.page-hero.compact h1{font-size:clamp(58px,7vw,100px);margin-bottom:18px}.page-hero p{color:var(--muted);font-size:18px;max-width:620px}.page-hero-art{display:grid;place-items:center;position:relative}.page-hero-art:before{content:'';position:absolute;width:85%;aspect-ratio:1;border-radius:50%;background:var(--orange);filter:blur(1px)}.page-hero-art img{width:88%;aspect-ratio:1;border-radius:50%;object-fit:cover;position:relative;z-index:1;box-shadow:var(--shadow);transform:rotate(5deg)}.page-hero.minimal{min-height:360px;display:flex;align-items:end;padding-bottom:48px}.page-hero.minimal h1{margin-bottom:8px}
.menu-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;position:sticky;top:104px;z-index:35;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px);border-block:1px solid var(--line)}.search-box{min-width:300px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:16px;padding:0 14px;background:var(--surface)}.search-box input{height:50px;border:none;outline:none;background:transparent;color:var(--text);width:100%}.category-tabs{display:flex;gap:7px;overflow:auto;padding-bottom:2px;scrollbar-width:none}.category-tabs button{white-space:nowrap;border:1px solid var(--line);background:transparent;padding:11px 15px;border-radius:999px;cursor:pointer;font-weight:800}.category-tabs button.active{background:var(--orange);color:#171916;border-color:var(--orange)}.menu-section{padding-top:26px}.menu-result-head{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;margin-bottom:18px}.menu-result-head span:first-child{color:var(--text);font-weight:800}
.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:start}.product-gallery{position:sticky;top:120px}.product-big{position:relative;background:#fff;border-radius:40px;overflow:hidden;aspect-ratio:1}.product-big img{width:100%;height:100%;object-fit:cover}.detail-fav{width:54px;height:54px;top:20px;left:20px}.gallery-caption{display:flex;justify-content:space-between;padding:14px 4px;color:var(--muted);font:600 11px 'DM Sans';text-transform:uppercase}.product-info{padding:25px 0}.back-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:700;margin-bottom:40px}.back-link svg{transform:rotate(180deg);width:18px}.product-info h1{font-size:clamp(54px,6vw,86px);line-height:1.05;letter-spacing:-3px;margin:15px 0 18px}.product-info>p{color:var(--muted);font-size:18px;max-width:590px}.option-block{border-top:1px solid var(--line);padding-top:24px;margin-top:28px}.option-title{display:flex;justify-content:space-between;margin-bottom:14px}.option-title span{font-size:12px;color:var(--muted)}.size-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.size-options label{cursor:pointer}.size-options input{position:absolute;opacity:0;pointer-events:none}.size-options span{display:grid;padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface);transition:.2s}.size-options small{color:var(--muted)}.size-options input:checked+span{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.addon-list{display:grid}.addon-list label{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line);cursor:pointer}.addon-list input{accent-color:var(--orange);width:18px;height:18px}.addon-list b{font-size:13px}.note-label{display:block;font-weight:800;margin-bottom:10px}.product-info textarea{width:100%;min-height:100px;resize:vertical;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:16px;padding:14px;outline:none}.product-info textarea:focus{border-color:var(--orange)}.purchase-bar{display:flex;gap:10px;margin-top:26px}.qty-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--surface);min-width:122px}.qty-control button{width:40px;height:52px;border:none;background:transparent;cursor:pointer;font-size:20px}.qty-control span{min-width:36px;text-align:center;font-weight:900}.add-detail{flex:1;justify-content:space-between}.add-detail strong{font-family:'DM Sans','Tajawal'}.related{border-top:1px solid var(--line)}
.empty-state{min-height:420px;border:1px dashed var(--line);border-radius:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.empty-state>span{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;background:var(--surface);color:var(--orange);margin-bottom:18px}.empty-state>span svg{width:30px;height:30px}.empty-state h2{font-size:36px;margin:0 0 6px}.empty-state p{color:var(--muted);margin:0 0 22px}.empty-state.wide{grid-column:1/-1}.cart-layout{display:grid;grid-template-columns:1fr 390px;gap:26px;align-items:start}.cart-items{border-top:1px solid var(--line)}.cart-head{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid var(--line)}.cart-head h2{margin:0;font-size:28px}.cart-head span{color:var(--muted)}.cart-item{display:grid;grid-template-columns:116px 1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item>img{width:116px;height:116px;border-radius:22px;object-fit:cover;background:#fff}.cart-item-copy>span{font:600 10px 'DM Sans';color:var(--muted);text-transform:uppercase}.cart-item-copy h3{font-size:24px;margin:2px 0 4px}.cart-item-copy p,.cart-item-copy small{color:var(--muted);margin:0}.cart-item-actions{display:flex;align-items:center;gap:10px;margin-top:12px}.qty-control.small{min-width:98px;border-radius:12px}.qty-control.small button{height:36px;width:32px}.remove-item{width:36px;height:36px;border:1px solid var(--line);border-radius:12px;background:transparent;display:grid;place-items:center;cursor:pointer;color:#e26758}.remove-item svg{width:17px}.cart-item>strong{font-family:'DM Sans','Tajawal';font-size:17px}.order-summary{position:sticky;top:120px;background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:26px}.order-summary h2{font-size:34px;margin:10px 0 24px}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line)}.summary-row.muted{color:var(--muted);font-size:13px}.summary-total{display:flex;justify-content:space-between;align-items:end;padding:20px 0}.summary-total span{font-weight:700}.summary-total strong{font:900 25px 'DM Sans','Tajawal'}.branch-select-label{display:grid;gap:8px;font-weight:800;margin:6px 0 8px}.branch-select-label select{height:49px;border:1px solid var(--line);border-radius:14px;background:var(--bg);color:var(--text);padding:0 12px;outline:none}.summary-note{color:var(--muted);font-size:12px;text-align:center;margin:14px 0 0}
.branches-hero{position:relative}.branch-orbit{width:min(440px,80vw);aspect-ratio:1;border:1px solid var(--line);border-radius:50%;position:relative;display:grid;place-items:center;margin-inline:auto}.branch-orbit:before,.branch-orbit:after{content:'';position:absolute;border:1px dashed var(--line);border-radius:50%;inset:14%;animation:spin 30s linear infinite}.branch-orbit:after{inset:30%;animation-direction:reverse}.branch-orbit i{width:100px;height:100px;background:var(--orange);border-radius:50%;display:grid;place-items:center;color:#171916;font:900 46px 'DM Sans';font-style:normal;z-index:2}.branch-orbit span{position:absolute;background:var(--surface);border:1px solid var(--line);padding:9px 14px;border-radius:999px;font-weight:800;z-index:3}.branch-orbit span:nth-child(1){top:8%;right:3%}.branch-orbit span:nth-child(2){bottom:12%;right:-2%}.branch-orbit span:nth-child(3){bottom:20%;left:-4%}.branch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.branch-card{min-height:320px;border:1px solid var(--line);border-radius:32px;padding:32px;background:var(--surface);display:flex;flex-direction:column;position:relative}.branch-no{position:absolute;left:28px;top:26px;font:700 12px 'DM Sans';color:var(--muted)}.branch-card>span{color:var(--orange);font-weight:800}.branch-card h2{font-size:38px;line-height:1.2;margin:12px 0}.branch-card p{color:var(--muted);font-size:17px;max-width:450px}.branch-actions{display:flex;gap:8px;margin-top:auto}.hotline-band{background:var(--orange);color:#171916;border-radius:38px;padding:48px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px}.hotline-band>div{display:grid}.hotline-band span{font:700 11px 'DM Sans';letter-spacing:2px}.hotline-band strong{font:900 56px 'DM Sans';line-height:1}.hotline-band p{font-size:19px}.hotline-band .big-circle{background:#171916;color:#fff;width:132px;height:132px}
.about-hero{width:min(1260px,calc(100% - 26px));height:78vh;min-height:650px;margin:28px auto 0;border-radius:42px;overflow:hidden;position:relative}.about-hero>img{width:100%;height:100%;object-fit:cover}.about-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.15) 65%),linear-gradient(0deg,rgba(0,0,0,.45),transparent 50%)}.about-overlay{position:absolute;z-index:2;right:6%;bottom:9%;color:#fff}.about-overlay .eyebrow{color:#ddd}.about-overlay h1{font:900 clamp(72px,9vw,135px)/.9 'DM Sans','Tajawal';letter-spacing:-6px;margin:16px 0}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.about-intro>div:first-child>span{color:var(--orange);font-weight:800}.about-intro h2{font-size:clamp(48px,6vw,80px);line-height:1.06;letter-spacing:-3px;margin:12px 0}.about-intro p{font-size:20px;color:var(--muted);line-height:1.9}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.values-grid article{border-top:1px solid var(--line);padding:28px 8px 40px}.values-grid b{font:700 12px 'DM Sans';color:var(--orange)}.values-grid h3{font-size:30px;margin:16px 0 8px}.values-grid p{color:var(--muted)}
.site-footer{width:min(1260px,calc(100% - 24px));margin:30px auto 12px;background:#ef6428;color:#171916;border-radius:44px;overflow:hidden}.footer-marquee{border-bottom:1px solid rgba(23,25,22,.18);padding:18px 0;overflow:hidden}.footer-marquee span{display:block;font:900 32px/1 'DM Sans';white-space:nowrap;animation:marquee 28s linear infinite}.footer-grid{display:grid;grid-template-columns:1.4fr .55fr .7fr 1.05fr;gap:30px;padding:58px}.footer-logo{font:800 46px/1 'DM Sans';letter-spacing:-2px}.footer-logo small{font-size:17px}.footer-brand p{max-width:330px;font-weight:600;opacity:.78}.socials{display:flex;gap:8px;margin-top:22px}.socials a{width:44px;height:44px;border:1px solid rgba(23,25,22,.22);border-radius:50%;display:grid;place-items:center}.footer-links{display:grid;align-content:start;gap:8px}.footer-links h4{font-size:14px;margin:0 0 10px;opacity:.6}.footer-links a{font-weight:800}.footer-order{border-inline-start:1px solid rgba(23,25,22,.18);padding-inline-start:30px;display:flex;flex-direction:column;align-items:flex-start}.footer-order>span{font:700 11px 'DM Sans';letter-spacing:1px}.footer-order strong{font-size:32px;line-height:1.2;margin:12px 0 auto}.round-arrow{width:56px;height:56px;border-radius:50%;background:#171916;color:#fff;display:grid;place-items:center}.footer-bottom{border-top:1px solid rgba(23,25,22,.18);padding:16px 58px;display:flex;justify-content:space-between;gap:20px;font-size:13px;font-weight:700}.footer-bottom a{text-decoration:underline;text-underline-offset:4px}.back-top{position:fixed;z-index:45;left:20px;bottom:20px;width:48px;height:48px;border:none;border-radius:50%;background:var(--orange);color:#171916;font-size:20px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}.back-top.show{opacity:1;transform:none;pointer-events:auto}.toast{position:fixed;z-index:100;left:50%;bottom:28px;transform:translate(-50%,20px);background:#171916;color:#fff;border:1px solid rgba(255,255,255,.15);padding:12px 18px;border-radius:14px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1020px){.site-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.mobile-menu-toggle{display:grid}.hero-home{grid-template-columns:1fr;min-height:auto;padding-top:70px}.hero-copy{max-width:800px}.hero-visual{min-height:570px}.products-grid{grid-template-columns:repeat(2,1fr)}.split-story{grid-template-columns:1fr}.story-media{min-height:560px}.four-banner{grid-template-columns:1fr}.four-art{min-height:470px}.branch-strip{grid-template-columns:repeat(2,1fr)}.page-hero{grid-template-columns:1fr .65fr}.menu-tools{flex-direction:column;align-items:stretch;top:102px}.search-box{min-width:0}.product-page{grid-template-columns:1fr}.product-gallery{position:relative;top:auto}.cart-layout{grid-template-columns:1fr}.order-summary{position:relative;top:auto}.footer-grid{grid-template-columns:1.2fr .7fr .8fr}.footer-order{grid-column:1/-1;border-inline-start:0;border-top:1px solid rgba(23,25,22,.18);padding:25px 0 0;display:grid;grid-template-columns:1fr auto;align-items:center}.footer-order>span{grid-column:1}.footer-order strong{margin:6px 0}.hotline-band{grid-template-columns:1fr auto}.hotline-band p{grid-column:1}.about-intro{grid-template-columns:1fr;gap:30px}}
@media(max-width:720px){:root{--header:66px}.top-strip{justify-content:flex-start;overflow:hidden;white-space:nowrap;padding-inline:18px}.top-strip span:last-child{display:none}.site-header{top:8px;width:calc(100% - 18px);margin-top:8px;border-radius:20px;padding:8px 9px 8px 12px}.brand-thumb{width:46px;height:46px;border-radius:14px}.brand-lockup b{font-size:17px}.brand-lockup small{font-size:10px}.header-actions{gap:4px}.icon-btn{width:42px;height:42px;border-radius:13px}.theme-toggle{display:none}.section,.section-sm{width:calc(100% - 22px)}.section{padding:74px 0}.hero-home{width:calc(100% - 14px);padding:58px 10px 42px;gap:10px}.hero-copy h1,.page-hero h1{font-size:clamp(50px,14vw,72px);letter-spacing:-2.8px;line-height:1.05}.hero-copy>p{font-size:16px}.hero-actions .btn{flex:1;min-width:150px}.hero-micro{width:100%;gap:12px;justify-content:space-between}.hero-micro span{font-size:10px}.hero-micro b{font-size:15px}.hero-visual{min-height:410px}.hero-pizza{width:88%}.hero-ring{width:90%}.hero-stamp{width:90px;height:90px;font-size:12px;right:0}.hero-note{font-size:11px;padding:8px 10px}.note-one{top:22%}.ticker div{font-size:22px}.section-head{align-items:flex-start}.section-head h2{font-size:44px;letter-spacing:-2px}.section-head .text-link{display:none}.products-grid{grid-template-columns:1fr}.product-body h3{font-size:24px}.split-story{gap:10px}.story-media{min-height:470px;border-radius:28px}.story-copy{padding:34px 24px;border-radius:28px}.story-copy h2{font-size:52px;letter-spacing:-2px}.story-points{grid-template-columns:1fr}.story-points span:nth-child(even){padding-inline-start:0;border-inline-start:0}.four-banner{border-radius:28px;min-height:auto}.four-art{min-height:360px;padding:18px}.four-copy{padding:30px 24px 38px}.four-copy h2{font-size:52px;letter-spacing:-2px}.branch-strip{grid-template-columns:1fr}.final-cta{align-items:flex-start;flex-direction:column}.big-circle{width:126px;height:126px;align-self:flex-end}.page-hero{grid-template-columns:1fr;padding-top:65px;min-height:auto}.page-hero-art{display:none}.page-hero.compact h1{font-size:56px}.page-hero.minimal{min-height:290px;padding-bottom:30px}.menu-tools{top:87px;width:100%;padding-inline:12px}.menu-result-head span:last-child{display:none}.product-page{padding-top:60px;gap:20px}.product-big{border-radius:28px}.product-info{padding-top:0}.back-link{margin-bottom:26px}.product-info h1{font-size:52px}.size-options{grid-template-columns:1fr}.purchase-bar{position:sticky;bottom:8px;z-index:20;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(12px);padding:8px;border:1px solid var(--line);border-radius:20px}.qty-control{min-width:100px}.cart-item{grid-template-columns:86px 1fr;align-items:start}.cart-item>img{width:86px;height:86px;border-radius:17px}.cart-item>strong{grid-column:2;justify-self:end;margin-top:-30px}.cart-item-copy h3{font-size:21px}.order-summary{border-radius:24px;padding:20px}.branches-hero{display:block;padding-top:70px}.branch-orbit{margin-top:40px;width:82vw}.branch-grid{grid-template-columns:1fr}.branch-card{min-height:280px;padding:25px}.branch-card h2{font-size:32px}.hotline-band{grid-template-columns:1fr;padding:28px;border-radius:26px}.hotline-band p{grid-column:auto}.hotline-band .big-circle{justify-self:end;width:112px;height:112px}.about-hero{width:calc(100% - 14px);height:70vh;min-height:540px;border-radius:30px}.about-overlay{right:7%;bottom:7%}.about-overlay h1{font-size:62px;letter-spacing:-3px}.about-intro h2{font-size:50px;letter-spacing:-2px}.about-intro p{font-size:17px}.values-grid{grid-template-columns:1fr}.site-footer{width:calc(100% - 12px);border-radius:30px}.footer-marquee span{font-size:24px}.footer-grid{grid-template-columns:1fr 1fr;padding:35px 24px}.footer-brand{grid-column:1/-1}.footer-order{grid-column:1/-1}.footer-logo{font-size:38px}.footer-bottom{padding:15px 24px;flex-direction:column;gap:5px}.back-top{left:14px;bottom:14px}.toast{bottom:18px;max-width:calc(100% - 30px);white-space:nowrap}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}

/* ===== Premium Light-first refresh ===== */
:root[data-theme="light"]{
  --bg:#f8f2e8;
  --text:#231c18;
  --surface:#fffdf8;
  --card:#fffaf2;
  --line:rgba(73,50,35,.13);
  --muted:#756a60;
  --shadow:0 24px 70px rgba(98,61,35,.13);
}
:root[data-theme="dark"]{
  --bg:#2b211b;
  --text:#fff7ec;
  --surface:#352820;
  --card:#3a2b22;
  --line:rgba(255,238,220,.13);
  --muted:#c5b3a5;
  --shadow:0 28px 76px rgba(20,10,5,.30);
}
body{
  background:
    radial-gradient(circle at 8% 4%,color-mix(in srgb,var(--orange) 9%,transparent),transparent 26rem),
    linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--bg) 96%,#fff 4%));
}
:root[data-theme="dark"] body{
  background:
    radial-gradient(circle at 6% 3%,rgba(244,108,33,.14),transparent 31rem),
    radial-gradient(circle at 94% 15%,rgba(255,223,188,.055),transparent 25rem),
    #2b211b;
}
.top-strip{background:#ef6a2f;color:#241b16;box-shadow:0 1px 0 rgba(80,40,15,.08)}
.site-header{
  height:82px;
  grid-template-columns:190px 1fr auto;
  padding:7px 11px 7px 13px;
  background:color-mix(in srgb,var(--surface) 92%,transparent);
  border-color:color-mix(in srgb,var(--line) 85%,transparent);
  box-shadow:0 16px 50px rgba(74,45,27,.10);
}
:root[data-theme="dark"] .site-header{background:rgba(53,40,32,.91);box-shadow:0 16px 55px rgba(18,9,5,.28)}
.brand-lockup{justify-self:start;width:176px;height:66px;display:block}
.brand-plate{
  width:176px;height:66px;border-radius:18px;display:grid;place-items:center;overflow:hidden;
  background:linear-gradient(135deg,#34261f,#1d1a17);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 11px 24px rgba(54,30,17,.18),inset 0 1px 0 rgba(255,255,255,.08);
  position:relative;
}
.brand-plate:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 10%,rgba(255,255,255,.08),transparent 45%);pointer-events:none}
.brand-plate img{width:78px;height:78px;object-fit:contain;transform:translateY(1px);filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}
.desktop-nav{justify-self:center;background:color-mix(in srgb,var(--text) 3%,transparent);border:1px solid color-mix(in srgb,var(--line) 70%,transparent)}
.desktop-nav a{padding:10px 18px}
.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface);box-shadow:0 6px 18px rgba(73,45,27,.08)}
.icon-btn{background:color-mix(in srgb,var(--surface) 76%,transparent)}
.theme-toggle{background:color-mix(in srgb,var(--orange) 7%,var(--surface));}
.cart-emphasis{background:#ef6a2f;color:#211a15;box-shadow:0 8px 20px rgba(239,106,47,.20)}
.hero-home{
  width:min(1280px,calc(100% - 24px));
  min-height:calc(100dvh - 128px);
  margin-top:8px;
  border-radius:42px;
  padding:64px 48px 76px;
  overflow:hidden;
  background:
    radial-gradient(circle at 74% 44%,rgba(244,108,33,.12),transparent 28rem),
    linear-gradient(135deg,color-mix(in srgb,var(--surface) 97%,transparent),color-mix(in srgb,var(--bg) 88%,#fff 12%));
  border:1px solid var(--line);
  box-shadow:0 30px 90px rgba(87,51,29,.09);
}
:root[data-theme="dark"] .hero-home{
  background:
    radial-gradient(circle at 72% 43%,rgba(244,108,33,.20),transparent 28rem),
    linear-gradient(135deg,#3a2b22,#2e241e);
  box-shadow:0 30px 90px rgba(16,8,4,.24);
}
.hero-home:before{content:"";position:absolute;width:420px;height:420px;border:1px solid color-mix(in srgb,var(--orange) 15%,transparent);border-radius:50%;left:-240px;bottom:-250px}
.hero-brand-mark{width:116px;height:116px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,#34261f,#1d1a17);box-shadow:0 18px 42px rgba(61,31,16,.18);margin-bottom:22px;border:1px solid rgba(255,255,255,.08)}
.hero-brand-mark img{width:102px;height:102px;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}
.hero-copy h1,.page-hero h1{line-height:1.15!important;margin-top:20px;margin-bottom:22px;letter-spacing:-2.5px}
.hero-copy>p{color:var(--muted);font-size:18px;max-width:585px}
.btn-primary{background:#ef6a2f;color:#211a15;box-shadow:0 14px 32px rgba(239,106,47,.23)}
.btn-ghost{background:color-mix(in srgb,var(--surface) 72%,transparent)}
.hero-visual{min-height:650px}
.hero-ring{border-color:rgba(239,106,47,.25);box-shadow:inset 0 0 0 78px rgba(239,106,47,.035),0 0 90px rgba(239,106,47,.08)}
.hero-pizza{border:10px solid color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 36px 72px rgba(83,47,25,.25);filter:none}
:root[data-theme="dark"] .hero-pizza{border-color:#433128;box-shadow:0 36px 72px rgba(14,7,3,.38)}
.hero-note{background:color-mix(in srgb,var(--surface) 95%,transparent);box-shadow:0 16px 36px rgba(73,43,24,.12)}
.hero-stamp{background:#ef6a2f;box-shadow:0 18px 40px rgba(239,106,47,.24)}
.ticker{background:#fff2df;border-color:rgba(99,61,34,.10)}
:root[data-theme="dark"] .ticker{background:#ead7bf;color:#281f19}
.product-card,.branch-card,.order-summary,.empty-state{box-shadow:0 16px 46px rgba(82,49,29,.07)}
.product-card:hover{box-shadow:0 24px 60px rgba(82,49,29,.13)}
.product-media{background:#eee1cf}
.story-copy{background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--orange) 5%,var(--surface)))}
.four-banner{box-shadow:0 28px 70px rgba(83,45,22,.12)}
.final-cta{background:linear-gradient(135deg,#fff4e4,#f5e3cb);border:1px solid rgba(89,55,33,.10)}
:root[data-theme="dark"] .final-cta{background:linear-gradient(135deg,#3b2c23,#33261f)}
.site-footer{background:#ef6a2f;box-shadow:0 26px 80px rgba(100,50,19,.16)}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start}
.footer-logo{width:142px;height:142px;border-radius:30px;background:linear-gradient(135deg,#35271f,#1e1a17);display:grid;place-items:center;box-shadow:0 16px 34px rgba(85,39,14,.22);overflow:hidden}
.footer-logo img{width:128px;height:128px;object-fit:contain}
.drawer-brand{width:154px;height:154px;border-radius:30px;background:linear-gradient(135deg,#35271f,#1e1a17);display:grid;place-items:center;margin:34px 0 24px;overflow:hidden;box-shadow:0 18px 40px rgba(34,15,6,.20)}
.drawer-brand img{width:140px;height:140px;object-fit:contain}
.mobile-drawer{background:var(--surface)}
.page-hero{background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--orange) 5%,var(--surface)));border:1px solid var(--line);border-radius:38px;width:min(1260px,calc(100% - 24px));margin:22px auto 0;padding-inline:42px}
:root[data-theme="dark"] .page-hero{background:linear-gradient(135deg,#3a2b22,#30241e)}
.menu-tools{background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:24px;box-shadow:0 16px 40px rgba(71,42,24,.08)}
.search-box{background:var(--surface)}
.category-tabs button{background:color-mix(in srgb,var(--text) 4%,transparent)}
.category-tabs button.active{background:#ef6a2f;color:#211a15}

@media(max-width:1020px){
  .site-header{grid-template-columns:170px 1fr;height:78px}.brand-lockup,.brand-plate{width:162px;height:62px}.brand-plate img{width:74px;height:74px}
  .hero-home{padding-inline:34px}.hero-brand-mark{width:104px;height:104px}.hero-brand-mark img{width:92px;height:92px}
}
@media(max-width:720px){
  .site-header{height:70px;padding:6px 7px 6px 9px;grid-template-columns:122px 1fr}.brand-lockup,.brand-plate{width:116px;height:56px}.brand-plate{border-radius:15px}.brand-plate img{width:65px;height:65px}.header-actions{justify-self:end}.icon-btn{width:41px;height:41px}
  .hero-home{border-radius:28px;padding:40px 16px 46px}.hero-brand-mark{width:88px;height:88px;border-radius:22px;margin-bottom:18px}.hero-brand-mark img{width:78px;height:78px}.hero-copy h1,.page-hero h1{line-height:1.18!important;letter-spacing:-1.8px}.hero-visual{min-height:420px}.hero-pizza{border-width:7px}
  .page-hero{width:calc(100% - 14px);border-radius:28px;padding-inline:20px}.footer-logo{width:122px;height:122px}.footer-logo img{width:108px;height:108px}
}
