@import url('https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');
:root{--cream:#f8f0e5;--red:#a30d16;--ink:#351a16;--line:#d9c9b9;--muted:#79675d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'IBM Plex Sans Arabic',sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ce7b13;outline-offset:5px}header{height:104px;padding:18px 5%;display:flex;justify-content:space-between;align-items:center;background:var(--cream);border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{display:inline-flex;flex-direction:column;text-align:center;color:var(--red)}.brand strong{font-family:Anton,sans-serif;font-size:36px;line-height:1;letter-spacing:-1px}.brand strong span{font-size:13px;display:inline-block;writing-mode:vertical-rl;margin-left:5px;letter-spacing:0}.brand small{font-size:7px;letter-spacing:1px;font-weight:700;margin-top:7px}nav{display:flex;gap:38px;font-weight:600}nav a:hover{color:var(--red)}.basket{background:var(--red);border:0;color:var(--cream);padding:12px 20px;border-radius:3px;min-width:120px}.basket span{display:inline-grid;place-items:center;border:1px solid #ffffff66;border-radius:50%;width:24px;height:24px;margin:0 10px}.hero{height:min(850px,calc(100svh - 104px));min-height:630px;position:relative;overflow:hidden;isolation:isolate}.hero-word{position:absolute;top:-6%;left:2%;font:clamp(160px,23vw,380px)/1 Anton,sans-serif;letter-spacing:-10px;color:#eadaca;opacity:.52;z-index:-2}.hero-media{position:absolute;inset:0 0 0 23%;z-index:-1;direction:ltr}.hero-media video{height:100%;width:100%;object-fit:cover;mix-blend-mode:multiply}.hero-media:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,var(--cream),transparent 28%)}.hero-copy{position:absolute;left:7%;top:11%;text-align:right;max-width:470px;direction:rtl}.eyebrow{font-size:12px;font-weight:600;display:block;margin-bottom:20px;letter-spacing:.4px}.hero h1{font-size:clamp(64px,7vw,114px);line-height:1.14;letter-spacing:-5px;margin:0 0 22px;font-weight:700}em{font-style:normal;color:var(--red)}.hero p{font-size:19px;line-height:1.8;margin-bottom:25px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:38px;background:var(--red);color:var(--cream);padding:17px 26px;border:1px solid var(--red);font-weight:600;transition:transform .2s,background .2s}.button:hover{background:#7f0910;transform:translateY(-3px)}.button span{font-size:24px}.stamp{position:absolute;right:5%;top:9%;width:110px;height:110px;border-radius:50%;border:2px solid var(--red);display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--red);transform:rotate(12deg);font:12px Anton;outline:1px solid var(--red);outline-offset:5px}.stamp b{font-size:26px}.hero-bottom{position:absolute;bottom:25px;left:5%;right:5%;display:flex;align-items:center;justify-content:space-between;font-size:11px}.hero-bottom>span{font-family:Anton;letter-spacing:2px}.hero-bottom button{border:0;background:none;color:var(--muted);font-size:11px}.ticker{background:var(--red);color:var(--cream);overflow:hidden;padding:18px 0;font-size:23px;font-weight:700;white-space:nowrap;direction:ltr}.ticker div{width:max-content;animation:ticker 32s linear infinite}@keyframes ticker{to{transform:translateX(-35%)}}.section{padding:110px 6%}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.section h2{font-size:clamp(38px,5vw,74px);line-height:1.25;letter-spacing:-2px;margin:0}.section-head p{font-size:17px;color:var(--muted);line-height:1.9}.section-head a{text-decoration:underline;text-underline-offset:5px;font-size:13px}.filters{display:flex;gap:10px;border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:35px;overflow:auto}.filters button{white-space:nowrap;background:transparent;border:1px solid var(--line);padding:10px 24px;border-radius:30px;color:var(--ink)}.filters button.active{background:var(--red);border-color:var(--red);color:var(--cream)}.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 26px}.food-card{border-bottom:1px solid var(--line);padding-bottom:23px}.food-photo{aspect-ratio:1;background-color:#f2e6d5;overflow:hidden;position:relative}.food-photo .atlas{width:100%;height:100%;background-image:url('/assets/catalogue.webp');background-size:400% 300%;background-position:var(--pos);transition:transform .6s}.food-card:hover .atlas{transform:scale(1.06)}.food-photo.photo-classic .atlas{background-image:url('/assets/hero.webp');background-size:cover;background-position:75% center}.food-tag{position:absolute;top:15px;right:15px;font-size:10px;border:1px solid #a30d1640;color:var(--red);padding:5px 12px;border-radius:20px;background:#f8f0e5e0}.food-card h3{font-size:25px;margin:18px 0 2px}.food-card .en{font:11px Anton;letter-spacing:1px;color:var(--muted)}.choices{display:flex;gap:6px;margin:18px 0 12px;flex-wrap:wrap}.choices button{background:transparent;border:1px solid var(--line);padding:5px 12px;font-size:12px;color:var(--ink)}.choices button.selected{border-color:var(--red);color:var(--red);background:#a30d1608}.meal{font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center;min-height:26px}.meal input{accent-color:var(--red)}.card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:17px}.card-price{font:26px Anton;color:var(--red)}.card-price small{font-size:11px}.add{background:var(--red);color:var(--cream);border:0;width:46px;height:46px;border-radius:50%;font-size:27px;transition:transform .2s}.add:hover{transform:rotate(90deg)}.menu-note{font-size:12px;color:var(--muted);margin-top:30px}.wagyu{display:grid;grid-template-columns:1fr 1.15fr;background:var(--red);color:var(--cream);min-height:650px;overflow:hidden}.wagyu-copy{padding:90px 12%}.wagyu h2{font-size:clamp(50px,6vw,88px);line-height:1.2;margin:0 0 25px;letter-spacing:-3px}.wagyu em{color:#edb07b}.wagyu p{font-size:18px;line-height:1.9}.wagyu-media{position:relative;background:#eee1cf}.wagyu-media video{width:100%;height:100%;object-fit:cover}.vertical-label{position:absolute;bottom:30px;left:25px;writing-mode:vertical-rl;font:13px Anton;letter-spacing:3px;color:var(--red)}.price-line{display:flex;gap:25px;align-items:center;margin:25px 0 30px}.price-line strong{font:46px Anton}.price-line small{font-size:15px}.price-line span{font-size:13px}.cream{background:var(--cream);color:var(--red);border-color:var(--cream)}.cream:hover{background:#ebd9c5}.manifesto{border-bottom:1px solid var(--line)}.manifesto h2{font-size:clamp(35px,5.4vw,84px)}.manifesto-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.manifesto-bottom p{line-height:1.9;color:var(--muted)}.text-link{border-bottom:1px solid var(--red);padding-bottom:8px;color:var(--red);font-weight:600}.club{display:grid;grid-template-columns:1.15fr 1fr;gap:12%;background:#eee1d0}.club h2{font-size:clamp(35px,4vw,58px)}.club p{color:var(--muted)}.club form{align-self:center}.club label{font-size:14px}.phone-row{display:flex;direction:ltr;border-bottom:2px solid var(--red);margin:15px 0 24px}.phone-row input{min-width:0;width:100%;border:0;background:transparent;padding:12px 0;font-size:28px;color:var(--ink);outline:none}.phone-row button{background:var(--red);color:var(--cream);border:0;width:65px;font-size:28px}.consent{display:flex;align-items:center;gap:10px}.consent input{accent-color:var(--red);width:17px;height:17px}.fine{font-size:11px;line-height:1.8;color:var(--muted)}footer{display:flex;justify-content:space-between;align-items:center;padding:55px 6%}footer div{display:flex;gap:30px}footer p{font-size:10px;line-height:2;color:var(--muted)}dialog{border:0;background:var(--cream);color:var(--ink);width:min(95vw,560px);max-height:90svh;padding:30px}dialog::backdrop{background:#25131199;backdrop-filter:blur(5px)}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head h2{font-size:25px}.cart-head button{background:none;border:0;font-size:24px}.cart-item{padding:20px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px}.cart-item strong{display:block}.cart-item small{color:var(--muted)}.qty{display:flex;gap:10px;align-items:center}.qty button{width:30px;height:30px;border:1px solid var(--line);background:none}.cart-total{display:flex;justify-content:space-between;margin:30px 0;font-size:22px}dialog .button{width:100%;margin-top:10px;justify-content:center}.outline{background:none;color:var(--red)}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,30px);padding:12px 25px;background:var(--red);color:white;opacity:0;transition:.3s;pointer-events:none;z-index:20}#toast.show{opacity:1;transform:translate(-50%,0)}.skip{position:fixed;top:-100px}.skip:focus{top:10px;z-index:100;background:white;padding:10px}@media(min-width:1700px){.hero-copy{left:10%}.hero-media{inset:0 0 0 22%}}@media(max-width:900px){header{height:86px;padding:15px 5%}nav{gap:20px;font-size:13px}.hero{min-height:600px;height:730px}.hero h1{font-size:75px}.hero-copy{left:5%;top:16%}.hero-media{inset:0 -20% 0 12%}.stamp{right:5%;top:6%;width:85px;height:85px}.stamp b{font-size:21px}.section{padding:75px 5%}.menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wagyu{min-height:540px}.wagyu-copy{padding:65px 9%}.club{gap:7%}.hero-word{top:5%}}@media(max-width:600px){header{height:80px}.brand strong{font-size:30px}.brand small{font-size:6px}nav{display:none}.basket{min-width:100px;padding:10px;font-size:12px}.hero{height:850px;min-height:0;max-height:none}.hero-copy{top:38px;right:6%;left:auto;max-width:90%;z-index:2}.hero h1{font-size:67px;line-height:1.12;letter-spacing:-3px}.hero h1 br:nth-of-type(2){display:block}.hero-copy p{font-size:15px;margin:14px 0 18px}.eyebrow{font-size:10px;margin-bottom:15px}.hero-copy .button{padding:12px 20px;font-size:13px}.hero-media{inset:340px -15% 44px -18%;}.hero-media video{object-position:66% center}.hero-media:after{background:linear-gradient(var(--cream),transparent 15%)}.hero-word{top:380px;left:0;font-size:120px;letter-spacing:-5px}.stamp{right:auto;left:7%;top:355px;width:74px;height:74px;font-size:9px;z-index:3}.stamp b{font-size:18px}.hero-bottom{bottom:20px;font-size:10px}.hero-bottom>span{display:none}.ticker{font-size:17px;padding:14px 0}.section{padding:65px 5%}.section-head{display:block;margin-bottom:25px}.section-head p{font-size:13px;margin-top:22px}.section h2{font-size:41px}.filters{gap:7px;padding-bottom:20px;margin-bottom:23px}.filters button{padding:8px 17px;font-size:12px}.menu-grid{gap:25px 13px}.food-card h3{font-size:19px;line-height:1.4}.food-card .en{font-size:9px}.food-tag{top:8px;right:8px;padding:3px 6px;font-size:8px}.choices{gap:4px;margin:13px 0 8px}.choices button{padding:4px 8px;font-size:10px}.meal{font-size:10px;gap:4px}.card-price{font-size:22px}.add{width:36px;height:36px;font-size:22px}.wagyu{display:flex;flex-direction:column}.wagyu-copy{padding:55px 6%}.wagyu h2{font-size:66px}.wagyu-media{height:430px}.wagyu p{font-size:16px}.manifesto h2{font-size:37px}.manifesto-bottom{display:block;margin-top:25px}.manifesto-bottom p{font-size:14px}.text-link{display:inline-block;margin-top:10px}.club{grid-template-columns:1fr;gap:30px}.club h2{font-size:40px}.phone-row input{font-size:24px}footer{flex-wrap:wrap;gap:30px;padding:40px 6%}footer div{flex-direction:column;gap:8px;font-size:13px}footer p{width:100%;margin:0;border-top:1px solid var(--line);padding-top:20px}.cart-item{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}body.motion-off .ticker div{animation-play-state:paused}

@media(max-width:600px){.hero h1{font-size:58px;letter-spacing:-2px}.hero-copy{right:6%;left:6%;max-width:none}.hero-media{inset:405px -15% 44px -18%}.hero{height:920px}.stamp{top:450px}.hero-word{top:450px}}

.food-card{min-width:0}.filters{scrollbar-width:none}.filters::-webkit-scrollbar{display:none}

header{position:sticky;top:0}.brand img{width:168px;height:auto;mix-blend-mode:multiply}.secret{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;border-bottom:1px solid var(--line)}.secret>img{width:100%;height:auto;max-height:650px;object-fit:contain}.secret p{font-size:19px;line-height:1.9}.secret h2{font-size:clamp(40px,5vw,75px)}[hidden]{display:none!important}@media(max-width:600px){.brand img{width:138px}.secret{grid-template-columns:1fr;gap:35px}.secret>img{max-height:500px}.secret p{font-size:16px}}
