: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}
}
