.btn-filled,.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;border-radius:999px;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}.btn-filled{background:var(--secondary-color);border:1.5px solid var(--secondary-color);color:var(--primary-color)}.btn-filled:hover{background:#f0d4bf;border-color:#f0d4bf;color:var(--primary-color);transform:translateY(-1px)}.btn-outline{background:transparent;border:1.5px solid var(--secondary-color);color:var(--secondary-color)}.btn-outline:hover{background:var(--secondary-color);color:var(--primary-color);transform:translateY(-1px)}.hero{position:relative;min-height:100vh;background:linear-gradient(135deg,var(--primary-color) 0,#011f1c 60%,var(--primary-card) 100%);display:flex;align-items:center;overflow:hidden;padding-top:88px}.hero__particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero__particle{position:absolute;width:3px;height:3px;border-radius:50%;background:var(--secondary-color);opacity:0;animation:heroFloatParticle calc(6s + var(--i, 0) * .7s) calc(var(--i, 0) * .4s) infinite ease-in-out;left:calc(5% + var(--i, 0) * 5.5%);top:calc(20% + (var(--i, 0) % 3) * 25%)}@keyframes heroFloatParticle{0%{opacity:0;transform:translateY(0) scale(.5)}30%{opacity:.6}70%{opacity:.3}to{opacity:0;transform:translateY(-80px) scale(1.2)}}.hero__side-phone{position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:left center;display:flex;align-items:center;gap:.8rem;margin-left:1.2rem}.hero__side-phone span{font-size:.68rem;font-weight:600;letter-spacing:.18em;color:rgba(255,255,255,.45);text-transform:uppercase;white-space:nowrap}.hero__side-phone:before{content:"";display:block;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23E0C0AB' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='32' cy='32' rx='5' ry='7'/%3E%3Ccircle cx='32' cy='23' r='3'/%3E%3Cpath d='M30 18 L30 14'/%3E%3Cpath d='M27 30 C16 22 10 28 14 34 C17 36 23 34 27 30Z'/%3E%3Cpath d='M37 30 C48 22 54 28 50 34 C47 36 41 34 37 30Z'/%3E%3Cpath d='M29 40 L26 46'/%3E%3Cpath d='M32 40 L32 47'/%3E%3Cpath d='M35 40 L38 46'/%3E%3Ccircle cx='22' cy='48' r='0.8' fill='%23E0C0AB'/%3E%3Ccircle cx='42' cy='48' r='0.8' fill='%23E0C0AB'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:50%;transform:rotate(90deg);opacity:.75}.hero__side-phone:after{content:"";display:block;width:32px;height:1px;background:rgba(255,255,255,.3)}.hero__inner{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;grid-gap:4rem;gap:4rem;min-height:calc(100vh - 88px);padding-top:3rem;padding-bottom:3rem}@media (min-width:992px){.hero__inner.container{width:100%;margin:auto}}.hero__content{padding-left:2rem;justify-content:center}.hero__content,.hero__heading{display:flex;flex-direction:column}.hero__heading{margin:.5rem 0 1.5rem}.hero__heading-line{display:block;font-size:clamp(2.8rem,5.5vw,5rem);font-weight:900;line-height:1;letter-spacing:-.02em;text-transform:uppercase;color:var(--white-color)}.hero__sub{font-size:.95rem;line-height:1.8;color:rgba(255,255,255,.65);max-width:420px;margin-bottom:2.5rem}.hero__ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero__cta-main{padding:.9rem 2.2rem}.hero__dots{display:flex;gap:.6rem;margin-top:3rem}.hero__dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.25);border:none;cursor:pointer;padding:0;transition:all .3s}.hero__dot.active{background:var(--secondary-color);transform:scale(1.3);box-shadow:0 0 12px rgba(228,196,172,.5)}.hero__visual{min-height:620px;align-self:stretch}.hero__images,.hero__visual{position:relative;height:100%}.hero__images{width:100%}.hero__img-main{position:absolute;right:0;top:0;width:70%;height:100%;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-card);border:2px solid #e0c0ab}.hero__img-main img{width:100%;height:100%;object-fit:cover;transition:transform 10s ease}.hero__img-blob{position:absolute;left:2%;bottom:4%;width:min(390px,52%);height:min(390px,52%);border-radius:50%;overflow:hidden;box-shadow:var(--shadow-card);border:2px solid #e0c0ab;z-index:2}.hero__img-blob img{width:100%;height:100%;object-fit:cover;transition:transform 8s ease}@media (max-width:991px){.hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:4rem}.hero__img-blob{border-radius:var(--radius-xl)}.hero__content{padding-left:0}.hero__visual{height:520px;min-height:520px}.hero__img-main{width:75%;height:100%;border-radius:var(--radius-xl) var(--radius-xl) var(--radius-xl) var(--radius-xl)}.hero__side-phone{display:none}}@media (max-width:640px){.hero__visual{height:440px;min-height:440px}.hero__img-main{width:80%;height:100%}.hero__img-blob{width:min(400px,55%);height:min(350px,55%);left:-5%;bottom:5%;border-radius:var(--radius-xl)}.hero__inner.container{max-width:95%!important}}.todays-specials{padding:6rem 0;background:linear-gradient(135deg,var(--primary-surface) 0,var(--primary-color) 40%,var(--primary-card) 100%)}.ts-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.ts-desc{font-size:.88rem;color:var(--secondary-color);line-height:1.6;margin:.4rem 0 0;max-width:380px}.ts-cards{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;padding-top:4px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.ts-cards::-webkit-scrollbar{display:none}.ts-slide{flex:0 0 320px;height:240px;scroll-snap-align:start}.ts-slide--shimmer{border-radius:14px;background:linear-gradient(90deg,rgba(255,255,255,.04) 25%,rgba(255,255,255,.08) 50%,rgba(255,255,255,.04) 75%);background-size:220% 100%;animation:tsShimmer 1.3s ease-in-out infinite}@keyframes tsShimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.ts-empty{padding:2.5rem;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(228,196,172,.1);color:rgba(255,255,255,.4);font-size:.88rem;text-align:center}@media (max-width:640px){.ts-cards{gap:12px}.ts-slide{flex:0 0 300px;height:230px}.ts-head{flex-direction:column;align-items:flex-start}}.about{position:relative;padding:6rem 0;background-color:var(--primary-color);background-repeat:repeat;overflow:hidden}.about__image-wrap{position:relative;display:flex;align-items:center;justify-content:center}.about__content{padding-right:2rem;text-align:center}.about__content .section-title{margin-bottom:0}.about__content .ornament{display:flex;gap:10px;align-items:center;margin:1rem 0 1.5rem;justify-content:center}.about__content .ornament img{width:32px;height:auto;opacity:.85}.about__content .section-desc{max-width:100%}@media (max-width:1024px){.about__content{padding-right:0}}@media (max-width:991px){.about__content{text-align:center}.about__content .ornament{justify-content:center}.about__content .section-desc{margin-left:auto;margin-right:auto}}.about-item__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin:2.5em auto}.about-item{padding:25px}.about-item img{filter:drop-shadow(0 20px 40px rgba(0,0,0,.8)) drop-shadow(0 0 40px rgba(239,238,237,.25))}@media (min-width:641px) and (max-width:1024px){.about-item__grid{grid-template-columns:repeat(2,1fr)!important}.about__image-wrap:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 1rem);margin:0 auto}}@media (max-width:640px){.about-item__grid{grid-template-columns:1fr!important;max-width:480px;margin:0 auto}}.hours{padding:6rem 0;background:var(--primary-color);position:relative;overflow:hidden}.hours__inner{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:5rem;gap:5rem;align-items:start}.hours__left,.hours__list{display:flex;flex-direction:column}.hours__list{gap:.55rem;margin:1.8rem 0 0}.hours__row{display:flex;gap:.6rem;font-size:.92rem;padding:.3rem 0;border-bottom:1px solid rgba(228,196,172,.07)}.hours__day{font-weight:600;color:var(--white-color);min-width:155px}.hours__time{font-weight:600;color:var(--secondary-color);white-space:nowrap}.hours__right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.hours__main-frame{width:90%;max-width:600px;border-radius:16px;overflow:hidden;height:400px;box-shadow:0 12px 36px rgba(0,0,0,.35);border:1px solid rgba(228,196,172,.1);align-self:center}.hours__main-frame img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 6s ease}.hours__main-frame:hover img{transform:scale(1.04)}@media (max-width:1024px){.hours__inner{grid-template-columns:1fr;gap:3.5rem}.hours__main-frame{height:380px}}@media (max-width:640px){.hours__day{min-width:130px}.hours__day,.hours__time{font-size:.82rem}.hours__main-frame{height:280px;border-radius:14px}}.why{padding:6rem 0;background:linear-gradient(135deg,var(--primary-surface) 0,var(--primary-color) 40%,var(--primary-card) 100%);position:relative;overflow:hidden}.why:before{content:"";position:absolute;top:-120px;left:-120px;width:480px;height:480px;background:radial-gradient(circle,rgba(228,196,172,.05) 0,transparent 70%);pointer-events:none}.why__inner{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:5rem;gap:5rem;align-items:center}.why__img-frame{position:relative;border-radius:80px 20px 80px 20px;overflow:hidden;height:520px;box-shadow:var(--shadow-card);border:1px solid rgba(228,196,172,.1)}.why__img-frame img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.why__img-frame:hover img{transform:scale(1.04)}.why__img-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(0,39,36,.25),transparent 55%)}.why__title-sub{color:var(--secondary-color);font-size:.85em}.why__list{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:rgba(228,196,172,.1);border-radius:16px;overflow:hidden;margin-top:.5rem}.why__item{position:relative;background:var(--primary-card);padding:26px 24px;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;transition:background .3s ease}.why__item:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--secondary-color);border-radius:0 0 2px 0;transition:height .35s ease}.why__item:hover{background:rgba(0,39,36,.85)}.why__item:hover:before{height:100%}.why__item-num{font-family:var(--font-heading);font-size:2rem;font-weight:900;color:var(--secondary-color);line-height:1;position:absolute;bottom:0;right:1rem;pointer-events:none;letter-spacing:-.02em}.why__item-title{font-size:.84rem;font-weight:700;color:var(--white-color);letter-spacing:.03em;line-height:1.4;margin:0}.why__item-desc{font-size:.75rem;color:var(--secondary-color);line-height:1.75;margin:0}@media (max-width:1024px){.why__inner{grid-template-columns:1fr;gap:3rem}.why__img-frame{height:380px;border-radius:60px 16px 60px 16px}}@media (max-width:640px){.why__list{grid-template-columns:1fr}.why__img-frame{height:300px;border-radius:40px 12px 40px 12px}.why__item{padding:2rem 1.2rem}}.flavors{padding:6rem 0;background:var(--primary-color);position:relative}.flavors:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(228,196,172,0.04)'/%3E%3C/svg%3E") repeat;pointer-events:none}.flavors__header{text-align:center;margin-bottom:4rem}.flavors__sub{font-size:.85rem;color:var(--secondary-color);letter-spacing:.06em;margin-top:.5rem;text-transform:uppercase}.flavors__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.flavors__card{border-radius:var(--radius-xl);background:var(--card-bg,var(--primary-card));border:1px solid rgba(255,255,255,.22);padding:3rem 2.25rem;display:flex;flex-direction:column;gap:1.25rem;text-align:center;transition:border-color .3s ease,box-shadow .3s ease;box-shadow:0 0 0 1px rgba(255,255,255,.06),0 4px 32px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.07)}.flavors__card:hover{border-color:rgba(255,255,255,.38);box-shadow:0 0 0 1px rgba(255,255,255,.1),0 8px 40px rgba(0,0,0,.22),0 0 28px rgba(255,255,255,.05),inset 0 1px 0 rgba(255,255,255,.1)}.flavors__card-title{font-family:var(--font-heading);font-size:clamp(1.35rem,2vw,1.7rem);font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--secondary-color);margin:0;line-height:1.2}.flavors__card-desc{font-size:.9rem;color:rgba(255,255,255,.62);line-height:1.75;margin:0}@media (min-width:641px) and (max-width:1024px){.flavors__grid{grid-template-columns:repeat(2,1fr)}.flavors__card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 1rem);margin:0 auto}}@media (max-width:640px){.flavors__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.flavors__card{padding:1.75rem 1.5rem}}@media (max-width:400px){.flavors__card{padding:1.4rem 1.2rem}}.legacy{position:relative;padding:6rem 0;background:linear-gradient(135deg,var(--primary-surface) 0,var(--primary-color) 40%,var(--primary-card) 100%);overflow:hidden}.legacy__hb{top:10%;right:5%;z-index:1}.legacy__hb,.legacy__particle{position:absolute;pointer-events:none}.legacy__particle{width:4px;height:4px;border-radius:50%;background:var(--secondary-color);left:calc(8% + var(--li, 0) * 7%);bottom:15%}.legacy__inner{position:relative;z-index:2}.legacy__content-wrap{display:grid;grid-template-columns:80px 1fr 420px;grid-gap:3rem;gap:3rem;align-items:center}.legacy__chef-thumb{width:80px;height:80px;overflow:hidden;flex-shrink:0;align-self:flex-start;margin-top:1rem}.legacy__chef-thumb img{width:100%;height:100%;object-fit:contain}.legacy__title{line-height:1.05}.legacy__em{color:var(--secondary-color);font-style:normal!important}.legacy__desc{font-size:.9rem;line-height:1.85;color:rgba(255,255,255,.65)}.legacy__chef-large{position:relative;height:550px;border-radius:0 50% 0 0;box-shadow:var(--shadow-card);border:2px solid #e0c0ab;isolation:isolate}.legacy__chef-large:before{content:"";position:absolute;inset:-35px -35px 0 0;background-image:url(/_next/static/media/section-bg-pattern.5e45bbd8.png);background-repeat:repeat;background-size:420px;opacity:.9;pointer-events:none;z-index:0}.legacy__chef-large img{position:relative;z-index:1;width:100%;height:100%;border-radius:inherit;object-fit:cover;transition:transform 6s ease}.legacy__chef-overlay{position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(0,39,36,.3),transparent 60%);z-index:2}@media (max-width:1024px){.legacy__content-wrap{grid-template-columns:1fr;gap:4.5rem}.legacy__chef-thumb{display:none}.legacy__text{margin-bottom:40px}.legacy__chef-large{width:clamp(380px,68%,560px);height:clamp(400px,52vw,520px);margin:0 auto}}@media (max-width:991px){.legacy__chef-large{width:clamp(340px,70vw,500px);height:clamp(550px,58vw,480px)}}@media (max-width:768px){.legacy__chef-large{width:clamp(300px,78vw,440px);height:clamp(500px,72vw,480px)}}@media (max-width:576px){.legacy__chef-large{width:90%;height:clamp(500px,80vw,500px)}}@media (max-width:450px){.legacy__chef-large{width:92%;height:clamp(460px,80vw,550px)}}.news{padding:6rem 0;background:linear-gradient(135deg,var(--primary-surface) 0,var(--primary-color) 40%,var(--primary-card) 100%)}.news__header{margin-bottom:4rem}.news__grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2rem;gap:2rem;align-items:start}.news__featured{border-radius:var(--radius-xl);overflow:hidden;background:var(--primary-tertiary);border:1px solid rgba(228,196,172,.08);transition:var(--transition-medium);cursor:pointer}.news__featured:hover{transform:translateY(-4px)}.news__img-wrap{position:relative;height:320px;overflow:hidden}.news__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.news__featured:hover .news__img-wrap img{transform:scale(1.05)}.news__img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,39,36,.5) 0,transparent 60%)}.news__body{padding:2rem;background-color:var(--primary-surface)}.news__meta{display:flex;gap:.5rem;font-size:.72rem;color:rgba(255,255,255,.4);margin-bottom:.8rem;text-transform:uppercase;letter-spacing:.06em}.news__title{font-size:1.3rem;font-weight:800;color:var(--white-color);line-height:1.3;margin-bottom:.8rem;letter-spacing:-.01em}.news__excerpt{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.7;margin-bottom:1.5rem}.news__link{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary-color);position:relative;display:inline-flex;align-items:center;gap:.35rem}.news__link i{font-size:.9rem;transition:transform .2s}.news__link:hover i{transform:translateX(3px)}.news__side{display:flex;flex-direction:column;gap:1.5rem}.news__card{display:grid;grid-template-columns:140px 1fr;grid-gap:1.2rem;gap:1.2rem;border-radius:var(--radius-lg);overflow:hidden;background-color:var(--primary-surface);border:1px solid rgba(228,196,172,.08);cursor:pointer;transition:var(--transition-medium)}.news__card:hover{transform:translateX(6px);border-color:rgba(228,196,172,.2)}.news__card-img{position:relative;height:160px;overflow:hidden}.news__card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.news__card:hover .news__card-img img{transform:scale(1.08)}.news__card-body{padding:1.2rem 1.2rem 1.2rem 0;background:var(--primary-surface);display:flex;flex-direction:column;justify-content:center;gap:.5rem}.news__card-title{font-size:.92rem;font-weight:700;color:var(--white-color);line-height:1.4}@media (max-width:1024px){.news__grid{grid-template-columns:1fr}}@media (max-width:640px){.news__card{grid-template-columns:1fr}.news__card-img{height:180px}.news__card-body{padding:1rem}}@media (max-width:991px){.about,.flavors,.hours,.legacy,.news,.todays-specials,.why{padding:4rem 0}}