/* bundled source: site-v7.css */
:root{
  --tk-ink:#161714;
  --tk-green:#26372d;
  --tk-green-deep:#17251d;
  --tk-cream:#f5f0e6;
  --tk-paper:#fffdf8;
  --tk-saffron:#df9f25;
  --tk-saffron-soft:#f3c45e;
  --tk-wine:#7a2925;
  --tk-text:#262821;
  --tk-muted:#6f7269;
  --tk-line:rgba(38,40,33,.14);
  --tk-shell:min(1240px,calc(100vw - 72px));
  --tk-shadow:0 24px 65px rgba(31,28,20,.13);
  --tk-ease:cubic-bezier(.2,.8,.2,1)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body.tks-site{margin:0;overflow-x:hidden;background:var(--tk-paper);color:var(--tk-text);font:15px/1.65 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.tks-site h1,body.tks-site h2,body.tks-site h3,body.tks-site h4,body.tks-site a,body.tks-site button,body.tks-site input,body.tks-site select,body.tks-site textarea{font-family:Arial,Helvetica,sans-serif!important}
body.tks-site.menu-open{overflow:hidden}
.tks-site img,.tks-site video{touch-action:manipulation;-webkit-touch-callout:none}
.tks-site img{display:block;max-width:100%}
.tks-site a{color:inherit}
.tks-site button,.tks-site input,.tks-site select,.tks-site textarea{font:inherit}
.tks-site a,.tks-site button,.tks-site input,.tks-site select,.tks-site textarea{touch-action:manipulation}
.tks-site :focus-visible{outline:3px solid var(--tk-saffron);outline-offset:3px}
.tks-shell{width:var(--tk-shell);margin-inline:auto}
.tks-skip-link:not(:focus){position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden}
.tks-skip-link:focus{position:fixed;z-index:9999;left:12px;top:12px;padding:10px 14px;background:#fff}
.tks-page-noise,.tks-cursor-glow{display:none}
.tks-scroll-progress{position:fixed;z-index:999;inset:0 0 auto;height:3px}
.tks-scroll-progress i{display:block;height:100%;background:var(--tk-saffron);transform:scaleX(0);transform-origin:left}

/* Header */
.tks-header{position:sticky;z-index:90;top:0;height:76px;padding:0 max(28px,4vw);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:42px;background:rgba(255,253,248,.96);border-bottom:1px solid var(--tk-line);backdrop-filter:blur(16px);transition:.25s}
.tks-header.is-scrolled{height:68px;box-shadow:0 12px 35px rgba(31,28,20,.08)}
body.admin-bar .tks-header{top:32px}
.tks-brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.tks-brand>i{width:38px;height:38px;display:grid;place-items:center;background:var(--tk-green);color:var(--tk-saffron-soft);font-style:normal;font-size:10px;font-weight:900;letter-spacing:.08em;box-shadow:0 0 0 0 rgba(223,159,37,.28);animation:tksBrandPulse 4s ease-out infinite}
.tks-brand span{display:flex;flex-direction:column}
.tks-brand b{font-size:18px;line-height:1;letter-spacing:.03em}
.tks-brand small{margin-top:5px;color:var(--tk-muted);font-size:7px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}
.tks-nav{justify-self:center;display:flex;gap:30px}
.tks-nav a{position:relative;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.tks-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--tk-saffron);transform:scaleX(0);transition:.25s}
.tks-nav a:hover:after{transform:scaleX(1)}
.tks-header-cta{min-height:42px;padding:0 17px;display:flex;align-items:center;gap:16px;background:var(--tk-green);color:#fff;text-decoration:none;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.tks-header-cta span{color:var(--tk-saffron-soft)}
body.tks-site .tks-header-cta,body.tks-site .tks-header-cta:visited,body.tks-site .tks-header-cta:hover{color:#fff!important}
.tks-menu-toggle{display:none}
.tks-drawer-overlay{position:fixed;z-index:96;inset:0;background:rgba(14,17,14,.62)}
.tks-drawer{position:fixed;z-index:97;top:0;right:0;width:min(430px,92vw);height:100dvh;padding:24px 30px;display:flex;flex-direction:column;background:var(--tk-green-deep);color:#fff;transform:translateX(105%);transition:.35s var(--tk-ease)}
.tks-drawer.is-open{transform:none}
.tks-drawer-head{padding-bottom:20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.13)}
.tks-drawer-logo{font-size:20px;font-weight:900}
.tks-drawer-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;font-size:24px}
.tks-drawer nav{margin-top:24px;display:grid}
.tks-drawer nav a{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.09);text-decoration:none;font-size:20px;font-weight:800;opacity:0;transform:translateX(22px)}
.tks-drawer.is-open nav a{animation:tksDrawerItem .42s var(--tk-ease) forwards}
.tks-drawer.is-open nav a:nth-child(2){animation-delay:.045s}.tks-drawer.is-open nav a:nth-child(3){animation-delay:.09s}.tks-drawer.is-open nav a:nth-child(4){animation-delay:.135s}.tks-drawer.is-open nav a:nth-child(5){animation-delay:.18s}.tks-drawer.is-open nav a:nth-child(6){animation-delay:.225s}.tks-drawer.is-open nav a:nth-child(7){animation-delay:.27s}.tks-drawer.is-open nav a:nth-child(8){animation-delay:.315s}
.tks-drawer-actions{margin-top:auto;display:grid;gap:11px}
.tks-drawer-actions>a:not(.tks-btn){color:#c5cec7;text-decoration:none}

/* Shared type and controls */
.tks-index,.tks-eyebrow{display:flex;align-items:center;gap:10px;color:var(--tk-wine);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tks-eyebrow i{width:26px;height:2px;background:var(--tk-saffron)}
.tks-section{padding:86px 0}
.tks-section-head{margin-bottom:30px;display:grid;grid-template-columns:1fr minmax(270px,420px);align-items:end;gap:50px}
.tks-section-head h2,.tks-story h2,.tks-catering h2,.tks-location h2,.tks-final h2{margin:10px 0 0;font-size:clamp(34px,3.6vw,50px);font-weight:900;line-height:1.02;letter-spacing:-.045em}
.tks-section-head h2 em{color:var(--tk-wine);font-style:normal}
.tks-section-head>p{margin:0;color:var(--tk-muted)}
.tks-btn{min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid transparent;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:.25s}
.tks-btn:hover{transform:translateY(-2px)}
.tks-btn-dark{background:var(--tk-green);color:#fff}
.tks-btn-dark span{color:var(--tk-saffron-soft)}
.tks-btn-light{border-color:var(--tk-line);background:var(--tk-paper);color:var(--tk-text)}
.tks-btn-gold{background:var(--tk-saffron);color:var(--tk-ink)}
.tks-btn-outline{border-color:rgba(255,255,255,.35);color:#fff}
body.tks-site .tks-btn-dark,body.tks-site .tks-btn-dark:visited,body.tks-site .tks-btn-dark:hover{color:#fff!important}
body.tks-site .tks-btn-light,body.tks-site .tks-btn-light:visited,body.tks-site .tks-btn-light:hover{color:var(--tk-text)!important}
body.tks-site .tks-btn-gold,body.tks-site .tks-btn-gold:visited,body.tks-site .tks-btn-gold:hover{color:var(--tk-ink)!important}
body.tks-site .tks-btn-outline,body.tks-site .tks-btn-outline:visited,body.tks-site .tks-btn-outline:hover{color:#fff!important}
.tks-text-link{text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tks-text-link b{margin-left:8px;color:var(--tk-saffron)}

/* Home hero — accessible, phone-first, and built from customer-supplied media */
.tks-home-hero{position:relative;isolation:isolate;overflow:hidden;padding:70px 0 62px;background:radial-gradient(circle at 78% 18%,rgba(223,159,37,.25),transparent 28%),linear-gradient(112deg,var(--tk-cream) 0 59%,#e9dfcc 59%);background-size:135% 135%,100% 100%;animation:tksHeroAtmosphere 8s ease-in-out infinite alternate}
.tks-home-hero:before,.tks-home-hero:after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(4px);pointer-events:none}
.tks-home-hero:before{width:360px;height:360px;right:-110px;top:-145px;border:1px solid rgba(122,41,37,.2);box-shadow:0 0 0 35px rgba(223,159,37,.07),0 0 0 76px rgba(23,37,29,.035);animation:tksHeroOrbA 8s ease-in-out infinite alternate}
.tks-home-hero:after{width:220px;height:220px;left:-90px;bottom:-95px;background:radial-gradient(circle,rgba(122,41,37,.12),transparent 68%);animation:tksHeroOrbB 6s ease-in-out infinite alternate}
.tks-home-hero-grid{position:relative;z-index:1;min-height:620px;display:grid;grid-template-columns:.86fr 1.14fr;align-items:center;gap:5vw}
.tks-home-hero-copy h1{position:relative;max-width:590px;margin:0 0 24px;padding-bottom:15px;color:var(--tk-ink);font-size:clamp(39px,3.7vw,52px);font-weight:900;line-height:1.04;letter-spacing:-.035em;text-wrap:balance}
.tks-home-hero-copy h1:after{content:"";position:absolute;left:0;bottom:0;width:108px;height:4px;background:linear-gradient(90deg,var(--tk-wine),var(--tk-saffron),var(--tk-green));background-size:220% 100%;animation:tksTitleLine 4.8s ease-in-out infinite}
@supports ((-webkit-background-clip:text) or (background-clip:text)){
  .tks-home-hero-copy h1{background:linear-gradient(105deg,var(--tk-ink) 8%,var(--tk-wine) 40%,var(--tk-saffron) 51%,var(--tk-green-deep) 68%,var(--tk-ink) 92%);background-size:240% auto;-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 8px 16px rgba(31,28,20,.08));animation:tksTitleShimmer 4.8s ease-in-out infinite}
}
.tks-halal-banner{position:relative;min-height:78px;max-width:none;margin:0;padding:13px 18px;display:flex;align-items:center;gap:15px;overflow:hidden;border:2px solid var(--tk-saffron);background:linear-gradient(115deg,#10251a 0%,var(--tk-green) 54%,#1d432e 100%);background-size:180% 180%;color:#fff;box-shadow:0 14px 34px rgba(23,37,29,.24),0 0 0 5px rgba(223,159,37,.08);animation:tksHalalBanner 3.2s ease-in-out infinite}
.tks-halal-banner:before{content:"HALAL";position:absolute;right:16px;top:50%;color:rgba(255,255,255,.045);font-size:58px;font-weight:950;letter-spacing:.08em;transform:translateY(-50%);pointer-events:none}
.tks-halal-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.22) 49%,transparent 73%);transform:translateX(-125%);animation:tksSoftSweep 4s .8s ease-in-out infinite;pointer-events:none}
.tks-halal-icon{position:relative;z-index:1;width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:50%;background:var(--tk-saffron);box-shadow:0 0 0 0 rgba(243,196,94,.56);animation:tksHalalPulse 2.4s ease-out infinite}
.tks-halal-icon svg{width:42px;height:42px;fill:none;stroke:var(--tk-green-deep);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.tks-halal-banner>span:last-child{display:flex;flex-direction:column;gap:2px}
.tks-halal-banner strong{position:relative;z-index:1;font-size:26px;line-height:1;letter-spacing:.15em;text-shadow:0 3px 14px rgba(0,0,0,.35)}
.tks-halal-banner small{position:relative;z-index:1;color:#fff;font-size:12px;font-weight:900;letter-spacing:.08em;line-height:1.4}
.tks-call-pickup{position:relative;isolation:isolate;max-width:460px;margin:0 0 12px;padding:16px 18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 18px;overflow:hidden;background:linear-gradient(110deg,#70221f,var(--tk-wine),#9a3730);background-size:180% 100%;color:#fff!important;text-decoration:none;box-shadow:0 14px 28px rgba(67,24,21,.16);animation:tksCallCard 4s ease-in-out infinite;transition:transform .3s var(--tk-ease),box-shadow .3s var(--tk-ease)}
.tks-call-pickup:after{content:"";position:absolute;z-index:0;inset:-40% auto -40% -35%;width:28%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);transform:skewX(-18deg) translateX(-220%);animation:tksCallSweep 4.3s .7s ease-in-out infinite;pointer-events:none}
.tks-call-pickup:hover{transform:translateY(-2px);box-shadow:0 19px 36px rgba(67,24,21,.22)}
.tks-call-pickup small,.tks-call-pickup strong,.tks-call-pickup span{position:relative;z-index:1}
.tks-call-pickup small{grid-column:1;color:#fff;font-size:13px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.tks-call-pickup strong{grid-row:1/3;grid-column:2;font-size:23px;line-height:1;white-space:nowrap}
.tks-call-pickup span{color:#f4d8d4;font-size:10px;font-weight:850}
.tks-call-pickup.compact{max-width:none;margin:18px 0 10px;background:var(--tk-green)}
.tks-home-hero-visual{--tks-corner-card-height:122px;min-width:0;position:relative;display:grid;gap:8px;perspective:1200px}
.tks-home-hero-visual figure{margin:0;overflow:hidden;background:#ddd}
.tks-hero-top-media{height:330px;position:relative;margin-bottom:50px}
.tks-hero-grill{height:100%;position:relative;z-index:1;box-shadow:0 18px 48px rgba(31,28,20,.16);animation:tksVideoGlow 4.6s ease-in-out infinite}
.tks-hero-grill:after{content:"";position:absolute;z-index:2;top:-15%;bottom:-15%;left:-28%;width:18%;background:linear-gradient(90deg,transparent,rgba(255,214,122,.3),transparent);transform:skewX(-14deg) translateX(-180%);animation:tksVideoSweep 5.5s 1s ease-in-out infinite;pointer-events:none}
.tks-hero-storefront{position:absolute;z-index:4;left:18px;bottom:-32px;width:38%;height:var(--tks-corner-card-height);border:3px solid rgba(255,255,255,.94);background:var(--tk-green-deep);box-shadow:0 18px 42px rgba(0,0,0,.33);transform:rotate(1.35deg);animation:tksStorefrontFloat 4.4s ease-in-out infinite}
.tks-hero-grill video,.tks-grill-motion-fallback,.tks-hero-storefront img{width:100%;height:100%;display:block;object-fit:cover;transform:none!important}
.tks-hero-grill video,.tks-grill-motion-fallback{position:absolute;inset:0;transition:opacity .35s ease}
.tks-hero-grill video{z-index:1;opacity:1;cursor:default}
.tks-grill-motion-fallback{z-index:0;opacity:0}
.tks-hero-grill.is-video-blocked video{opacity:0}
.tks-hero-grill.is-video-blocked .tks-grill-motion-fallback{opacity:1}
.tks-hero-grill video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}
.tks-grill-sparks{position:absolute;z-index:3;inset:0;overflow:hidden;pointer-events:none}
.tks-grill-sparks i{position:absolute;bottom:8%;width:5px;height:5px;border-radius:50%;background:var(--tk-saffron-soft);box-shadow:0 0 8px 2px rgba(243,196,94,.55);opacity:0;animation:tksSparkRise 2.8s ease-out infinite}
.tks-grill-sparks i:nth-child(1){left:55%;animation-delay:.1s}.tks-grill-sparks i:nth-child(2){left:65%;width:3px;height:3px;animation-delay:.7s}.tks-grill-sparks i:nth-child(3){left:75%;animation-delay:1.25s}.tks-grill-sparks i:nth-child(4){left:84%;width:4px;height:4px;animation-delay:1.7s}.tks-grill-sparks i:nth-child(5){left:45%;width:3px;height:3px;animation-delay:2.1s}.tks-grill-sparks i:nth-child(6){left:91%;animation-delay:2.45s}
.tks-hero-storefront img{object-fit:contain;object-position:center;background:#111}
.tks-hero-grill figcaption{position:absolute;z-index:3;right:13px;bottom:13px;padding:7px 9px;background:rgba(23,37,29,.9);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.tks-hero-storefront figcaption{position:absolute;z-index:2;left:7px;bottom:7px;padding:9px 12px;display:block;border-left:3px solid var(--tk-saffron);background:rgba(23,37,29,.95);color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.22)}
.tks-hero-vaziri{height:350px;position:relative;box-shadow:var(--tk-shadow)}
.tks-hero-vaziri:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(16,21,17,.72))}
.tks-hero-vaziri:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.13) 49%,transparent 63%);transform:translateX(-125%);animation:tksSoftSweep 8s 2s ease-in-out infinite;pointer-events:none}
.tks-hero-vaziri img{width:100%;height:100%;object-fit:cover;object-position:center 45%;transform:none!important;-webkit-touch-callout:none;user-select:none}
.tks-hero-vaziri figcaption{position:absolute;z-index:2;left:24px;right:210px;bottom:22px;display:flex;align-items:baseline;gap:12px;color:#fff}
.tks-hero-vaziri figcaption b{font-size:24px}
.tks-hero-vaziri figcaption span{color:#e3e8e3;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.tks-hero-location{position:absolute;z-index:3;right:-16px;bottom:-18px;width:38%;height:var(--tks-corner-card-height);padding:18px;display:grid;grid-template-columns:50px 1fr;align-content:center;align-items:center;column-gap:13px;border:1px solid rgba(243,196,94,.28);background:linear-gradient(135deg,var(--tk-green-deep),var(--tk-green));color:#fff!important;text-decoration:none;box-shadow:var(--tk-shadow);animation:tksFindUsGlow 3.8s ease-in-out infinite}
.tks-hero-location>span{grid-row:1/3;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(243,196,94,.35);background:rgba(255,255,255,.1);animation:tksPinPulse 2.4s ease-in-out infinite}
.tks-hero-location svg{width:25px;height:25px;fill:none;stroke:var(--tk-saffron-soft);stroke-width:1.7}
.tks-hero-location b{color:#fff!important;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.tks-hero-location small{color:#fff!important;font-size:12px}
.tks-home-favourites{padding:70px 0;background:var(--tk-paper)}
.tks-home-favourites header{margin-bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:25px}
.tks-home-favourites h2{margin:7px 0 0;font-size:clamp(30px,3vw,42px);line-height:1.05}
.tks-favourite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.tks-favourite-grid article{min-width:0;overflow:hidden;border:1px solid var(--tk-line);background:#fff}
.tks-favourite-grid article>img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center;transform:none!important;-webkit-touch-callout:none;user-select:none}
.tks-favourite-grid article>div{padding:18px 19px;display:grid;grid-template-columns:25px 1fr;gap:2px 10px}
.tks-favourite-grid article span{grid-row:1/3;color:var(--tk-wine);font-size:9px;font-weight:900}
.tks-favourite-grid h3{margin:0;font-size:22px;line-height:1.1}
.tks-favourite-grid p{margin:4px 0 0;color:var(--tk-muted);font-size:11px}
.tks-trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--tk-line);border-bottom:1px solid var(--tk-line);background:var(--tk-paper)}
.tks-trust>div{position:relative;min-height:72px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:12px;overflow:hidden;border-right:1px solid var(--tk-line);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tks-trust>div:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 38%,rgba(223,159,37,.12) 50%,transparent 62%);transform:translateX(-120%);animation:tksTrustSweep 7s ease-in-out infinite;pointer-events:none}
.tks-trust>div:nth-child(2):after{animation-delay:1.2s}.tks-trust>div:nth-child(3):after{animation-delay:2.4s}.tks-trust>div:nth-child(4):after{animation-delay:3.6s}
.tks-trust>div:last-child{border:0}
.tks-trust svg{width:25px;height:25px;fill:none;stroke:var(--tk-wine);stroke-width:1.5}
.tks-flavour-line{min-height:38px;padding:0 5vw;display:flex;align-items:center;justify-content:space-around;gap:30px;background:var(--tk-green);color:#c8d0ca;font-size:8px;font-weight:900;letter-spacing:.16em}
.tks-flavour-line span:before{content:"•";margin-right:24px;color:var(--tk-saffron)}

/* Menu — each card is an equal image/content split */
.tks-menu-preview{background:var(--tk-paper)}
.tks-tabs{margin-bottom:24px;display:flex;gap:7px}
.tks-tabs button{min-height:42px;padding:0 16px;display:flex;align-items:center;gap:18px;border:1px solid var(--tk-line);background:transparent;color:var(--tk-text);cursor:pointer}
.tks-tabs button span{font-size:10px;font-weight:900;text-transform:uppercase}
.tks-tabs button i{color:var(--tk-muted);font-size:9px;font-style:normal}
.tks-tabs button[aria-selected=true]{border-color:var(--tk-green);background:var(--tk-green);color:#fff}
.tks-tabs button[aria-selected=true] i{color:var(--tk-saffron-soft)}
.tks-menu-current{scroll-margin-top:88px;margin:0 0 16px;padding:17px 20px;display:grid;grid-template-columns:160px minmax(180px,.7fr) 1fr;align-items:center;gap:22px;border-left:4px solid var(--tk-saffron);background:var(--tk-cream)}
.tks-menu-current>span{color:var(--tk-wine);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tks-menu-current h3{margin:0;font-size:23px;font-weight:900;line-height:1.05}
.tks-menu-current p{margin:0;color:var(--tk-muted);font-size:12px;line-height:1.55}
.tks-menu-groups{display:grid;gap:28px}
.tks-menu-group{display:grid;gap:12px;scroll-margin-top:88px}
.tks-menu-group-title{margin:0;padding:16px 18px;border-left:4px solid var(--tk-wine);background:var(--tk-green);color:#fff;font-size:21px;line-height:1.1}
.tks-menu-group.is-selected>.tks-menu-group-title{display:none}
.tks-menu-more-heading{padding:25px 0 0;border-top:1px solid var(--tk-line)}
.tks-menu-more-heading span{display:block;color:var(--tk-wine);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.tks-menu-more-heading p{margin:5px 0 0;color:var(--tk-muted);font-size:13px}
.tks-dish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.tks-dish-card{min-width:0;display:grid;grid-template-columns:1fr 1fr;min-height:225px;overflow:hidden;border:1px solid var(--tk-line);background:#fff;transition:.3s var(--tk-ease)}
.tks-dish-image{min-width:0;background:linear-gradient(145deg,#eee7da,#fbf8f1);overflow:hidden}
.tks-dish-image img{width:100%;height:100%;object-fit:contain;transform:none;transition:.35s}
.tks-dish-placeholder{width:100%;height:100%;min-height:128px;display:grid;place-items:center;background:var(--tk-green);color:var(--tk-saffron-soft);font-size:10px;font-weight:950;letter-spacing:.15em}
.tks-dish-placeholder.large{min-height:400px;font-size:24px}
.tks-dish-content{min-width:0;padding:23px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}
.tks-dish-number{align-self:start;color:#a09d94;font-size:8px;font-weight:900}
.tks-dish-name{min-width:0}
.tks-dish-content h3{margin:0;font-size:22px;font-weight:900;line-height:1.12}
.tks-dish-content p{margin:7px 0 0;color:var(--tk-muted);font-size:12px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}
.tks-dish-content small{display:block;margin-top:7px;color:var(--tk-wine);font-size:9px;font-weight:900;text-transform:uppercase}
.tks-price-stack{margin-top:10px;display:flex;align-items:flex-start;gap:16px}
.tks-price-stack strong{color:var(--tk-wine);font-size:22px;line-height:1;white-space:nowrap}
.tks-price-stack small{margin:0 0 5px;color:var(--tk-muted);font-size:8px;letter-spacing:.1em;text-align:left;text-transform:uppercase}
.tks-menu-footer{margin-top:17px;display:flex;align-items:center;justify-content:space-between;color:var(--tk-muted);font-size:9px;font-weight:800;text-transform:uppercase}
.tks-menu-footer a{color:var(--tk-text);text-decoration:none}

@media(hover:hover) and (pointer:fine){
  .tks-dish-card:hover{border-color:rgba(122,41,37,.42);transform:translateY(-2px);box-shadow:0 14px 32px rgba(29,25,17,.08)}
  .tks-dish-card:hover .tks-dish-image img{transform:none}
}

/* Kitchen and catering on home */
.tks-story{padding:92px 0;background:var(--tk-cream)}
.tks-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:7vw}
.tks-story-copy>p{max-width:480px;margin:22px 0;color:var(--tk-muted)}
.tks-story-points{margin-bottom:24px;border-top:1px solid var(--tk-line)}
.tks-story-points span{padding:12px 0;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--tk-line);font-size:9px;text-transform:uppercase}
.tks-story-points svg{width:21px;height:21px;fill:none;stroke:var(--tk-wine);stroke-width:1.5}
.tks-story-image{height:470px;position:relative;overflow:hidden}
.tks-story-image img{width:100%;height:100%;object-fit:cover}
.tks-story-image>span{position:absolute;left:16px;bottom:16px;padding:9px 12px;background:rgba(23,37,29,.92);color:#fff;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.tks-kitchen-gallery{padding:76px 0;background:var(--tk-paper)}
.tks-kitchen-gallery header{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.tks-kitchen-gallery h2{margin:9px 0 0;font-size:clamp(30px,3vw,42px);line-height:1.05}
.tks-kitchen-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.tks-kitchen-gallery-grid figure{aspect-ratio:4/3;margin:0;overflow:hidden;background:var(--tk-cream)}
.tks-kitchen-gallery-grid img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s var(--tk-ease)}
.tks-kitchen-gallery-grid figure:hover img{transform:scale(1.025)}
.tks-catering{padding:94px 0;background:var(--tk-saffron)}
.tks-catering-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:6vw}
.tks-catering .tks-food-board{grid-template-columns:repeat(2,1fr)}
.tks-catering .tks-index{color:var(--tk-green-deep)}
.tks-catering-copy>p{max-width:500px;margin:21px 0;color:#4c422e}
.tks-catering-facts{margin:25px 0;display:flex;gap:35px}
.tks-catering-facts span{display:flex;flex-direction:column}
.tks-catering-facts small{font-size:7px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tks-catering-facts strong{margin-top:4px;font-size:18px}
.tks-home-catering>.tks-shell{display:grid;grid-template-columns:.88fr 1.12fr;align-items:start;gap:5vw}
.tks-home-catering .tks-catering-copy h2{font-size:clamp(32px,3.3vw,46px);text-wrap:balance}
.tks-home-catering .tks-catering-copy>p{margin:13px 0;color:#4c422e}
.tks-catering-package-card{padding:31px;background:rgba(255,253,248,.72);box-shadow:0 18px 45px rgba(80,57,15,.1)}
.tks-catering-package-card h3{margin:8px 0 17px;font-size:28px}
.tks-catering-package-card>p{margin:12px 0;color:#4c422e}
.tks-catering-package-card>b{display:block;margin-top:20px;color:var(--tk-wine);font-size:9px;letter-spacing:.12em}
.tks-catering-package-card>small{display:block;color:#5c513a;font-size:9px}
.tks-home-catering-gallery{grid-column:1/3;margin-top:5px}
.tks-home-catering .tks-package-list{grid-template-columns:repeat(3,1fr)}
.tks-home-catering .tks-package-list span{border-color:rgba(38,40,33,.16);color:var(--tk-green);background:rgba(255,255,255,.35)}
.tks-food-board{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.tks-food-board figure{aspect-ratio:4/3;height:auto;margin:0;position:relative;overflow:hidden;background:#eee}
.tks-food-board img{width:100%;height:100%;object-fit:cover;object-position:center}
.tks-food-board figcaption{position:absolute;left:9px;right:9px;bottom:9px;padding:7px 9px;background:rgba(23,37,29,.9);color:#fff;font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}

/* Reviews, FAQ and location */
.tks-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.tks-review-grid article{padding:25px;border:1px solid var(--tk-line);background:#fff}
.tks-review-grid blockquote{margin:0 0 15px}
.tks-faq-preview{background:var(--tk-paper)}
.tks-accordion{display:grid;gap:8px}
.tks-accordion details{border:1px solid var(--tk-line);background:#fff}
.tks-accordion summary{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:900;list-style:none}
.tks-accordion summary::-webkit-details-marker{display:none}
.tks-accordion summary span{color:var(--tk-wine)}
.tks-accordion details>div{padding:0 20px 18px;color:var(--tk-muted)}
.tks-location{background:var(--tk-cream)}
.tks-location-grid{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;background:var(--tk-paper);box-shadow:var(--tk-shadow)}
.tks-map{min-height:470px;position:relative}
.tks-map iframe{width:100%;height:100%;min-height:470px;border:0;filter:saturate(.65)}
.tks-map-label{position:absolute;left:15px;bottom:15px;padding:9px 12px;background:var(--tk-green);color:#fff;font-size:8px;font-weight:900;text-transform:uppercase}
.tks-location-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}
.tks-info-row{padding:13px 0;display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid var(--tk-line);text-decoration:none}
.tks-info-row svg,.tks-hours-box svg{width:22px;height:22px;fill:none;stroke:var(--tk-wine);stroke-width:1.5}
.tks-info-row p{margin:0}
.tks-info-row span{color:var(--tk-muted)}
.tks-hours-box{padding:15px 0;display:flex;gap:12px}
.tks-hours-box p{margin:0;display:grid;gap:3px;color:var(--tk-muted);font-size:11px}
.tks-location-actions{margin-top:19px;display:flex;gap:8px}

/* Internal pages: all H1s intentionally restrained */
.tks-breadcrumbs{height:38px;padding:0 max(28px,4vw);display:flex;align-items:center;gap:9px;background:var(--tk-green-deep);color:#bdc6bf;font-size:8px;font-weight:800;text-transform:uppercase}
.tks-breadcrumbs a{text-decoration:none}
.tks-inner-hero{min-height:390px;padding:68px max(5vw,70px);position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:var(--tk-cream)}
.tks-inner-hero:before{content:"";position:absolute;right:max(5vw,70px);top:50%;width:36%;height:260px;transform:translateY(-50%);background:var(--tks-inner-image) center/cover no-repeat}
.tks-inner-hero h1{max-width:580px;margin:13px 0 0;font-size:clamp(32px,3.2vw,44px);font-weight:900;line-height:1.04;letter-spacing:-.04em}
.tks-inner-hero h1 em{color:var(--tk-wine);font-style:normal}
.tks-inner-hero>p{max-width:520px;margin:17px 0 0;color:var(--tk-muted)}
.tks-inner-hero.dark{background:var(--tk-green-deep);color:#fff}
.tks-inner-hero.dark>p{color:#bdc6bf}
.tks-inner-facts{display:flex;gap:8px;margin-top:20px}
.tks-inner-facts>span{min-width:120px;padding:12px 14px;border:1px solid rgba(255,255,255,.16)}
.tks-inner-facts small,.tks-inner-facts b{display:block;color:#aeb9b0;font-size:7px;text-transform:uppercase}
.tks-inner-facts strong{font-size:22px;color:var(--tk-saffron-soft)}

/* Full menu */
.tks-page-menu .tks-breadcrumbs{display:none}
.tks-menu-page{padding-top:60px}
.tks-menu-page-head{margin-bottom:22px;padding-bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:30px;border-bottom:1px solid var(--tk-line)}
.tks-menu-page-head h1{margin:9px 0 0;font-size:clamp(32px,3vw,42px);font-weight:900;line-height:1.04}
.tks-menu-page-head p{margin:10px 0 0;color:var(--tk-muted)}
.tks-menu-intro{margin-bottom:18px;display:flex;gap:8px;color:var(--tk-muted);font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tks-menu-intro span{padding:8px 11px;border:1px solid var(--tk-line)}
.tks-menu-page-tabs{margin-bottom:22px}
.tks-menu-page-tabs button{min-height:54px}
.tks-tab-icon{width:28px;height:28px;display:grid;place-items:center;color:var(--tk-saffron-soft)}
.tks-tab-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}
.tks-lunch-block{margin-top:65px;padding:34px;background:var(--tk-green);color:#fff}
.tks-lunch-block>header{margin-bottom:22px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;gap:40px}
.tks-lunch-block .tks-index{grid-column:1/3;color:var(--tk-saffron-soft)}
.tks-lunch-block h2{margin:0;font-size:35px;line-height:1}
.tks-lunch-block header p{margin:0;color:#bdc6bf}
.tks-lunch-photos{margin:0 0 22px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.tks-lunch-photos figure,.tks-menu-photo-grid figure,.tks-sides-media figure{margin:0;position:relative;overflow:hidden;background:#ece5d8}
.tks-lunch-photos figure{aspect-ratio:4/3}
.tks-lunch-photos img,.tks-menu-photo-grid img,.tks-sides-media img{width:100%;height:100%;object-fit:cover;object-position:center;transform:none!important;-webkit-touch-callout:none;user-select:none}
.tks-lunch-photos figcaption,.tks-menu-photo-grid figcaption,.tks-sides-media figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:7px 8px;background:rgba(23,37,29,.9);color:#fff;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.tks-lunch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tks-menu-photo-story{margin-top:58px;padding:34px;background:var(--tk-cream)}
.tks-menu-photo-story>header{max-width:820px;margin-bottom:23px}
.tks-menu-photo-story h2{margin:7px 0;font-size:34px;line-height:1.05}
.tks-menu-photo-story header p{margin:0;color:var(--tk-muted)}
.tks-menu-photo-grid{display:grid;gap:9px}
.tks-menu-photo-grid.three{grid-template-columns:repeat(3,1fr)}
.tks-menu-photo-grid figure{aspect-ratio:4/3}
.tks-sides{margin-top:55px;padding:30px;display:grid;grid-template-columns:1.15fr .85fr;gap:35px;background:var(--tk-cream)}
.tks-sides h2{margin:7px 0 18px;font-size:30px}
.tks-sides-copy>div{display:grid;grid-template-columns:repeat(2,1fr);gap:0 38px}
.tks-sides-copy>div>span{padding:10px 0;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--tk-line);font-size:11px}
.tks-sides b{color:var(--tk-wine)}
.tks-sides-media{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tks-sides-media figure{aspect-ratio:3/4}

/* Catering: no giant or zoomed hero image */
.tks-page-catering .tks-breadcrumbs{background:var(--tk-paper);color:var(--tk-muted);border-bottom:1px solid var(--tk-line)}
.tks-catering-intro{padding:72px 0;background:var(--tk-cream)}
.tks-catering-intro>.tks-shell{display:grid;grid-template-columns:1fr auto;align-items:end;gap:70px}
.tks-catering-intro h1{max-width:630px;margin:13px 0 16px;font-size:clamp(34px,3.5vw,46px);font-weight:900;line-height:1.04;letter-spacing:-.04em}
.tks-catering-intro p{max-width:650px;margin:0 0 13px;color:var(--tk-muted)}
.tks-catering-intro-actions{margin-top:24px;display:flex;gap:9px}
.tks-catering-intro aside{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--tk-line);background:var(--tk-paper)}
.tks-catering-intro aside span{min-width:145px;padding:19px;border-right:1px solid var(--tk-line)}
.tks-catering-intro aside span:last-child{border:0}
.tks-catering-intro aside small,.tks-catering-intro aside b{display:block;color:var(--tk-muted);font-size:7px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.tks-catering-intro aside strong{display:block;margin:4px 0;color:var(--tk-wine);font-size:25px}
.tks-catering-board{padding:70px 0;background:var(--tk-paper)}
.tks-catering-board header{margin-bottom:25px;display:flex;align-items:end;justify-content:space-between;gap:30px}
.tks-catering-board h2{max-width:520px;margin:10px 0 0;font-size:clamp(30px,3vw,42px);line-height:1.05}
.tks-catering-board .tks-food-board figure{aspect-ratio:4/3;height:auto}
.tks-catering-package{padding:60px 0;background:var(--tk-green);color:#fff}
.tks-catering-package>.tks-shell{display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;gap:7vw}
.tks-catering-package h2{margin:9px 0 7px;font-size:32px;line-height:1.05}
.tks-catering-package header p{margin:0;color:#bdc6bf;font-size:11px}
.tks-catering-package .tks-index{color:var(--tk-saffron-soft)}
.tks-package-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tks-package-list span{padding:13px;border:1px solid rgba(255,255,255,.15);color:#e9eeea;font-size:8px;font-weight:900;letter-spacing:.09em;text-align:center;text-transform:uppercase}
.tks-perfect-for{margin-top:15px;padding:16px 18px;border:1px solid rgba(255,255,255,.15)}
.tks-perfect-for b{color:var(--tk-saffron-soft);font-size:8px;letter-spacing:.12em}
.tks-perfect-for p{margin:5px 0 0;color:#e9eeea;font-size:11px}
.tks-catering-register{padding:82px 0;background:var(--tk-cream)}
.tks-catering-register>.tks-shell{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:7vw}
.tks-catering-register aside{position:sticky;top:100px}
.tks-catering-register h2{margin:10px 0 16px;font-size:clamp(30px,3vw,42px);line-height:1.05}
.tks-catering-register aside>p{color:var(--tk-muted)}
.tks-catering-phone{display:inline-block;margin:3px 0 10px;color:var(--tk-wine)!important;text-decoration:none;font-size:28px;font-weight:950}
.tks-catering-register aside>div{margin-top:24px;display:grid}
.tks-catering-register aside>div span{padding:11px 0;display:flex;gap:14px;border-bottom:1px solid var(--tk-line);color:var(--tk-wine);font-size:8px;font-weight:900}
.tks-catering-register aside>div b{color:var(--tk-text);text-transform:uppercase}
.tks-catering-form-panel{padding:32px;background:var(--tk-paper);box-shadow:0 18px 50px rgba(31,28,20,.09)}

/* Forms */
.tks-form-wrap{margin:0}
.tks-lead-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tks-lead-form label{display:flex;flex-direction:column;gap:6px}
.tks-lead-form label>span{font-size:8px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.tks-lead-form input,.tks-lead-form select,.tks-lead-form textarea{width:100%;min-height:50px;padding:12px 13px;border:1px solid #d5d2ca;border-radius:0;background:#fff;color:var(--tk-text)}
.tks-lead-form textarea{resize:vertical}
.tks-lead-form input:focus,.tks-lead-form select:focus,.tks-lead-form textarea:focus{outline:0;border-color:var(--tk-saffron);box-shadow:0 0 0 3px rgba(223,159,37,.13)}
.tks-field-wide{grid-column:1/3}
.tks-form-guidance{margin:0;color:var(--tk-muted);font-size:10px}
.tks-honeypot{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}
.tks-form-message{margin-bottom:15px;padding:13px 15px;display:grid;gap:3px}
.tks-form-message.success{background:#e5efdf;border-left:3px solid #58754b}
.tks-form-message.error{background:#f3dfdc;border-left:3px solid var(--tk-wine)}
.tks-form-message span{font-size:11px}

/* Remaining internal pages */
.tks-about-page,.tks-contact-page,.tks-dish-detail{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:var(--tk-paper)}
.tks-about-page>div,.tks-dish-detail>div{overflow:hidden;background:#eee5d7}
.tks-about-page>div img{width:100%;height:100%;object-fit:cover}
.tks-about-page>.tks-about-counter-photo{background:var(--tk-green-deep)}
.tks-about-page>.tks-about-counter-photo img{object-fit:contain;object-position:center}
.tks-about-page article,.tks-contact-page>div,.tks-dish-detail>article{padding:65px max(5vw,65px);display:flex;flex-direction:column;justify-content:center}
.tks-about-page h2,.tks-contact-page h2,.tks-dish-detail h2{margin:0 0 20px;font-size:clamp(30px,3.4vw,45px);line-height:1.05}
.tks-about-page article>p,.tks-contact-page>div>p,.tks-dish-detail article>p{color:var(--tk-muted)}
.tks-contact-page>div:first-child{background:var(--tk-green);color:#fff}
.tks-contact-page>div:first-child p{color:#bdc6bf}
.tks-contact-page>div:first-child>a:not(.tks-btn){margin:8px 0 18px;color:var(--tk-saffron-soft);text-decoration:none;font-size:23px;font-weight:900}
.tks-dish-detail>div{display:grid;place-items:center}
.tks-dish-detail>div img{width:100%;height:100%;object-fit:contain}
.tks-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tks-blog-card{border:1px solid var(--tk-line);background:#fff}
.tks-blog-card>a{display:block;padding:17px;text-decoration:none}
.tks-blog-card>a>div{height:210px;margin:-17px -17px 17px;display:grid;place-items:center;overflow:hidden;background:var(--tk-green);color:var(--tk-saffron-soft)}
.tks-blog-card img{width:100%;height:100%;object-fit:cover}
.tks-blog-card h2{font-size:22px;line-height:1.15}
.tks-blog-card p{color:var(--tk-muted)}
.tks-article-image{width:var(--tk-shell);max-height:620px;margin:0 auto 50px;overflow:hidden}
.tks-article-image img{width:100%;height:100%;object-fit:cover}
.tks-prose{max-width:830px;font-size:16px}

/* Final CTA and footer */
.tks-final{padding:55px 24px;background:var(--tk-wine);color:#fff;text-align:center}
.tks-final-marquee{display:none}
.tks-final p{margin:0;color:#e1c7c5;font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.tks-final h2{font-size:clamp(30px,3.4vw,46px)}
.tks-final h2 em{color:var(--tk-saffron-soft);font-style:normal}
.tks-final>div:last-child>span{margin-top:22px;display:flex;justify-content:center;gap:8px}
.tks-footer{padding:58px max(5vw,65px) 25px;background:#111713;color:#c5cec7}
.tks-footer-main{max-width:1240px;margin:auto;padding-bottom:42px;display:grid;grid-template-columns:1.3fr .7fr 1fr 1fr;gap:48px}
.tks-footer-brand{display:flex;flex-direction:column}
.tks-footer-brand span{color:#fff;font-size:26px;font-weight:900}
.tks-footer-brand small{margin-top:7px;color:#78847b;font-size:7px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.tks-footer-main>div:not(.tks-footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:11px}
.tks-footer-main b{margin-bottom:4px;color:var(--tk-saffron-soft);font-size:8px;text-transform:uppercase}
.tks-footer-main a{text-decoration:none}
.tks-footer-main p{margin:0}
.tks-footer-bottom{max-width:1240px;margin:auto;padding-top:18px;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);color:#758077;font-size:8px;text-transform:uppercase}
.tks-footer-bottom a{text-decoration:none}
.tks-mobile-bar{display:none}
.tks-back-to-top{position:fixed;z-index:75;right:18px;bottom:18px;width:42px;height:42px;border:0;background:var(--tk-green);color:var(--tk-saffron-soft);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s}
.tks-back-to-top.is-visible{opacity:1;visibility:visible;transform:none}

[data-reveal]{opacity:1}
.tks-loaded [data-reveal]{opacity:0;transform:translateY(12px);transition:opacity .5s var(--tk-ease),transform .5s var(--tk-ease)}
.tks-loaded [data-reveal].is-visible{opacity:1;transform:none}

@keyframes tksHeroAtmosphere{
  0%{background-position:82% 10%,0 0}
  100%{background-position:58% 30%,0 0}
}
@keyframes tksHeroOrbA{
  0%{transform:translate3d(0,0,0) rotate(0deg);opacity:.55}
  100%{transform:translate3d(-36px,42px,0) rotate(18deg);opacity:1}
}
@keyframes tksHeroOrbB{
  0%{transform:translate3d(0,0,0) scale(.9)}
  100%{transform:translate3d(45px,-28px,0) scale(1.16)}
}
@keyframes tksBrandPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(223,159,37,.28)}
  55%{box-shadow:0 0 0 8px rgba(223,159,37,0)}
}
@keyframes tksTitleShimmer{
  0%,18%{background-position:100% center}
  55%,100%{background-position:0 center}
}
@keyframes tksTitleLine{
  0%,100%{background-position:0 50%;transform:scaleX(.72);transform-origin:left}
  50%{background-position:100% 50%;transform:scaleX(1);transform-origin:left}
}
@keyframes tksCallSweep{
  0%,68%{transform:skewX(-18deg) translateX(-220%)}
  84%,100%{transform:skewX(-18deg) translateX(620%)}
}
@keyframes tksCallCard{
  0%,100%{background-position:0 50%;box-shadow:0 14px 28px rgba(67,24,21,.16)}
  50%{background-position:100% 50%;box-shadow:0 18px 38px rgba(122,41,37,.28)}
}
@keyframes tksSoftSweep{
  0%,72%{transform:translateX(-125%)}
  100%{transform:translateX(125%)}
}
@keyframes tksStorefrontFloat{
  0%,100%{transform:rotate(1.35deg) translate3d(0,0,0)}
  50%{transform:rotate(.2deg) translate3d(0,7px,0)}
}
@keyframes tksHalalPulse{
  0%,100%{box-shadow:0 0 0 0 rgba(243,196,94,.4)}
  55%{box-shadow:0 0 0 14px rgba(243,196,94,0)}
}
@keyframes tksHalalBanner{
  0%,100%{background-position:0 50%;box-shadow:0 14px 34px rgba(23,37,29,.24),0 0 0 5px rgba(223,159,37,.08)}
  50%{background-position:100% 50%;box-shadow:0 20px 44px rgba(23,37,29,.32),0 0 0 7px rgba(223,159,37,.15)}
}
@keyframes tksVideoGlow{
  0%,100%{box-shadow:0 18px 48px rgba(31,28,20,.16),0 0 0 1px rgba(223,159,37,.08)}
  50%{box-shadow:0 22px 58px rgba(31,28,20,.22),0 0 0 3px rgba(223,159,37,.22)}
}
@keyframes tksVideoSweep{
  0%,64%{transform:skewX(-14deg) translateX(-180%);opacity:0}
  70%{opacity:1}
  100%{transform:skewX(-14deg) translateX(760%);opacity:0}
}
@keyframes tksSparkRise{
  0%{transform:translate3d(0,0,0) scale(.5);opacity:0}
  18%{opacity:1}
  100%{transform:translate3d(20px,-170px,0) scale(1.25);opacity:0}
}
@keyframes tksFindUsGlow{
  0%,100%{transform:translateY(0);box-shadow:0 24px 65px rgba(31,28,20,.16)}
  50%{transform:translateY(-5px);box-shadow:0 28px 72px rgba(31,28,20,.28),0 0 0 4px rgba(223,159,37,.2)}
}
@keyframes tksPinPulse{
  0%,100%{transform:scale(1);background:rgba(255,255,255,.1)}
  50%{transform:scale(1.08);background:rgba(223,159,37,.18)}
}
@keyframes tksDrawerItem{
  to{opacity:1;transform:translateX(0)}
}
@keyframes tksTrustSweep{
  0%,72%{transform:translateX(-120%)}
  100%{transform:translateX(120%)}
}
@keyframes tksMobileBarIn{
  from{opacity:0;transform:translateY(22px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes tksCallNav{
  0%,100%{box-shadow:0 0 0 0 rgba(243,196,94,.36)}
  50%{box-shadow:0 0 0 5px rgba(243,196,94,0)}
}

@media(max-width:1060px){
  :root{--tk-shell:min(900px,calc(100vw - 44px))}
  .tks-nav,.tks-header-cta{display:none}
  .tks-header{grid-template-columns:1fr auto;padding:0 22px}
  .tks-menu-toggle{width:42px;height:42px;display:grid;place-content:center;gap:5px;border:1px solid var(--tk-line);background:transparent}
  .tks-menu-toggle span{display:block;width:19px;height:2px;background:var(--tk-green)}
  .tks-home-hero-grid{grid-template-columns:1fr;gap:45px}
  .tks-home-hero-copy{max-width:680px}
  .tks-home-hero-visual{min-height:0}
  .tks-story-grid,.tks-catering-grid,.tks-location-grid,.tks-catering-register>.tks-shell,.tks-home-catering>.tks-shell{grid-template-columns:1fr}
  .tks-home-catering-gallery{grid-column:auto}
  .tks-story-copy{max-width:650px}
  .tks-food-board{grid-template-columns:repeat(2,1fr)}
  .tks-food-board figure{height:auto}
  .tks-catering-register aside{position:static}
  .tks-catering-package>.tks-shell{grid-template-columns:1fr;gap:28px}
  .tks-about-page,.tks-contact-page,.tks-dish-detail{grid-template-columns:1fr}
  .tks-about-page>div,.tks-dish-detail>div{min-height:430px}
  .tks-footer-main{grid-template-columns:1.2fr .7fr 1fr}
  .tks-footer-main>div:last-child{grid-column:3}
}

@media(max-width:720px){
  :root{--tk-shell:calc(100vw - 30px)}
  body.tks-site{font-size:16px;line-height:1.6}
  body.admin-bar .tks-header{top:46px}
  .tks-header,.tks-header.is-scrolled{height:64px;padding:0 14px;gap:12px}
  .tks-brand>i{width:35px;height:35px}
  .tks-brand b{font-size:20px}
  .tks-brand small{font-size:10px;letter-spacing:.065em}
  .tks-menu-toggle{width:38px;height:38px}
  .tks-drawer{padding:20px 23px 24px}
  .tks-drawer nav a{padding:9px 0;font-size:19px;line-height:1.2}
  .tks-section{padding:62px 0}
  .tks-section-head{grid-template-columns:1fr;gap:14px;margin-bottom:24px}
  .tks-section-head h2,.tks-story h2,.tks-catering h2,.tks-location h2,.tks-final h2{font-size:32px;line-height:1.08}
  .tks-index,.tks-eyebrow{font-size:10px}
  .tks-btn{width:100%;min-height:52px;font-size:12px;letter-spacing:.055em}
  .tks-home-hero{padding:30px 0 34px;background:radial-gradient(circle at 82% 8%,rgba(223,159,37,.18),transparent 34%),var(--tk-cream);background-size:145% 145%,100% 100%}
  .tks-home-hero-grid{min-height:0;gap:16px}
  .tks-home-hero-copy h1{margin:0 0 18px;padding-bottom:13px;font-size:32px;font-weight:900;line-height:1.06;letter-spacing:-.022em;text-wrap:balance}
  .tks-home-hero-copy h1:after{width:86px;height:3px}
  .tks-halal-banner{min-height:72px;max-width:none;margin:0;padding:12px 14px;gap:12px}
  .tks-halal-banner:before{right:10px;font-size:43px}
  .tks-halal-icon{width:48px;height:48px;flex-basis:48px}
  .tks-halal-icon svg{width:37px;height:37px}
  .tks-halal-banner strong{font-size:22px}
  .tks-halal-banner small{font-size:10px;letter-spacing:.055em}
  .tks-call-pickup{max-width:none;padding:15px 14px;grid-template-columns:1fr auto;gap:3px 12px}
  .tks-call-pickup small{grid-column:1;font-size:14px;line-height:1.1}
  .tks-call-pickup strong{grid-row:1/3;grid-column:2;margin:0;font-size:21px}
  .tks-call-pickup span{font-size:10px}
  .tks-home-hero-visual{--tks-corner-card-height:82px;min-height:0;gap:7px}
  .tks-hero-top-media{height:auto;aspect-ratio:16/9}
  .tks-hero-grill{height:100%}
  .tks-hero-storefront{left:11px;bottom:-39px;width:46%;border-width:3px}
  .tks-hero-storefront figcaption{left:5px;bottom:5px;padding:7px 9px;font-size:9px}
  .tks-hero-grill figcaption{right:9px;bottom:9px;font-size:8px}
  .tks-hero-vaziri{height:285px}
  .tks-hero-vaziri figcaption{left:15px;right:130px;bottom:16px;display:block}
  .tks-hero-vaziri figcaption b{display:block;font-size:22px}
  .tks-hero-vaziri figcaption span{font-size:9px}
  .tks-hero-location{right:8px;bottom:-18px;width:46%;padding:11px;grid-template-columns:38px 1fr;column-gap:10px}
  .tks-hero-location>span{width:38px;height:38px}
  .tks-hero-location svg{width:21px;height:21px}
  .tks-hero-location b{font-size:12px}
  .tks-hero-location small{font-size:11px}
  .tks-home-favourites{padding:54px 0}
  .tks-home-favourites header{align-items:flex-start;flex-direction:column;margin-bottom:18px}
  .tks-home-favourites h2{font-size:35px}
  .tks-favourite-grid{grid-template-columns:1fr;gap:10px}
  .tks-favourite-grid article{display:grid;grid-template-columns:42% 1fr;align-items:stretch}
  .tks-favourite-grid article>img{height:100%;aspect-ratio:auto;min-height:150px}
  .tks-favourite-grid article>div{align-content:center;padding:15px}
  .tks-favourite-grid h3{font-size:23px}
  .tks-favourite-grid p{font-size:13px;line-height:1.45}
  .tks-trust{grid-template-columns:1fr 1fr}
  .tks-trust>div{min-height:64px;font-size:10px;letter-spacing:.06em;border-bottom:1px solid var(--tk-line)}
  .tks-trust>div:nth-child(2){border-right:0}
  .tks-flavour-line{min-height:38px;justify-content:flex-start;overflow:hidden;white-space:nowrap;font-size:10px}
  .tks-tabs{display:grid;grid-template-columns:1fr;gap:6px;overflow:visible}
  .tks-tabs button{width:100%;min-width:0;min-height:54px;padding:0 16px;justify-content:space-between;text-align:left}
  .tks-tabs button span{font-size:14px}
  .tks-tabs button i{font-size:11px}
  .tks-menu-current{scroll-margin-top:76px;margin:0 0 13px;padding:15px 16px;display:block}
  .tks-menu-current>span{display:block;margin-bottom:6px;font-size:10px}
  .tks-menu-current h3{font-size:26px}
  .tks-menu-current p{margin-top:7px;font-size:15px}
  .tks-menu-groups{gap:34px}
  .tks-menu-group{gap:12px;scroll-margin-top:76px}
  .tks-menu-group-title{padding:17px 16px;font-size:24px}
  .tks-menu-more-heading{padding-top:27px}
  .tks-menu-more-heading span{font-size:12px}
  .tks-menu-more-heading p{font-size:15px;line-height:1.55}
  .tks-dish-grid{grid-template-columns:1fr;gap:9px}
  .tks-dish-card{grid-template-columns:1fr 1fr;min-height:205px}
  .tks-dish-content{padding:16px;gap:6px}
  .tks-dish-content h3{font-size:22px;line-height:1.14}
  .tks-dish-number{font-size:10px}
  .tks-dish-content p{font-size:12px;line-height:1.4}
  .tks-dish-content small{font-size:9px;line-height:1.35}
  .tks-price-stack{margin-top:8px;flex-direction:column;align-items:flex-start;gap:8px}
  .tks-price-stack strong{font-size:21px}
  .tks-price-stack small{font-size:9px}
  .tks-menu-footer{align-items:flex-start;gap:12px;font-size:11px;line-height:1.5}
  .tks-story-points span{font-size:11px}
  .tks-story,.tks-catering{padding:62px 0}
  .tks-story-grid,.tks-catering-grid{gap:35px}
  .tks-story-image{height:300px}
  .tks-kitchen-gallery{padding:55px 0}
  .tks-kitchen-gallery header{align-items:flex-start;flex-direction:column;margin-bottom:19px}
  .tks-kitchen-gallery h2{font-size:35px}
  .tks-kitchen-gallery-grid{grid-template-columns:repeat(2,1fr);gap:7px}
  .tks-catering-facts{gap:22px}
  .tks-catering-facts small{font-size:9px}
  .tks-home-catering>.tks-shell{gap:28px}
  .tks-home-catering .tks-catering-copy h2{font-size:36px;line-height:1.08}
  .tks-home-catering .tks-catering-copy>p{font-size:16px}
  .tks-catering-package-card{padding:23px 16px}
  .tks-home-catering .tks-package-list{grid-template-columns:repeat(2,1fr)}
  .tks-food-board{grid-template-columns:1fr 1fr;gap:7px}
  .tks-food-board figure,.tks-catering-board .tks-food-board figure{height:auto}
  .tks-food-board figcaption{font-size:9px}
  .tks-review-grid,.tks-blog-grid{grid-template-columns:1fr}
  .tks-location{padding-bottom:0}
  .tks-location-grid{width:100%}
  .tks-map,.tks-map iframe{min-height:320px}
  .tks-location-copy{padding:42px 17px}
  .tks-location-actions{display:grid}
  .tks-breadcrumbs{height:36px;padding:0 15px}
  .tks-breadcrumbs{font-size:10px}
  .tks-inner-hero{min-height:385px;padding:45px 15px 205px;justify-content:flex-start}
  .tks-inner-hero:before{right:15px;left:15px;top:auto;bottom:25px;width:auto;height:155px;transform:none}
  .tks-inner-hero h1{font-size:37px}
  .tks-menu-page{padding-top:40px}
  .tks-menu-page-head{align-items:flex-start;flex-direction:column;gap:17px}
  .tks-menu-page-head h1{font-size:37px}
  .tks-menu-page-head .tks-btn{width:auto}
  .tks-menu-intro{overflow-x:auto;white-space:nowrap}
  .tks-menu-intro{font-size:10px}
  .tks-menu-page-tabs .tks-tab-icon{display:grid}
  .tks-menu-page-tabs button{display:grid;grid-template-columns:30px 1fr auto;gap:10px}
  .tks-menu-page-tabs .tks-tab-label{text-align:left}
  .tks-lunch-block{margin-top:48px;padding:24px 12px}
  .tks-lunch-block>header{grid-template-columns:1fr;gap:10px}
  .tks-lunch-block .tks-index{grid-column:auto}
  .tks-lunch-block h2{font-size:35px}
  .tks-lunch-block header p{font-size:15px;line-height:1.55}
  .tks-lunch-photos{grid-template-columns:1fr 1fr;gap:7px}
  .tks-lunch-photos figure:first-child{grid-column:1/3}
  .tks-lunch-photos figcaption,.tks-menu-photo-grid figcaption,.tks-sides-media figcaption{font-size:9px}
  .tks-lunch-grid{grid-template-columns:1fr}
  .tks-menu-photo-story{margin-top:45px;padding:23px 14px}
  .tks-menu-photo-story h2{font-size:34px}
  .tks-menu-photo-story header p{font-size:15px;line-height:1.55}
  .tks-menu-photo-grid.three{grid-template-columns:1fr}
  .tks-menu-photo-grid figure{aspect-ratio:16/10}
  .tks-sides{margin-top:45px;padding:22px 15px;grid-template-columns:1fr;gap:24px}
  .tks-sides h2{font-size:31px}
  .tks-sides-copy>div{grid-template-columns:1fr}
  .tks-sides-copy>div>span{font-size:14px;line-height:1.45}
  .tks-catering-intro{padding:50px 0}
  .tks-catering-intro>.tks-shell{grid-template-columns:1fr;align-items:start;gap:28px}
  .tks-catering-intro h1{font-size:38px}
  .tks-catering-intro p{font-size:16px;line-height:1.55}
  .tks-catering-intro-actions{display:grid}
  .tks-catering-intro aside{width:100%}
  .tks-catering-intro aside span{min-width:0;padding:14px}
  .tks-catering-intro aside small,.tks-catering-intro aside b{font-size:9px}
  .tks-catering-board{padding:55px 0}
  .tks-catering-board header{align-items:flex-start;flex-direction:column}
  .tks-catering-board h2{font-size:35px}
  .tks-catering-package{padding:48px 0}
  .tks-package-list{grid-template-columns:repeat(2,1fr)}
  .tks-package-list span{font-size:10px}
  .tks-catering-register{padding:55px 0}
  .tks-catering-register h2{font-size:35px}
  .tks-catering-register aside>div span{font-size:10px}
  .tks-catering-form-panel{padding:20px 15px}
  .tks-lead-form{grid-template-columns:1fr}
  .tks-lead-form label>span{font-size:10px}
  .tks-lead-form input,.tks-lead-form select,.tks-lead-form textarea{font-size:18px!important;line-height:1.35}
  .tks-field-wide{grid-column:auto}
  .tks-about-page>div,.tks-dish-detail>div{min-height:390px}
  .tks-about-page article,.tks-contact-page>div,.tks-dish-detail>article{padding:45px 16px}
  .tks-final{padding:48px 15px}
  .tks-final p{font-size:10px}
  .tks-final>div:last-child>span{display:grid}
  .tks-footer{padding:50px 18px 84px}
  .tks-footer-main{grid-template-columns:1fr 1fr;gap:32px 18px;padding-bottom:38px}
  .tks-footer-brand{grid-column:1/3}
  .tks-footer-brand small{font-size:9px}
  .tks-footer-main b,.tks-footer-bottom{font-size:10px}
  .tks-footer-main>div:last-child{grid-column:auto}
  .tks-footer-bottom{flex-direction:column;gap:10px}
  .tks-mobile-bar{position:fixed;z-index:74;left:7px;right:7px;bottom:6px;height:64px;display:grid;grid-template-columns:.9fr .9fr 1.25fr 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.16);background:rgba(17,35,25,.94);backdrop-filter:blur(16px);box-shadow:0 14px 42px rgba(0,0,0,.38);animation:tksMobileBarIn .6s .25s var(--tk-ease) both}
  .tks-mobile-bar a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#fff;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
  .tks-mobile-bar svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .tks-mobile-bar .primary{margin:5px 3px;background:linear-gradient(135deg,var(--tk-saffron),var(--tk-saffron-soft));color:var(--tk-ink);animation:tksCallNav 2.2s ease-in-out infinite}
  .tks-mobile-bar .primary svg{width:21px;height:21px;stroke-width:2}
  .tks-mobile-bar .primary span{font-size:14px;letter-spacing:.055em;white-space:nowrap}
  .tks-back-to-top{right:12px;bottom:78px}
}

@media(max-width:420px){
  .tks-home-hero-copy h1{font-size:30px}
  .tks-inner-hero h1,.tks-catering-intro h1{font-size:35px}
  .tks-halal-banner{align-items:center;padding:11px 12px;gap:10px}
  .tks-halal-icon{width:46px;height:46px;flex-basis:46px}
  .tks-halal-banner strong{font-size:21px}
  .tks-halal-banner small{font-size:9.5px}
  .tks-call-pickup strong{font-size:20px}
  .tks-dish-card{grid-template-columns:1fr 1fr;min-height:190px}
  .tks-dish-content{padding:13px}
  .tks-dish-number{display:none}
  .tks-dish-content h3{font-size:20px;line-height:1.16}
  .tks-dish-content p{font-size:11px;line-height:1.4;letter-spacing:.025em}
  .tks-price-stack{flex-direction:column;align-items:flex-end;gap:1px}
  .tks-price-stack{align-items:flex-start;gap:7px}
  .tks-price-stack strong{font-size:20px}
  .tks-price-stack small{display:inline;margin-right:4px}
}

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

/* 3.1.5 — unified premium desktop, stronger mobile and reliable one-touch actions */
.tks-loaded [data-reveal]{opacity:1;transform:none;transition:none}
.tks-brand{gap:13px}
.tks-brand>img{width:47px;height:47px;display:block;filter:drop-shadow(0 8px 16px rgba(23,37,29,.16));transition:transform .35s var(--tk-ease),filter .35s var(--tk-ease)}
.tks-brand:hover>img{transform:translateY(-2px) rotate(-2deg);filter:drop-shadow(0 12px 22px rgba(23,37,29,.21))}
.tks-brand b{font-size:20px;letter-spacing:.055em}
.tks-header{border-bottom-color:rgba(38,40,33,.1);box-shadow:0 1px 0 rgba(255,255,255,.72)}
.tks-hero-eyebrow{margin-bottom:16px;display:inline-flex;align-items:center;gap:10px;color:var(--tk-wine);font-size:10px;font-weight:900;letter-spacing:.18em}
.tks-hero-eyebrow:before{content:"";width:34px;height:2px;background:linear-gradient(90deg,var(--tk-wine),var(--tk-saffron))}
.tks-hero-subline{max-width:500px;margin:-5px 0 26px;color:#5f645c;font-size:16px;line-height:1.7}
.tks-home-hero{padding:76px 0 84px;background:radial-gradient(circle at 82% 8%,rgba(223,159,37,.19),transparent 27%),radial-gradient(circle at 8% 92%,rgba(122,41,37,.09),transparent 30%),linear-gradient(122deg,#fbf7ed 0 49%,#eee3cf 100%)}
.tks-home-hero .tks-shell{width:min(1380px,calc(100vw - 88px))}
.tks-home-hero-grid{min-height:570px;grid-template-columns:minmax(400px,.82fr) minmax(650px,1.18fr);gap:clamp(55px,6vw,105px)}
.tks-home-hero-copy{position:relative;z-index:3;align-self:center;padding:40px 0}
.tks-home-hero-copy:before{content:"";position:absolute;left:-28px;top:24px;bottom:24px;width:1px;background:linear-gradient(180deg,transparent,rgba(122,41,37,.35),transparent)}
.tks-home-hero-copy h1{max-width:620px;margin-bottom:25px;font-size:clamp(54px,4.8vw,72px);line-height:.96;letter-spacing:-.055em}
.tks-home-hero-copy h1:after{width:126px;height:4px}
.tks-call-pickup{max-width:500px;min-height:82px;padding:18px 20px;border:1px solid rgba(255,255,255,.24);border-radius:15px;box-shadow:0 20px 48px rgba(82,28,24,.22)}
.tks-call-pickup small{font-size:14px}.tks-call-pickup strong{font-size:24px}.tks-call-pickup span{font-size:11px}
.tks-home-hero-visual{--tks-corner-card-height:126px;min-width:0;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(250px,.82fr);grid-template-rows:406px 90px;gap:12px;perspective:1200px}
.tks-home-hero-visual figure,.tks-halal-banner{border-radius:19px}
.tks-hero-top-media{grid-column:1;grid-row:1;width:auto;height:auto;position:relative;margin:0;overflow:visible}
.tks-hero-grill{height:100%;border:1px solid rgba(255,255,255,.78);box-shadow:0 30px 74px rgba(31,28,20,.2)}
.tks-hero-grill video,.tks-grill-motion-fallback{border-radius:19px;object-position:center}
.tks-hero-grill:before{content:"";position:absolute;z-index:2;inset:0;border-radius:19px;box-shadow:inset 0 -110px 90px -80px rgba(0,0,0,.82),inset 0 0 0 1px rgba(255,255,255,.11);pointer-events:none}
.tks-hero-grill:after{width:13%;opacity:.8}
.tks-hero-grill figcaption{right:16px;top:16px;bottom:auto;display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(15,29,21,.76);backdrop-filter:blur(12px)}
.tks-hero-grill figcaption i{width:7px;height:7px;border-radius:50%;background:#ffbb48;box-shadow:0 0 0 0 rgba(255,187,72,.65);animation:tksLiveDot 1.8s ease-out infinite}
.tks-hero-storefront{left:18px;bottom:18px;width:61%;height:var(--tks-corner-card-height);overflow:hidden!important;border:2px solid rgba(255,255,255,.94);border-radius:15px!important;background:#0e1310;box-shadow:0 22px 52px rgba(0,0,0,.44);transform:none;animation:tksStorefrontPremium 5s ease-in-out infinite}
.tks-hero-storefront:after{content:"NEWMARKET";position:absolute;left:10px;bottom:9px;padding:5px 8px;border-left:2px solid var(--tk-saffron);background:rgba(15,29,21,.88);color:#fff;font-size:8px;font-weight:900;letter-spacing:.15em}
.tks-hero-storefront img{object-fit:cover;object-position:center 28%;background:#111;transform:scale(1.025)!important}
.tks-halal-banner{grid-column:1/3;grid-row:2;min-height:90px;margin:0;padding:15px 21px;border-radius:16px;box-shadow:0 18px 44px rgba(23,37,29,.24),0 0 0 4px rgba(223,159,37,.08)}
.tks-halal-banner strong{font-size:28px}.tks-halal-banner small{font-size:12px}
.tks-hero-vaziri{grid-column:2;grid-row:1;height:auto;border-radius:19px;box-shadow:0 30px 74px rgba(31,28,20,.18)}
.tks-hero-vaziri img{object-position:center 47%}
.tks-hero-vaziri figcaption{left:18px;right:16px;bottom:22px;display:block}
.tks-hero-vaziri figcaption b{display:block;font-size:26px}.tks-hero-vaziri figcaption span{display:block;margin-top:3px;font-size:9px}
.tks-hero-location{right:15px;top:16px;bottom:auto;width:32%;height:74px;padding:11px 12px;grid-template-columns:38px 1fr;border-radius:14px;box-shadow:0 18px 45px rgba(11,27,18,.36)}
.tks-hero-location>span{width:40px;height:40px}.tks-hero-location:hover{transform:translateY(-4px)}
.tks-home-favourites{padding:82px 0}
.tks-home-favourites>.tks-shell{width:min(1320px,calc(100vw - 72px))}
.tks-home-favourites header{margin-bottom:30px}
.tks-home-favourites h2{font-size:clamp(38px,3.3vw,50px)}
.tks-favourite-grid{grid-template-columns:1.12fr 1fr 1fr;gap:18px}
.tks-favourite-grid article{border:0;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(31,28,20,.09);transition:transform .35s var(--tk-ease),box-shadow .35s var(--tk-ease)}
.tks-favourite-grid article>img{aspect-ratio:16/11}
.tks-favourite-grid article>div{padding:22px 23px}
.tks-favourite-grid h3{font-size:25px}
.tks-favourite-grid article:hover{transform:translateY(-6px);box-shadow:0 26px 62px rgba(31,28,20,.15)}
.tks-menu-preview{background:linear-gradient(180deg,#fffdf8,#f8f3e9)}
.tks-menu-preview>.tks-shell{width:min(1280px,calc(100vw - 72px))}
.tks-dish-grid{gap:15px}
.tks-dish-card{min-height:230px;border-color:rgba(38,40,33,.12);border-radius:14px;box-shadow:0 9px 28px rgba(31,28,20,.045)}
.tks-dish-image{border-radius:13px 0 0 13px}
.tks-dish-content{padding:25px}
@media(min-width:1221px){
  .tks-dish-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(hover:hover) and (pointer:fine){
  .tks-hero-top-media{transform:perspective(1200px) rotateX(var(--tks-tilt-x,0deg)) rotateY(var(--tks-tilt-y,0deg));transform-style:preserve-3d;transition:transform .28s var(--tk-ease);will-change:transform}
  .tks-hero-vaziri{transform:perspective(1200px) rotateX(var(--tks-tilt-x-alt,0deg)) rotateY(var(--tks-tilt-y-alt,0deg));transform-style:preserve-3d;transition:transform .28s var(--tk-ease);will-change:transform}
  .tks-dish-card{transform:perspective(1000px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg));transform-style:preserve-3d;will-change:transform}
  .tks-dish-card:hover{transform:perspective(1000px) translateY(-3px) rotateX(var(--card-rx,0deg)) rotateY(var(--card-ry,0deg));box-shadow:0 20px 42px rgba(31,28,20,.11)}
}
.tks-story{position:relative;overflow:hidden;background:linear-gradient(125deg,#f6efe3 0 56%,#eee1cc 56%)}
.tks-story:before{content:"";position:absolute;width:360px;height:360px;left:-180px;bottom:-210px;border:1px solid rgba(122,41,37,.14);border-radius:50%;box-shadow:0 0 0 35px rgba(223,159,37,.05)}
.tks-story-image{height:510px;border-radius:18px;box-shadow:0 24px 62px rgba(31,28,20,.14)}
.tks-kitchen-gallery-grid{gap:12px}
.tks-kitchen-gallery-grid figure{border-radius:13px;box-shadow:0 12px 30px rgba(31,28,20,.08)}
.tks-catering{position:relative;overflow:hidden;padding:94px 0;background:radial-gradient(circle at 92% 15%,rgba(223,159,37,.24),transparent 30%),linear-gradient(135deg,#102218,#203b2b);color:#fff}
.tks-catering:before{content:"CATERING";position:absolute;right:-24px;top:-42px;color:rgba(255,255,255,.035);font-size:120px;font-weight:950;letter-spacing:.06em;pointer-events:none}
.tks-catering .tks-index{color:var(--tk-saffron-soft)}
.tks-home-catering .tks-catering-copy h2{color:#fff}
.tks-home-catering .tks-catering-copy>p,.tks-catering-copy>p{color:#c9d2cb}
.tks-catering-facts small{color:#9fb0a4}.tks-catering-facts strong{color:#fff}
.tks-catering-package-card{border:1px solid rgba(255,255,255,.48);border-radius:18px;background:#fffaf0;color:var(--tk-text);box-shadow:0 24px 65px rgba(0,0,0,.2)}
.tks-home-catering .tks-package-list span{border-color:rgba(38,40,33,.14);background:#f6efe3}
.tks-home-catering-gallery{margin-top:16px}
.tks-food-board figure{border-radius:13px;box-shadow:0 13px 35px rgba(0,0,0,.17)}
.tks-faq-preview{background:linear-gradient(180deg,#fffdf8,#f7f1e6)}
.tks-accordion details{border-radius:12px;box-shadow:0 8px 23px rgba(31,28,20,.045)}
.tks-location{padding:92px 0;background:linear-gradient(135deg,#efe5d4,#f8f2e8)}
.tks-location-grid{border-radius:20px;box-shadow:0 30px 76px rgba(31,28,20,.15)}
.tks-final{position:relative;overflow:hidden;padding:78px 24px;background:radial-gradient(circle at 50% 120%,rgba(223,159,37,.24),transparent 44%),linear-gradient(135deg,#68201e,#8f302a);color:#fff}
.tks-final:before{content:"";position:absolute;inset:0;background:linear-gradient(108deg,transparent 35%,rgba(255,255,255,.08) 50%,transparent 65%);transform:translateX(-120%);animation:tksFinalSweep 7s ease-in-out infinite}
.tks-final>div:last-child{position:relative;z-index:1}
.tks-final h2{font-size:clamp(38px,4.2vw,58px)}
.tks-footer{padding-top:70px}
@keyframes tksLiveDot{50%{box-shadow:0 0 0 7px rgba(255,187,72,0)}}
@keyframes tksStorefrontPremium{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes tksFinalSweep{0%,65%{transform:translateX(-120%)}100%{transform:translateX(120%)}}

@media(max-width:1220px){
  .tks-home-hero .tks-shell{width:min(1080px,calc(100vw - 48px))}
  .tks-home-hero-grid{grid-template-columns:1fr;gap:38px}
  .tks-home-hero-copy{max-width:760px;padding-bottom:0}
  .tks-home-hero-copy h1{max-width:760px}
  .tks-home-hero-visual{grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr)}
}

@media(max-width:720px){
  :root{--tk-shell:calc(100vw - 24px)}
  body.tks-site{padding-bottom:84px}
  .tks-header,.tks-header.is-scrolled{height:70px;padding:0 12px;background:#fffdf8;backdrop-filter:none}
  .tks-brand{gap:10px}.tks-brand>img{width:44px;height:44px}.tks-brand b{font-size:20px;letter-spacing:.045em}
  .tks-menu-toggle{width:42px;height:42px;border-radius:12px;background:#fff;box-shadow:0 7px 20px rgba(31,28,20,.08)}
  .tks-drawer{background:linear-gradient(160deg,#102218,#1d3a29)}
  .tks-drawer nav a{font-size:17px}
  .tks-home-hero{padding:26px 0 42px;background:radial-gradient(circle at 88% 3%,rgba(223,159,37,.23),transparent 33%),linear-gradient(180deg,#faf5e9,#f1e8d8)}
  .tks-home-hero,.tks-call-pickup,.tks-halal-banner,.tks-hero-grill,.tks-hero-location{animation:none}
  .tks-home-hero .tks-shell{width:var(--tk-shell)}
  .tks-home-hero-grid{min-height:0;gap:21px}
  .tks-home-hero-copy{padding:0}
  .tks-home-hero-copy:before{display:none}
  .tks-hero-eyebrow{margin-bottom:10px;font-size:9px;letter-spacing:.16em}
  .tks-home-hero-copy h1{max-width:355px;margin-bottom:16px;padding-bottom:13px;font-size:34px;line-height:1.04;letter-spacing:-.035em}
  .tks-home-hero-copy h1:after{width:78px;height:3px}
  .tks-hero-subline{margin:-3px 0 18px;font-size:14px;line-height:1.55}
  .tks-call-pickup{max-width:none;min-height:72px;margin:0;padding:13px 14px;border-radius:15px;gap:3px 9px}
  .tks-call-pickup small{font-size:13px}.tks-call-pickup strong{font-size:19px;letter-spacing:-.02em}.tks-call-pickup span{font-size:10px}
  .tks-home-hero-visual{--tks-corner-card-height:92px;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:10px}
  .tks-hero-top-media{grid-column:1;grid-row:1;height:auto;aspect-ratio:4/3;margin:0}
  .tks-hero-grill,.tks-hero-grill video,.tks-grill-motion-fallback{border-radius:18px}
  .tks-hero-grill video,.tks-grill-motion-fallback{object-fit:cover;object-position:48% center}
  .tks-hero-grill figcaption{top:11px;right:11px;padding:6px 9px;font-size:7px}
  .tks-hero-storefront{left:13px;bottom:13px;width:56%;height:92px;border-width:2px;border-radius:12px!important}
  .tks-hero-storefront:after{left:7px;bottom:7px;padding:4px 6px;font-size:7px}
  .tks-hero-storefront img{object-position:center 24%;transform:scale(1.03)!important}
  .tks-halal-banner{grid-column:1;grid-row:2;min-height:76px;padding:11px 13px;border-radius:14px}
  .tks-halal-banner:before{font-size:41px}.tks-halal-icon{width:48px;height:48px;flex-basis:48px}.tks-halal-banner strong{font-size:22px}.tks-halal-banner small{font-size:9px}
  .tks-hero-vaziri{grid-column:1;grid-row:3;height:304px;border-radius:18px}
  .tks-hero-vaziri img{object-position:center 48%}
  .tks-hero-vaziri figcaption{left:15px;right:145px;bottom:15px}
  .tks-hero-vaziri figcaption b{font-size:23px}
  .tks-hero-location{right:11px;top:auto;bottom:11px;width:46%;height:88px;padding:10px;grid-template-columns:34px 1fr;border-radius:12px}
  .tks-hero-location>span{width:34px;height:34px}.tks-hero-location b{font-size:11px}.tks-hero-location small{font-size:10px}
  .tks-home-favourites{padding:56px 0}.tks-home-favourites>.tks-shell{width:var(--tk-shell)}.tks-home-favourites h2{font-size:35px}
  .tks-favourite-grid{grid-template-columns:1fr;gap:11px}
  .tks-favourite-grid article{display:grid;grid-template-columns:43% 1fr;border-radius:14px}
  .tks-favourite-grid article>img{height:100%;min-height:152px;aspect-ratio:auto;border-radius:14px 0 0 14px}
  .tks-favourite-grid article>div{padding:16px}.tks-favourite-grid h3{font-size:23px}
  .tks-menu-preview>.tks-shell{width:var(--tk-shell)}
  .tks-dish-card{border-radius:11px}
  .tks-dish-image{border-radius:10px 0 0 10px}
  .tks-story{background:linear-gradient(180deg,#f6efe3,#eee1cc)}
  .tks-story-image{height:310px;border-radius:14px}
  .tks-kitchen-gallery-grid figure{border-radius:10px}
  .tks-catering{padding:65px 0}
  .tks-catering:before{top:4px;right:-12px;font-size:54px}
  .tks-catering-package-card{border-radius:15px}
  .tks-location{padding:58px 0 0}
  .tks-location-grid{border-radius:0}
  .tks-final{padding:55px 15px}
  .tks-mobile-bar{left:8px;right:8px;bottom:max(7px,env(safe-area-inset-bottom));height:68px;grid-template-columns:1fr 1fr 1.22fr 1fr 1fr;overflow:visible;border-radius:19px;background:linear-gradient(135deg,#0e2117,#193526);box-shadow:0 20px 52px rgba(0,0,0,.45);-webkit-backdrop-filter:none;backdrop-filter:none;animation:none;transform:none}
  .tks-mobile-bar:before{content:"";position:absolute;inset:0;border-radius:19px;border:1px solid rgba(255,255,255,.13);pointer-events:none}
  .tks-mobile-bar a{position:relative;z-index:1;gap:2px;font-size:8px;letter-spacing:.02em;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .tks-mobile-bar svg{width:17px;height:17px}
  .tks-mobile-bar .primary{height:80px;margin:-11px 2px 0;border:3px solid var(--tk-paper);border-radius:21px;background:linear-gradient(145deg,#f7ca63,#d99418);box-shadow:0 13px 30px rgba(91,60,8,.35);animation:none;transform:none}
  .tks-mobile-bar .primary:after{content:"";position:absolute;inset:5px;border-radius:15px;border:1px solid rgba(255,255,255,.38);pointer-events:none}
  .tks-mobile-bar .primary svg{width:28px;height:28px;stroke-width:2.15;animation:tksCallIcon 2.3s ease-in-out infinite}
  .tks-mobile-bar .primary span{font-size:13px;letter-spacing:.06em}
  .tks-back-to-top{bottom:93px}
}

@media(max-width:370px){
  .tks-brand b{font-size:18px}.tks-home-hero-copy h1{font-size:31px}.tks-call-pickup strong{font-size:17px}
  .tks-mobile-bar a{font-size:7px}.tks-mobile-bar .primary span{font-size:12px}
}
@keyframes tksCallIcon{0%,100%{transform:rotate(0) scale(1)}45%{transform:rotate(-7deg) scale(1.08)}60%{transform:rotate(4deg) scale(1.04)}}
@media(prefers-reduced-motion:reduce){
  .tks-hero-storefront,.tks-mobile-bar .primary svg,.tks-hero-grill figcaption i,.tks-final:before{animation:none!important}
}

/* 3.1.6 — single-frame cinematic carousels for customer photography */
.tks-carousel{--tks-carousel-radius:24px;position:relative;width:100%;max-width:1120px;margin:0 auto;isolation:isolate}
.tks-carousel-viewport{position:relative;aspect-ratio:16/9;overflow:hidden;border:1px solid rgba(255,255,255,.76);border-radius:var(--tks-carousel-radius);background:#101a14;box-shadow:0 28px 72px rgba(31,28,20,.18);outline:none;touch-action:pan-y;cursor:grab}
.tks-carousel-viewport:active{cursor:grabbing}
.tks-carousel-viewport:before{content:"";position:absolute;z-index:4;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),inset 0 -170px 110px -100px rgba(0,0,0,.72);pointer-events:none}
.tks-carousel-viewport:focus-visible{box-shadow:0 0 0 4px rgba(223,159,37,.32),0 28px 72px rgba(31,28,20,.2)}
.tks-carousel-track{height:100%;display:flex;transform:translate3d(0,0,0);transition:transform .72s cubic-bezier(.22,.74,.18,1);will-change:transform}
.tks-carousel-slide{height:100%;min-width:100%;margin:0;position:relative;overflow:hidden;background:linear-gradient(135deg,#1c3325,#0e1712)}
.tks-carousel-slide:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(4,13,8,.03) 34%,rgba(4,13,8,.78) 100%);pointer-events:none}
.tks-carousel-picture{position:relative;z-index:1;width:100%;height:100%;display:block}
.tks-carousel-slide .tks-carousel-image,.tks-carousel-slide>img:not(.tks-carousel-backdrop){width:100%;height:100%;display:block;position:relative;z-index:1;object-fit:cover;object-position:center;transform:scale(1.035)!important;filter:saturate(.96) contrast(1.02);transition:transform 1.9s cubic-bezier(.2,.74,.2,1),filter .7s ease;-webkit-user-drag:none;user-select:none}
.tks-carousel-slide.is-active .tks-carousel-image,.tks-carousel-slide.is-active>img:not(.tks-carousel-backdrop){transform:scale(1)!important;filter:saturate(1.05) contrast(1.035)}
.tks-carousel-slide.is-portrait .tks-carousel-image,.tks-carousel-slide.is-contain .tks-carousel-image{object-fit:contain}
.tks-carousel-slide .tks-carousel-backdrop{position:absolute;z-index:0;inset:-32px;width:calc(100% + 64px);height:calc(100% + 64px);object-fit:cover;opacity:.58;filter:blur(24px) brightness(.62) saturate(1.1);transform:scale(1.08)!important;pointer-events:none}
.tks-carousel-slide figcaption{position:absolute;z-index:5;left:50%;top:50%;right:auto;bottom:auto;width:min(72%,680px);padding:14px 22px;display:grid;gap:4px;transform:translate(-50%,calc(-50% + 16px));border:1px solid rgba(255,255,255,.28);border-radius:14px;background:rgba(13,29,20,.82);color:#fff;text-align:center;box-shadow:0 16px 42px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transition:opacity .5s .14s ease,transform .58s .12s var(--tk-ease)}
.tks-carousel-slide.is-active figcaption{opacity:1;transform:translate(-50%,-50%)}
.tks-carousel-slide figcaption span{color:var(--tk-saffron-soft);font-size:9px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.tks-carousel-slide figcaption strong{font-size:clamp(19px,2.2vw,30px);line-height:1.08;letter-spacing:-.025em}
.tks-carousel-arrow{position:absolute;z-index:8;top:50%;width:54px;height:54px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.36);border-radius:50%;background:rgba(13,29,20,.8);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:background .25s ease,transform .25s var(--tk-ease),color .25s ease}
.tks-carousel-arrow.is-prev{left:18px}.tks-carousel-arrow.is-next{right:18px}
.tks-carousel-arrow svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.tks-carousel-arrow:hover,.tks-carousel-arrow:focus-visible{background:var(--tk-saffron);color:var(--tk-ink);transform:translateY(-50%) scale(1.07);outline:none}
.tks-carousel-status{position:absolute;z-index:8;right:18px;top:18px;margin:0;padding:8px 11px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(13,29,20,.72);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}
.tks-carousel-status i{width:18px;height:1px;background:rgba(255,255,255,.5)}
.tks-carousel-toggle{position:absolute;z-index:8;left:18px;top:18px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(13,29,20,.72);color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:background .25s ease,transform .25s var(--tk-ease),color .25s ease}
.tks-carousel-toggle:hover,.tks-carousel-toggle:focus-visible{background:var(--tk-saffron);color:var(--tk-ink);transform:scale(1.07);outline:none}
.tks-carousel-toggle span{position:relative;width:13px;height:16px;display:block}
.tks-carousel-toggle span:before,.tks-carousel-toggle span:after{content:"";position:absolute;top:0;width:4px;height:16px;border-radius:2px;background:currentColor}
.tks-carousel-toggle span:before{left:1px}.tks-carousel-toggle span:after{right:1px}
.tks-carousel-toggle.is-paused span:before{left:2px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid currentColor;border-radius:0;background:transparent}
.tks-carousel-toggle.is-paused span:after{display:none}
.tks-carousel-progress{height:3px;margin:12px 8% 0;overflow:hidden;border-radius:999px;background:rgba(23,37,29,.13)}
.tks-carousel-progress i{width:100%;height:100%;display:block;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,var(--tk-wine),var(--tk-saffron-soft))}
.tks-carousel.is-static .tks-carousel-arrow,.tks-carousel.is-static .tks-carousel-toggle,.tks-carousel.is-static .tks-carousel-status,.tks-carousel.is-static .tks-carousel-progress{display:none}
.tks-kitchen-carousel{max-width:1040px}
.tks-lunch-carousel{margin-bottom:28px}
.tks-lunch-carousel .tks-carousel-viewport{border-color:rgba(255,255,255,.18);box-shadow:0 28px 68px rgba(0,0,0,.24)}
.tks-lunch-carousel .tks-carousel-progress{background:rgba(255,255,255,.14)}
.tks-sides-media{display:block}
.tks-sides-media .tks-carousel-slide{aspect-ratio:auto}
.tks-sides-carousel .tks-carousel-viewport{aspect-ratio:4/3}
.tks-home-catering-gallery{margin-top:24px}
.tks-catering-carousel{max-width:1080px}
.tks-home-catering .tks-catering-carousel .tks-carousel-progress{background:rgba(255,255,255,.15)}
@keyframes tksCarouselProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}

@media(max-width:720px){
  .tks-carousel{--tks-carousel-radius:17px}
  .tks-carousel-viewport,.tks-sides-carousel .tks-carousel-viewport{aspect-ratio:4/3;box-shadow:0 18px 45px rgba(31,28,20,.16)}
  .tks-carousel-slide figcaption{top:50%;right:auto;bottom:auto;width:calc(100% - 108px);padding:10px 13px;border-radius:11px;gap:2px}
  .tks-carousel-slide figcaption span{font-size:8px;letter-spacing:.12em}
  .tks-carousel-slide figcaption strong{font-size:19px}
  .tks-carousel-arrow{width:42px;height:42px}
  .tks-carousel-arrow.is-prev{left:9px}.tks-carousel-arrow.is-next{right:9px}
  .tks-carousel-arrow svg{width:21px;height:21px}
  .tks-carousel-toggle{left:10px;top:10px;width:34px;height:34px}
  .tks-carousel-toggle span{transform:scale(.86)}
  .tks-carousel-status{right:10px;top:10px;padding:6px 8px;font-size:8px}
  .tks-carousel-progress{margin-top:8px}
  .tks-kitchen-gallery{padding-bottom:62px}
  .tks-home-catering-gallery{margin-top:4px}
  .tks-sides{gap:20px}
}

@media(prefers-reduced-motion:reduce){
  .tks-carousel-track,.tks-carousel-slide .tks-carousel-image,.tks-carousel-slide figcaption{transition:none!important}
  .tks-carousel-progress{display:none}
}

/* 3.1.7 — the three customer favourites are one centred carousel, not three cropped cards */
.tks-home-favourites>.tks-shell{width:min(1320px,calc(100vw - clamp(24px,5vw,72px)))}
.tks-favourites-carousel{max-width:900px}
.tks-favourites-carousel .tks-carousel-viewport{aspect-ratio:4/3;border-color:rgba(255,255,255,.82);background:#13251a;box-shadow:0 30px 78px rgba(31,28,20,.18)}
.tks-favourites-carousel .tks-carousel-slide .tks-carousel-image{object-fit:contain;object-position:center;transform:none!important;filter:saturate(1.01) contrast(1.02)}
.tks-favourites-carousel .tks-carousel-slide.is-active .tks-carousel-image{transform:none!important;filter:saturate(1.05) contrast(1.035)}
.tks-favourites-carousel .tks-carousel-backdrop{max-width:none;opacity:.46;filter:blur(28px) brightness(.58) saturate(1.08);transform:scale(1.12)!important}
.tks-favourites-carousel .tks-carousel-slide:after{background:linear-gradient(180deg,rgba(4,13,8,.04),rgba(4,13,8,.16) 52%,rgba(4,13,8,.46))}
.tks-favourites-carousel .tks-carousel-slide figcaption{width:min(58%,500px);padding:15px 24px}
.tks-favourites-carousel .tks-carousel-arrow{width:58px;height:58px}
.tks-favourites-carousel .tks-carousel-arrow.is-prev{left:22px}
.tks-favourites-carousel .tks-carousel-arrow.is-next{right:22px}

@media(max-width:720px){
  .tks-favourites-carousel .tks-carousel-viewport{aspect-ratio:4/3}
  .tks-favourites-carousel .tks-carousel-slide figcaption{width:calc(100% - 112px);padding:11px 14px}
  .tks-favourites-carousel .tks-carousel-arrow{width:44px;height:44px}
  .tks-favourites-carousel .tks-carousel-arrow.is-prev{left:10px}
  .tks-favourites-carousel .tks-carousel-arrow.is-next{right:10px}
}

/* bundled source: site-v9.css */
/*
 * TOP KEBAB SiteKit 3.3.0
 * Luxury desktop homepage system.
 * The approved mobile layout and all inner pages remain in site-v7.css.
 */

/* Dedicated three-card circular favourites carousel — Home only. */
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready{
  width:100%;
  max-width:1160px;
  margin-inline:auto;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-viewport{
  aspect-ratio:2.22/1;
  overflow:hidden;
  border:1px solid rgba(228,181,74,.35);
  border-radius:22px;
  background:
    radial-gradient(circle at 50% 40%,rgba(255,249,233,.98),rgba(221,205,174,.9) 48%,rgba(117,92,57,.55) 100%),
    #e8dcc5;
  box-shadow:0 42px 100px rgba(0,0,0,.34);
  perspective:1600px;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-viewport:before{
  z-index:7;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.62),inset 0 -150px 120px -122px rgba(5,16,10,.52);
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-track{
  position:relative;
  display:block;
  height:100%;
  transform:none!important;
  transition:none!important;
  transform-style:preserve-3d;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide{
  position:absolute;
  top:50%;
  left:50%;
  width:56%;
  height:calc(100% - 44px);
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  background:#0f2117;
  box-shadow:0 30px 75px rgba(5,15,10,.32);
  opacity:0;
  filter:brightness(.62) saturate(.72);
  transform:translate(-50%,-50%) scale(.66);
  transform-origin:center;
  transition:left .74s cubic-bezier(.22,.75,.2,1),transform .74s cubic-bezier(.22,.75,.2,1),opacity .46s ease,filter .74s ease,box-shadow .74s ease;
  pointer-events:none;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-active{
  left:50%;
  z-index:5;
  opacity:1;
  filter:none;
  transform:translate(-50%,-50%) translateZ(105px) scale(1);
  box-shadow:0 38px 90px rgba(5,15,10,.42);
  pointer-events:auto;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-prev{
  left:18%;
  z-index:2;
  opacity:.82;
  transform:translate(-50%,-50%) translateZ(-125px) rotateY(16deg) scale(.74);
  pointer-events:auto;
  cursor:pointer;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-next{
  left:82%;
  z-index:2;
  opacity:.82;
  transform:translate(-50%,-50%) translateZ(-125px) rotateY(-16deg) scale(.74);
  pointer-events:auto;
  cursor:pointer;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-picture{
  width:100%;
  height:100%;
  background:linear-gradient(145deg,#0c1b12,#294432);
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-image{
  width:100%;
  height:100%;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-backdrop{display:none!important}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide:after{
  background:linear-gradient(180deg,transparent 45%,rgba(3,12,7,.72));
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide:not(.is-active) figcaption{
  opacity:0;
  transform:translate(-50%,calc(-50% + 12px));
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-active figcaption{
  width:min(62%,500px);
  padding:13px 20px;
  border-color:rgba(228,181,74,.72);
  background:rgba(8,27,17,.87);
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow{
  top:50%;
  z-index:10;
  width:56px;
  height:56px;
  border-color:rgba(228,181,74,.54);
  background:rgba(7,25,15,.88);
}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow.is-prev{left:16px}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow.is-next{right:16px}
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-toggle,
body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-status{z-index:10}

/* Complete luxury desktop homepage. */
@media(min-width:721px){
  body.tks-site.tks-page-home{
    --tk-lux-gold:#d8a835;
    --tk-lux-gold-soft:#f2d58b;
    --tk-lux-green:#0e2519;
    --tk-lux-green-2:#173927;
    --tk-lux-wine:#7d2725;
    --tk-lux-ink:#18221b;
    --tk-lux-cream:#f8f2e7;
    --tk-lux-paper:#fffdf8;
    --tk-lux-shell:min(1280px,calc(100vw - 80px));
    background:var(--tk-lux-cream);
  }
  body.tks-site.tks-page-home .tks-shell{width:var(--tk-lux-shell)}

  /* Never hide business content for animation or screenshots. */
  body.tks-site.tks-page-home [data-reveal],
  body.tks-site.tks-page-home.tks-loaded [data-reveal],
  body.tks-site.tks-page-home.tks-loaded [data-reveal].is-visible{
    opacity:1;
    transform:none;
    transition:none;
  }

  body.tks-site.tks-page-home .tks-header,
  body.tks-site.tks-page-home .tks-header.is-scrolled{
    height:84px;
    padding:0 max(34px,4.2vw);
    gap:38px;
    border-bottom:1px solid rgba(176,126,27,.2);
    background:rgba(255,253,248,.93);
    box-shadow:0 14px 40px rgba(16,37,25,.08);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
  }
  body.tks-site.tks-page-home .tks-brand{gap:14px}
  body.tks-site.tks-page-home .tks-brand>img{width:52px;height:52px}
  body.tks-site.tks-page-home .tks-brand b{font-size:22px;letter-spacing:.075em;color:var(--tk-lux-green)}
  body.tks-site.tks-page-home .tks-nav{gap:36px}
  body.tks-site.tks-page-home .tks-nav a{position:relative;font-size:10px;letter-spacing:.15em}
  body.tks-site.tks-page-home .tks-nav a:after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:-10px;
    height:1px;
    background:var(--tk-lux-gold);
    transition:right .3s ease;
  }
  body.tks-site.tks-page-home .tks-nav a:hover:after{right:0}
  body.tks-site.tks-page-home .tks-header-cta{
    min-height:46px;
    padding:0 22px;
    border:1px solid rgba(216,168,53,.5);
    border-radius:2px;
    background:var(--tk-lux-green);
    box-shadow:0 13px 30px rgba(14,37,25,.18);
  }

  /* Hero: editorial copy plus one composed restaurant stage. */
  body.tks-site.tks-page-home .tks-home-hero{
    padding:64px 0 88px;
    overflow:hidden;
    background:
      radial-gradient(circle at 8% 15%,rgba(216,168,53,.14),transparent 24%),
      linear-gradient(90deg,#fbf6ec 0 45%,#0c2418 45% 100%);
    animation:none;
  }
  body.tks-site.tks-page-home .tks-home-hero:before{
    width:580px;
    height:580px;
    right:-210px;
    top:-310px;
    border:1px solid rgba(216,168,53,.19);
    box-shadow:0 0 0 52px rgba(216,168,53,.035),0 0 0 112px rgba(255,255,255,.02);
    animation:tksLuxOrb 8s ease-in-out infinite alternate;
  }
  body.tks-site.tks-page-home .tks-home-hero:after{
    width:310px;
    height:310px;
    left:-155px;
    bottom:-180px;
    background:radial-gradient(circle,rgba(125,39,37,.13),transparent 70%);
    animation:none;
  }
  body.tks-site.tks-page-home .tks-home-hero>.tks-shell{width:min(1410px,calc(100vw - 90px))}
  body.tks-site.tks-page-home .tks-home-hero-grid{
    min-height:680px;
    grid-template-columns:minmax(350px,410px) minmax(650px,1fr);
    gap:clamp(58px,5.5vw,92px);
    align-items:center;
  }
  body.tks-site.tks-page-home .tks-home-hero-copy{
    position:relative;
    z-index:4;
    max-width:410px;
    padding:36px 0 42px;
  }
  body.tks-site.tks-page-home .tks-home-hero-copy:before{
    content:"";
    position:absolute;
    left:-28px;
    top:28px;
    bottom:28px;
    width:1px;
    background:linear-gradient(180deg,transparent,var(--tk-lux-gold),transparent);
  }
  body.tks-site.tks-page-home .tks-hero-eyebrow{
    margin-bottom:17px;
    color:var(--tk-lux-wine);
    font-size:9px;
    letter-spacing:.2em;
  }
  body.tks-site.tks-page-home .tks-home-hero-copy h1{
    max-width:410px;
    margin:0 0 22px;
    padding-bottom:19px;
    background:none;
    color:var(--tk-lux-ink);
    -webkit-text-fill-color:currentColor;
    -webkit-background-clip:border-box;
    background-clip:border-box;
    filter:none;
    animation:none;
    font-size:clamp(46px,3.65vw,52px);
    line-height:.99;
    letter-spacing:-.05em;
  }
  body.tks-site.tks-page-home .tks-home-hero-copy h1:after{
    width:86px;
    height:3px;
    background:linear-gradient(90deg,var(--tk-lux-wine),var(--tk-lux-gold));
    animation:tksLuxLine 4.6s ease-in-out infinite;
  }
  body.tks-site.tks-page-home .tks-hero-subline{
    max-width:390px;
    margin:-2px 0 27px;
    color:#5f665e;
    font-size:15px;
    line-height:1.75;
  }
  body.tks-site.tks-page-home .tks-call-pickup{
    width:100%;
    max-width:405px;
    min-height:76px;
    margin:0;
    padding:15px 18px;
    border:1px solid rgba(216,168,53,.34);
    border-radius:4px;
    background:linear-gradient(112deg,#6f211f,#8c2c29);
    box-shadow:0 22px 48px rgba(103,31,29,.23);
  }
  body.tks-site.tks-page-home .tks-call-pickup small{font-size:11px;letter-spacing:.16em}
  body.tks-site.tks-page-home .tks-call-pickup strong{font-size:22px;letter-spacing:.01em}
  body.tks-site.tks-page-home .tks-call-pickup span{font-size:9px}

  body.tks-site.tks-page-home .tks-home-hero-visual{
    position:relative;
    display:block;
    min-width:0;
    height:680px;
    padding:22px;
    border:1px solid rgba(216,168,53,.28);
    background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));
    box-shadow:0 38px 95px rgba(0,0,0,.28);
    perspective:none;
  }
  body.tks-site.tks-page-home .tks-home-hero-visual:before{
    content:"";
    position:absolute;
    inset:12px;
    border:1px solid rgba(255,255,255,.07);
    pointer-events:none;
  }
  body.tks-site.tks-page-home .tks-hero-top-media{
    position:absolute;
    z-index:2;
    left:22px;
    top:22px;
    width:72%;
    height:405px;
    margin:0;
    transform:none!important;
  }
  body.tks-site.tks-page-home .tks-hero-grill{
    height:100%;
    border:1px solid rgba(255,255,255,.2);
    border-radius:8px;
    box-shadow:0 30px 72px rgba(0,0,0,.42);
  }
  body.tks-site.tks-page-home .tks-hero-grill video,
  body.tks-site.tks-page-home .tks-grill-motion-fallback{border-radius:8px;object-position:center}
  body.tks-site.tks-page-home .tks-hero-grill figcaption{border-radius:2px;background:rgba(8,27,17,.9)}
  body.tks-site.tks-page-home .tks-hero-storefront{
    left:28px;
    bottom:-72px;
    width:47%;
    height:139px;
    border:4px solid #fff8e9;
    border-radius:4px!important;
    box-shadow:0 25px 58px rgba(0,0,0,.48);
    transform:rotate(-1deg);
    animation:tksLuxFloat 5.4s ease-in-out infinite;
  }
  body.tks-site.tks-page-home .tks-hero-storefront img{object-position:center 26%;transform:scale(1.02)!important}
  body.tks-site.tks-page-home .tks-halal-banner{
    position:absolute;
    z-index:6;
    right:22px;
    top:22px;
    width:25%;
    min-height:172px;
    margin:0;
    padding:20px;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    border:1px solid var(--tk-lux-gold);
    border-radius:4px;
    background:linear-gradient(145deg,#173b28,#0c2418);
    box-shadow:0 28px 64px rgba(0,0,0,.34),inset 0 0 35px rgba(216,168,53,.06);
  }
  body.tks-site.tks-page-home .tks-halal-banner:before{right:8px;font-size:48px;color:rgba(216,168,53,.065)}
  body.tks-site.tks-page-home .tks-halal-icon{width:52px;height:52px;flex-basis:52px}
  body.tks-site.tks-page-home .tks-halal-icon svg{width:39px;height:39px}
  body.tks-site.tks-page-home .tks-halal-banner strong{font-size:26px;letter-spacing:.18em}
  body.tks-site.tks-page-home .tks-halal-banner small{font-size:9px;letter-spacing:.07em}
  body.tks-site.tks-page-home .tks-hero-vaziri{
    position:absolute;
    z-index:3;
    right:22px;
    bottom:22px;
    width:59%;
    height:415px;
    border:1px solid rgba(216,168,53,.3);
    border-radius:8px;
    box-shadow:0 34px 82px rgba(0,0,0,.43);
    transform:none!important;
  }
  body.tks-site.tks-page-home .tks-hero-vaziri img{object-position:center 47%}
  body.tks-site.tks-page-home .tks-hero-vaziri figcaption{left:24px;right:205px;bottom:23px}
  body.tks-site.tks-page-home .tks-hero-vaziri figcaption b{font-size:23px}
  body.tks-site.tks-page-home .tks-hero-location{
    right:40px;
    top:auto;
    bottom:43px;
    width:180px;
    height:76px;
    padding:12px;
    grid-template-columns:38px 1fr;
    border:1px solid rgba(216,168,53,.28);
    border-radius:3px;
    background:rgba(9,31,20,.94);
    box-shadow:0 20px 48px rgba(0,0,0,.4);
  }
  body.tks-site.tks-page-home .tks-hero-location>span{width:38px;height:38px}
  body.tks-site.tks-page-home .tks-hero-location b,
  body.tks-site.tks-page-home .tks-hero-location small{color:#fff}

  /* Favourites: a dark gallery rather than a boxed widget. */
  body.tks-site.tks-page-home .tks-home-favourites{
    padding:106px 0 118px;
    background:
      radial-gradient(circle at 50% 0,rgba(216,168,53,.18),transparent 34%),
      linear-gradient(145deg,#07180f,#133322);
    color:#fff;
  }
  body.tks-site.tks-page-home .tks-home-favourites>.tks-shell{width:min(1260px,calc(100vw - 80px))}
  body.tks-site.tks-page-home .tks-home-favourites header{margin:0 auto 38px;display:block;text-align:center}
  body.tks-site.tks-page-home .tks-home-favourites .tks-index{justify-content:center;color:var(--tk-lux-gold-soft)}
  body.tks-site.tks-page-home .tks-home-favourites h2{
    margin:10px 0 0;
    color:#fff;
    font-size:40px;
    line-height:1.08;
    letter-spacing:-.035em;
  }
  body.tks-site.tks-page-home .tks-trust{
    position:relative;
    z-index:4;
    width:min(1120px,calc(100vw - 80px));
    margin:-34px auto 0;
    overflow:hidden;
    border:1px solid rgba(216,168,53,.26);
    border-radius:4px;
    background:#fffdf8;
    box-shadow:0 24px 60px rgba(14,37,25,.15);
  }
  body.tks-site.tks-page-home .tks-trust>div{min-height:72px}
  body.tks-site.tks-page-home .tks-trust>div+div{border-left-color:rgba(176,126,27,.18)}
  body.tks-site.tks-page-home .tks-flavour-line{
    min-height:46px;
    margin-top:32px;
    border-bottom:1px solid rgba(39,46,39,.12);
    background:transparent;
    color:#61685f;
  }
  body.tks-site.tks-page-home .tks-flavour-line span:before{color:var(--tk-lux-gold)}

  /* Menu: calm editorial hierarchy with readable horizontal cards. */
  body.tks-site.tks-page-home .tks-menu-preview{
    padding:104px 0 116px;
    background:
      linear-gradient(90deg,transparent 49.95%,rgba(176,126,27,.055) 50%,transparent 50.05%),
      linear-gradient(180deg,#fbf7ef,#f1e7d6);
  }
  body.tks-site.tks-page-home .tks-menu-preview>.tks-shell{width:min(1240px,calc(100vw - 80px))}
  body.tks-site.tks-page-home .tks-menu-preview .tks-section-head{
    margin-bottom:32px;
    grid-template-columns:minmax(0,1fr) minmax(330px,430px);
    gap:80px;
    align-items:end;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-section-head h2{
    color:var(--tk-lux-ink);
    font-size:41px;
    line-height:1.04;
    letter-spacing:-.04em;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-section-head h2 em{color:var(--tk-lux-wine)}
  body.tks-site.tks-page-home .tks-menu-preview .tks-section-head>p{font-size:14px;line-height:1.7}
  body.tks-site.tks-page-home .tks-menu-preview .tks-tabs{
    margin-bottom:17px;
    padding:5px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    border:1px solid rgba(118,87,34,.15);
    border-radius:4px;
    background:rgba(255,255,255,.64);
    box-shadow:0 12px 34px rgba(51,39,20,.05);
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-tabs button{
    min-height:50px;
    padding:0 16px;
    justify-content:space-between;
    border:0;
    border-radius:2px;
    background:transparent;
    font-size:10px;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-tabs button[aria-selected=true]{
    background:var(--tk-lux-green);
    box-shadow:0 12px 26px rgba(14,37,25,.17);
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-current{
    margin-bottom:28px;
    padding:16px 20px;
    grid-template-columns:125px 245px 1fr;
    border:1px solid rgba(118,87,34,.12);
    border-radius:3px;
    background:#fffdf8;
    box-shadow:inset 4px 0 var(--tk-lux-gold),0 14px 34px rgba(51,39,20,.055);
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-current h3{font-size:20px;color:var(--tk-lux-green)}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-current p{font-size:12px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-groups{gap:38px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-group{gap:15px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-group-title{
    padding:14px 18px;
    border:0;
    border-radius:2px;
    background:linear-gradient(90deg,var(--tk-lux-green),var(--tk-lux-green-2));
    color:#fff;
    font-size:17px;
    letter-spacing:.015em;
    box-shadow:inset 4px 0 var(--tk-lux-gold);
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-more-heading{padding-top:33px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-more-heading span{color:var(--tk-lux-wine)}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:15px;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-card{
    grid-template-columns:45% 55%;
    min-height:176px;
    overflow:hidden;
    border:1px solid rgba(104,78,34,.12);
    border-radius:5px;
    background:#fffdf8;
    box-shadow:0 13px 34px rgba(49,36,17,.065);
    transform:none!important;
    transition:border-color .3s ease,transform .3s cubic-bezier(.22,.75,.2,1),box-shadow .3s ease;
    will-change:auto;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-card:hover{
    border-color:rgba(216,168,53,.48);
    transform:translateY(-5px)!important;
    box-shadow:0 24px 52px rgba(40,30,15,.13);
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-image{position:relative;border-radius:4px 0 0 4px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-image:after{
    content:"";
    position:absolute;
    inset:0;
    box-shadow:inset -18px 0 30px -26px rgba(0,0,0,.55);
    pointer-events:none;
  }
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-content{padding:17px;gap:5px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-number{font-size:9px;color:#ad7a1d}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-content h3{font-size:18px;line-height:1.14;color:var(--tk-lux-ink)}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-content p{margin-top:5px;font-size:11px;line-height:1.42}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-content small{font-size:10px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-price-stack{margin-top:8px;gap:10px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-price-stack strong{font-size:18px;color:var(--tk-lux-wine)}
  body.tks-site.tks-page-home .tks-menu-preview .tks-price-stack small{font-size:9px;color:#6b6c65}
  body.tks-site.tks-page-home .tks-menu-preview .tks-menu-footer{margin-top:28px;padding-top:18px;border-top:1px solid rgba(104,78,34,.16)}

  /* Story: high-contrast restaurant editorial section. */
  body.tks-site.tks-page-home .tks-story{
    padding:112px 0;
    background:
      radial-gradient(circle at 10% 100%,rgba(216,168,53,.14),transparent 33%),
      linear-gradient(128deg,#091b12 0 58%,#133523 58%);
    color:#fff;
  }
  body.tks-site.tks-page-home .tks-story:before{display:none}
  body.tks-site.tks-page-home .tks-story-grid{
    grid-template-columns:minmax(340px,.72fr) minmax(560px,1.28fr);
    gap:86px;
  }
  body.tks-site.tks-page-home .tks-story-copy{max-width:425px}
  body.tks-site.tks-page-home .tks-story .tks-index{color:var(--tk-lux-gold-soft)}
  body.tks-site.tks-page-home .tks-story h2{color:#fff;font-size:42px;line-height:1.04;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-story-copy>p{color:#cbd3cc;font-size:15px;line-height:1.78}
  body.tks-site.tks-page-home .tks-story-points{border-color:rgba(255,255,255,.14)}
  body.tks-site.tks-page-home .tks-story-points span{padding:15px 0;border-color:rgba(255,255,255,.14);color:#fff;font-size:10px}
  body.tks-site.tks-page-home .tks-story-points svg{stroke:var(--tk-lux-gold-soft)}
  body.tks-site.tks-page-home .tks-story .tks-text-link{color:#fff}
  body.tks-site.tks-page-home .tks-story-image{
    height:540px;
    border:1px solid rgba(216,168,53,.26);
    border-radius:6px;
    box-shadow:0 38px 90px rgba(0,0,0,.38);
  }
  body.tks-site.tks-page-home .tks-story-image>span{border-left:3px solid var(--tk-lux-gold);background:rgba(7,24,15,.9)}

  /* Kitchen gallery. */
  body.tks-site.tks-page-home .tks-kitchen-gallery{
    padding:98px 0 110px;
    background:
      radial-gradient(circle at 85% 20%,rgba(216,168,53,.1),transparent 26%),
      #fbf7ef;
  }
  body.tks-site.tks-page-home .tks-kitchen-gallery>.tks-shell{width:min(1160px,calc(100vw - 80px))}
  body.tks-site.tks-page-home .tks-kitchen-gallery header{margin-bottom:30px}
  body.tks-site.tks-page-home .tks-kitchen-gallery h2{font-size:39px;color:var(--tk-lux-ink)}
  body.tks-site.tks-page-home .tks-kitchen-carousel{max-width:1020px}
  body.tks-site.tks-page-home .tks-kitchen-carousel .tks-carousel-viewport{
    aspect-ratio:16/8.2;
    border:1px solid rgba(216,168,53,.24);
    border-radius:7px;
    box-shadow:0 30px 75px rgba(39,31,18,.17);
  }

  /* Catering: always visible, compact, premium, and complete. */
  body.tks-site.tks-page-home .tks-home-catering{
    padding:112px 0 118px;
    background:
      radial-gradient(circle at 100% 0,rgba(216,168,53,.19),transparent 31%),
      linear-gradient(138deg,#0a2115,#133a26);
  }
  body.tks-site.tks-page-home .tks-home-catering:before{
    right:2vw;
    top:-54px;
    color:rgba(216,168,53,.055);
    font-size:104px;
  }
  body.tks-site.tks-page-home .tks-home-catering>.tks-shell{
    width:min(1160px,calc(100vw - 80px));
    grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
    gap:72px;
  }
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-copy,
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-package-card,
  body.tks-site.tks-page-home .tks-home-catering .tks-home-catering-gallery{opacity:1!important;visibility:visible!important;transform:none!important}
  body.tks-site.tks-page-home .tks-home-catering .tks-index{color:var(--tk-lux-gold-soft)}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-copy h2{color:#fff;font-size:40px;line-height:1.06;letter-spacing:-.035em}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-copy>p{color:#c8d2ca;font-size:14px;line-height:1.75}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-facts{gap:30px;border-color:rgba(255,255,255,.15)}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-facts small{color:#aebcaf}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-facts strong{color:#fff;font-size:17px}
  body.tks-site.tks-page-home .tks-home-catering .tks-btn{border-radius:2px;background:var(--tk-lux-gold);color:#142219}
  body.tks-site.tks-page-home .tks-catering-package-card{
    padding:30px;
    border:1px solid rgba(216,168,53,.3);
    border-radius:5px;
    background:#fffaf0;
    box-shadow:0 34px 80px rgba(0,0,0,.3);
  }
  body.tks-site.tks-page-home .tks-catering-package-card .tks-index{color:var(--tk-lux-wine)}
  body.tks-site.tks-page-home .tks-catering-package-card h3{font-size:26px;color:var(--tk-lux-green)}
  body.tks-site.tks-page-home .tks-home-catering .tks-package-list{gap:7px}
  body.tks-site.tks-page-home .tks-home-catering .tks-package-list span{padding:11px;border-radius:2px;font-size:10px}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-package-card .tks-call-pickup{max-width:none}
  body.tks-site.tks-page-home .tks-home-catering-gallery{grid-column:1/3;margin-top:8px}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-carousel{max-width:980px}
  body.tks-site.tks-page-home .tks-home-catering .tks-catering-carousel .tks-carousel-viewport{
    aspect-ratio:16/8;
    border:1px solid rgba(216,168,53,.3);
    border-radius:6px;
  }

  /* Reviews, FAQ and location remain content-first and never appear blank. */
  body.tks-site.tks-page-home .tks-reviews{padding:92px 0;background:#f8f1e5}
  body.tks-site.tks-page-home .tks-review-grid{gap:16px}
  body.tks-site.tks-page-home .tks-review-grid article{padding:28px;border:1px solid rgba(104,78,34,.12);border-radius:4px;background:#fffdf8;box-shadow:0 16px 38px rgba(49,36,17,.07)}
  body.tks-site.tks-page-home .tks-faq-preview{padding:100px 0;background:linear-gradient(180deg,#f4ebdc,#fbf7ef)}
  body.tks-site.tks-page-home .tks-faq-preview>.tks-shell{
    width:min(1100px,calc(100vw - 80px));
    display:grid;
    grid-template-columns:340px 1fr;
    align-items:start;
    gap:78px;
  }
  body.tks-site.tks-page-home .tks-faq-preview .tks-section-head{display:block;margin:0}
  body.tks-site.tks-page-home .tks-faq-preview .tks-section-head h2{font-size:39px;color:var(--tk-lux-ink)}
  body.tks-site.tks-page-home .tks-faq-preview .tks-section-head>p{margin-top:15px;font-size:14px;line-height:1.7}
  body.tks-site.tks-page-home .tks-faq-preview .tks-accordion{gap:10px}
  body.tks-site.tks-page-home .tks-faq-preview .tks-accordion details{border:1px solid rgba(104,78,34,.12);border-radius:3px;background:#fffdf8;box-shadow:0 12px 30px rgba(49,36,17,.055)}
  body.tks-site.tks-page-home .tks-faq-preview .tks-accordion summary{padding:18px 20px;font-size:14px}
  body.tks-site.tks-page-home .tks-location{padding:104px 0;background:linear-gradient(135deg,#f8f2e7,#eadcc6)}
  body.tks-site.tks-page-home .tks-location-grid{
    width:min(1160px,calc(100vw - 80px));
    grid-template-columns:1.2fr .8fr;
    overflow:hidden;
    border:1px solid rgba(104,78,34,.15);
    border-radius:5px;
    background:#fffdf8;
    box-shadow:0 34px 82px rgba(49,36,17,.14);
  }
  body.tks-site.tks-page-home .tks-map{min-height:440px;background:linear-gradient(145deg,#e9dfce,#d9c8aa)}
  body.tks-site.tks-page-home .tks-map iframe{min-height:440px;background:transparent}
  body.tks-site.tks-page-home .tks-location-copy{padding:46px}
  body.tks-site.tks-page-home .tks-location h2{font-size:38px;color:var(--tk-lux-ink)}
  body.tks-site.tks-page-home .tks-final{
    padding:72px 24px;
    background:linear-gradient(115deg,#6d201e,#8c2d29);
    border-top:1px solid rgba(216,168,53,.36);
  }
  body.tks-site.tks-page-home .tks-final h2{font-size:40px;color:#fff}
  body.tks-site.tks-page-home .tks-footer{padding:62px max(5vw,66px) 26px;background:#07150e}
  body.tks-site.tks-page-home .tks-footer-main{padding-bottom:36px}
  body.tks-site.tks-page-home .tks-footer-brand span{font-size:22px;color:#fff}
}

@media(min-width:721px) and (max-width:1260px){
  body.tks-site.tks-page-home{--tk-lux-shell:min(960px,calc(100vw - 48px))}
  body.tks-site.tks-page-home .tks-home-hero{background:linear-gradient(180deg,#fbf6ec 0 39%,#0c2418 39% 100%)}
  body.tks-site.tks-page-home .tks-home-hero>.tks-shell{width:min(960px,calc(100vw - 48px))}
  body.tks-site.tks-page-home .tks-home-hero-grid{grid-template-columns:1fr;gap:38px}
  body.tks-site.tks-page-home .tks-home-hero-copy{max-width:650px;padding:24px 0}
  body.tks-site.tks-page-home .tks-home-hero-copy h1{max-width:590px}
  body.tks-site.tks-page-home .tks-home-hero-visual{height:650px}
  body.tks-site.tks-page-home .tks-menu-preview .tks-dish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tks-site.tks-page-home .tks-story-grid{grid-template-columns:1fr;gap:46px}
  body.tks-site.tks-page-home .tks-story-copy{max-width:660px}
  body.tks-site.tks-page-home .tks-home-catering>.tks-shell{grid-template-columns:1fr;gap:40px}
  body.tks-site.tks-page-home .tks-home-catering-gallery{grid-column:auto}
  body.tks-site.tks-page-home .tks-faq-preview>.tks-shell{grid-template-columns:1fr;gap:30px}
  body.tks-site.tks-page-home .tks-location-grid{grid-template-columns:1fr}
}

/* The only mobile changes: larger brand text and the requested coverflow. */
@media(max-width:720px){
  body.tks-site .tks-header .tks-brand b{
    font-size:clamp(22px,6.2vw,25px);
    line-height:1;
    white-space:nowrap;
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready{max-width:none}
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-viewport{
    aspect-ratio:4/3;
    border:0;
    border-radius:18px;
    background:radial-gradient(circle at 50% 42%,#fffaf0 0,#efe3ca 48%,#d8c6a7 100%);
    box-shadow:0 20px 54px rgba(15,31,21,.2);
    perspective:1500px;
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-viewport:before{
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.5),inset 0 -120px 100px -100px rgba(7,20,13,.32);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide{
    width:78%;
    height:calc(100% - 20px);
    border:1px solid rgba(255,255,255,.65);
    border-radius:17px;
    background:#102118;
    box-shadow:0 26px 62px rgba(9,20,14,.3);
    filter:brightness(.62) saturate(.76);
    transition:left .72s var(--tk-ease),transform .72s var(--tk-ease),opacity .5s ease,filter .72s ease,box-shadow .72s ease;
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-prev{
    left:8%;
    opacity:.84;
    transform:translate(-50%,-50%) translateZ(-80px) rotateY(11deg) scale(.68);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-next{
    left:92%;
    opacity:.84;
    transform:translate(-50%,-50%) translateZ(-80px) rotateY(-11deg) scale(.68);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-active{
    transform:translate(-50%,-50%) translateZ(55px) scale(1);
    box-shadow:0 35px 78px rgba(7,18,12,.36);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide:after{background:linear-gradient(180deg,transparent 44%,rgba(4,13,8,.64))}
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide.is-active figcaption{
    width:calc(100% - 78px);
    padding:9px 11px;
    border-color:rgba(255,255,255,.28);
    border-radius:11px;
    background:rgba(13,29,20,.82);
    box-shadow:0 16px 42px rgba(0,0,0,.3);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.36);
    background:rgba(13,29,20,.8);
  }
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow.is-prev{left:5px}
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-arrow.is-next{right:5px}
}

@media(max-width:370px){
  body.tks-site .tks-header .tks-brand b{font-size:22px}
}

@media(prefers-reduced-motion:reduce){
  body.tks-site.tks-page-home .tks-favourites-carousel.is-coverflow-ready .tks-carousel-slide{transition:none!important}
  body.tks-site.tks-page-home .tks-hero-storefront,
  body.tks-site.tks-page-home .tks-home-hero:before{animation:none!important}
}

@keyframes tksLuxFloat{
  0%,100%{transform:rotate(-1deg) translateY(0)}
  50%{transform:rotate(-1deg) translateY(-6px)}
}
@keyframes tksLuxOrb{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-22px,18px,0) scale(1.04)}
}
@keyframes tksLuxLine{
  0%,100%{transform:scaleX(.72);transform-origin:left}
  50%{transform:scaleX(1);transform-origin:left}
}

/* bundled source: site-v10.css */
/*
 * TOP KEBAB SiteKit 3.4.0
 * Independent editorial desktop homepage. The approved mobile homepage stays on v9.
 */
.tks-lux-desktop-home{display:none}

@media(min-width:721px){
  body.tks-site.tks-page-home{
    --lux-ink:#151a16;
    --lux-green:#071f15;
    --lux-green-soft:#0d3020;
    --lux-ivory:#f5efe3;
    --lux-paper:#fffaf1;
    --lux-gold:#c99a3d;
    --lux-gold-soft:#e4c77d;
    --lux-wine:#7a2423;
    --lux-line:rgba(60,45,19,.17);
    background:var(--lux-ivory);
    color:var(--lux-ink);
  }
  body.tks-site.tks-page-home .tks-current-mobile-home{display:none!important}
  body.tks-site.tks-page-home .tks-lux-desktop-home{display:block}
  body.tks-site.tks-page-home .tks-lux-shell{width:min(1240px,calc(100vw - 104px));margin-inline:auto}
  body.tks-site.tks-page-home .tks-lux-kicker{display:flex;align-items:center;gap:13px;color:var(--lux-gold);font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-kicker:before{content:"";width:37px;height:1px;background:currentColor}
  body.tks-site.tks-page-home .tks-lux-link{display:inline-flex;align-items:center;gap:13px;color:var(--lux-ink);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;text-decoration:none}
  body.tks-site.tks-page-home .tks-lux-link b{color:var(--lux-gold);font-size:17px;transition:transform .3s ease}
  body.tks-site.tks-page-home .tks-lux-link:hover b{transform:translate(4px,-4px)}
  body.tks-site.tks-page-home .tks-lux-link.light{color:#fff}

  /* restrained floating navigation */
  body.tks-site.tks-page-home .tks-header,
  body.tks-site.tks-page-home .tks-header.is-scrolled{
    height:90px;padding:0 max(42px,5vw);border:0;border-bottom:1px solid rgba(201,154,61,.18);
    background:rgba(255,251,244,.94);box-shadow:none;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)
  }
  body.tks-site.tks-page-home .tks-brand>img{width:52px;height:52px;filter:drop-shadow(0 8px 16px rgba(7,31,21,.13))}
  body.tks-site.tks-page-home .tks-brand b{font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:600;letter-spacing:.09em;color:var(--lux-green)}
  body.tks-site.tks-page-home .tks-nav{gap:39px}
  body.tks-site.tks-page-home .tks-nav a{font-size:10px;letter-spacing:.19em;color:#374138}
  body.tks-site.tks-page-home .tks-nav a:after{bottom:-12px;background:var(--lux-gold)}
  body.tks-site.tks-page-home .tks-header-cta{min-height:44px;padding:0 24px;border:1px solid var(--lux-green);border-radius:999px;background:var(--lux-green);box-shadow:none}

  /* cinematic hero */
  body.tks-site.tks-page-home .tks-lux-hero{position:relative;isolation:isolate;height:calc(100vh - 90px);min-height:700px;max-height:880px;overflow:hidden;background:var(--lux-green)}
  body.tks-site.tks-page-home .tks-lux-hero-media{position:absolute;inset:0;z-index:-3}
  body.tks-site.tks-page-home .tks-lux-hero-media img,
  body.tks-site.tks-page-home .tks-lux-hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}
  body.tks-site.tks-page-home .tks-lux-hero-media video{z-index:2;animation:tksLuxCinema 18s ease-in-out infinite alternate}
  body.tks-site.tks-page-home .tks-lux-hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(4,16,10,.96) 0,rgba(4,16,10,.82) 34%,rgba(4,16,10,.27) 67%,rgba(4,16,10,.5) 100%)}
  body.tks-site.tks-page-home .tks-lux-hero-shade:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),transparent 48%,rgba(0,0,0,.45))}
  body.tks-site.tks-page-home .tks-lux-hero-inner{position:relative;width:min(1400px,calc(100vw - 96px));height:100%;margin:auto}
  body.tks-site.tks-page-home .tks-lux-hero-copy{position:absolute;z-index:5;left:0;top:50%;width:min(520px,42vw);transform:translateY(-51%);color:#fff;animation:tksLuxCopyIn 1s cubic-bezier(.2,.75,.25,1) both}
  body.tks-site.tks-page-home .tks-lux-hero-copy .tks-lux-kicker{color:var(--lux-gold-soft)}
  body.tks-site.tks-page-home .tks-lux-hero-copy h1{margin:25px 0 25px;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(57px,5.1vw,78px);font-weight:400;line-height:.94;letter-spacing:-.055em}
  body.tks-site.tks-page-home .tks-lux-hero-copy h1 em{display:block;color:#fff;font-style:italic;font-weight:400}
  body.tks-site.tks-page-home .tks-lux-hero-copy h1 span{display:block;margin-top:10px;color:#f6ead5;font-size:.61em;line-height:1.06;letter-spacing:-.035em}
  body.tks-site.tks-page-home .tks-lux-hero-copy>p{max-width:465px;margin:0;color:#d9dfd9;font-size:15px;line-height:1.8}
  body.tks-site.tks-page-home .tks-lux-hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px}
  body.tks-site.tks-page-home .tks-lux-call{display:grid;grid-template-columns:auto auto;align-items:end;gap:4px 24px;min-width:315px;padding:16px 20px;border:1px solid rgba(255,255,255,.2);background:rgba(122,36,35,.92);box-shadow:0 18px 54px rgba(0,0,0,.27);color:#fff;text-decoration:none;transition:transform .3s ease,background .3s ease}
  body.tks-site.tks-page-home .tks-lux-call:hover{transform:translateY(-3px);background:#8d2b29}
  body.tks-site.tks-page-home .tks-lux-call span{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-call strong{grid-column:2;grid-row:1/3;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500;letter-spacing:-.02em}
  body.tks-site.tks-page-home .tks-lux-hero .tks-lux-link{color:#fff}
  body.tks-site.tks-page-home .tks-lux-halal{position:absolute;z-index:5;right:0;top:8%;display:flex;align-items:center;gap:14px;padding:14px 18px;border:1px solid rgba(228,199,125,.62);background:rgba(7,31,21,.72);backdrop-filter:blur(14px);color:#fff;animation:tksLuxFadeDown .9s .35s both}
  body.tks-site.tks-page-home .tks-lux-halal .tks-halal-icon{width:46px;height:46px;flex-basis:46px}
  body.tks-site.tks-page-home .tks-lux-halal strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500;letter-spacing:.18em}
  body.tks-site.tks-page-home .tks-lux-halal small{display:block;margin-top:3px;color:#e1d5bd;font-size:8px;letter-spacing:.12em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-vaziri{position:absolute;z-index:4;right:1.6%;bottom:8%;width:min(470px,35vw);height:310px;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.32);background:#0a1e14;box-shadow:0 32px 80px rgba(0,0,0,.45);animation:tksLuxCardIn 1.05s .2s cubic-bezier(.2,.75,.25,1) both}
  body.tks-site.tks-page-home .tks-lux-vaziri:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,13,8,.78))}
  body.tks-site.tks-page-home .tks-lux-vaziri img{width:100%;height:100%;object-fit:cover;object-position:center 48%;transition:transform .8s cubic-bezier(.2,.75,.25,1)}
  body.tks-site.tks-page-home .tks-lux-vaziri:hover img{transform:scale(1.035)}
  body.tks-site.tks-page-home .tks-lux-vaziri figcaption{position:absolute;z-index:2;left:26px;bottom:22px;color:#fff}
  body.tks-site.tks-page-home .tks-lux-vaziri figcaption span,
  body.tks-site.tks-page-home .tks-lux-vaziri figcaption small{display:block;font-size:8px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-vaziri figcaption b{display:block;margin:5px 0 3px;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:500}
  body.tks-site.tks-page-home .tks-lux-store{position:absolute;z-index:6;right:31%;bottom:10%;display:block;width:270px;height:145px;overflow:hidden;border:5px solid rgba(255,250,241,.96);box-shadow:0 24px 56px rgba(0,0,0,.44);color:#fff;text-decoration:none;transform:rotate(-1.2deg);animation:tksLuxStoreIn 1.1s .42s cubic-bezier(.2,.75,.25,1) both}
  body.tks-site.tks-page-home .tks-lux-store:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.75))}
  body.tks-site.tks-page-home .tks-lux-store img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
  body.tks-site.tks-page-home .tks-lux-store span{position:absolute;z-index:2;left:17px;right:17px;bottom:13px;display:flex;align-items:end;justify-content:space-between;gap:10px}
  body.tks-site.tks-page-home .tks-lux-store b{font-size:11px;letter-spacing:.16em}
  body.tks-site.tks-page-home .tks-lux-store small{font-size:8px;letter-spacing:.07em}
  body.tks-site.tks-page-home .tks-lux-scroll{position:absolute;z-index:6;left:50%;bottom:24px;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.65);font-size:8px;letter-spacing:.2em;transform:translateX(-50%)}
  body.tks-site.tks-page-home .tks-lux-scroll i{display:block;width:52px;height:1px;background:rgba(255,255,255,.36);overflow:hidden}
  body.tks-site.tks-page-home .tks-lux-scroll i:after{content:"";display:block;width:20px;height:1px;background:var(--lux-gold);animation:tksLuxScroll 2.4s infinite}

  /* editorial coverflow */
  body.tks-site.tks-page-home .tks-lux-favourites{padding:128px 0 132px;background:var(--lux-paper)}
  body.tks-site.tks-page-home .tks-lux-favourites>.tks-lux-shell{display:grid;grid-template-columns:310px minmax(0,1fr);align-items:center;gap:72px}
  body.tks-site.tks-page-home .tks-lux-favourites header h2{margin:20px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:48px;font-weight:400;line-height:1.02;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-lux-favourites header h2 em{color:var(--lux-wine);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-favourites header p{color:#687067;font-size:14px;line-height:1.75}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready{max-width:none}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{aspect-ratio:1.75/1;border:0;border-radius:0;background:transparent;box-shadow:none}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport:before{box-shadow:none}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide{height:86%;border:0;border-radius:0;box-shadow:0 26px 62px rgba(24,27,22,.23)}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-active{transform:translate(-50%,-50%) translateZ(110px) scale(1);box-shadow:0 34px 80px rgba(24,27,22,.3)}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-prev{left:20%;transform:translate(-50%,-50%) translateZ(-120px) rotateY(20deg) scale(.76)}
  body.tks-site.tks-page-home .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-next{left:80%;transform:translate(-50%,-50%) translateZ(-120px) rotateY(-20deg) scale(.76)}

  /* menu becomes an editorial collection, not a card wall */
  body.tks-site.tks-page-home .tks-lux-menu{padding:128px 0 138px;background:linear-gradient(135deg,#eee3d2,#faf4e9 58%,#eee3d2)}
  body.tks-site.tks-page-home .tks-lux-menu-head{display:grid;grid-template-columns:1fr 390px;align-items:end;gap:90px;margin-bottom:45px}
  body.tks-site.tks-page-home .tks-lux-menu-head h2{margin:19px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:52px;font-weight:400;line-height:.98;letter-spacing:-.045em}
  body.tks-site.tks-page-home .tks-lux-menu-head h2 em{color:var(--lux-wine);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-menu-head>p{margin:0;color:#646b63;font-size:14px;line-height:1.8}
  body.tks-site.tks-page-home .tks-lux-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;border-top:1px solid var(--lux-line);border-bottom:1px solid var(--lux-line);background:transparent}
  body.tks-site.tks-page-home .tks-lux-tabs button{position:relative;min-height:74px;padding:0 22px;justify-content:space-between;border:0;border-right:1px solid var(--lux-line);background:transparent;color:#565e56;font-size:10px;letter-spacing:.12em;transition:color .3s ease,background .3s ease}
  body.tks-site.tks-page-home .tks-lux-tabs button:first-child{border-left:1px solid var(--lux-line)}
  body.tks-site.tks-page-home .tks-lux-tabs button:after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:2px;background:var(--lux-gold);transition:right .4s ease}
  body.tks-site.tks-page-home .tks-lux-tabs button[aria-selected=true]{background:var(--lux-green);color:#fff}
  body.tks-site.tks-page-home .tks-lux-tabs button[aria-selected=true]:after{right:0}
  body.tks-site.tks-page-home .tks-lux-current{display:grid;grid-template-columns:110px 250px 1fr;align-items:center;gap:28px;margin:18px 0 38px;padding:15px 0;border:0;border-bottom:1px solid var(--lux-line);background:transparent;box-shadow:none}
  body.tks-site.tks-page-home .tks-lux-current span{color:var(--lux-wine);font-size:8px;letter-spacing:.17em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-current h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400;color:var(--lux-green)}
  body.tks-site.tks-page-home .tks-lux-current p{margin:0;color:#656c64;font-size:12px}
  body.tks-site.tks-page-home .tks-lux-menu-groups{display:grid;gap:72px}
  body.tks-site.tks-page-home .tks-lux-menu-group{display:grid;grid-template-columns:230px minmax(0,1fr);gap:54px;padding:0 0 70px;border-bottom:1px solid var(--lux-line)}
  body.tks-site.tks-page-home .tks-lux-menu-group>header{position:sticky;top:112px;align-self:start}
  body.tks-site.tks-page-home .tks-lux-menu-group>header>span{color:var(--lux-gold);font-family:Georgia,"Times New Roman",serif;font-size:34px;font-style:italic}
  body.tks-site.tks-page-home .tks-lux-menu-group>header h3{margin:12px 0 13px;font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:400;line-height:1.02}
  body.tks-site.tks-page-home .tks-lux-menu-group>header p{margin:0;color:#6d746c;font-size:12px;line-height:1.65}
  body.tks-site.tks-page-home .tks-lux-dish-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 34px}
  body.tks-site.tks-page-home .tks-lux-dish{min-height:108px;display:grid;grid-template-columns:108px minmax(0,1fr);align-items:stretch;border-bottom:1px solid var(--lux-line);background:transparent;transition:transform .35s ease,background .35s ease}
  body.tks-site.tks-page-home .tks-lux-dish:hover{background:rgba(255,255,255,.42);transform:translateX(6px)}
  body.tks-site.tks-page-home .tks-lux-dish figure{margin:12px 0;overflow:hidden;background:#ded3c1}
  body.tks-site.tks-page-home .tks-lux-dish figure img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
  body.tks-site.tks-page-home .tks-lux-dish:hover figure img{transform:scale(1.06)}
  body.tks-site.tks-page-home .tks-lux-dish-copy{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;padding:15px 0 15px 16px}
  body.tks-site.tks-page-home .tks-lux-dish-number{color:#a78031;font-size:8px;letter-spacing:.12em}
  body.tks-site.tks-page-home .tks-lux-dish h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:19px;font-weight:500;line-height:1.08}
  body.tks-site.tks-page-home .tks-lux-dish p{margin:5px 0 0;color:#71766f;font-size:9px;letter-spacing:.07em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-dish small{display:block;margin-top:5px;color:#777d75;font-size:8px}
  body.tks-site.tks-page-home .tks-lux-price{display:flex;gap:9px;text-align:right}
  body.tks-site.tks-page-home .tks-lux-price strong{color:var(--lux-wine);font-family:Georgia,"Times New Roman",serif;font-size:18px;font-weight:600}
  body.tks-site.tks-page-home .tks-lux-price small{color:#7a7f78;font-family:Arial,sans-serif;font-size:7px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured{grid-column:1/-1;min-height:300px;grid-template-columns:minmax(300px,47%) 1fr;border-top:1px solid var(--lux-line)}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured figure{margin:0;min-height:300px}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured .tks-lux-dish-copy{padding:38px;grid-template-columns:34px 1fr auto}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured h3{font-size:34px}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured p{font-size:10px}
  body.tks-site.tks-page-home .tks-lux-dish.is-featured .tks-lux-price strong{font-size:24px}
  body.tks-site.tks-page-home .tks-lux-more{padding-top:0;border:0}
  body.tks-site.tks-page-home .tks-lux-more span{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:400;color:var(--lux-wine)}
  body.tks-site.tks-page-home .tks-lux-more p{font-size:11px}
  body.tks-site.tks-page-home .tks-lux-menu-footer{display:flex;justify-content:space-between;padding-top:25px;color:#6a7169;font-size:9px;letter-spacing:.13em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-menu-footer a{color:var(--lux-green);font-weight:800;text-decoration:none}

  /* story and supporting gallery */
  body.tks-site.tks-page-home .tks-lux-story{display:grid;grid-template-columns:58% 42%;min-height:720px;background:var(--lux-green);color:#fff}
  body.tks-site.tks-page-home .tks-lux-story-image{position:relative;overflow:hidden}
  body.tks-site.tks-page-home .tks-lux-story-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 62%,rgba(7,31,21,.72))}
  body.tks-site.tks-page-home .tks-lux-story-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.2s ease}
  body.tks-site.tks-page-home .tks-lux-story:hover .tks-lux-story-image img{transform:scale(1.025)}
  body.tks-site.tks-page-home .tks-lux-story-image span{position:absolute;z-index:2;left:42px;bottom:36px;padding:11px 14px;border-left:2px solid var(--lux-gold);background:rgba(7,31,21,.8);font-size:9px;letter-spacing:.15em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-story article{align-self:center;max-width:470px;padding:70px 8vw 70px 70px}
  body.tks-site.tks-page-home .tks-lux-story article h2{margin:23px 0;font-family:Georgia,"Times New Roman",serif;font-size:54px;font-weight:400;line-height:.98;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-lux-story article h2 em{color:var(--lux-gold-soft);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-story article>p{color:#c7d0c9;font-size:14px;line-height:1.8}
  body.tks-site.tks-page-home .tks-lux-story ul{margin:29px 0 32px;padding:0;list-style:none;border-top:1px solid rgba(255,255,255,.14)}
  body.tks-site.tks-page-home .tks-lux-story li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  body.tks-site.tks-page-home .tks-lux-gallery{padding:124px 0 132px;background:var(--lux-paper)}
  body.tks-site.tks-page-home .tks-lux-gallery header{display:flex;align-items:end;justify-content:space-between;margin-bottom:36px}
  body.tks-site.tks-page-home .tks-lux-gallery h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:48px;font-weight:400;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-lux-gallery h2 em{color:var(--lux-wine);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-food-carousel{max-width:1060px;margin-inline:auto}
  body.tks-site.tks-page-home .tks-lux-food-carousel .tks-carousel-viewport{aspect-ratio:16/8.4;border:0;border-radius:0;box-shadow:0 30px 75px rgba(27,30,24,.18)}

  /* catering as one dramatic image and one refined panel */
  body.tks-site.tks-page-home .tks-lux-catering{display:grid;grid-template-columns:52% 48%;min-height:710px;background:#0a291b;color:#fff}
  body.tks-site.tks-page-home .tks-lux-catering-media{position:relative;overflow:hidden}
  body.tks-site.tks-page-home .tks-lux-catering-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 56%,rgba(10,41,27,.8))}
  body.tks-site.tks-page-home .tks-lux-catering-media img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}
  body.tks-site.tks-page-home .tks-lux-catering:hover .tks-lux-catering-media img{transform:scale(1.025)}
  body.tks-site.tks-page-home .tks-lux-catering-panel{align-self:center;max-width:590px;padding:80px 8vw 80px 70px}
  body.tks-site.tks-page-home .tks-lux-catering-panel h2{margin:22px 0;font-family:Georgia,"Times New Roman",serif;font-size:51px;font-weight:400;line-height:.98;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-lux-catering-panel h2 em{color:var(--lux-gold-soft);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-catering-panel>p{color:#cad4cc;font-size:14px;line-height:1.75}
  body.tks-site.tks-page-home .tks-lux-catering-price{display:flex;align-items:center;gap:18px;margin:28px 0;padding:22px 0;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
  body.tks-site.tks-page-home .tks-lux-catering-price strong{color:var(--lux-gold-soft);font-family:Georgia,"Times New Roman",serif;font-size:43px;font-weight:500}
  body.tks-site.tks-page-home .tks-lux-catering-price span{font-size:11px;line-height:1.5;text-transform:uppercase;letter-spacing:.08em}
  body.tks-site.tks-page-home .tks-lux-catering-price b{color:#9eb0a3;font-size:8px}
  body.tks-site.tks-page-home .tks-lux-events{font-size:10px!important;font-weight:700;letter-spacing:.06em}
  body.tks-site.tks-page-home .tks-lux-catering-panel>div:not(.tks-lux-catering-price){display:flex;align-items:center;gap:25px;margin-top:28px}
  body.tks-site.tks-page-home .tks-lux-gold-button{display:inline-flex;align-items:center;gap:14px;padding:16px 22px;background:var(--lux-gold);color:#102318;font-size:10px;font-weight:900;letter-spacing:.13em;text-decoration:none;text-transform:uppercase;transition:transform .3s ease,background .3s ease}
  body.tks-site.tks-page-home .tks-lux-gold-button:hover{transform:translateY(-3px);background:var(--lux-gold-soft)}
  body.tks-site.tks-page-home .tks-lux-catering-panel>small{display:block;margin-top:20px;color:#8fa095;font-size:8px;letter-spacing:.08em}

  /* visit */
  body.tks-site.tks-page-home .tks-lux-visit{display:grid;grid-template-columns:42% 58%;min-height:580px;background:#ede2d0}
  body.tks-site.tks-page-home .tks-lux-visit-copy{align-self:center;max-width:470px;margin-left:auto;padding:72px 75px 72px 40px}
  body.tks-site.tks-page-home .tks-lux-visit-copy h2{margin:22px 0;font-family:Georgia,"Times New Roman",serif;font-size:52px;font-weight:400;line-height:.98;letter-spacing:-.04em}
  body.tks-site.tks-page-home .tks-lux-visit-copy h2 em{color:var(--lux-wine);font-weight:400}
  body.tks-site.tks-page-home .tks-lux-visit-copy>p{padding:12px 0;margin:0;border-top:1px solid var(--lux-line);color:#646c64;font-size:13px;line-height:1.65}
  body.tks-site.tks-page-home .tks-lux-visit-copy>div{display:flex;align-items:center;gap:24px;margin-top:24px}
  body.tks-site.tks-page-home .tks-lux-visit figure{position:relative;margin:0;overflow:hidden}
  body.tks-site.tks-page-home .tks-lux-visit figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(237,226,208,.35),transparent 30%)}
  body.tks-site.tks-page-home .tks-lux-visit figure img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
  body.tks-site.tks-page-home .tks-lux-visit figcaption{position:absolute;z-index:2;right:32px;bottom:28px;padding:12px 15px;background:rgba(7,31,21,.88);color:#fff;font-size:9px;letter-spacing:.11em;text-transform:uppercase}

  /* closing area */
  body.tks-site.tks-page-home .tks-final{padding:88px 24px;background:linear-gradient(120deg,#64201f,#842a27);border-top:1px solid rgba(201,154,61,.45)}
  body.tks-site.tks-page-home .tks-final h2{font-family:Georgia,"Times New Roman",serif;font-size:47px;font-weight:400;line-height:1.03}
  body.tks-site.tks-page-home .tks-final h2 em{color:var(--lux-gold-soft);font-weight:400}
  body.tks-site.tks-page-home .tks-footer{padding:66px max(5vw,70px) 26px;background:#06140d}

  @keyframes tksLuxCinema{from{transform:scale(1.01)}to{transform:scale(1.065)}}
  @keyframes tksLuxCopyIn{from{opacity:0;transform:translateY(-45%)}to{opacity:1;transform:translateY(-51%)}}
  @keyframes tksLuxCardIn{from{opacity:0;transform:translate(35px,25px)}to{opacity:1;transform:none}}
  @keyframes tksLuxStoreIn{from{opacity:0;transform:translateY(30px) rotate(-3deg)}to{opacity:1;transform:rotate(-1.2deg)}}
  @keyframes tksLuxFadeDown{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:none}}
  @keyframes tksLuxScroll{0%{transform:translateX(-22px)}70%,100%{transform:translateX(55px)}}
}

@media(min-width:721px) and (max-width:1180px){
  body.tks-site.tks-page-home .tks-lux-hero-copy{width:46vw}
  body.tks-site.tks-page-home .tks-lux-hero-copy h1{font-size:52px}
  body.tks-site.tks-page-home .tks-lux-vaziri{width:38vw;height:285px}
  body.tks-site.tks-page-home .tks-lux-store{right:29%;width:220px;height:120px}
  body.tks-site.tks-page-home .tks-lux-favourites>.tks-lux-shell{grid-template-columns:1fr;gap:36px}
  body.tks-site.tks-page-home .tks-lux-favourites header{max-width:620px}
  body.tks-site.tks-page-home .tks-lux-menu-group{grid-template-columns:190px 1fr;gap:34px}
  body.tks-site.tks-page-home .tks-lux-dish-list{grid-template-columns:1fr}
  body.tks-site.tks-page-home .tks-lux-story article,
  body.tks-site.tks-page-home .tks-lux-catering-panel{padding-left:48px}
}

@media(max-width:720px){
  body.tks-site.tks-page-home .tks-lux-desktop-home{display:none!important}
  body.tks-site.tks-page-home .tks-current-mobile-home{display:block}
}

@media(prefers-reduced-motion:reduce){
  body.tks-site.tks-page-home .tks-lux-desktop-home *,
  body.tks-site.tks-page-home .tks-lux-desktop-home *:before,
  body.tks-site.tks-page-home .tks-lux-desktop-home *:after{animation:none!important;transition:none!important}
}

/* bundled source: site-v11.css */
/* TOP KEBAB SiteKit 3.5.2 — menu/content precision and desktop layout repair */

/* Every standard rotating food image uses one clean, horizontal presentation.
   The three-card favourites coverflow keeps its own stage geometry. */
.tks-v11 .tks-carousel-slide figcaption,
.tks-v11 .tks-carousel-backdrop{display:none!important}
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-viewport{aspect-ratio:16/9!important;min-height:0!important}
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-picture,
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-slide{inset:0!important;width:100%;height:100%}
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-image,
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-slide.is-portrait .tks-carousel-image,
.tks-v11 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-slide.is-contain .tks-carousel-image{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;filter:none!important}

/* Approved category photography: one reusable, editable gallery per category. */
.tks-v11 .tks-category-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 20px}
.tks-v11 .tks-category-gallery.is-sides{grid-template-columns:repeat(2,minmax(0,1fr))}
.tks-v11 .tks-category-gallery figure{position:relative;aspect-ratio:16/9;margin:0;overflow:hidden;background:#e9dfcf;border:1px solid rgba(24,31,25,.1);box-shadow:0 12px 28px rgba(28,22,14,.09)}
.tks-v11 .tks-category-gallery img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.tks-v11 .tks-category-gallery figure:hover img{transform:scale(1.035)}

/* Pita, skewers and sides use a clear text menu rather than repeated photos. */
.tks-v11 .tks-dish-card.is-text-only{min-height:0;display:block;background:#fff;border:1px solid rgba(24,31,25,.12);box-shadow:none;overflow:visible}
.tks-v11 .tks-dish-card.is-text-only:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(28,22,14,.08)}
.tks-v11 .tks-dish-card.is-text-only .tks-dish-content{min-height:84px;padding:17px 18px 17px 64px;border:0;background:#fff}
.tks-v11 .tks-dish-card.is-text-only .tks-dish-number{top:50%;left:16px;transform:translateY(-50%)}
.tks-v11 .tks-dish-card.is-text-only .tks-dish-content h3{color:#111711;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:800;line-height:1.15}
.tks-v11 .tks-dish-card.is-text-only .tks-dish-content p{color:#5f665e;text-transform:none;letter-spacing:0;line-height:1.45}
.tks-v11 .tks-dish-card.is-text-only .tks-price-stack strong{color:#7a2622;font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:900}
.tks-v11 .tks-lux-dish.is-text-only{min-height:82px;display:block!important;background:rgba(255,255,255,.5)}
.tks-v11 .tks-lux-dish.is-text-only .tks-lux-dish-copy{min-height:82px;padding:14px 18px;grid-template-columns:24px minmax(0,1fr) auto}
.tks-v11 .tks-lux-dish.is-text-only h3{color:#182018}
.tks-v11 .tks-lux-dish.is-text-only .tks-lux-price strong{color:#7a2622}

/* The existing grill video appears only above the Just Skewers list on home. */
.tks-v11 .tks-skewer-video{position:relative;aspect-ratio:16/9;margin:0 0 22px;overflow:hidden;background:#101410;box-shadow:0 18px 44px rgba(18,22,17,.18)}
.tks-v11 .tks-skewer-video video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}

.tks-v11 .tks-lux-tabs{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.tks-v11 .tks-lux-tabs button{padding-inline:14px!important}
.tks-v11 .tks-menu-page-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.tks-v11 .tks-menu-page-tabs button{min-height:78px!important;grid-template-columns:1fr auto!important}
.tks-v11 .tks-menu-intro{display:flex;flex-wrap:wrap;gap:8px 22px}
.tks-v11 .tks-menu-more-heading{display:none!important}
.tks-v11 .tks-page-catering .tks-catering-package h2,
.tks-v11 .tks-page-catering .tks-catering-package header p,
.tks-v11 .tks-home-catering .tks-catering-package-card h3{color:#fff!important}

/* Food cards are edge-to-edge; no letterboxing above or below the food. */
.tks-v11 .tks-dish-image{padding:0!important;background:#e8ddcc!important}
.tks-v11 .tks-dish-image img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;filter:none!important;transform:scale(1.035)}
.tks-v11 .tks-dish-card:hover .tks-dish-image img{transform:scale(1.075)}

/* Desktop 3.5.2: compact editorial menu and a true three-card coverflow. */
@media (min-width:701px){
  body.tks-site.tks-page-home.tks-v11 .tks-lux-favourites{padding:92px 0 96px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-favourites>.tks-lux-shell{grid-template-columns:270px minmax(0,1fr)!important;gap:54px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-favourites header h2{font-size:42px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{aspect-ratio:1.72/1!important;min-height:360px!important;overflow:hidden!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-track{position:absolute!important;inset:0!important;perspective:1200px!important;transform-style:preserve-3d!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide{position:absolute!important;inset:auto!important;top:50%!important;left:50%!important;width:56%!important;height:86%!important;margin:0!important;overflow:hidden!important;opacity:.72!important;visibility:visible!important;pointer-events:auto!important;transform-origin:center!important;transition:transform .65s cubic-bezier(.2,.75,.2,1),left .65s cubic-bezier(.2,.75,.2,1),opacity .45s ease!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-picture{display:block!important;width:100%!important;height:100%!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-image{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;filter:none!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-active{left:50%!important;z-index:4!important;opacity:1!important;transform:translate(-50%,-50%) translateZ(110px) scale(1)!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-prev{left:20%!important;z-index:2!important;transform:translate(-50%,-50%) translateZ(-120px) rotateY(20deg) scale(.76)!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-next{left:80%!important;z-index:2!important;transform:translate(-50%,-50%) translateZ(-120px) rotateY(-20deg) scale(.76)!important}

  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu{padding:92px 0 104px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-head{grid-template-columns:minmax(0,1fr) 340px!important;gap:60px!important;margin-bottom:34px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-head h2{font-size:46px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-tabs button{min-height:64px!important;padding:0 12px!important;font-size:9px!important;letter-spacing:.075em!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-current{grid-template-columns:90px 220px 1fr!important;margin:14px 0 28px!important;padding:12px 0!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-groups{gap:0!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-group{display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:30px!important;padding:32px 0 38px!important;border-bottom:1px solid var(--lux-line)!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-group>header{position:static!important;align-self:start!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-group>header>span{font-size:25px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-group>header h3{margin:8px 0 10px!important;font-size:25px!important;line-height:1.04!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-group>header p{font-size:10px!important;line-height:1.55!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-category-body{min-width:0}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-category-body>.tks-category-gallery{margin:0 0 18px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-category-body>.tks-skewer-video{max-width:680px;margin:0 auto 18px!important;box-shadow:0 16px 38px rgba(18,22,17,.15)!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 22px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured{grid-column:auto!important;min-height:92px!important;grid-template-columns:92px minmax(0,1fr)!important;border-top:0!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish figure,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured figure{min-height:0!important;margin:9px 0!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish-copy,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured .tks-lux-dish-copy{padding:11px 0 11px 12px!important;grid-template-columns:20px minmax(0,1fr) auto!important;gap:9px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish h3,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured h3{font-size:16px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish p,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured p{font-size:8px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-price strong,
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-featured .tks-lux-price strong{font-size:16px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-text-only{min-height:72px!important;grid-template-columns:1fr!important;background:rgba(255,255,255,.34)!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-dish.is-text-only .tks-lux-dish-copy{min-height:72px!important;padding:10px 12px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-menu-footer{padding-top:20px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-story{min-height:620px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-gallery{padding:92px 0 104px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-catering{min-height:620px!important}
  body.tks-site.tks-page-home.tks-v11 .tks-lux-visit{min-height:510px!important}
}

@media (max-width:700px){
  .tks-v11 .tks-header .tks-brand b{font-size:25px!important;font-weight:950!important;line-height:1;letter-spacing:.015em}
  .tks-v11 .tks-header .tks-brand img{width:46px;height:46px}
  .tks-v11 .tks-home-hero-copy{padding-top:28px!important}
  .tks-v11 .tks-hero-eyebrow{margin-bottom:10px!important}
  .tks-v11 .tks-mobile-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:10px}
  .tks-v11 .tks-home-hero-copy .tks-mobile-title-row h1{margin:0!important;padding:0!important;font-size:23px!important;line-height:1.08!important;letter-spacing:-.03em!important}
  .tks-v11 .tks-home-hero-copy .tks-mobile-title-row h1:after{display:none!important}
  .tks-v11 .tks-mobile-halal{display:flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #d6a52e;background:#153527;color:#fff;box-shadow:0 7px 18px rgba(18,43,31,.18)}
  .tks-v11 .tks-mobile-halal .tks-halal-icon{width:28px;height:28px;color:#e6ae28}
  .tks-v11 .tks-mobile-halal svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.3}
  .tks-v11 .tks-mobile-halal b{font-size:10px;letter-spacing:.12em}
  .tks-v11 .tks-hero-subline{margin:0 0 15px!important;color:#314237!important;font-size:15px!important;font-weight:750!important;letter-spacing:.015em!important;text-transform:none!important}
  .tks-v11 .tks-home-hero-visual>.tks-halal-banner{display:none!important}
  .tks-v11 .tks-home-hero-copy>.tks-call-pickup{max-width:none!important;min-height:92px;margin:0!important;padding:18px 20px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important}
  .tks-v11 .tks-home-hero-copy>.tks-call-pickup small{font-size:16px!important;letter-spacing:.1em!important}
  .tks-v11 .tks-home-hero-copy>.tks-call-pickup strong{grid-row:auto!important;grid-column:auto!important;font-size:22px!important}

  .tks-v11 .tks-home-favourites{padding-block:42px!important}
  .tks-v11 .tks-home-favourites header{margin-bottom:18px!important}
  .tks-v11 .tks-kitchen-carousel .tks-carousel-viewport,
  .tks-v11 .tks-catering-carousel .tks-carousel-viewport{aspect-ratio:16/9!important}
  .tks-v11 .tks-home-favourites .tks-carousel-image{transform:scale(1.07)!important}

  .tks-v11 .tks-tabs,
  .tks-v11 .tks-menu-page-tabs{display:flex!important;grid-template-columns:none!important;gap:7px!important;overflow-x:auto!important;scroll-snap-type:x proximity;padding-bottom:4px}
  .tks-v11 .tks-tabs button,
  .tks-v11 .tks-menu-page-tabs button{min-width:158px!important;min-height:62px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:11px 13px!important;scroll-snap-align:start}
  .tks-v11 .tks-menu-page-tabs .tks-tab-label{font-size:12px!important;text-align:left!important}
  .tks-v11 .tks-menu-current p{font-size:13px!important;line-height:1.5!important}

  .tks-v11 .tks-category-gallery,
  .tks-v11 .tks-category-gallery.is-sides{display:flex;gap:10px;margin-inline:calc(50% - 50vw);padding:0 16px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .tks-v11 .tks-category-gallery::-webkit-scrollbar{display:none}
  .tks-v11 .tks-category-gallery figure{flex:0 0 86vw;aspect-ratio:16/9;scroll-snap-align:center}
  .tks-v11 .tks-category-gallery img{transform:scale(1.02)}
  .tks-v11 .tks-dish-grid{gap:10px!important}
  .tks-v11 .tks-dish-card:not(.is-text-only){min-height:0!important}
  .tks-v11 .tks-dish-card:not(.is-text-only) .tks-dish-image{height:auto!important;aspect-ratio:16/10!important}
  .tks-v11 .tks-dish-card:not(.is-text-only) .tks-dish-content{min-height:82px!important}
  .tks-v11 .tks-dish-card.is-text-only .tks-dish-content{min-height:78px;padding:14px 13px 14px 54px!important;gap:8px}
  .tks-v11 .tks-dish-card.is-text-only .tks-dish-number{left:12px;width:30px;height:30px}
  .tks-v11 .tks-dish-card.is-text-only .tks-dish-content h3{font-size:15px}
  .tks-v11 .tks-dish-card.is-text-only .tks-price-stack strong{font-size:15px}
  .tks-v11 .tks-skewer-video{margin-inline:calc(50% - 50vw);aspect-ratio:16/9}

  .tks-v11 .tks-drawer nav a{font-size:20px!important;line-height:1.1!important}
  .tks-v11 .tks-mobile-bar a:not(.primary) span{font-size:9px!important;letter-spacing:.075em!important}
  .tks-v11 .tks-mobile-bar .primary span{font-size:13px!important}
}

@media (max-width:380px){
  .tks-v11 .tks-header .tks-brand b{font-size:22px!important}
  .tks-v11 .tks-home-hero-copy .tks-mobile-title-row h1{font-size:21px!important}
  .tks-v11 .tks-mobile-halal b{display:none}
  .tks-v11 .tks-home-hero-copy>.tks-call-pickup strong{font-size:19px!important}
}

@media (prefers-reduced-motion:reduce){
  .tks-v11 .tks-category-gallery img,
  .tks-v11 .tks-dish-image img{transition:none!important}
}

/* bundled source: site-v12.css */
/* TOP KEBAB SiteKit 3.6.0 — luxury desktop system and focused mobile repair */

body.tks-site.tks-v12{
  --tk-green:#123426;
  --tk-green-deep:#071d14;
  --tk-cream:#f4eee2;
  --tk-paper:#fffdf8;
  --tk-saffron:#dca52a;
  --tk-saffron-soft:#f3ce72;
  --tk-wine:#842d28;
  --tk-ink:#151a16;
  --tk-muted:#666d66;
  --tk-line:rgba(16,43,31,.14);
}

/* Shared contrast repairs. */
.tks-v12 .tks-lux-catering-panel h2,
.tks-v12 .tks-lux-catering-panel h2 em,
.tks-v12 .tks-catering-package h2,
.tks-v12 .tks-catering-package-card h3{color:#fff!important}
.tks-v12 .tks-lux-catering-panel h2 em{color:var(--tk-saffron-soft)!important}
.tks-v12 .tks-catering-package header p,
.tks-v12 .tks-catering-package-card>p,
.tks-v12 .tks-catering-package-card>small{color:#dce6df!important}

/* Homepage menu portal — no full menu duplication. */
.tks-menu-portal{position:relative;isolation:isolate;overflow:hidden;padding:96px 0 108px;background:#f4eee2}
.tks-menu-portal:before{content:"MENU";position:absolute;z-index:-1;right:-.04em;top:-.3em;color:rgba(18,52,38,.035);font:900 clamp(140px,19vw,310px)/1 Arial,sans-serif;letter-spacing:-.08em}
.tks-menu-portal-head{margin-bottom:34px;display:grid;grid-template-columns:minmax(0,1fr) 390px;align-items:end;gap:70px}
.tks-menu-portal-head h2{margin:13px 0 0;color:var(--tk-ink);font:500 clamp(38px,4vw,58px)/.98 Georgia,"Times New Roman",serif!important;letter-spacing:-.045em}
.tks-menu-portal-head h2 em{color:var(--tk-wine);font-weight:400}
.tks-menu-portal-head p{margin:0;color:var(--tk-muted);font-size:15px;line-height:1.7}
.tks-menu-portal-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:315px;gap:16px}
.tks-menu-portal-card{position:relative;grid-column:span 4;overflow:hidden;border-radius:4px;background:#10291e;color:#fff!important;text-decoration:none;box-shadow:0 22px 55px rgba(19,35,26,.14);transform:translateZ(0)}
.tks-menu-portal-card:nth-child(1),.tks-menu-portal-card:nth-child(4){grid-column:span 6}
.tks-menu-portal-card:nth-child(2),.tks-menu-portal-card:nth-child(3),.tks-menu-portal-card:nth-child(5),.tks-menu-portal-card:nth-child(6){grid-column:span 3}
.tks-menu-portal-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .8s cubic-bezier(.2,.75,.2,1),filter .6s ease}
.tks-menu-portal-card:hover img{transform:scale(1.055);filter:saturate(1.08)}
.tks-menu-portal-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,13,.04) 20%,rgba(5,20,13,.9) 100%)}
.tks-menu-portal-number{position:absolute;top:18px;right:18px;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(7,29,20,.36);font-size:10px;font-weight:900;letter-spacing:.1em;backdrop-filter:blur(10px)}
.tks-menu-portal-copy{position:absolute;left:24px;right:24px;bottom:22px;display:grid;gap:7px}
.tks-menu-portal-copy strong{font:500 27px/1.05 Georgia,"Times New Roman",serif!important;letter-spacing:-.025em}
.tks-menu-portal-copy small{max-width:390px;display:-webkit-box;overflow:hidden;color:rgba(255,255,255,.74);font-size:10px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.tks-menu-portal-copy b{margin-top:3px;color:var(--tk-saffron-soft);font-size:9px;letter-spacing:.13em;text-transform:uppercase}
.tks-menu-portal-copy i{margin-left:7px;font-style:normal}

@media (min-width:721px){
  body.tks-site.tks-v12{background:#f5efe4;color:#182019;font-size:15px}
  body.tks-site.tks-v12 .tks-shell,
  body.tks-site.tks-v12 .tks-lux-shell{width:min(1320px,calc(100vw - 96px));max-width:none;margin-inline:auto}

  /* Refined global header. */
  body.tks-site.tks-v12 .tks-header,
  body.tks-site.tks-v12 .tks-header.is-scrolled{height:82px;padding:0 max(38px,4.5vw);border-bottom:1px solid rgba(18,52,38,.11);background:rgba(255,253,248,.92);box-shadow:0 12px 40px rgba(16,43,31,.07);backdrop-filter:blur(20px)}
  body.tks-site.tks-v12 .tks-brand{gap:13px}
  body.tks-site.tks-v12 .tks-brand>img{width:48px;height:48px}
  body.tks-site.tks-v12 .tks-brand b{color:var(--tk-green-deep);font-size:21px;font-weight:900;letter-spacing:.08em}
  body.tks-site.tks-v12 .tks-nav{gap:34px}
  body.tks-site.tks-v12 .tks-nav a{color:#243329;font-size:9px;letter-spacing:.15em}
  body.tks-site.tks-v12 .tks-header-cta{min-height:44px;padding:0 21px;border-radius:999px;background:var(--tk-green-deep);box-shadow:0 12px 30px rgba(7,29,20,.16)}

  /* Homepage hero: cinematic but restrained. */
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero{min-height:680px;max-height:760px;background:#081d14}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero:after{content:"";position:absolute;z-index:3;inset:0;border:1px solid rgba(241,202,110,.16);pointer-events:none}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-media{width:61%;left:auto;right:0}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-shade{background:linear-gradient(90deg,#071d14 0 39%,rgba(7,29,20,.92) 49%,rgba(7,29,20,.22) 76%,rgba(7,29,20,.08))}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-inner{width:min(1320px,calc(100vw - 96px));margin:auto}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-copy{left:0;top:50%;width:39%;transform:translateY(-50%)}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-copy h1{font-size:clamp(43px,4.4vw,68px);line-height:.92}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-hero-copy>p{max-width:470px;color:#c8d3cc;font-size:14px;line-height:1.75}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-vaziri{right:0;bottom:52px;width:36%;height:39%;border:5px solid rgba(255,253,248,.9);box-shadow:0 32px 85px rgba(0,0,0,.4)}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-store{right:31%;bottom:78px;width:240px;height:132px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-halal{right:17px;top:24px;border-radius:999px;background:rgba(7,29,20,.86);box-shadow:0 14px 35px rgba(0,0,0,.28);backdrop-filter:blur(12px)}

  /* Three-card stage. */
  body.tks-site.tks-page-home.tks-v12 .tks-lux-favourites{padding:104px 0;background:#fffdf8}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-favourites>.tks-lux-shell{grid-template-columns:285px minmax(0,1fr);gap:65px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-favourites header h2{font-size:46px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{min-height:410px!important;border-radius:6px!important}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide{border-radius:5px!important}

  /* Home supporting sections. */
  body.tks-site.tks-page-home.tks-v12 .tks-lux-story{min-height:640px;grid-template-columns:55% 45%;background:#0b2d20}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-story article{max-width:540px;padding:74px 8vw 74px 72px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-story article h2{color:#fff;font-size:52px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-gallery{padding:98px 0 108px;background:#fffdf8}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-gallery h2{font-size:47px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-food-carousel{max-width:1100px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-food-carousel .tks-carousel-viewport{border-radius:7px;box-shadow:0 26px 65px rgba(14,36,25,.18)}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-catering{min-height:640px;grid-template-columns:54% 46%;background:#082a1d}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-catering-media img{object-position:center 42%}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-catering-panel{padding:75px 7vw 75px 68px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-catering-panel h2{font-size:49px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-catering-price strong{font-size:38px}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-visit{min-height:540px;grid-template-columns:43% 57%;background:#f1e7d7}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-visit-copy{padding:70px 6vw}
  body.tks-site.tks-page-home.tks-v12 .tks-lux-visit figure{margin:42px 52px 42px 0;border-radius:7px;box-shadow:0 26px 60px rgba(21,33,25,.18)}

  /* Full menu page. */
  body.tks-site.tks-page-menu.tks-v12{background:#f4eee2}
  body.tks-site.tks-v12 .tks-menu-page{padding:82px 0 110px}
  body.tks-site.tks-v12 .tks-menu-page-head{margin:0 0 34px;padding:0 0 30px;align-items:center;border-bottom:1px solid rgba(18,52,38,.18)}
  body.tks-site.tks-v12 .tks-menu-page-head h1{font:500 58px/.95 Georgia,"Times New Roman",serif!important;letter-spacing:-.045em}
  body.tks-site.tks-v12 .tks-menu-page-head p{max-width:720px;font-size:15px}
  body.tks-site.tks-v12 .tks-menu-intro{display:none}
  body.tks-site.tks-v12 .tks-menu-page-tabs{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;margin:0 0 14px!important;overflow:visible!important}
  body.tks-site.tks-v12 .tks-menu-page-tabs button{min-width:0!important;min-height:72px!important;padding:12px 14px!important;border:1px solid rgba(18,52,38,.15)!important;border-radius:5px!important;background:rgba(255,253,248,.68)!important;color:#314037!important}
  body.tks-site.tks-v12 .tks-menu-page-tabs button[aria-selected=true]{border-color:var(--tk-green)!important;background:var(--tk-green)!important;color:#fff!important;box-shadow:0 14px 34px rgba(18,52,38,.18)}
  body.tks-site.tks-v12 .tks-menu-page-tabs .tks-tab-label{font-size:11px!important;line-height:1.25;text-align:left}
  body.tks-site.tks-v12 .tks-menu-current{display:grid;grid-template-columns:110px 270px 1fr;align-items:center;gap:22px;margin:0 0 24px;padding:20px 24px;border:0;border-radius:5px;background:#842d28;color:#fff;box-shadow:0 15px 34px rgba(82,28,24,.15)}
  body.tks-site.tks-v12 .tks-menu-current>span{color:#f3ce72;font-size:9px;letter-spacing:.16em}
  body.tks-site.tks-v12 .tks-menu-current h3{margin:0;color:#fff;font:500 27px/1 Georgia,"Times New Roman",serif!important}
  body.tks-site.tks-v12 .tks-menu-current p{margin:0;color:#f2e6e3;font-size:12px;line-height:1.55}
  body.tks-site.tks-v12 .tks-menu-groups{display:grid;gap:22px}
  body.tks-site.tks-v12 .tks-menu-group{display:grid;gap:18px;padding:28px;border:1px solid rgba(18,52,38,.12);border-radius:7px;background:rgba(255,253,248,.9);box-shadow:0 17px 45px rgba(20,38,28,.07);scroll-margin-top:110px}
  body.tks-site.tks-v12 .tks-menu-group.is-selected{border-color:rgba(220,165,42,.7);box-shadow:0 22px 55px rgba(20,38,28,.11),inset 0 3px 0 var(--tk-saffron)}
  body.tks-site.tks-v12 .tks-menu-group-title,
  body.tks-site.tks-v12 .tks-menu-group.is-selected>.tks-menu-group-title{display:block;margin:0;padding:0 0 17px;border:0;border-bottom:1px solid rgba(18,52,38,.13);background:transparent;color:var(--tk-green-deep);font:500 31px/1 Georgia,"Times New Roman",serif!important}
  body.tks-site.tks-v12 .tks-dish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  body.tks-site.tks-v12 .tks-dish-card{min-height:0;display:grid;grid-template-columns:1fr;border:1px solid rgba(18,52,38,.1);border-radius:5px;background:#fff;box-shadow:0 10px 28px rgba(18,37,26,.055);overflow:hidden}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only) .tks-dish-image{height:auto;aspect-ratio:16/10;background:#eee5d5}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only) .tks-dish-image img{transform:scale(1.01)}
  body.tks-site.tks-v12 .tks-dish-content{min-height:116px;padding:17px 18px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px}
  body.tks-site.tks-v12 .tks-dish-content h3{font-size:18px;line-height:1.12}
  body.tks-site.tks-v12 .tks-dish-content p{font-size:10px;line-height:1.4}
  body.tks-site.tks-v12 .tks-price-stack{margin:0;align-items:flex-end}
  body.tks-site.tks-v12 .tks-price-stack strong{font-size:18px}
  body.tks-site.tks-v12 .tks-menu-group[data-category="pita-pockets"] .tks-dish-grid,
  body.tks-site.tks-v12 .tks-menu-group[data-category="just-skewers"] .tks-dish-grid,
  body.tks-site.tks-v12 .tks-menu-group[data-category="salad-sides-drinks"] .tks-dish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only{display:block;min-height:0;border-radius:4px;background:#fff}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only .tks-dish-content{min-height:86px;padding:14px 16px 14px 58px;grid-template-columns:minmax(0,1fr) auto}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only .tks-dish-number{left:16px}
  body.tks-site.tks-v12 .tks-category-gallery{gap:12px;margin:0 0 4px}
  body.tks-site.tks-v12 .tks-category-gallery figure{border:0;border-radius:5px;box-shadow:0 13px 32px rgba(18,37,26,.12)}
  body.tks-site.tks-v12 .tks-category-gallery img{object-fit:cover}

  /* Internal pages share one visual system. */
  body.tks-site.tks-v12 .tks-breadcrumbs{height:40px;padding:0 max(38px,4.5vw);background:#0b2a1e;color:#d2ded6;font-size:8px;letter-spacing:.13em}
  body.tks-site.tks-v12 .tks-inner-hero{width:min(1320px,calc(100vw - 96px));min-height:440px;margin:38px auto 0;padding:72px 55% 72px 70px;border-radius:9px;background:#0b2a1e;color:#fff;box-shadow:0 26px 70px rgba(13,37,25,.16)}
  body.tks-site.tks-v12 .tks-inner-hero:before{right:0;top:0;width:48%;height:100%;transform:none;background-position:center}
  body.tks-site.tks-v12 .tks-inner-hero:after{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(90deg,rgba(11,42,30,.1) 35%,rgba(11,42,30,.9) 54%,rgba(11,42,30,.06) 80%);pointer-events:none}
  body.tks-site.tks-v12 .tks-inner-hero>*{position:relative;z-index:1}
  body.tks-site.tks-v12 .tks-inner-hero .tks-index{color:var(--tk-saffron-soft)}
  body.tks-site.tks-v12 .tks-inner-hero h1{margin-top:16px;color:#fff;font:500 clamp(42px,4.8vw,68px)/.96 Georgia,"Times New Roman",serif!important;letter-spacing:-.045em}
  body.tks-site.tks-v12 .tks-inner-hero h1 em{color:var(--tk-saffron-soft)}
  body.tks-site.tks-v12 .tks-inner-hero>p{color:#d0dcd4;font-size:15px}
  body.tks-site.tks-v12 .tks-about-page,
  body.tks-site.tks-v12 .tks-contact-page,
  body.tks-site.tks-v12 .tks-dish-detail{width:min(1320px,calc(100vw - 96px));min-height:600px;margin:70px auto 100px;grid-template-columns:1.05fr .95fr;border-radius:9px;overflow:hidden;background:#fffdf8;box-shadow:0 24px 70px rgba(16,38,26,.11)}
  body.tks-site.tks-v12 .tks-about-page>.tks-about-counter-photo img{object-fit:cover}
  body.tks-site.tks-v12 .tks-about-page article,
  body.tks-site.tks-v12 .tks-contact-page>div,
  body.tks-site.tks-v12 .tks-dish-detail>article{padding:72px 6vw}
  body.tks-site.tks-v12 .tks-about-page h2,
  body.tks-site.tks-v12 .tks-contact-page h2,
  body.tks-site.tks-v12 .tks-dish-detail h2{font:500 46px/1 Georgia,"Times New Roman",serif!important;letter-spacing:-.04em}
  body.tks-site.tks-v12 .tks-contact-page>div:first-child{background:#0b2a1e}
  body.tks-site.tks-v12 .tks-section:not(.tks-menu-page){padding:92px 0}
  body.tks-site.tks-v12 .tks-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  body.tks-site.tks-v12 .tks-blog-card{border:0;border-radius:7px;overflow:hidden;box-shadow:0 15px 40px rgba(16,38,26,.1)}
  body.tks-site.tks-v12 .tks-blog-card>a{padding:22px}
  body.tks-site.tks-v12 .tks-blog-card>a>div{height:240px;margin:-22px -22px 20px}
  body.tks-site.tks-v12 .tks-accordion{gap:11px}
  body.tks-site.tks-v12 .tks-accordion details{overflow:hidden;border:1px solid rgba(18,52,38,.12);border-radius:6px;background:#fff;box-shadow:0 9px 27px rgba(16,38,26,.055)}
  body.tks-site.tks-v12 .tks-accordion summary{padding:21px 23px;font-size:16px}
  body.tks-site.tks-v12 .tks-accordion details>div{padding:0 23px 22px}
  body.tks-site.tks-v12 .tks-location{padding:96px 0;background:linear-gradient(135deg,#efe5d5,#faf5eb)}
  body.tks-site.tks-v12 .tks-location-grid{grid-template-columns:1.2fr .8fr;border-radius:9px;background:#fff;box-shadow:0 26px 70px rgba(16,38,26,.12)}
  body.tks-site.tks-v12 .tks-map,
  body.tks-site.tks-v12 .tks-map iframe{min-height:520px}
  body.tks-site.tks-v12 .tks-map iframe{filter:saturate(.72) contrast(1.03)}
  body.tks-site.tks-v12 .tks-map-label{left:22px;bottom:22px;padding:11px 15px;border-radius:3px;background:#0b2a1e}
  body.tks-site.tks-v12 .tks-location-copy{padding:65px}
  body.tks-site.tks-v12 .tks-location-copy h2{font:500 47px/1 Georgia,"Times New Roman",serif!important;letter-spacing:-.04em}
  body.tks-site.tks-v12 .tks-review-grid{gap:18px}
  body.tks-site.tks-v12 .tks-review-grid article{padding:30px;border:0;border-radius:6px;box-shadow:0 13px 35px rgba(16,38,26,.07)}

  /* Catering page. */
  body.tks-site.tks-page-catering.tks-v12{background:#f4eee2}
  body.tks-site.tks-v12 .tks-catering-intro{padding:92px 0;background:linear-gradient(120deg,#f5efe4,#fffaf1)}
  body.tks-site.tks-v12 .tks-catering-intro>.tks-shell{grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:90px}
  body.tks-site.tks-v12 .tks-catering-intro h1{font:500 54px/.98 Georgia,"Times New Roman",serif!important;letter-spacing:-.045em}
  body.tks-site.tks-v12 .tks-catering-intro p{font-size:15px;line-height:1.7}
  body.tks-site.tks-v12 .tks-catering-intro aside{display:block;border:0;border-radius:8px;background:#fff;box-shadow:0 22px 60px rgba(18,37,26,.11)}
  body.tks-site.tks-v12 .tks-catering-intro aside span{display:block;padding:34px;border:1px solid rgba(18,52,38,.1);border-radius:8px}
  body.tks-site.tks-v12 .tks-catering-intro aside strong{font-size:34px}
  body.tks-site.tks-v12 .tks-catering-board{padding:88px 0;background:#fffdf8}
  body.tks-site.tks-v12 .tks-catering-board .tks-carousel{max-width:1080px;margin-inline:auto}
  body.tks-site.tks-v12 .tks-catering-board .tks-carousel-viewport{border-radius:8px;box-shadow:0 24px 65px rgba(15,36,25,.17)}
  body.tks-site.tks-v12 .tks-catering-package{padding:78px 0;background:#0b2f21}
  body.tks-site.tks-v12 .tks-catering-package>.tks-shell{grid-template-columns:340px minmax(0,1fr);gap:80px}
  body.tks-site.tks-v12 .tks-catering-package h2{font:500 43px/1 Georgia,"Times New Roman",serif!important}
  body.tks-site.tks-v12 .tks-package-list span{padding:17px;border-color:rgba(255,255,255,.18);font-size:9px}
  body.tks-site.tks-v12 .tks-catering-register{padding:94px 0;background:#f4eee2}
  body.tks-site.tks-v12 .tks-catering-register>.tks-shell{grid-template-columns:380px minmax(0,1fr);gap:80px}
  body.tks-site.tks-v12 .tks-catering-register h2{font:500 42px/1 Georgia,"Times New Roman",serif!important}
  body.tks-site.tks-v12 .tks-catering-form-panel{padding:38px;border-radius:8px;box-shadow:0 22px 65px rgba(16,38,26,.1)}

  /* Footer and final CTA. */
  body.tks-site.tks-v12 .tks-final{padding:68px 24px;background:linear-gradient(120deg,#772621,#95342e)}
  body.tks-site.tks-v12 .tks-final h2{font:500 45px/1 Georgia,"Times New Roman",serif!important}
  body.tks-site.tks-v12 .tks-footer{padding:70px max(5vw,65px) 28px;background:#071710}
}

@media (max-width:720px){
  body.tks-site.tks-v12 .tks-header,
  body.tks-site.tks-v12 .tks-header.is-scrolled{height:66px;padding:0 12px;background:#fffdf8;box-shadow:0 7px 24px rgba(17,42,29,.08)}
  body.tks-site.tks-v12 .tks-header .tks-brand{gap:9px}
  body.tks-site.tks-v12 .tks-header .tks-brand>img{width:44px;height:44px}
  body.tks-site.tks-v12 .tks-header .tks-brand b{font-size:28px!important;font-weight:950!important;line-height:1!important;letter-spacing:.01em!important}
  body.tks-site.tks-v12 .tks-menu-toggle{width:40px;height:40px;border-radius:4px;background:#fff}

  body.tks-site.tks-page-home.tks-v12 .tks-home-hero{padding:14px 0 32px!important}
  body.tks-site.tks-page-home.tks-v12 .tks-home-hero-copy{padding-top:0!important}
  body.tks-site.tks-page-home.tks-v12 .tks-hero-eyebrow{margin:0 0 7px!important;font-size:9px}
  body.tks-site.tks-page-home.tks-v12 .tks-mobile-title-row{grid-template-columns:minmax(0,1fr) 62px;gap:9px;margin-bottom:9px}
  body.tks-site.tks-page-home.tks-v12 .tks-home-hero-copy .tks-mobile-title-row h1{font-size:22px!important;line-height:1.08!important}
  body.tks-site.tks-page-home.tks-v12 .tks-mobile-halal{width:62px;height:52px;padding:4px;display:grid;grid-template-columns:28px 1fr;gap:2px;border:1px solid rgba(220,165,42,.7);border-radius:26px;background:#0d3425;color:#fff;box-shadow:0 8px 22px rgba(11,42,30,.18)}
  body.tks-site.tks-page-home.tks-v12 .tks-mobile-halal .tks-halal-icon{width:28px;height:28px;padding:0;background:var(--tk-saffron);box-shadow:none}
  body.tks-site.tks-page-home.tks-v12 .tks-mobile-halal .tks-halal-icon svg{width:22px;height:22px;stroke:#123426}
  body.tks-site.tks-page-home.tks-v12 .tks-mobile-halal b{font-size:8px;letter-spacing:.06em}
  body.tks-site.tks-page-home.tks-v12 .tks-hero-subline{margin-bottom:12px!important;font-size:14px!important}
  body.tks-site.tks-page-home.tks-v12 .tks-home-hero-copy>.tks-call-pickup{min-height:88px!important;padding:16px 18px!important;border-radius:4px}
  body.tks-site.tks-page-home.tks-v12 .tks-home-hero-copy>.tks-call-pickup small{font-size:17px!important}
  body.tks-site.tks-page-home.tks-v12 .tks-home-hero-copy>.tks-call-pickup strong{font-size:21px!important}
  body.tks-site.tks-page-home.tks-v12 .tks-hero-grill video{opacity:1!important;visibility:visible!important}
  body.tks-site.tks-page-home.tks-v12 .tks-hero-grill.is-playing .tks-grill-motion-fallback{opacity:0!important}

  .tks-menu-portal{padding:54px 0 62px}
  .tks-menu-portal:before{top:0;font-size:110px}
  .tks-menu-portal-head{grid-template-columns:1fr;gap:10px;margin-bottom:22px}
  .tks-menu-portal-head h2{font-size:35px}
  .tks-menu-portal-head p{font-size:14px;line-height:1.5}
  .tks-menu-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:230px;gap:9px}
  .tks-menu-portal-card,
  .tks-menu-portal-card:nth-child(n){grid-column:span 1;border-radius:5px;box-shadow:0 13px 32px rgba(17,41,28,.15)}
  .tks-menu-portal-number{top:10px;right:10px;width:31px;height:31px;font-size:8px}
  .tks-menu-portal-copy{left:13px;right:13px;bottom:13px;gap:4px}
  .tks-menu-portal-copy strong{font-size:20px;line-height:1.02}
  .tks-menu-portal-copy small{display:none}
  .tks-menu-portal-copy b{font-size:8px}

  body.tks-site.tks-v12 .tks-menu-page{padding-top:30px}
  body.tks-site.tks-v12 .tks-menu-page-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important}
  body.tks-site.tks-v12 .tks-menu-page-tabs button{min-width:0!important;min-height:70px!important;padding:11px 12px!important;border:1px solid rgba(18,52,38,.13)!important;border-radius:4px!important;background:#fff!important}
  body.tks-site.tks-v12 .tks-menu-page-tabs button[aria-selected=true]{background:var(--tk-green)!important;color:#fff!important;box-shadow:0 10px 26px rgba(18,52,38,.18)}
  body.tks-site.tks-v12 .tks-menu-page-tabs .tks-tab-label{font-size:13px!important;line-height:1.2}
  body.tks-site.tks-v12 .tks-menu-current{margin:10px 0 14px;padding:16px;border:0;border-radius:4px;background:#842d28;color:#fff;box-shadow:0 10px 26px rgba(87,29,25,.15)}
  body.tks-site.tks-v12 .tks-menu-current>span{color:#f3ce72}
  body.tks-site.tks-v12 .tks-menu-current h3{color:#fff;font-size:25px}
  body.tks-site.tks-v12 .tks-menu-current p{color:#f6e8e5;font-size:14px}
  body.tks-site.tks-v12 .tks-menu-group{padding:13px;border:1px solid rgba(18,52,38,.12);border-radius:5px;background:#fffdf8;box-shadow:0 11px 30px rgba(17,40,28,.065)}
  body.tks-site.tks-v12 .tks-menu-group-title,
  body.tks-site.tks-v12 .tks-menu-group.is-selected>.tks-menu-group-title{display:block;margin:0 0 11px;padding:14px 15px;border:0;border-radius:3px;background:#17382a;color:#fff;font-size:23px}
  body.tks-site.tks-v12 .tks-category-gallery,
  body.tks-site.tks-v12 .tks-category-gallery.is-sides{width:100%;margin:0 0 12px;padding:0;gap:0;overflow-x:auto;scroll-snap-type:x mandatory}
  body.tks-site.tks-v12 .tks-category-gallery figure{flex:0 0 100%;width:100%;aspect-ratio:16/9;border:0;border-radius:4px;scroll-snap-align:start;box-shadow:none}
  body.tks-site.tks-v12 .tks-category-gallery img{width:100%;height:100%;object-fit:cover;transform:none}
  body.tks-site.tks-v12 .tks-dish-grid{gap:9px!important}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only){min-height:190px!important;grid-template-columns:46% 54%!important;border:1px solid rgba(18,52,38,.11);border-radius:5px;overflow:hidden;background:#fff}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only) .tks-dish-image{height:100%!important;aspect-ratio:auto!important}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only) .tks-dish-image img{object-fit:cover!important;transform:scale(1.02)!important}
  body.tks-site.tks-v12 .tks-dish-card:not(.is-text-only) .tks-dish-content{min-height:190px!important;padding:16px 14px!important}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only{border-radius:4px;background:#fff}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only .tks-dish-content{min-height:88px!important;padding:14px 14px 14px 54px!important}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only .tks-dish-content h3{font-size:17px}
  body.tks-site.tks-v12 .tks-dish-card.is-text-only .tks-price-stack strong{font-size:17px}

  body.tks-site.tks-v12 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-viewport{aspect-ratio:16/10!important;border-radius:5px!important;box-shadow:0 14px 36px rgba(16,38,26,.16)!important}
  body.tks-site.tks-v12 .tks-carousel:not(.tks-favourites-carousel) .tks-carousel-arrow{width:40px;height:40px;background:rgba(7,29,20,.88)}

  body.tks-site.tks-v12 .tks-catering-package h2,
  body.tks-site.tks-v12 .tks-catering-package-card h3{color:#fff!important}
  body.tks-site.tks-v12 .tks-catering-intro aside{border-radius:4px;overflow:hidden}
  body.tks-site.tks-v12 .tks-catering-intro aside span{border:0}
  body.tks-site.tks-v12 .tks-catering-package-card{background:#123426;color:#fff}

  body.tks-site.tks-v12 .tks-mobile-bar{grid-template-columns:.85fr .85fr 1.3fr 1fr 1fr!important;height:68px}
  body.tks-site.tks-v12 .tks-mobile-bar a:not(.primary) span{font-size:10px!important;letter-spacing:.035em!important}
  body.tks-site.tks-v12 .tks-mobile-bar .primary span{font-size:14px!important}
}

@media (max-width:380px){
  body.tks-site.tks-v12 .tks-header .tks-brand b{font-size:25px!important}
  .tks-menu-portal-grid{grid-auto-rows:210px}
  .tks-menu-portal-copy strong{font-size:18px}
  body.tks-site.tks-v12 .tks-mobile-bar a:not(.primary) span{font-size:8px!important}
}

@media (prefers-reduced-motion:reduce){
  .tks-v12 .tks-menu-portal-card img{transition:none}
}

/* bundled source: site-v13.css */
/* TOP KEBAB SiteKit 3.6.1 — unified desktop rhythm and mobile menu precision */

body.tks-site.tks-v13{
  --tk-display:Georgia,"Times New Roman",serif;
  --tk-sans:Arial,Helvetica,sans-serif;
  --tk-radius:12px;
  --tk-shadow-soft:0 18px 50px rgba(13,35,24,.10);
  --tk-shadow-food:0 28px 70px rgba(11,30,20,.18);
}

@media (min-width:721px){
  /* One measured desktop grid and type scale across the whole site. */
  body.tks-site.tks-v13 .tks-shell,
  body.tks-site.tks-v13 .tks-lux-shell,
  body.tks-site.tks-page-home.tks-v13 .tks-lux-hero-inner{width:min(1180px,calc(100vw - 112px))}
  body.tks-site.tks-v13 .tks-header,
  body.tks-site.tks-v13 .tks-header.is-scrolled{height:86px;padding-inline:max(46px,5vw)}
  body.tks-site.tks-v13 .tks-brand b{font-size:22px;letter-spacing:.065em}
  body.tks-site.tks-v13 .tks-nav{gap:38px}
  body.tks-site.tks-v13 .tks-nav a{position:relative;padding:10px 0;color:#17271d;font-size:12px;font-weight:850;letter-spacing:.095em}
  body.tks-site.tks-v13 .tks-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--tk-saffron);transition:right .3s ease}
  body.tks-site.tks-v13 .tks-nav a:hover:after{right:0}
  body.tks-site.tks-v13 .tks-header-cta{min-height:46px;padding-inline:24px;font-size:10px}

  /* Homepage: refined editorial scale instead of unrelated oversized blocks. */
  body.tks-site.tks-page-home.tks-v13 .tks-lux-hero{min-height:620px;max-height:680px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-hero-copy{width:40%}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-hero-copy h1{font-size:clamp(42px,4.1vw,61px)}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-vaziri{width:34%;height:37%;bottom:44px;border-radius:var(--tk-radius)}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-store{width:220px;height:120px;right:30%;bottom:68px;border-radius:9px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-halal{top:28px;right:0}

  body.tks-site.tks-page-home.tks-v13 .tks-lux-favourites{padding:86px 0 92px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-favourites>.tks-lux-shell{grid-template-columns:260px minmax(0,1fr);gap:54px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-favourites header h2{font-size:40px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{min-height:340px!important;border-radius:var(--tk-radius)!important;box-shadow:var(--tk-shadow-soft)}

  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal{padding:82px 0 92px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-head{grid-template-columns:minmax(0,1fr) 360px;gap:64px;margin-bottom:30px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-head h2{font-size:48px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:268px;gap:18px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-card,
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-card:nth-child(n){grid-column:span 1;border:1px solid rgba(234,193,93,.28);border-radius:var(--tk-radius);box-shadow:var(--tk-shadow-soft)}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy{left:22px;right:22px;bottom:20px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy strong{font-size:25px}

  body.tks-site.tks-page-home.tks-v13 .tks-lux-story{min-height:560px;grid-template-columns:52% 48%}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-story article{max-width:520px;padding:64px 7vw 64px 62px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-story article h2{font-size:45px}

  /* The lower food slider now matches the scale of the rest of the page. */
  body.tks-site.tks-page-home.tks-v13 .tks-lux-gallery{padding:78px 0 88px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-gallery header{width:min(960px,100%);margin:0 auto 24px;align-items:end}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-gallery h2{font-size:41px;white-space:normal}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-food-carousel{width:min(960px,100%);max-width:none}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-food-carousel .tks-carousel-viewport{aspect-ratio:1.95/1!important;border-radius:var(--tk-radius)!important;box-shadow:var(--tk-shadow-food)}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-food-carousel .tks-carousel-slide.is-portrait .tks-carousel-backdrop{display:block!important;position:absolute;inset:-30px;width:calc(100% + 60px);height:calc(100% + 60px);object-fit:cover;filter:blur(24px) brightness(.56) saturate(.78)!important;opacity:.82}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-food-carousel .tks-carousel-slide.is-portrait .tks-carousel-picture{position:relative!important;z-index:1;display:grid!important;place-items:center}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-food-carousel .tks-carousel-slide.is-portrait .tks-carousel-image{width:auto!important;max-width:58%!important;height:100%!important;object-fit:contain!important;box-shadow:0 0 40px rgba(0,0,0,.22)}

  body.tks-site.tks-page-home.tks-v13 .tks-lux-catering{min-height:560px;grid-template-columns:52% 48%}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-catering-panel{padding:64px 6vw 64px 60px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-catering-panel h2{font-size:43px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-visit{min-height:480px}
  body.tks-site.tks-page-home.tks-v13 .tks-lux-visit figure{margin:36px 44px 36px 0}

  /* Menu page shares the same legible editorial scale. */
  body.tks-site.tks-v13 .tks-menu-page{padding:74px 0 100px}
  body.tks-site.tks-v13 .tks-menu-page-tabs{gap:10px!important}
  body.tks-site.tks-v13 .tks-menu-page-tabs button{min-height:76px!important;padding:14px 16px!important}
  body.tks-site.tks-v13 .tks-menu-page-tabs .tks-tab-label{font-size:12px!important;line-height:1.3}
  body.tks-site.tks-v13 .tks-menu-current{grid-template-columns:105px 250px 1fr}
  body.tks-site.tks-v13 .tks-menu-group{padding:25px}
  body.tks-site.tks-v13 .tks-dish-grid{gap:16px}
  body.tks-site.tks-v13 .tks-dish-card{border-radius:9px;box-shadow:0 10px 26px rgba(18,37,26,.065)}
}

@media (max-width:720px){
  /* A complete, readable Halal seal — no clipping or compressed label. */
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-title-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal{width:auto;min-width:92px;height:42px;padding:4px 10px 4px 4px;display:flex;align-items:center;gap:7px;overflow:visible;border:1px solid rgba(188,132,12,.62);border-radius:999px;background:#fffaf0;color:#123426;box-shadow:0 8px 22px rgba(11,42,30,.13),inset 0 0 0 1px rgba(255,255,255,.75)}
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal .tks-halal-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f5c95d,#d99d1b)}
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal .tks-halal-icon svg{width:24px;height:24px;stroke:#123426}
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal b{display:block!important;color:#123426;font-size:10px;font-weight:950;line-height:1;letter-spacing:.1em}

  /* Category cards remain photo-led, with text protected by a high-contrast veil. */
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal{padding:50px 0 58px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-grid{grid-auto-rows:205px;gap:10px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-card{border-radius:9px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-card img{filter:saturate(1.04) contrast(1.03)}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-shade{background:linear-gradient(180deg,rgba(5,18,12,.03) 12%,rgba(5,19,13,.24) 44%,rgba(4,18,12,.97) 100%)}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy{left:10px;right:10px;bottom:9px;gap:4px;padding:11px 10px 9px;border:1px solid rgba(255,255,255,.13);border-radius:7px;background:linear-gradient(135deg,rgba(6,30,20,.78),rgba(6,25,17,.48));box-shadow:0 10px 24px rgba(0,0,0,.24);backdrop-filter:blur(5px)}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy strong{color:#fff;font-size:20px;font-weight:600;line-height:1.02;text-shadow:0 2px 10px rgba(0,0,0,.7)}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy b{color:#f6cf70;text-shadow:0 1px 7px rgba(0,0,0,.65)}

  /* Exact landing point for category deep-links. */
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group{scroll-margin-top:78px}

  /* Compact menu lists: no tall empty cards for Pita, Skewers or Sides. */
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group{gap:9px;padding:10px}
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group-title,
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group.is-selected>.tks-menu-group-title{margin:0 0 5px;padding:13px 14px;font-size:21px}
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group[data-category="pita-pockets"] .tks-dish-grid,
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group[data-category="just-skewers"] .tks-dish-grid,
  body.tks-site.tks-page-menu.tks-v13 .tks-menu-group[data-category="salad-sides-drinks"] .tks-dish-grid{grid-template-columns:1fr!important;gap:7px!important}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only{display:block!important;min-height:0!important;height:auto!important;overflow:hidden!important;border-radius:7px}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-dish-content{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;justify-content:initial!important;gap:12px!important;min-height:78px!important;height:auto!important;padding:13px 15px!important}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-dish-number{display:none!important}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-dish-name{align-self:center}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-dish-content h3{font-size:17px;line-height:1.15}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-dish-content p{margin-top:4px;font-size:11px;line-height:1.25}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-price-stack{min-width:82px;margin:0;align-items:flex-end;gap:5px;text-align:right}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-price-stack strong{font-size:17px;line-height:1.05}
  body.tks-site.tks-page-menu.tks-v13 .tks-dish-card.is-text-only .tks-price-stack small{display:block;margin:0 0 3px;font-size:8px;text-align:right}
}

@media (max-width:380px){
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal{min-width:84px;padding-right:8px;gap:5px}
  body.tks-site.tks-page-home.tks-v13 .tks-mobile-halal b{font-size:9px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-grid{grid-auto-rows:190px}
  body.tks-site.tks-page-home.tks-v13 .tks-menu-portal-copy strong{font-size:18px}
}

@media (prefers-reduced-motion:reduce){.tks-v13 .tks-nav a:after{transition:none}}

/* bundled source: site-v14.css */
/* TOP KEBAB SiteKit 3.6.2 — compact editorial desktop and one-tap mobile cards */

@media (min-width:721px){
  body.tks-site.tks-v14{
    --tks-desktop:1100px;
    background:#f5efe5;
  }
  body.tks-site.tks-v14 .tks-shell,
  body.tks-site.tks-v14 .tks-lux-shell,
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero-inner{width:min(var(--tks-desktop),calc(100vw - 96px))}

  /* Quiet, readable navigation. */
  body.tks-site.tks-v14 .tks-header,
  body.tks-site.tks-v14 .tks-header.is-scrolled{height:80px;padding-inline:max(40px,5vw);box-shadow:0 10px 34px rgba(10,35,23,.055)}
  body.tks-site.tks-v14 .tks-brand>img{width:45px;height:45px}
  body.tks-site.tks-v14 .tks-brand b{font-size:20px}
  body.tks-site.tks-v14 .tks-nav{gap:34px}
  body.tks-site.tks-v14 .tks-nav a{font-size:11px;letter-spacing:.085em}
  body.tks-site.tks-v14 .tks-header-cta{min-height:42px;padding-inline:21px}

  /* Framed homepage hero rather than one oversized full-bleed block. */
  body.tks-site.tks-page-home.tks-v14 .tks-lux-desktop-home{padding-top:22px;background:#f5efe5}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero{width:min(1440px,calc(100vw - 44px));min-height:555px;max-height:610px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(7,29,20,.18)}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero-media{width:58%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero-copy{width:39%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero-copy h1{font-size:clamp(39px,3.8vw,56px);line-height:.96}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-hero-copy>p{font-size:13px;line-height:1.65}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-vaziri{right:0;bottom:34px;width:31%;height:35%;border-width:4px;border-radius:14px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-store{right:28%;bottom:55px;width:190px;height:105px;border-radius:11px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-halal{right:0;top:22px;padding:11px 15px}

  /* Consistent vertical rhythm and controlled image stages. */
  body.tks-site.tks-page-home.tks-v14 .tks-lux-favourites{padding:68px 0 74px;background:#fffdf8}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-favourites>.tks-lux-shell{grid-template-columns:230px minmax(0,1fr);gap:48px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-favourites header h2{font-size:35px;line-height:1.02}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-favourites header p{font-size:12px;line-height:1.6}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{min-height:300px!important;border-radius:16px!important}

  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal{padding:68px 0 78px;background:#f1e9dc}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-head{grid-template-columns:minmax(0,1fr) 320px;gap:52px;margin-bottom:26px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-head h2{font-size:40px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-head p{font-size:13px;line-height:1.6}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:226px;gap:15px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-card,
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-card:nth-child(n){grid-column:span 1;border-radius:15px;box-shadow:0 16px 44px rgba(13,35,24,.10)}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-number{top:14px;right:14px;width:34px;height:34px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy{left:18px;right:18px;bottom:17px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy strong{font-size:22px}

  body.tks-site.tks-page-home.tks-v14 .tks-lux-story,
  body.tks-site.tks-page-home.tks-v14 .tks-lux-catering,
  body.tks-site.tks-page-home.tks-v14 .tks-lux-visit{width:min(var(--tks-desktop),calc(100vw - 96px));margin:64px auto;border-radius:22px;overflow:hidden;box-shadow:0 24px 65px rgba(11,34,22,.12)}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-story{min-height:470px;grid-template-columns:52% 48%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-story article{max-width:none;padding:55px 54px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-story article h2{font-size:38px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-story article p{font-size:13px;line-height:1.65}

  /* Screenshot #2: significantly smaller, calmer and aligned with the page grid. */
  body.tks-site.tks-page-home.tks-v14 .tks-lux-gallery{width:min(var(--tks-desktop),calc(100vw - 96px));margin:64px auto;padding:54px 0 62px;border:1px solid rgba(18,52,38,.08);border-radius:22px;background:#fffdf8;box-shadow:0 22px 60px rgba(13,35,24,.085)}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-gallery .tks-lux-shell{width:min(900px,calc(100% - 76px))}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-gallery header{width:820px;max-width:100%;margin:0 auto 20px;display:flex;align-items:end;justify-content:space-between;gap:30px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-gallery h2{margin:0;font-size:32px;line-height:1;letter-spacing:-.035em;white-space:nowrap}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-food-carousel{width:820px;max-width:100%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-food-carousel .tks-carousel-viewport{aspect-ratio:2.25/1!important;border-radius:16px!important;box-shadow:0 20px 52px rgba(11,31,20,.16)}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-food-carousel .tks-carousel-arrow{width:46px;height:46px}

  body.tks-site.tks-page-home.tks-v14 .tks-lux-catering{min-height:470px;grid-template-columns:51% 49%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-catering-panel{padding:54px 52px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-catering-panel h2{font-size:37px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-catering-panel p{font-size:13px;line-height:1.65}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-visit{min-height:400px;grid-template-columns:44% 56%}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-visit-copy{padding:50px 52px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-visit-copy h2{font-size:37px}
  body.tks-site.tks-page-home.tks-v14 .tks-lux-visit figure{margin:28px 28px 28px 0;border-radius:15px}

  /* Interior pages use the same restrained proportions. */
  body.tks-site.tks-v14 .tks-inner-hero{width:min(var(--tks-desktop),calc(100vw - 96px));min-height:350px;margin:32px auto 0;padding:58px 54% 58px 58px;border-radius:22px}
  body.tks-site.tks-v14 .tks-inner-hero h1{font-size:clamp(38px,4.2vw,55px)}
  body.tks-site.tks-v14 .tks-about-page,
  body.tks-site.tks-v14 .tks-contact-page,
  body.tks-site.tks-v14 .tks-dish-detail{width:min(var(--tks-desktop),calc(100vw - 96px));min-height:500px;margin:56px auto 76px;border-radius:22px}
  body.tks-site.tks-v14 .tks-about-page article,
  body.tks-site.tks-v14 .tks-contact-page>div,
  body.tks-site.tks-v14 .tks-dish-detail>article{padding:58px 54px}

  /* Readable two-column menu: food image and information keep equal importance. */
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-page{padding:64px 0 88px}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-page-head h1{font-size:49px!important}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-page-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-page-tabs button{min-height:58px!important;padding:11px 15px!important}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-page-tabs .tks-tab-label{font-size:13px!important}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-current{grid-template-columns:100px 230px 1fr;margin-bottom:18px;padding:17px 21px}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-group{padding:22px;border-radius:16px}
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-group-title,
  body.tks-site.tks-page-menu.tks-v14 .tks-menu-group.is-selected>.tks-menu-group-title{font-size:27px!important}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only){min-height:178px;grid-template-columns:46% 54%;border-radius:12px}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-dish-image{height:100%;aspect-ratio:auto}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-dish-image img{width:100%;height:100%;object-fit:cover}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-dish-content{min-height:178px;padding:14px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:start;gap:7px 8px}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-dish-number{grid-column:1;grid-row:1/3}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-dish-name{grid-column:2;grid-row:1}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card:not(.is-text-only) .tks-price-stack{grid-column:2;grid-row:2;margin-top:4px;align-items:flex-start}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-content h3{font-size:17px}
  body.tks-site.tks-page-menu.tks-v14 .tks-price-stack strong{font-size:17px}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card.is-text-only{border-radius:10px}
  body.tks-site.tks-page-menu.tks-v14 .tks-dish-card.is-text-only .tks-dish-content{min-height:76px;padding-block:12px}

  body.tks-site.tks-page-catering.tks-v14 .tks-catering-intro{padding:70px 0}
  body.tks-site.tks-page-catering.tks-v14 .tks-catering-board{padding:66px 0}
  body.tks-site.tks-page-catering.tks-v14 .tks-catering-board .tks-carousel{max-width:820px}
  body.tks-site.tks-page-catering.tks-v14 .tks-catering-package{padding:62px 0}
  body.tks-site.tks-page-catering.tks-v14 .tks-catering-register{padding:72px 0}
}

@media (max-width:720px){
  /* Card text must stay inside its own column at every phone width. */
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-card{
    min-width:0;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
  }
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-card:hover img,
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-card:active img{transform:none!important}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy{min-width:0;max-width:calc(100% - 20px);box-sizing:border-box}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy strong{
    display:block;
    width:100%;
    max-width:100%;
    overflow:hidden;
    color:#fff;
    font-size:17px;
    line-height:1.04;
    letter-spacing:-.025em;
    white-space:normal;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy b{font-size:7px;letter-spacing:.095em}
}

@media (max-width:380px){
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy{left:8px;right:8px;max-width:calc(100% - 16px);padding-inline:8px}
  body.tks-site.tks-page-home.tks-v14 .tks-menu-portal-copy strong{font-size:16px}
}

@media (prefers-reduced-motion:reduce){
  .tks-v14 .tks-menu-portal-card img{transition:none!important}
}

/* bundled source: site-v15.css */
/* TOP KEBAB SiteKit 3.6.3 — exact mobile fixes from supplied screenshots */

@media (max-width:720px){
  /* Five equal tracks put the third action at the exact viewport centre. */
  body.tks-site.tks-v15 .tks-mobile-bar{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
  }
  body.tks-site.tks-v15 .tks-mobile-bar .primary{
    position:relative;
    z-index:2;
    justify-self:center;
    width:94px;
    max-width:none;
  }
  body.tks-site.tks-v15 .tks-mobile-bar a:not(.primary) span{
    font-size:12px!important;
    line-height:1!important;
    letter-spacing:0!important;
    white-space:nowrap;
  }

  /* Only the long second title needs a smaller one-line treatment. */
  body.tks-site.tks-page-home.tks-v15 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    overflow:visible;
    font-size:14px;
    line-height:1;
    letter-spacing:-.045em;
    white-space:nowrap;
    overflow-wrap:normal;
    word-break:normal;
  }

  /* The complete menu remains below; these duplicate selector boxes are removed. */
  body.tks-site.tks-page-menu.tks-v15 .tks-menu-page-tabs{display:none!important}
}

/* bundled source: site-v16.css */
/* TOP KEBAB SiteKit 3.6.4 — exact mobile menu/title corrections */

@media (max-width:720px){
  /* Remove the passive duplicate labels, not the functional menu controls. */
  body.tks-site.tks-page-menu.tks-v16 .tks-menu-intro{
    display:none!important;
  }
  body.tks-site.tks-page-menu.tks-v16 .tks-menu-page-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  /* Keep both complete words visible; the only permitted break is their space. */
  body.tks-site.tks-page-home.tks-v16 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    font-size:18px!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    white-space:normal!important;
    overflow-wrap:normal!important;
    word-break:keep-all!important;
    -webkit-hyphens:none;
    hyphens:none;
  }
}

/* bundled source: site-v17.css */
/* TOP KEBAB SiteKit 3.6.5 — restore prominent Mediterranean card type */

@media (max-width:720px){
  body.tks-site.tks-page-home.tks-v17 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy{
    left:8px!important;
    right:8px!important;
    max-width:calc(100% - 16px)!important;
    padding-inline:0!important;
  }

  body.tks-site.tks-page-home.tks-v17 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    font-size:22px!important;
    line-height:.98!important;
    letter-spacing:-.06em!important;
  }
}

@media (max-width:340px){
  body.tks-site.tks-page-home.tks-v17 .tks-menu-portal-card:nth-child(2) .tks-menu-portal-copy strong{
    font-size:20px!important;
  }
}

/* bundled source: site-v18.css */
/* TOP KEBAB SiteKit 3.6.6 — menu continuity, Pita gallery, Lunch Special, Catering entry */

/* Catering is a real menu choice and opens the existing Catering page. */
body.tks-site.tks-v18 .tks-menu-page-tabs .tks-menu-catering-link{
  min-width:0;
  min-height:58px;
  padding:11px 15px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #dca52a;
  border-radius:5px;
  background:#dca52a;
  color:#10291e;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(104,72,10,.16);
}
body.tks-site.tks-v18 .tks-menu-page-tabs .tks-menu-catering-link .tks-tab-label{
  color:inherit;
  font-size:13px!important;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.tks-site.tks-v18 .tks-menu-page-tabs .tks-menu-catering-link i{
  color:inherit;
  font-size:16px;
  font-style:normal;
}

/* One important combo photograph above both sandwich photographs. */
body.tks-site.tks-v18 .tks-category-gallery.is-pita{
  width:100%;
  margin:0 0 14px;
  padding:0;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  overflow:visible!important;
  scroll-snap-type:none!important;
}
body.tks-site.tks-v18 .tks-category-gallery.is-pita figure{
  width:auto!important;
  min-width:0!important;
  margin:0!important;
  flex:none!important;
  aspect-ratio:16/10!important;
  overflow:hidden;
  border-radius:8px!important;
  background:#eee5d6;
  box-shadow:0 12px 28px rgba(18,37,26,.12)!important;
  scroll-snap-align:none!important;
}
body.tks-site.tks-v18 .tks-category-gallery.is-pita figure:first-child{
  grid-column:1/-1;
  aspect-ratio:16/8!important;
}
body.tks-site.tks-v18 .tks-category-gallery.is-pita img{
  width:100%!important;
  height:100%!important;
  display:block;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}

/* The ordering conditions must be impossible to miss. */
body.tks-site.tks-v18 .tks-lunch-notice{
  margin:0 0 14px;
  padding:18px 20px;
  display:grid;
  grid-template-columns:180px 1fr auto;
  align-items:center;
  gap:18px;
  border-top:4px solid #e3ad2c;
  border-radius:6px;
  background:#8b2d28;
  color:#fff;
  box-shadow:0 15px 34px rgba(82,28,24,.17);
}
body.tks-site.tks-v18 .tks-lunch-notice span{
  color:#f7cf6d;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
body.tks-site.tks-v18 .tks-lunch-notice strong{
  color:#fff;
  font-size:18px;
  line-height:1.25;
}
body.tks-site.tks-v18 .tks-lunch-notice b{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
  font-size:11px;
  line-height:1.3;
  letter-spacing:.06em;
  text-align:center;
}

/* Make Catering a distinct full-width destination in the homepage category portal. */
body.tks-site.tks-page-home.tks-v18 .tks-menu-portal-card.is-catering{
  grid-column:1/-1!important;
  min-height:220px;
}

@media (max-width:720px){
  /* The red information panel stays visible and follows the section being read. */
  body.tks-site.tks-page-menu.tks-v18 .tks-menu-current{
    position:sticky!important;
    z-index:72;
    top:76px;
    margin:8px 0 12px!important;
    padding:12px 14px!important;
    border-top:3px solid #e3ad2c!important;
    box-shadow:0 12px 28px rgba(49,17,15,.24)!important;
  }
  body.admin-bar.tks-site.tks-page-menu.tks-v18 .tks-menu-current{top:122px}
  body.tks-site.tks-page-menu.tks-v18 .tks-menu-current>span{
    margin-bottom:3px!important;
    font-size:9px!important;
  }
  body.tks-site.tks-page-menu.tks-v18 .tks-menu-current h3{
    font-size:21px!important;
    line-height:1!important;
  }
  body.tks-site.tks-page-menu.tks-v18 .tks-menu-current p{
    margin-top:5px!important;
    font-size:12px!important;
    line-height:1.35!important;
  }

  body.tks-site.tks-v18 .tks-menu-page-tabs .tks-menu-catering-link{
    min-height:70px;
    padding:11px 12px;
  }
  body.tks-site.tks-v18 .tks-menu-page-tabs .tks-menu-catering-link .tks-tab-label{
    font-size:13px!important;
  }

  body.tks-site.tks-v18 .tks-category-gallery.is-pita{
    margin-inline:0!important;
    padding:0!important;
    gap:8px!important;
  }
  body.tks-site.tks-v18 .tks-category-gallery.is-pita figure:first-child{
    aspect-ratio:16/9!important;
  }
  body.tks-site.tks-v18 .tks-category-gallery.is-pita figure:not(:first-child){
    aspect-ratio:4/3!important;
  }

  body.tks-site.tks-v18 .tks-lunch-notice{
    padding:15px;
    display:block;
  }
  body.tks-site.tks-v18 .tks-lunch-notice span,
  body.tks-site.tks-v18 .tks-lunch-notice strong,
  body.tks-site.tks-v18 .tks-lunch-notice b{display:block}
  body.tks-site.tks-v18 .tks-lunch-notice strong{
    margin-top:7px;
    font-size:20px;
  }
  body.tks-site.tks-v18 .tks-lunch-notice b{
    margin-top:10px;
    padding:9px;
    font-size:12px;
  }

  body.tks-site.tks-page-home.tks-v18 .tks-menu-portal-card.is-catering{
    min-height:190px;
  }
}

@media (prefers-reduced-motion:reduce){
  body.tks-site.tks-page-menu.tks-v18 .tks-menu-current{scroll-behavior:auto}
}

/* bundled source: site-v19.css */
/* TOP KEBAB SiteKit 3.6.7 — supplied Halal mark, persistent menu context, aligned menu actions */

/* Use the supplied Halal artwork everywhere the site presents a Halal badge. */
body.tks-site.tks-v19 .tks-halal-icon,
body.tks-site.tks-v19 .tks-mobile-halal .tks-halal-icon,
body.tks-site.tks-v19 .tks-lux-halal .tks-halal-icon,
body.tks-site.tks-v19 .tks-halal-banner .tks-halal-icon{
  padding:0!important;
  overflow:visible;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  animation:none!important;
}
body.tks-site.tks-v19 .tks-halal-icon img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

/* Catering belongs beside the primary ordering action, not among food categories. */
body.tks-site.tks-page-menu.tks-v19 .tks-menu-page-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
body.tks-site.tks-page-menu.tks-v19 .tks-menu-page-actions .tks-btn{
  min-width:168px;
  min-height:48px;
  margin:0;
  padding:0 19px;
  white-space:nowrap;
}

/* The slot preserves document space while mobile uses a true viewport-fixed panel. */
body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot{
  position:relative;
}

@media (max-width:720px){
  body.tks-site.tks-page-home.tks-v19 .tks-mobile-halal{
    min-width:96px;
    height:48px;
    padding:3px 9px 3px 3px;
    gap:6px;
    border-color:rgba(198,24,14,.34);
    background:#fffaf0;
  }
  body.tks-site.tks-page-home.tks-v19 .tks-mobile-halal .tks-halal-icon{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
  }
  body.tks-site.tks-page-home.tks-v19 .tks-mobile-halal b{
    color:#761d18;
    font-size:9px;
    letter-spacing:.08em;
  }
  body.tks-site.tks-page-home.tks-v19 .tks-halal-banner .tks-halal-icon{
    width:54px!important;
    height:54px!important;
    flex:0 0 54px!important;
  }

  body.tks-site.tks-page-menu.tks-v19 .tks-menu-page-actions{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-page-actions .tks-btn{
    width:100%;
    min-width:0;
    min-height:48px;
    padding:0 11px;
    gap:8px;
    font-size:9px;
  }

  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot{
    min-height:110px;
    margin:8px 0 12px;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current{
    position:relative!important;
    z-index:89;
    top:auto!important;
    width:auto;
    max-width:696px;
    margin:0 auto!important;
    box-sizing:border-box;
    padding:11px 14px!important;
    border-top:3px solid #e3ad2c!important;
    border-radius:5px!important;
    background:#842d28!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(49,17,15,.27)!important;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current.is-fixed{
    position:fixed!important;
    top:70px!important;
    left:12px;
    right:12px;
  }
  body.admin-bar.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current.is-fixed{
    top:116px!important;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current>span{
    margin:0 0 2px!important;
    color:#f3ce72!important;
    font-size:9px!important;
    line-height:1.1!important;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current h3{
    margin:0!important;
    color:#fff!important;
    font-size:21px!important;
    line-height:1.05!important;
  }
  body.tks-site.tks-page-menu.tks-v19 .tks-menu-current-slot .tks-menu-current p{
    margin:4px 0 0!important;
    color:#f6e8e5!important;
    font-size:12px!important;
    line-height:1.32!important;
  }
}

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v19 .tks-lux-halal .tks-halal-icon{
    width:54px!important;
    height:54px!important;
    flex:0 0 54px!important;
  }
}

/* bundled source: site-v20.css */
/* TOP KEBAB SiteKit 3.6.9 — menu continuity, readable context, transparent Halal mark */

/* Homepage typography is one family throughout. */
body.tks-site.tks-page-home.tks-v20.tks-v20,
body.tks-site.tks-page-home.tks-v20.tks-v20 *{
  font-family:Arial,Helvetica,sans-serif!important;
}

/* The section label is larger and is a direct Menu link. */
body.tks-site.tks-page-home.tks-v20 .tks-menu-portal-label{
  width:max-content;
  color:#842d28;
  font-size:15px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.12em;
  text-decoration:none;
}
body.tks-site.tks-page-home.tks-v20 .tks-menu-portal-label i{
  color:#dca52a;
  font-style:normal;
}
body.tks-site.tks-page-home.tks-v20 .tks-menu-portal-card[href*="lunch-specials"] .tks-menu-portal-copy small{
  -webkit-line-clamp:4;
}

/* Call to Order comes first; both actions keep identical dimensions and larger copy. */
body.tks-site.tks-page-menu.tks-v20 .tks-menu-page-actions .tks-btn{
  font-size:12px!important;
}

/* Every menu collection owns its red context panel. No scroll-script dependency. */
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group{
  scroll-margin-top:112px!important;
}
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context{
  position:sticky;
  align-self:start;
  z-index:72;
  top:82px;
  margin:0 0 14px;
  padding:16px 19px;
  display:grid;
  grid-template-columns:120px minmax(190px,.65fr) 1fr;
  align-items:center;
  gap:18px;
  border-top:4px solid #e3ad2c;
  border-radius:5px;
  background:#842d28;
  color:#fff;
  box-shadow:0 14px 30px rgba(49,17,15,.23);
}
body.admin-bar.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context{top:114px}
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context>span{
  color:#f3ce72;
  font-size:10px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context h3{
  margin:0;
  color:#fff;
  font-size:25px!important;
  font-weight:900;
  line-height:1.05;
}
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context p{
  margin:0;
  color:#f6e8e5;
  font-size:19.5px;
  line-height:1.45;
}
body.tks-site.tks-page-menu.tks-v20 .tks-menu-group>.tks-menu-group-title{
  display:none!important;
}

/* The supplied transparent Vaziri photographs must remain fully visible. */
body.tks-site.tks-page-menu.tks-v20 [data-dish="vaziri-leg"] .tks-dish-image,
body.tks-site.tks-page-menu.tks-v20 [data-dish="vaziri-breast"] .tks-dish-image{
  background:#f1eadf;
}
body.tks-site.tks-page-menu.tks-v20 [data-dish="vaziri-leg"] .tks-dish-image img,
body.tks-site.tks-page-menu.tks-v20 [data-dish="vaziri-breast"] .tks-dish-image img{
  object-fit:contain!important;
  padding:8px;
  box-sizing:border-box;
}

@media (max-width:720px){
  /* Two steps smaller so Catering and Directions cannot collide. */
  body.tks-site.tks-v20 .tks-mobile-bar a:not(.primary) span{
    font-size:10px!important;
    letter-spacing:0!important;
    white-space:nowrap;
  }

  body.tks-site.tks-page-home.tks-v20 .tks-menu-portal-label{
    font-size:13px;
  }

  body.tks-site.tks-page-menu.tks-v20 .tks-menu-page-actions .tks-btn{
    font-size:11px!important;
  }

  body.tks-site.tks-page-menu.tks-v20 .tks-menu-group{
    scroll-margin-top:190px!important;
  }
  body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context{
    top:70px;
    margin:0 0 11px;
    padding:11px 14px;
    display:block;
    border-top-width:3px;
    box-shadow:0 11px 25px rgba(49,17,15,.27);
  }
  body.admin-bar.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context{top:116px}
  body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context>span{
    display:block;
    margin:0 0 2px;
    font-size:9px;
  }
  body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context h3{
    font-size:21px!important;
  }
  body.tks-site.tks-page-menu.tks-v20 .tks-menu-group-context p{
    margin-top:4px;
    font-size:18px;
    line-height:1.32;
  }
}

@media (max-width:380px){
  body.tks-site.tks-v20 .tks-mobile-bar a:not(.primary) span{
    font-size:9px!important;
  }
}

/* bundled source: site-v21.css */
/* TOP KEBAB SiteKit 3.7.0 — verified menu copy and collection presentation */

/* Preserve the image proportions while allowing a separate Pita combo note. */
body.tks-site.tks-v21 .tks-category-gallery .tks-category-image-frame{
  width:100%;
  height:100%;
  display:block;
  overflow:hidden;
}
body.tks-site.tks-v21 .tks-category-gallery.is-pita figure.has-note{
  height:auto!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
}
body.tks-site.tks-v21 .tks-category-gallery.is-pita figure.has-note .tks-category-image-frame{
  height:auto;
  aspect-ratio:16/8;
}
body.tks-site.tks-v21 .tks-category-gallery.is-pita figure.has-note figcaption{
  position:static!important;
  margin:0!important;
  padding:12px 16px!important;
  display:block!important;
  border:0!important;
  background:#e1a925!important;
  color:#10291e!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.045em!important;
  text-align:center!important;
}

/* Lunch details remain part of the same sticky red context panel. */
body.tks-site.tks-page-menu.tks-v21 .tks-menu-group-context .tks-lunch-conditions{
  grid-column:1/-1;
  margin:0 -19px -16px;
  padding:11px 19px 12px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:12px;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.3);
  border-radius:0 0 5px 5px;
  background:#e1a925;
  color:#10291e;
}
body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions strong,
body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions b{
  display:block;
  color:inherit;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.035em;
  text-align:center;
  white-space:nowrap;
}

/* Vaziri follows the same edge-to-edge crop as every other plated dish. */
body.tks-site.tks-page-menu.tks-v21 [data-dish="vaziri-leg"] .tks-dish-image,
body.tks-site.tks-page-menu.tks-v21 [data-dish="vaziri-breast"] .tks-dish-image{
  padding:0!important;
  background:#e8ddcc!important;
}
body.tks-site.tks-page-menu.tks-v21 [data-dish="vaziri-leg"] .tks-dish-image img,
body.tks-site.tks-page-menu.tks-v21 [data-dish="vaziri-breast"] .tks-dish-image img{
  width:100%!important;
  height:100%!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:scale(1.035)!important;
}

/* One strong grilling image introduces the SKEWERS ONLY list. */
body.tks-site.tks-page-menu.tks-v21 .tks-category-gallery.is-skewers{
  width:100%;
  margin:0 0 14px;
  padding:0;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0!important;
  overflow:visible!important;
}
body.tks-site.tks-page-menu.tks-v21 .tks-category-gallery.is-skewers figure{
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  aspect-ratio:16/7!important;
  overflow:hidden;
  border-radius:8px!important;
}
body.tks-site.tks-page-menu.tks-v21 .tks-category-gallery.is-skewers img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}

@media (max-width:720px){
  body.tks-site.tks-v21 .tks-category-gallery.is-pita figure.has-note .tks-category-image-frame{
    aspect-ratio:16/9;
  }
  body.tks-site.tks-v21 .tks-category-gallery.is-pita figure.has-note figcaption{
    padding:10px 8px!important;
    font-size:13px!important;
    letter-spacing:.025em!important;
  }

  body.tks-site.tks-page-menu.tks-v21 .tks-menu-group-context .tks-lunch-conditions{
    margin:10px -14px -11px;
    padding:9px 7px 10px;
    display:block;
    border-radius:0 0 5px 5px;
  }
  body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions strong,
  body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions b{
    font-size:10px;
    line-height:1.25;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions b{
    margin-top:4px;
  }

  body.tks-site.tks-page-menu.tks-v21 .tks-category-gallery.is-skewers{
    margin-inline:0!important;
    padding:0!important;
  }
  body.tks-site.tks-page-menu.tks-v21 .tks-category-gallery.is-skewers figure{
    flex:none!important;
    aspect-ratio:16/9!important;
  }
}

@media (max-width:360px){
  body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions strong,
  body.tks-site.tks-page-menu.tks-v21 .tks-lunch-conditions b{
    font-size:9px;
  }
}

/* bundled source: site-v22.css */
/* TOP KEBAB SiteKit 3.7.1 — editorial desktop homepage inspired by the approved reference */

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v22{
    --tks-ref-ink:#121713;
    --tks-ref-green:#102821;
    --tks-ref-cream:#f3eee3;
    --tks-ref-paper:#fbf8f1;
    --tks-ref-orange:#c9522d;
    --tks-ref-gold:#e4ae55;
    --tks-ref-line:rgba(28,34,27,.16);
    background:var(--tks-ref-cream)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-shell{
    width:min(1180px,calc(100vw - 96px))!important;
  }

  /* Header sits over the hero, then becomes a quiet solid bar on scroll. */
  body.tks-site.tks-page-home.tks-v22 .tks-header{
    position:absolute;
    z-index:95;
    top:0;
    left:0;
    right:0;
    height:78px;
    padding:0 max(46px,5vw);
    border:0;
    border-bottom:1px solid rgba(255,255,255,.13);
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
  }
  body.admin-bar.tks-site.tks-page-home.tks-v22 .tks-header{top:32px}
  body.tks-site.tks-page-home.tks-v22 .tks-header:not(.is-scrolled) .tks-brand b,
  body.tks-site.tks-page-home.tks-v22 .tks-header:not(.is-scrolled) .tks-nav a{color:#fff!important}
  body.tks-site.tks-page-home.tks-v22 .tks-header:not(.is-scrolled) .tks-header-cta{
    border:1px solid rgba(255,255,255,.4);
    background:rgba(9,24,18,.34);
  }
  body.tks-site.tks-page-home.tks-v22 .tks-header.is-scrolled{
    position:fixed;
    height:68px;
    border-bottom:1px solid rgba(16,40,31,.12);
    background:rgba(251,248,241,.95);
    box-shadow:0 12px 34px rgba(12,28,20,.09);
    backdrop-filter:blur(16px);
  }

  /* Full-width cinematic hero with one clear plated-food focal point. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-desktop-home{
    padding-top:0!important;
    overflow:hidden;
    background:var(--tks-ref-cream)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero{
    width:100%!important;
    height:min(760px,88vh)!important;
    min-height:650px!important;
    max-height:none!important;
    margin:0!important;
    overflow:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#0b211c!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero:before{
    content:"";
    position:absolute;
    z-index:1;
    inset:0;
    background:
      repeating-linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 9px),
      radial-gradient(circle at 78% 18%,rgba(71,144,147,.34),transparent 38%);
    pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero:after{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-media{
    inset:0!important;
    width:100%!important;
    opacity:.35;
    filter:brightness(.58) saturate(.68) contrast(1.1);
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-media img,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-media video{
    object-position:center 54%!important;
    transform:scale(1.04);
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-shade{
    z-index:0!important;
    background:linear-gradient(90deg,rgba(7,22,18,.98) 0 37%,rgba(7,22,18,.76) 52%,rgba(7,22,18,.24) 77%,rgba(7,22,18,.42) 100%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-inner{
    z-index:3;
    width:min(1280px,calc(100vw - 96px))!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy{
    left:0!important;
    top:47%!important;
    width:min(560px,47vw)!important;
    transform:translateY(-50%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy .tks-lux-kicker{
    color:#f0c677!important;
    font-size:9px!important;
    letter-spacing:.18em!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy h1{
    margin:22px 0 22px!important;
    color:#fff!important;
    font-size:clamp(48px,5vw,72px)!important;
    font-weight:500!important;
    line-height:.94!important;
    letter-spacing:-.055em!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy h1 em{
    color:#fff!important;
    font-style:normal!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy h1 span{
    margin-top:10px!important;
    color:var(--tks-ref-gold)!important;
    font-size:.64em!important;
    font-style:italic;
    letter-spacing:-.035em!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy>p{
    max-width:480px!important;
    color:#d5ddd8!important;
    font-size:13px!important;
    line-height:1.7!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-actions{margin-top:29px!important;gap:24px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-call{
    min-width:270px!important;
    padding:14px 17px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    background:var(--tks-ref-orange)!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-call strong{font-size:20px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri{
    right:3%!important;
    bottom:9%!important;
    width:clamp(380px,39vw,540px)!important;
    height:clamp(380px,39vw,540px)!important;
    overflow:hidden!important;
    border:1px solid rgba(255,255,255,.2)!important;
    border-radius:50%!important;
    background:#071711!important;
    box-shadow:0 42px 90px rgba(0,0,0,.5)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri:after{
    background:radial-gradient(circle,transparent 56%,rgba(2,10,7,.34) 100%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri img{
    object-fit:cover!important;
    object-position:center!important;
    transform:scale(1.08)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri figcaption{
    left:50%!important;
    bottom:24px!important;
    width:max-content;
    padding:9px 15px;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(6,23,16,.7);
    text-align:center;
    transform:translateX(-50%);
    backdrop-filter:blur(10px);
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri figcaption span,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri figcaption small{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri figcaption b{margin:0!important;font-size:18px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-store{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-halal{
    right:0!important;
    top:98px!important;
    padding:9px 13px!important;
    border-color:rgba(255,255,255,.2)!important;
    background:rgba(7,27,19,.54)!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-halal .tks-halal-icon{
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-halal strong{font-size:18px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-scroll{display:none!important}

  /* Orange menu rail directly below the hero. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar{
    height:52px;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    background:var(--tks-ref-orange);
    color:#fff;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar a{
    padding:0 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-right:1px solid rgba(255,255,255,.25);
    color:#fff!important;
    font-size:9px;
    font-weight:900;
    letter-spacing:.1em;
    text-decoration:none;
    text-transform:uppercase;
    transition:background .25s ease;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar a:hover{background:rgba(93,24,11,.18)}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar b{color:#ffe1bc;font-size:15px}

  /* Three visible signature cards, retaining the existing carousel controls. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites{
    padding:92px 0 100px!important;
    background:var(--tks-ref-paper)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites>.tks-lux-shell{
    display:block!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites header{
    margin-bottom:34px;
    display:grid;
    grid-template-columns:minmax(0,1fr) 390px;
    align-items:end;
    gap:70px;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites header .tks-lux-kicker{grid-column:1/-1}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites header h2{
    margin:0!important;
    font-size:52px!important;
    font-weight:500!important;
    line-height:.96!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites header p{
    margin:0!important;
    font-size:13px!important;
    line-height:1.7!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{
    height:390px!important;
    min-height:390px!important;
    aspect-ratio:auto!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-track{
    overflow:visible!important;
    perspective:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide{
    top:0!important;
    width:31.6%!important;
    height:360px!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    filter:none!important;
    opacity:1!important;
    transform:translateX(-50%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide:after{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-prev{
    left:15.8%!important;
    z-index:2!important;
    transform:translateX(-50%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-active{
    left:50%!important;
    z-index:3!important;
    transform:translateX(-50%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide.is-next{
    left:84.2%!important;
    z-index:2!important;
    transform:translateX(-50%)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-picture{
    position:absolute!important;
    inset:0 0 72px!important;
    width:100%!important;
    height:auto!important;
    overflow:hidden!important;
    background:#d8d0c2!important;
    box-shadow:0 14px 28px rgba(25,31,25,.12)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-slide figcaption{
    position:absolute!important;
    top:auto!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    padding:13px 0 0!important;
    display:block!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--tks-ref-ink)!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
    text-align:left!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-slide figcaption span{
    color:var(--tks-ref-orange)!important;
    font-size:8px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-slide figcaption strong{
    display:block;
    margin-top:3px;
    color:var(--tks-ref-ink)!important;
    font-size:16px!important;
    font-weight:800!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-arrow{
    top:12px!important;
    width:34px!important;
    height:34px!important;
    border:1px solid rgba(255,255,255,.55)!important;
    border-radius:0!important;
    background:rgba(11,29,21,.78)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-arrow.is-prev{left:12px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-arrow.is-next{right:12px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-toggle,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-coverflow .tks-carousel-status{transform:scale(.82);transform-origin:bottom center}

  /* Menu collection: restrained editorial cards, not floating rounded tiles. */
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal{
    padding:92px 0 100px!important;
    background:var(--tks-ref-cream)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal:before{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-head{
    margin-bottom:32px!important;
    grid-template-columns:minmax(0,1fr) 390px!important;
    gap:70px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-head h2{
    font-size:50px!important;
    font-weight:500!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-auto-rows:255px!important;
    gap:18px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-card,
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-card:nth-child(n),
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-card.is-catering{
    grid-column:span 1!important;
    min-height:0!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-card:last-child{grid-column:2/3!important}
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-copy{
    right:14px!important;
    bottom:14px!important;
    left:14px!important;
    padding:14px!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:0!important;
    background:rgba(6,25,17,.73)!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-copy strong{font-size:21px!important;font-weight:700!important}

  /* Dark split panel mirrors the reference's chef/story chapter. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering{
    width:100%!important;
    min-height:600px!important;
    margin:0!important;
    overflow:hidden!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:var(--tks-ref-ink)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story{grid-template-columns:52% 48%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story-image img{object-position:center 58%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story article{
    max-width:570px!important;
    padding:75px 8vw 75px 70px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story article h2,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering-panel h2{
    font-size:46px!important;
    font-weight:500!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story article h2 em,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering-panel h2 em{color:var(--tks-ref-gold)!important}

  /* Open cream gallery chapter. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-gallery{
    width:min(1180px,calc(100vw - 96px))!important;
    margin:0 auto!important;
    padding:92px 0 100px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-gallery .tks-lux-shell{width:100%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-gallery header{
    width:100%!important;
    margin:0 0 30px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-gallery h2{
    font-size:50px!important;
    font-weight:500!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-food-carousel{width:100%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-food-carousel .tks-carousel-viewport{
    aspect-ratio:2.05/1!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-food-carousel .tks-carousel-arrow{border-radius:0!important}

  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering{grid-template-columns:52% 48%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering-panel{
    max-width:590px;
    padding:72px 7vw 72px 68px!important;
  }

  /* Visit chapter uses the restaurant's real interior photograph. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit{
    width:min(1180px,calc(100vw - 96px))!important;
    min-height:540px!important;
    margin:0 auto!important;
    grid-template-columns:39% 61%!important;
    overflow:visible!important;
    border-radius:0!important;
    background:var(--tks-ref-paper)!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit-copy{padding:76px 48px 76px 0!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit-copy h2{
    margin:20px 0!important;
    color:var(--tks-ref-ink)!important;
    font-size:46px!important;
    font-weight:500!important;
    line-height:.98!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit-copy h2 em{color:var(--tks-ref-orange)!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit figure{
    margin:72px 0!important;
    overflow:hidden!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-visit figure img{object-fit:cover!important}

  /* A real stored review becomes the quiet statement block from the reference. */
  body.tks-site.tks-page-home.tks-v22 .tks-lux-review{
    min-height:360px;
    padding:80px max(12vw,80px);
    display:grid;
    place-content:center;
    justify-items:center;
    background:#e8dfcf;
    color:var(--tks-ref-ink);
    text-align:center;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-review>span{
    height:34px;
    color:var(--tks-ref-orange);
    font-size:48px;
    font-weight:900;
    line-height:1;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-review blockquote{
    max-width:820px;
    margin:14px auto 20px;
    font-size:clamp(24px,2.35vw,36px);
    font-weight:500;
    line-height:1.28;
    letter-spacing:-.025em;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-review blockquote p{margin:0}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-review strong{
    color:#6e675c;
    font-size:9px;
    letter-spacing:.16em;
    text-transform:uppercase;
  }

  /* Final image CTA and black footer. */
  body.tks-site.tks-page-home.tks-v22 .tks-final{
    min-height:470px;
    padding:95px 24px!important;
    display:grid;
    place-items:center;
    background:
      linear-gradient(rgba(5,17,12,.7),rgba(5,17,12,.76)),
      url('../media/customer-catering-koobideh.webp') center 54%/cover no-repeat!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-final:before,
  body.tks-site.tks-page-home.tks-v22 .tks-final-marquee{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-final>div:last-child{text-align:center}
  body.tks-site.tks-page-home.tks-v22 .tks-final h2{
    margin:14px 0 28px!important;
    font-size:52px!important;
    font-weight:500!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-final h2 em{color:var(--tks-ref-gold)!important}
  body.tks-site.tks-page-home.tks-v22 .tks-footer{
    padding:62px max(5vw,64px) 25px!important;
    background:#0a0d0b!important;
  }
}

@media (min-width:721px) and (max-width:1080px){
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-inner{width:calc(100vw - 58px)!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy{width:46vw!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri{
    right:1%!important;
    width:430px!important;
    height:430px!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-halal{display:none!important}
  body.tks-site.tks-page-home.tks-v22 .tks-header:not(.is-scrolled) .tks-menu-toggle{
    border-color:rgba(255,255,255,.35)!important;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-header:not(.is-scrolled) .tks-menu-toggle span{background:#fff!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar a{padding-inline:13px;font-size:8px}
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-card:last-child{grid-column:1/-1!important}
}

@media (min-width:721px) and (max-width:860px){
  body.tks-site.tks-page-home.tks-v22 .tks-lux-hero-copy{width:56vw!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-vaziri{
    right:-72px!important;
    width:360px!important;
    height:360px!important;
    opacity:.72;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar a{
    padding-inline:8px;
    font-size:7px;
    letter-spacing:.045em;
  }
  body.tks-site.tks-page-home.tks-v22 .tks-lux-quickbar b{display:none}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-favourites header,
  body.tks-site.tks-page-home.tks-v22 .tks-menu-portal-head{grid-template-columns:1fr!important;gap:18px!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering{grid-template-columns:50% 50%!important}
  body.tks-site.tks-page-home.tks-v22 .tks-lux-story article,
  body.tks-site.tks-page-home.tks-v22 .tks-lux-catering-panel{padding:55px 38px!important}
}

/* bundled source: site-v23.css */
/* TOP KEBAB SiteKit 3.7.2 — desktop-only reference alignment. Mobile is intentionally untouched. */

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v23 .tks-header{
    height:64px!important;
    padding-inline:max(28px,calc((100vw - 1180px)/2))!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-header-inner{
    width:100%!important;
    max-width:1180px!important;
    margin-inline:auto!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-brand img{
    width:34px!important;
    height:34px!important;
  }

  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero{
    height:620px!important;
    min-height:620px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero-inner{
    width:min(1180px,calc(100vw - 64px))!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero-copy{
    top:49%!important;
    width:min(470px,43vw)!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero-copy h1{
    margin:17px 0 18px!important;
    font-size:clamp(43px,4.25vw,62px)!important;
    line-height:.98!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero-copy>p{
    max-width:430px!important;
    font-size:12px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-hero-actions{margin-top:22px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-lux-call{
    min-width:248px!important;
    padding:12px 15px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-vaziri{
    right:2.5%!important;
    bottom:7%!important;
    width:clamp(390px,36vw,480px)!important;
    height:clamp(390px,36vw,480px)!important;
  }

  /* The reference has a clearly backed HALAL plaque, not floating text. */
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal{
    display:flex!important;
    top:86px!important;
    right:1.5%!important;
    min-width:178px!important;
    padding:8px 13px 8px 9px!important;
    gap:10px!important;
    border:1px solid #d9ad51!important;
    border-radius:3px!important;
    background:#fff8e8!important;
    color:#102821!important;
    box-shadow:0 12px 30px rgba(0,0,0,.22)!important;
    backdrop-filter:none!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal .tks-halal-icon{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
    border-radius:2px!important;
    background:#fff!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal strong{
    color:#102821!important;
    font-size:17px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal small{color:#795f2b!important}

  body.tks-site.tks-page-home.tks-v23 .tks-lux-quickbar{height:46px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-lux-favourites{
    padding:74px 0 82px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-favourites header h2,
  body.tks-site.tks-page-home.tks-v23 .tks-menu-portal-head h2,
  body.tks-site.tks-page-home.tks-v23 .tks-lux-gallery h2{
    font-size:44px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-coverflow.is-coverflow-ready .tks-carousel-viewport{
    height:350px!important;
    min-height:350px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-menu-portal{padding:76px 0 86px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-menu-portal-grid{
    grid-auto-rows:225px!important;
    gap:14px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-story,
  body.tks-site.tks-page-home.tks-v23 .tks-lux-catering{
    min-height:540px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-story article,
  body.tks-site.tks-page-home.tks-v23 .tks-lux-catering-panel{
    padding-block:62px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-gallery{padding:74px 0 82px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-lux-food-carousel .tks-carousel-viewport{
    max-height:560px!important;
  }
  body.tks-site.tks-page-home.tks-v23 .tks-lux-visit{min-height:490px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-lux-visit figure{margin-block:58px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-lux-review{min-height:310px!important;padding-block:64px!important}
  body.tks-site.tks-page-home.tks-v23 .tks-final{min-height:420px!important;padding-block:78px!important}
}

@media (min-width:721px) and (max-width:1080px){
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal{
    display:flex!important;
    top:78px!important;
    right:20px!important;
    transform:scale(.9);
    transform-origin:top right;
  }
}

@media (min-width:721px) and (max-width:860px){
  body.tks-site.tks-page-home.tks-v23 .tks-lux-halal{
    right:16px!important;
    min-width:154px!important;
    transform:scale(.78);
  }
}

/* bundled source: site-v24.css */
/* TOP KEBAB SiteKit 3.8.0 — Flame & Fable desktop rebuild. */
.tks-ref-desktop-home{display:none}

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v24{
    --ref-coral:#ff5036;
    --ref-cream:#f1ede2;
    --ref-paper:#faf7ef;
    --ref-black:#0a0d0a;
    --ref-yellow:#ffdd43;
    --ref-line:rgba(13,16,12,.24);
    background:var(--ref-cream)!important;
    color:var(--ref-black)!important;
  }
  body.tks-site.tks-page-home.tks-v24 .tks-ref-desktop-home{display:block}
  body.tks-site.tks-page-home.tks-v24 .tks-current-mobile-home{display:none!important}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-shell{width:min(1180px,calc(100vw - 72px));margin-inline:auto}

  body.tks-site.tks-page-home.tks-v24 .tks-header{
    position:absolute!important;z-index:100!important;top:0!important;left:50%!important;right:auto!important;
    width:min(1180px,calc(100vw - 72px))!important;height:76px!important;padding:0!important;
    transform:translateX(-50%)!important;border:0!important;border-bottom:1px solid rgba(13,16,12,.28)!important;
    background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;
  }
  body.admin-bar.tks-site.tks-page-home.tks-v24 .tks-header{top:32px!important}
  body.tks-site.tks-page-home.tks-v24 .tks-header.is-scrolled{
    position:fixed!important;top:0!important;width:100%!important;height:64px!important;padding-inline:max(36px,calc((100vw - 1180px)/2))!important;
    border-bottom:1px solid rgba(13,16,12,.16)!important;background:rgba(250,247,239,.97)!important;transform:translateX(-50%)!important;
  }
  body.admin-bar.tks-site.tks-page-home.tks-v24 .tks-header.is-scrolled{top:32px!important}
  body.tks-site.tks-page-home.tks-v24 .tks-brand{gap:10px!important;color:var(--ref-black)!important}
  body.tks-site.tks-page-home.tks-v24 .tks-brand:before,
  body.tks-site.tks-page-home.tks-v24 .tks-brand:after{content:none!important;display:none!important}
  body.tks-site.tks-page-home.tks-v24 .tks-brand img{content:url('../brand/top-kebab-mark-clean.svg');width:34px!important;height:34px!important;filter:none!important}
  body.tks-site.tks-page-home.tks-v24 .tks-brand b{color:var(--ref-black)!important;font-family:Arial,sans-serif!important;font-size:18px!important;font-weight:900!important;letter-spacing:.02em!important}
  body.tks-site.tks-page-home.tks-v24 .tks-nav{gap:34px!important}
  body.tks-site.tks-page-home.tks-v24 .tks-nav a{color:var(--ref-black)!important;font-size:10px!important;font-weight:800!important;text-transform:none!important}
  body.tks-site.tks-page-home.tks-v24 .tks-header-cta{height:34px!important;padding:0 2px!important;border:0!important;border-bottom:1px solid var(--ref-black)!important;border-radius:0!important;background:transparent!important;color:var(--ref-black)!important;font-size:9px!important}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-eyebrow{display:block;font-size:8px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero{min-height:720px;padding-top:76px;background:var(--ref-coral)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-grid{position:relative;min-height:644px;display:grid;grid-template-columns:44% 56%;align-items:center}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-copy{position:relative;z-index:4;padding-bottom:60px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-copy h1{margin:28px 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(64px,6.1vw,92px);font-weight:400;line-height:.75;letter-spacing:-.075em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-copy h1 em{display:inline-block;margin-left:62px;color:var(--ref-yellow);font-weight:400;line-height:.86}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-copy p{width:min(430px,38vw);margin:0;font-size:13px;line-height:1.7}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-actions{margin-top:27px;display:flex;align-items:center;gap:28px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-button{min-height:46px;padding:0 20px;display:inline-flex;align-items:center;justify-content:space-between;gap:34px;color:#fff!important;font-size:9px;font-weight:900;letter-spacing:.06em;text-decoration:none}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-button.dark{background:var(--ref-black)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-button.coral{background:var(--ref-coral)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-text-link{padding-bottom:7px;border-bottom:1px solid var(--ref-black);color:var(--ref-black)!important;font-size:9px;font-weight:900;text-decoration:none}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-art{position:relative;height:535px;margin-top:-26px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-art figure{position:absolute;z-index:3;top:44px;right:8px;width:470px;height:470px;margin:0;overflow:hidden;border:10px solid var(--ref-black);border-radius:50%;background:var(--ref-black)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-art figure:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-art figure img{width:100%;height:100%;object-fit:cover;transform:scale(1.18)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-orbit{position:absolute;z-index:1;border:1px solid rgba(10,13,10,.46);border-radius:50%}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-orbit.one{top:8px;right:-27px;width:540px;height:540px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-orbit.two{right:-8px;bottom:4px;width:486px;height:486px;border-color:var(--ref-yellow);border-width:15px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-sticker{position:absolute;z-index:7;padding:9px 16px;border:1px solid var(--ref-black);background:var(--ref-paper);font-size:8px;font-weight:900;letter-spacing:.08em;transform:rotate(-5deg)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-sticker.top{top:86px;right:-6px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-sticker.bottom{bottom:35px;left:75px;background:var(--ref-yellow)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal{position:absolute;z-index:8;top:18px;right:112px;min-width:190px;height:58px;padding:5px 12px 5px 6px;display:grid;grid-template-columns:46px auto;grid-template-rows:1fr 1fr;column-gap:9px;align-items:center;border:1px solid #ded3b8;background:#f8f3e7;box-shadow:0 9px 24px rgba(50,16,7,.16);color:#2b2119}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal>span{grid-row:1/3;width:46px;height:46px;padding:3px;background:#fff}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal img{width:100%;height:100%;object-fit:contain}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal b{align-self:end;color:#7f1714;font-family:Georgia,"Times New Roman",serif;font-size:15px;letter-spacing:.08em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal small{align-self:start;color:#6f6254;font-size:6px;font-weight:900;letter-spacing:.12em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-meta{position:absolute;left:0;right:0;bottom:22px;display:grid;grid-template-columns:170px 190px 1fr;gap:25px;align-items:end;font-size:7px;font-weight:800;line-height:1.65;letter-spacing:.11em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-meta a{justify-self:end;color:var(--ref-black)!important;text-decoration:none}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-ticker{height:50px;padding-inline:34px;display:flex;align-items:center;justify-content:space-between;gap:22px;overflow:hidden;background:var(--ref-black);color:var(--ref-yellow);font-family:Georgia,"Times New Roman",serif;font-size:15px;font-style:italic;letter-spacing:.14em;white-space:nowrap}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-ticker i{color:var(--ref-coral)}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu{padding:112px 0 124px;background:var(--ref-cream)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu header{margin-bottom:58px;display:grid;grid-template-columns:1fr 330px;align-items:end;gap:90px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu h2{margin:24px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:66px;font-weight:400;line-height:.92;letter-spacing:-.055em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu h2 em{color:var(--ref-coral);font-weight:400}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu header>p{margin:0;font-size:12px;line-height:1.75}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-board{min-height:545px;display:grid;grid-template-columns:46% 54%;border:1px solid var(--ref-black);background:#fff}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-board>figure{position:relative;min-height:545px;margin:0;overflow:hidden;background:var(--ref-black)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-board>figure img{width:100%;height:100%;object-fit:cover}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-board>figure span{position:absolute;right:0;bottom:0;min-width:260px;padding:19px 24px;background:rgba(8,11,8,.88);color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:18px;text-align:center}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list{padding:24px 32px;display:flex;flex-direction:column}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list article{min-height:94px;display:grid;grid-template-columns:34px 1fr auto 18px;align-items:center;gap:12px;border-bottom:1px solid var(--ref-line)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list article>i{color:var(--ref-coral);font-size:9px;font-style:normal}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list h3{margin:0 0 5px;font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list p{margin:0;color:#716c63;font-size:9px;line-height:1.45}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list article>strong{color:var(--ref-coral);font-family:Georgia,"Times New Roman",serif;font-size:14px;font-weight:400}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list article>b{font-size:10px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu-list>a{min-height:50px;margin-top:auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:var(--ref-coral);color:var(--ref-black)!important;font-size:8px;font-weight:900;letter-spacing:.08em;text-decoration:none}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest{position:relative;min-height:535px;padding:142px 0 82px;overflow:hidden;background:var(--ref-black);color:#fff}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest-word{position:absolute;top:-34px;left:50%;color:#121713;font-family:Arial,sans-serif;font-size:190px;font-weight:950;letter-spacing:-.08em;transform:translateX(-50%)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest .tks-ref-shell{position:relative;z-index:2;display:grid;grid-template-columns:36% 36% 28%;align-items:end}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest .tks-ref-eyebrow{color:var(--ref-yellow)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest h2{margin:20px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:59px;font-weight:400;line-height:.9;letter-spacing:-.055em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest h2 em{color:var(--ref-coral);font-weight:400}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest p{max-width:315px;margin:0 42px 20px 0;color:#dedfd9;font-size:12px;line-height:1.9}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest p>b{float:left;margin:0 7px -5px 0;color:var(--ref-coral);font-family:Georgia,"Times New Roman",serif;font-size:56px;font-weight:400;line-height:.9}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest ul{margin:0;padding:0;list-style:none}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest li{padding:17px 0;border-bottom:1px solid rgba(255,255,255,.18);font-size:8px;font-weight:900;letter-spacing:.11em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-honest li i{display:inline-block;width:48px;color:var(--ref-coral);font-style:normal}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-space{min-height:780px;display:grid;grid-template-columns:56.5% 43.5%;background:var(--ref-cream)}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space>figure{min-height:780px;margin:0;overflow:hidden}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space>figure img{width:100%;height:100%;object-fit:cover}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space>article{position:relative;align-self:center;padding:75px 9vw 75px 82px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-seal{position:absolute;top:-38px;left:-38px;width:78px;height:78px;display:grid;place-content:center;border-radius:50%;background:var(--ref-yellow);font-family:Georgia,"Times New Roman",serif;font-size:15px;text-align:center;line-height:1}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-seal small{font-family:Arial,sans-serif;font-size:6px;font-weight:900;letter-spacing:.11em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space h2{margin:23px 0 27px;font-family:Georgia,"Times New Roman",serif;font-size:63px;font-weight:400;line-height:.86;letter-spacing:-.06em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space h2 em{color:var(--ref-coral);font-weight:400}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space p{max-width:370px;font-size:11px;line-height:1.8}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space ol{margin:32px 0;padding:0;list-style:none}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space li{padding:14px 0;border-bottom:1px solid var(--ref-line);font-size:8px;font-weight:900;letter-spacing:.1em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space li i{display:inline-block;width:42px;color:var(--ref-coral);font-style:normal}

  body.tks-site.tks-page-home.tks-v24 .tks-ref-review{min-height:370px;padding:70px max(10vw,80px);display:grid;place-content:center;justify-items:center;background:var(--ref-yellow);color:var(--ref-black);text-align:center}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review>div{display:flex;align-items:center;gap:14px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review>div span{font-family:Georgia,"Times New Roman",serif;font-size:30px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review>div b{font-size:9px;letter-spacing:.2em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review>div small{font-size:7px;font-weight:900;letter-spacing:.12em}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review blockquote{max-width:850px;margin:32px auto 24px;font-family:Georgia,"Times New Roman",serif;font-size:35px;font-style:italic;line-height:1.22}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review blockquote p{margin:0}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-review>strong{font-size:8px;letter-spacing:.16em;text-transform:uppercase}

  body.tks-site.tks-page-home.tks-v24 .tks-final{min-height:385px!important;padding:70px max(36px,calc((100vw - 1180px)/2))!important;display:block!important;background:var(--ref-coral)!important;color:var(--ref-black)!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final:before,
  body.tks-site.tks-page-home.tks-v24 .tks-final-marquee{display:none!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final>div:last-child{width:70%;text-align:left!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final p{color:var(--ref-yellow)!important;font-size:8px!important;letter-spacing:.16em!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final h2{margin:24px 0 30px!important;color:var(--ref-black)!important;font-family:Georgia,"Times New Roman",serif!important;font-size:64px!important;font-weight:400!important;line-height:.9!important;letter-spacing:-.055em!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final h2 em{color:var(--ref-yellow)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v24 .tks-final .tks-btn{border:0!important;border-radius:0!important;background:var(--ref-paper)!important;color:var(--ref-black)!important}
  body.tks-site.tks-page-home.tks-v24 .tks-footer{padding:55px max(36px,calc((100vw - 1180px)/2)) 25px!important;background:var(--ref-black)!important;color:#fff!important}
}

@media (min-width:721px) and (max-width:1040px){
  body.tks-site.tks-page-home.tks-v24 .tks-ref-shell{width:calc(100vw - 52px)}
  body.tks-site.tks-page-home.tks-v24 .tks-header{width:calc(100vw - 52px)!important}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-copy h1{font-size:58px!important}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-hero-art figure{width:400px;height:400px;top:70px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-orbit.one{width:460px;height:460px;top:40px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-orbit.two{width:420px;height:420px;bottom:35px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-halal{right:55px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-menu h2{font-size:54px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space h2{font-size:52px}
  body.tks-site.tks-page-home.tks-v24 .tks-ref-space>article{padding-inline:60px 45px}
}

/* bundled source: site-v25.css */
/* TOP KEBAB SiteKit 3.8.1 — mobile header mark and supplied HALAL artwork only. */

@media (max-width:720px){
  body.tks-site.tks-page-home.tks-v25 .tks-mobile-title-row{
    grid-template-columns:minmax(0,1fr) 98px!important;
    gap:10px!important;
    align-items:start!important;
  }
  body.tks-site.tks-page-home.tks-v25 .tks-mobile-halal{
    width:98px!important;
    min-width:98px!important;
    height:46px!important;
    padding:0 7px 0 0!important;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    align-items:center!important;
    gap:5px!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:#f5efdf!important;
    color:#761d18!important;
    box-shadow:none!important;
  }
  body.tks-site.tks-page-home.tks-v25 .tks-mobile-halal .tks-halal-icon{
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    flex:0 0 46px!important;
    padding:0!important;
    overflow:visible!important;
    border:0!important;
    border-radius:0!important;
    background:#f5efdf!important;
    box-shadow:none!important;
    animation:none!important;
  }
  body.tks-site.tks-page-home.tks-v25 .tks-mobile-halal .tks-halal-icon img{
    width:46px!important;
    height:46px!important;
    display:block!important;
    object-fit:contain!important;
    border-radius:0!important;
  }
  body.tks-site.tks-page-home.tks-v25 .tks-mobile-halal b{
    display:block!important;
    color:#761d18!important;
    font-size:9px!important;
    font-weight:950!important;
    line-height:1!important;
    letter-spacing:.06em!important;
  }
}

/* bundled source: site-v26.css */
/* TOP KEBAB SiteKit 3.9.0 — desktop-only video hero and image-led editorial rebuild. */

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v26{
    --v26-ink:#10130f;
    --v26-dark:#111310;
    --v26-paper:#f5f1e7;
    --v26-sand:#e8dfcf;
    --v26-coral:#c84f2d;
    --v26-gold:#d8aa55;
  }
  body.tks-site.tks-page-home.tks-v26 .tks-ref-shell{width:min(1180px,calc(100vw - 80px))}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-eyebrow{font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:9px!important;letter-spacing:.2em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero h1,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu h2,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu h3,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest h2,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space h2,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-review blockquote,
  body.tks-site.tks-page-home.tks-v26 .tks-final h2{
    font-family:Baskerville,"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif!important;
  }

  /* Video is the complete hero surface; there is no hero photo card. */
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero{position:relative;isolation:isolate;min-height:690px!important;padding-top:76px!important;overflow:hidden;background:#0b1818!important;color:#fff}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-video{position:absolute;z-index:-3;inset:0;overflow:hidden}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-video img,
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 52%}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-video video{z-index:2}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-overlay{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(5,18,18,.94) 0%,rgba(6,20,20,.78) 42%,rgba(6,20,20,.34) 72%,rgba(6,20,20,.52) 100%),linear-gradient(180deg,rgba(0,0,0,.18),transparent 58%,rgba(0,0,0,.55))}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-grid{position:relative;min-height:614px!important;display:block!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy{position:absolute!important;top:49%!important;left:0!important;width:650px!important;padding:0!important;transform:translateY(-50%)}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy .tks-ref-eyebrow{color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy h1{margin:22px 0 24px!important;color:#fff!important;font-size:clamp(60px,5.8vw,88px)!important;font-weight:400!important;line-height:.94!important;letter-spacing:-.045em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy h1 em{display:inline!important;margin:0!important;color:var(--v26-gold)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy p{width:500px!important;color:#e9ece8!important;font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:13px!important;line-height:1.75!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-actions{margin-top:28px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-button.dark{background:var(--v26-coral)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-text-link{border-bottom-color:#fff!important;color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-halal{top:28px!important;right:0!important;border-color:rgba(216,170,85,.7)!important;background:rgba(248,243,231,.96)!important;box-shadow:0 14px 35px rgba(0,0,0,.24)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-meta{bottom:25px!important;color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-meta a{color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-header{border-bottom-color:rgba(255,255,255,.23)!important;background:transparent!important}
  body.tks-site.tks-page-home.tks-v26 .tks-header:not(.is-scrolled) .tks-brand b,
  body.tks-site.tks-page-home.tks-v26 .tks-header:not(.is-scrolled) .tks-nav a,
  body.tks-site.tks-page-home.tks-v26 .tks-header:not(.is-scrolled) .tks-header-cta{color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-header:not(.is-scrolled) .tks-header-cta{border-bottom-color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-ticker{height:48px!important;background:var(--v26-coral)!important;color:#fff!important;font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:9px!important;font-style:normal!important;font-weight:800!important;letter-spacing:.16em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-ticker i{color:#f1cf90!important;font-style:normal}

  /* Three image-led signature cards, matching the reference rhythm. */
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu{padding:94px 0 108px!important;background:var(--v26-paper)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu header{margin-bottom:40px!important;grid-template-columns:1fr 350px!important;gap:70px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu h2{margin-top:18px!important;color:var(--v26-ink)!important;font-size:56px!important;line-height:.91!important;letter-spacing:-.04em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu h2 em{color:var(--v26-coral)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu header>p{font-family:"Trebuchet MS",Arial,sans-serif!important;font-size:11px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-menu header>p a{display:inline-block;margin-top:18px;padding-bottom:6px;border-bottom:1px solid var(--v26-ink);color:var(--v26-ink)!important;font-size:8px;font-weight:900;letter-spacing:.12em;text-decoration:none}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid>a{color:var(--v26-ink)!important;text-decoration:none}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid figure{position:relative;height:390px;margin:0;overflow:hidden;background:#ddd}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid figure img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid>a:hover figure img{transform:scale(1.035)}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid figure>span{position:absolute;z-index:2;top:14px;left:14px;width:28px;height:28px;display:grid;place-items:center;background:var(--v26-dark);color:#fff;font:700 8px/1 "Trebuchet MS",Arial,sans-serif}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid figure>b{position:absolute;z-index:2;right:12px;bottom:12px;width:30px;height:30px;display:grid;place-items:center;background:var(--v26-paper);color:var(--v26-ink);font-size:12px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid h3{margin:17px 0 5px!important;font-size:22px!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid p{margin:0;color:#777066;font:700 8px/1.4 "Trebuchet MS",Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase}

  /* Dark kitchen split with a full-height photograph. */
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest{min-height:630px!important;padding:0!important;display:grid!important;grid-template-columns:54% 46%!important;background:var(--v26-dark)!important;color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>figure{position:relative;min-height:630px;margin:0;overflow:hidden}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 62%,rgba(17,19,16,.55))}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>figure img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>figure span{position:absolute;z-index:2;left:28px;bottom:26px;padding:9px 12px;background:var(--v26-coral);color:#fff;font:800 7px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.12em}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>article{align-self:center;max-width:510px;padding:70px 7vw 70px 64px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest h2{margin:22px 0 24px!important;color:#fff!important;font-size:54px!important;font-weight:400!important;line-height:.95!important;letter-spacing:-.035em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest h2 em{color:var(--v26-gold)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest article>p{margin:0 0 14px;color:#d4d7d1;font-family:"Trebuchet MS",Arial,sans-serif;font-size:11px;line-height:1.75}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest article>a{display:inline-block;margin-top:15px;padding-bottom:6px;border-bottom:1px solid #fff;color:#fff!important;font:800 8px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.12em;text-decoration:none}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest blockquote{margin:32px 0 0;padding:16px 0 0 20px;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid var(--v26-gold);color:#c9c5bb;font:italic 16px/1.5 Baskerville,"Palatino Linotype",serif}

  /* Cream room chapter: headline first, then photo and facts. */
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space{min-height:0!important;padding:92px 0 108px!important;display:block!important;background:var(--v26-paper)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space header{margin-bottom:40px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space h2{margin:18px 0 0!important;color:var(--v26-ink)!important;font-size:58px!important;font-weight:400!important;line-height:.92!important;letter-spacing:-.04em!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space h2 em{color:var(--v26-coral)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid{display:grid;grid-template-columns:62% 38%;align-items:stretch}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid>figure{position:relative;height:520px;margin:0;overflow:hidden}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid>figure img{width:100%;height:100%;object-fit:cover}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid figcaption{position:absolute;left:20px;bottom:18px;padding:9px 11px;background:rgba(17,19,16,.82);color:#fff;font:700 8px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.09em}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid>article{position:relative;padding:55px 0 55px 55px!important;background:transparent}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-seal{top:42px!important;left:-38px!important;width:76px!important;height:76px!important;background:var(--v26-coral)!important;color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space ol{margin:60px 0 35px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space li{padding:18px 0!important;display:grid;grid-template-columns:40px 1fr;align-items:start;border-bottom:1px solid rgba(16,19,15,.16)!important;font-family:"Trebuchet MS",Arial,sans-serif!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space li span{display:grid;gap:5px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space li b{font-size:10px;letter-spacing:.06em}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space li small{color:#766f64;font-size:9px;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}

  body.tks-site.tks-page-home.tks-v26 .tks-ref-review{min-height:390px!important;padding:72px max(10vw,80px)!important;background:var(--v26-sand)!important;color:var(--v26-ink)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-review>span{color:var(--v26-coral);font-family:Baskerville,"Palatino Linotype",serif;font-size:46px;line-height:.6}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-review blockquote{max-width:880px!important;margin:24px auto!important;font-size:34px!important;font-style:normal!important;line-height:1.24!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-review>div{width:min(720px,70vw);margin-top:35px;padding-top:22px;display:grid!important;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(16,19,15,.2)}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-review>div i{font:400 8px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.08em}

  body.tks-site.tks-page-home.tks-v26 .tks-final{min-height:520px!important;padding:90px 24px!important;display:grid!important;place-items:center!important;background:linear-gradient(rgba(7,15,11,.56),rgba(7,15,11,.7)),url('../media/customer-catering-koobideh.webp') center/cover no-repeat!important;color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-final>div:last-child{width:auto!important;max-width:780px;text-align:center!important}
  body.tks-site.tks-page-home.tks-v26 .tks-final p{color:#fff!important}
  body.tks-site.tks-page-home.tks-v26 .tks-final h2{color:#fff!important;font-size:64px!important;line-height:.95!important}
  body.tks-site.tks-page-home.tks-v26 .tks-final h2 em{color:var(--v26-gold)!important}
  body.tks-site.tks-page-home.tks-v26 .tks-footer{background:#0d0f0d!important}
}

@media (min-width:721px) and (max-width:1040px){
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy{width:560px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-hero-copy h1{font-size:62px!important}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-signature-grid figure{height:315px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-honest>article{padding-inline:42px 32px}
  body.tks-site.tks-page-home.tks-v26 .tks-ref-space-grid>article{padding-left:42px!important}
}

/* bundled source: site-v27.css */
/* TOP KEBAB SiteKit 3.10.0 — desktop-only storefront feature replacing Signature plates. */

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v27 .tks-ref-menu{display:none!important}

  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront{position:relative;padding:94px 0 106px;overflow:hidden;background:var(--v26-paper,#f5f1e7);color:var(--v26-ink,#10130f)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront:before{content:"TOP KEBAB";position:absolute;right:-22px;top:120px;color:rgba(16,19,15,.035);font:400 clamp(110px,15vw,228px)/.8 Baskerville,"Palatino Linotype",Georgia,serif;letter-spacing:-.07em;white-space:nowrap;pointer-events:none}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront header{position:relative;z-index:2;margin-bottom:42px;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:70px;align-items:end}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h2,
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h3{font-family:Baskerville,"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif!important;font-weight:400!important;letter-spacing:-.045em!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h2{margin:18px 0 0!important;font-size:58px!important;line-height:.91!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h2 em{color:var(--v26-coral,#c84f2d)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront header>p{margin:0 0 4px;font:400 11px/1.75 "Trebuchet MS",Arial,sans-serif}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront header>p a{display:inline-block;margin-top:17px;padding-bottom:6px;border-bottom:1px solid currentColor;color:inherit!important;font-size:8px;font-weight:900;letter-spacing:.13em;text-decoration:none}

  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage{position:relative;min-height:590px;padding:0 0 0 25%;display:flex;align-items:flex-start}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage:before{content:"";position:absolute;z-index:0;left:0;top:30px;width:71%;height:520px;border:1px solid rgba(16,19,15,.28);transform:translateX(34%) rotate(-1.35deg)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>figure{position:relative;z-index:1;width:100%;height:540px;margin:0;overflow:hidden;background:#171713;box-shadow:24px 28px 0 var(--v26-gold,#d8aa55)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>figure:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,10,8,.35),transparent 40%),linear-gradient(0deg,rgba(8,10,8,.6),transparent 48%);pointer-events:none}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>figure img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.04);transition:transform .8s cubic-bezier(.2,.7,.2,1)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage:hover>figure img{transform:scale(1.025)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>figure>span{position:absolute;z-index:3;top:24px;right:24px;padding:10px 13px;border:1px solid rgba(255,255,255,.45);background:rgba(11,13,11,.66);backdrop-filter:blur(8px);color:#fff;font:800 7px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.16em}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage figcaption{position:absolute;z-index:3;right:24px;bottom:22px;color:#fff;font:800 8px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.13em}

  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article{position:absolute;z-index:4;left:0;bottom:0;width:47%;min-height:360px;padding:50px 48px 45px;background:#111310;color:#fff;box-shadow:0 24px 55px rgba(0,0,0,.2)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article:after{content:"";position:absolute;right:-18px;top:22px;width:42px;height:42px;border-radius:50%;background:var(--v26-coral,#c84f2d);box-shadow:0 0 0 8px #111310}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-number{position:absolute;right:27px;top:37px;color:rgba(255,255,255,.22);font:400 54px/1 Baskerville,"Palatino Linotype",Georgia,serif}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article .tks-ref-eyebrow{color:var(--v26-gold,#d8aa55)!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h3{margin:22px 0 20px!important;color:#fff!important;font-size:46px!important;line-height:.94!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h3 em{color:var(--v26-gold,#d8aa55)!important;font-weight:400!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article>p{max-width:390px;margin:0;color:#d6d6cf;font:400 11px/1.7 "Trebuchet MS",Arial,sans-serif}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article>div{margin-top:27px;display:flex;align-items:center;gap:20px}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article>div>a:last-child{padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.55);color:#fff!important;font:800 8px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.1em;text-decoration:none}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-seal{position:absolute;z-index:5;right:-22px;top:50%;width:96px;height:96px;display:grid;place-content:center;border-radius:50%;background:var(--v26-coral,#c84f2d);color:#fff;text-align:center;transform:translateY(-50%) rotate(7deg);font:400 20px/1 Baskerville,"Palatino Linotype",Georgia,serif;box-shadow:0 0 0 9px var(--v26-paper,#f5f1e7)}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-seal small{display:block;margin-top:5px;font:800 6px/1.15 "Trebuchet MS",Arial,sans-serif;letter-spacing:.1em}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-notes{margin:42px 0 0 25%;display:flex;align-items:center;justify-content:space-between;color:#6c665d;font:800 7px/1 "Trebuchet MS",Arial,sans-serif;letter-spacing:.14em}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-notes i{width:4px;height:4px;border-radius:50%;background:var(--v26-coral,#c84f2d)}
}

@media (min-width:721px) and (max-width:1040px){
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage{padding-left:19%}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-stage>article{width:53%;padding-inline:36px}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront h3{font-size:40px!important}
  body.tks-site.tks-page-home.tks-v27 .tks-ref-storefront-notes{margin-left:19%}
}

/* bundled source: site-v28.css */
/* TOP KEBAB SiteKit 3.10.1 — desktop-only navigation legibility and primary CTA polish. */

@media (min-width:721px){
  body.tks-site.tks-page-home.tks-v28 .tks-nav{gap:38px!important}
  body.tks-site.tks-page-home.tks-v28 .tks-nav a{
    padding:12px 0!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.055em!important;
  }
  body.tks-site.tks-page-home.tks-v28 .tks-nav a:after{bottom:2px!important;height:2px!important;background:var(--v26-gold,#d8aa55)!important}

  body.tks-site.tks-page-home.tks-v28 .tks-header-cta,
  body.tks-site.tks-page-home.tks-v28 .tks-header:not(.is-scrolled) .tks-header-cta,
  body.tks-site.tks-page-home.tks-v28 .tks-header.is-scrolled .tks-header-cta{
    width:auto!important;
    height:46px!important;
    min-height:46px!important;
    padding:5px 6px 5px 21px!important;
    gap:18px!important;
    border:1px solid var(--v26-gold,#d8aa55)!important;
    border-radius:0!important;
    background:var(--v26-gold,#d8aa55)!important;
    box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
    color:#10130f!important;
    font-size:10px!important;
    font-weight:900!important;
    line-height:1!important;
    letter-spacing:.1em!important;
    transition:transform .22s ease,background-color .22s ease,box-shadow .22s ease!important;
  }
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta span{
    width:32px!important;
    height:32px!important;
    display:grid!important;
    place-items:center!important;
    background:#10130f!important;
    color:var(--v26-gold,#d8aa55)!important;
    font-size:13px!important;
    line-height:1!important;
    transition:transform .22s ease!important;
  }
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta:hover{
    transform:translateY(-2px)!important;
    background:#e1b75f!important;
    box-shadow:0 14px 30px rgba(0,0,0,.22)!important;
  }
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta:hover span{transform:translate(1px,-1px)!important}
}

@media (min-width:721px) and (max-width:900px){
  body.tks-site.tks-page-home.tks-v28 .tks-nav{gap:20px!important}
  body.tks-site.tks-page-home.tks-v28 .tks-nav a{font-size:11px!important}
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta{padding-left:15px!important;gap:12px!important}
}

@media (min-width:721px) and (prefers-reduced-motion:reduce){
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta,
  body.tks-site.tks-page-home.tks-v28 .tks-header-cta span{transition:none!important}
}

/* bundled source: site-v29.css */
/* TOP KEBAB SiteKit 3.11.0 — desktop-only editorial finishing and visual depth. */

@media (min-width:721px){
  /* Hero: refined editorial framing without changing the video or copy. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-hero-copy:before{
    content:"";position:absolute;left:-25px;top:5px;width:1px;height:112px;
    background:linear-gradient(180deg,var(--v26-gold,#d8aa55),rgba(216,170,85,0));
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-hero-grid:after{
    content:"01";position:absolute;right:8px;bottom:58px;color:rgba(255,255,255,.09);
    font:400 112px/.8 Baskerville,"Palatino Linotype",Georgia,serif;letter-spacing:-.07em;pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-hero-copy h1{text-shadow:0 14px 45px rgba(0,0,0,.28)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-hero .tks-ref-button.dark{
    border-left:3px solid var(--v26-gold,#d8aa55)!important;
    box-shadow:0 14px 32px rgba(0,0,0,.25)!important;
    transition:transform .25s ease,box-shadow .25s ease!important;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-hero .tks-ref-button.dark:hover{transform:translateY(-3px);box-shadow:0 19px 38px rgba(0,0,0,.34)!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-halal{transform:rotate(1.5deg);animation:tks-v29-float 4.8s ease-in-out infinite}

  /* A stronger transition between the video and the editorial page. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-ticker{
    position:relative;background:#111310!important;color:#fff!important;
    box-shadow:0 12px 30px rgba(0,0,0,.17);border-top:1px solid rgba(216,170,85,.4);
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-ticker span:nth-of-type(odd){color:var(--v26-gold,#d8aa55)!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-ticker i{color:var(--v26-coral,#c84f2d)!important}

  /* Storefront: subtle gallery finish around the existing composition. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-storefront header:after{
    content:"";position:absolute;left:0;bottom:-21px;width:72px;height:2px;background:var(--v26-coral,#c84f2d);
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-storefront-stage>article{border-left:3px solid var(--v26-gold,#d8aa55)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-storefront-stage>figure{box-shadow:24px 28px 0 var(--v26-gold,#d8aa55),0 30px 70px rgba(20,18,12,.17)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-storefront-seal{animation:tks-v29-seal 6s ease-in-out infinite}

  /* Kitchen: depth, a ghost word and a gallery edge around the photo. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest{position:relative;isolation:isolate;overflow:hidden!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest:before{
    content:"KITCHEN";position:absolute;z-index:0;right:-32px;top:33px;color:rgba(255,255,255,.025);
    font:900 clamp(90px,12vw,180px)/.8 Arial,sans-serif;letter-spacing:-.08em;pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>figure{z-index:1;box-shadow:22px 0 0 rgba(216,170,85,.13)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>figure:before{
    content:"";position:absolute;z-index:3;inset:22px;border:1px solid rgba(255,255,255,.22);pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>figure img{transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s ease}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest:hover>figure img{transform:scale(1.025);filter:contrast(1.03) saturate(1.04)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>article{position:relative;z-index:2}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>article:before{
    content:"02";position:absolute;right:2.5vw;top:36px;color:rgba(255,255,255,.1);
    font:400 70px/1 Baskerville,"Palatino Linotype",Georgia,serif;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest blockquote{
    padding:20px 22px!important;border:1px solid rgba(216,170,85,.32)!important;border-left:3px solid var(--v26-gold,#d8aa55)!important;
    background:rgba(255,255,255,.025);box-shadow:14px 16px 0 rgba(216,170,85,.055);
  }

  /* Dining room: an overlapping editorial card instead of a flat two-column split. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space{position:relative;isolation:isolate;overflow:hidden}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space:before{
    content:"DINE IN";position:absolute;z-index:0;right:-20px;top:62px;color:rgba(16,19,15,.033);
    font:900 clamp(105px,15vw,218px)/.8 Arial,sans-serif;letter-spacing:-.09em;white-space:nowrap;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space .tks-ref-shell{position:relative;z-index:1}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid{grid-template-columns:64% 36%!important;align-items:stretch!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>figure{
    z-index:1;box-shadow:20px 22px 0 var(--v26-gold,#d8aa55),0 28px 58px rgba(23,20,14,.14);
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>figure:after{
    content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.5);pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>figure img{transition:transform .75s cubic-bezier(.2,.7,.2,1)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid:hover>figure img{transform:scale(1.025)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>article{
    z-index:3;margin:42px 0 42px -38px;padding:54px 44px 48px 58px!important;
    background:rgba(250,247,239,.97)!important;box-shadow:0 24px 54px rgba(21,18,12,.16);
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-seal{box-shadow:0 0 0 8px var(--v26-paper,#f5f1e7),0 12px 28px rgba(0,0,0,.16)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space li{transition:padding-left .22s ease,border-color .22s ease}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space li:hover{padding-left:8px!important;border-color:var(--v26-coral,#c84f2d)!important}

  /* Review: a deliberate gold statement panel. */
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review{
    position:relative;isolation:isolate;overflow:hidden;background:var(--v26-gold,#d8aa55)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(16,19,15,.22);
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review:before{
    content:"“";position:absolute;z-index:0;left:4vw;top:-90px;color:rgba(255,255,255,.18);
    font:400 360px/1 Baskerville,"Palatino Linotype",Georgia,serif;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review:after{
    content:"";position:absolute;inset:24px;border:1px solid rgba(16,19,15,.25);pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review>span{color:#111310!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review>span,
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review>strong,
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review>div{position:relative;z-index:1}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review blockquote{position:relative;z-index:1;text-shadow:0 1px 0 rgba(255,255,255,.2)}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-review>div{border-top-color:rgba(16,19,15,.34)!important}

  /* Final CTA and footer: framed cinematic ending. */
  body.tks-site.tks-page-home.tks-v29 .tks-final{position:relative;isolation:isolate;overflow:hidden}
  body.tks-site.tks-page-home.tks-v29 .tks-final:before{
    content:""!important;display:block!important;position:absolute;z-index:1;inset:25px;
    border:1px solid rgba(255,255,255,.45);box-shadow:inset 0 0 0 7px rgba(0,0,0,.06);pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-final:after{
    content:"DINNER";position:absolute;z-index:0;left:50%;bottom:-42px;color:rgba(255,255,255,.075);
    font:900 clamp(110px,17vw,250px)/.75 Arial,sans-serif;letter-spacing:-.09em;transform:translateX(-50%);pointer-events:none;
  }
  body.tks-site.tks-page-home.tks-v29 .tks-final>div:last-child{position:relative;z-index:2}
  body.tks-site.tks-page-home.tks-v29 .tks-final h2{text-shadow:0 12px 34px rgba(0,0,0,.34)}
  body.tks-site.tks-page-home.tks-v29 .tks-final .tks-btn{box-shadow:0 12px 27px rgba(0,0,0,.2);transition:transform .22s ease,box-shadow .22s ease}
  body.tks-site.tks-page-home.tks-v29 .tks-final .tks-btn:hover{transform:translateY(-3px);box-shadow:0 17px 34px rgba(0,0,0,.28)}
  body.tks-site.tks-page-home.tks-v29 .tks-footer{border-top:4px solid var(--v26-gold,#d8aa55)!important}
  body.tks-site.tks-page-home.tks-v29 .tks-footer-main>div>b{color:var(--v26-gold,#d8aa55)!important}
  body.tks-site.tks-page-home.tks-v29 .tks-footer a{transition:color .2s ease}
  body.tks-site.tks-page-home.tks-v29 .tks-footer a:hover{color:var(--v26-gold,#d8aa55)!important}

  @keyframes tks-v29-float{0%,100%{transform:translateY(0) rotate(1.5deg)}50%{transform:translateY(-7px) rotate(-.5deg)}}
  @keyframes tks-v29-seal{0%,100%{transform:translateY(-50%) rotate(7deg)}50%{transform:translateY(calc(-50% - 6px)) rotate(3deg)}}
}

@media (min-width:721px) and (max-width:1040px){
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>article{margin-left:-28px;padding-inline:44px 30px!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>article:before{right:24px}
}

@media (min-width:721px) and (prefers-reduced-motion:reduce){
  body.tks-site.tks-page-home.tks-v29 .tks-ref-halal,
  body.tks-site.tks-page-home.tks-v29 .tks-ref-storefront-seal{animation:none!important}
  body.tks-site.tks-page-home.tks-v29 .tks-ref-honest>figure img,
  body.tks-site.tks-page-home.tks-v29 .tks-ref-space-grid>figure img{transition:none!important}
}
