/*
 * 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}
}
