:root{
  --ink:#142118;--ink-2:#203328;--paper:#f4f1e9;--paper-2:#ebe7dc;--white:#fffdf7;
  --olive:#5d6938;--olive-light:#d9dfc7;--red:#d9473f;--red-dark:#b73530;--gold:#c7a269;
  --muted:#6e736b;--line:rgba(20,33,24,.16);--shadow:0 24px 70px rgba(20,33,24,.16);
  --serif:Georgia,"Times New Roman",serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.is-locked{overflow:hidden}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.shell{width:min(1200px,calc(100% - 40px));margin-inline:auto}
.paper-grain{position:fixed;inset:0;z-index:1000;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E")}
.topline{background:var(--ink);color:var(--white);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.topline__inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topline p{margin:0;opacity:.62}.topline a{color:var(--olive-light);font-weight:800}.status{display:flex;align-items:center;gap:8px}.status i{width:7px;height:7px;border-radius:50%;background:#76c77a;box-shadow:0 0 0 5px rgba(118,199,122,.12)}.status.is-closed i{background:#e27972;box-shadow:0 0 0 5px rgba(226,121,114,.12)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(244,241,233,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(20,33,24,.1)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.brand div{display:flex;flex-direction:column}.brand strong{font:700 25px/1 var(--serif);letter-spacing:-.04em}.brand small{text-transform:uppercase;letter-spacing:.18em;font-size:8px;margin-top:5px;color:var(--muted);font-weight:800}.desktop-nav{display:flex;gap:34px;font-size:13px;font-weight:700}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--red);transition:.25s}.desktop-nav a:hover:after{right:0}.nav-actions{display:flex;align-items:center;gap:10px}.text-button{border:0;background:transparent;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:12px}.cart-trigger{border:0;background:var(--ink);color:var(--white);height:44px;padding:0 14px;border-radius:99px;display:flex;align-items:center;gap:9px;cursor:pointer;transition:.25s}.cart-trigger:hover{transform:translateY(-2px);background:var(--red)}.cart-trigger svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7}.cart-trigger span{font-size:12px;font-weight:800}.cart-trigger b{display:grid;place-items:center;background:var(--red);width:22px;height:22px;border-radius:50%;font-size:11px}.cart-trigger:hover b{background:var(--ink)}
.hero{position:relative;padding:72px 0 0;min-height:780px;isolation:isolate;overflow:hidden}.hero__grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:55px;min-height:520px}.hero__copy{padding-bottom:40px}.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:var(--olive)}.eyebrow i{width:26px;height:1px;background:currentColor}.eyebrow--dark{color:var(--olive)}.hero h1{font:500 clamp(58px,7vw,100px)/.91 var(--serif);letter-spacing:-.065em;margin:22px 0 25px;max-width:710px}.hero h1 em{font-weight:400;color:var(--red)}.hero__copy>p{font-size:17px;line-height:1.7;color:#555d56;max-width:590px}.hero__actions{display:flex;gap:12px;margin:32px 0 42px}.button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:0 23px;border-radius:99px;font-weight:800;font-size:12px;letter-spacing:.045em;cursor:pointer;transition:.28s}.button:hover{transform:translateY(-3px)}.button--primary{background:var(--red);color:white;box-shadow:0 12px 28px rgba(217,71,63,.23)}.button--primary:hover{background:var(--red-dark)}.button--ghost{border-color:var(--line);background:rgba(255,255,255,.35)}.button--dark{background:var(--ink);color:white}.button--light{background:var(--paper);color:var(--ink)}.button--outline-light{border-color:rgba(255,255,255,.4);color:white;background:transparent}.button--full{width:100%}.hero__meta{display:flex;gap:38px}.hero__meta div{display:flex;flex-direction:column;gap:7px;padding-left:15px;border-left:1px solid var(--line)}.hero__meta span{text-transform:uppercase;letter-spacing:.14em;font-size:9px;color:var(--muted);font-weight:800}.hero__meta strong{font-size:12px}
.hero__visual{position:relative;height:520px;perspective:1200px}.photo-card{position:absolute;overflow:hidden;border:7px solid var(--white);box-shadow:var(--shadow);background:var(--ink)}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card--main{width:68%;height:75%;left:16%;top:9%;border-radius:46% 46% 22px 22px}.photo-card--main img{filter:saturate(.96) contrast(1.05);object-position:center}.photo-card--left{width:31%;height:41%;left:1%;bottom:0;border-radius:100px 100px 16px 16px;transform:rotate(-6deg)}.photo-card--right{width:31%;height:39%;right:0;top:4%;border-radius:16px 16px 100px 100px;transform:rotate(6deg)}.hero__ring{position:absolute;width:435px;height:435px;border:1px solid rgba(93,105,56,.3);border-radius:50%;left:calc(50% - 217px);top:25px;animation:spin 28s linear infinite}.hero__ring:before,.hero__ring:after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(217,71,63,.28);inset:17px}.hero__ring:after{inset:52px;border-style:solid;border-color:rgba(20,33,24,.11)}.hero__ring span{position:absolute;inset:-25px;font-size:10px;letter-spacing:.23em;color:var(--olive);text-align:center}.hero__seal{position:absolute;left:51%;bottom:7px;transform:translateX(-50%);background:var(--red);color:white;width:132px;height:132px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 15px 35px rgba(217,71,63,.28)}.hero__seal small{text-transform:uppercase;letter-spacing:.13em;font-size:8px}.hero__seal strong{font:700 20px/1.1 var(--serif);max-width:90px;margin-top:6px}.hero__orb{position:absolute;border-radius:50%;filter:blur(2px);z-index:-1}.hero__orb--one{width:440px;height:440px;background:#e1e6ce;right:-150px;top:35px}.hero__orb--two{width:230px;height:230px;border:45px solid rgba(217,71,63,.13);left:-100px;bottom:60px}
.order-panel{background:var(--white);border:1px solid rgba(20,33,24,.09);box-shadow:0 30px 70px rgba(20,33,24,.11);min-height:135px;border-radius:24px;display:grid;grid-template-columns:1fr 1.55fr auto;align-items:center;gap:28px;padding:24px 28px;position:relative;z-index:5}.order-panel__intro span{text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-size:9px;font-weight:900}.order-panel__intro h2{font:500 24px/1.05 var(--serif);margin:7px 0 0}.service-switch{display:grid;grid-template-columns:1fr 1fr;background:var(--paper-2);padding:5px;border-radius:18px}.service-button{border:0;background:transparent;border-radius:14px;min-height:74px;display:flex;align-items:center;gap:12px;padding:0 16px;cursor:pointer;text-align:left}.service-button svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.45}.service-button span{display:flex;flex-direction:column}.service-button strong{font-size:13px}.service-button small{font-size:10px;color:var(--muted);margin-top:4px}.service-button.is-active{background:var(--ink);color:white;box-shadow:0 8px 20px rgba(20,33,24,.16)}.service-button.is-active small{color:rgba(255,255,255,.65)}
.marquee{background:var(--red);color:white;overflow:hidden;padding:15px 0;margin-top:75px;transform:rotate(-1.1deg);width:102%;margin-left:-1%}.marquee div{white-space:nowrap;display:inline-block;font:700 13px/1 var(--serif);letter-spacing:.17em;animation:marquee 28s linear infinite}.marquee i{font-style:normal;margin:0 25px;color:#ffd9b8}
.story{padding:130px 0}.story__grid{display:grid;grid-template-columns:.25fr 1fr .85fr;gap:55px;align-items:start}.story__number{font:500 120px/.8 var(--serif);color:rgba(93,105,56,.17)}.story h2,.section-heading h2{font:500 clamp(42px,5.2vw,70px)/.98 var(--serif);letter-spacing:-.055em;margin:18px 0}.story__copy p{color:var(--muted);font-size:17px;line-height:1.75;max-width:620px}.story__notes{display:grid;gap:13px}.story__notes article{border-top:1px solid var(--line);padding:18px 0;display:flex;align-items:end;justify-content:space-between;gap:20px}.story__notes b{font:500 35px/1 var(--serif);color:var(--red)}.story__notes span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;text-align:right;color:var(--muted);max-width:130px}
.culinary-gallery{padding:20px 0 120px;background:var(--paper)}.culinary-gallery__heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:34px}.culinary-gallery__heading h2{max-width:760px;margin:0;font:500 clamp(40px,5vw,68px)/.98 var(--serif);letter-spacing:-.055em}.culinary-gallery__grid{display:grid;grid-template-columns:.9fr 1.2fr .9fr;gap:16px;align-items:end}.culinary-card{position:relative;margin:0;height:430px;overflow:hidden;border-radius:180px 180px 24px 24px;background:var(--ink);box-shadow:0 26px 60px rgba(20,33,24,.12)}.culinary-card--featured{height:520px;border-radius:28px 28px 180px 180px}.culinary-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.culinary-card:hover img{transform:scale(1.045)}.culinary-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,transparent,rgba(10,18,12,.86))}.culinary-card figcaption{position:absolute;z-index:2;left:25px;right:25px;bottom:24px;color:white;display:flex;flex-direction:column;gap:7px}.culinary-card figcaption span{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.17em;color:var(--olive-light)}.culinary-card figcaption strong{font:600 29px/1.02 var(--serif);letter-spacing:-.035em}.menu-section{padding:110px 0 125px;background:var(--white);border-radius:56px 56px 0 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-heading h2{max-width:690px;margin-bottom:0}.section-heading>p{max-width:390px;font-size:13px;line-height:1.7;color:var(--muted);padding-bottom:6px}.section-heading--center{text-align:center;justify-content:center}.section-heading--center h2{max-width:860px}.menu-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:42px 0 34px}.category-tabs{display:flex;gap:8px;overflow:auto;scrollbar-width:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{white-space:nowrap;border:1px solid var(--line);background:transparent;border-radius:99px;padding:12px 18px;font-size:11px;font-weight:800;cursor:pointer}.category-tab.is-active{background:var(--ink);color:white;border-color:var(--ink)}.search-box{height:44px;width:250px;flex:0 0 auto;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:9px}.search-box svg{width:18px;fill:none;stroke:var(--muted);stroke-width:1.7}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:13px;color:var(--ink)}.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-card{background:var(--paper);border:1px solid rgba(20,33,24,.08);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;min-height:430px;transition:.35s}.menu-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(20,33,24,.12)}.menu-card__image{height:185px;overflow:hidden;position:relative}.menu-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(20,33,24,.18))}.menu-card__image img{width:100%;height:100%;object-fit:cover;transition:.6s}.menu-card:hover img{transform:scale(1.06)}.menu-card__badge{position:absolute;z-index:2;top:13px;left:13px;background:rgba(255,253,247,.9);backdrop-filter:blur(8px);padding:7px 10px;border-radius:99px;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.menu-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.menu-card__category{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--olive);font-weight:900}.menu-card h3{font:600 25px/1.05 var(--serif);letter-spacing:-.035em;margin:10px 0}.menu-card p{font-size:12px;line-height:1.65;color:var(--muted);margin:0 0 18px}.menu-card__bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:16px;display:flex;align-items:center;justify-content:space-between}.menu-card__bottom strong{font:600 24px/1 var(--serif)}.menu-card__bottom button{width:39px;height:39px;border-radius:50%;border:0;background:var(--red);color:white;font-size:24px;cursor:pointer;transition:.25s}.menu-card__bottom button:hover{background:var(--ink);transform:rotate(90deg)}.empty-state{grid-column:1/-1;text-align:center;padding:65px;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}
.feature-dish{background:var(--white);padding:0 0 130px}.feature-dish__card{background:var(--ink);color:white;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;min-height:510px}.feature-dish__visual{position:relative;overflow:hidden}.feature-dish__visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 50%,var(--ink))}.feature-dish__visual img{width:100%;height:100%;object-fit:cover}.feature-dish__copy{padding:70px 65px;display:flex;flex-direction:column;justify-content:center}.feature-dish__copy .eyebrow{color:var(--olive-light)}.feature-dish__copy h2{font:500 clamp(42px,4.7vw,65px)/.98 var(--serif);letter-spacing:-.055em;margin:20px 0}.feature-dish__copy p{color:rgba(255,255,255,.67);line-height:1.75;max-width:520px}.feature-dish__actions{display:flex;gap:10px;margin-top:25px;flex-wrap:wrap}
.steps-section{padding:120px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps article{padding:36px 34px;min-height:230px;border-right:1px solid var(--line)}.steps article:last-child{border-right:0}.steps span{font:500 55px/1 var(--serif);color:rgba(217,71,63,.25)}.steps h3{font:600 30px/1 var(--serif);margin:22px 0 12px}.steps p{color:var(--muted);font-size:13px;line-height:1.65}
.location{background:var(--ink);color:white;padding:120px 0}.location__grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.location__map{height:530px;background:#24362b;border-radius:50% 50% 20px 20px;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.map-lines{position:absolute;inset:0;background:linear-gradient(29deg,transparent 49%,rgba(217,223,199,.1) 49.5%,rgba(217,223,199,.1) 50.5%,transparent 51%),linear-gradient(132deg,transparent 48%,rgba(217,223,199,.08) 48.5%,rgba(217,223,199,.08) 49.5%,transparent 50%),radial-gradient(circle at 25% 35%,transparent 0 13%,rgba(217,223,199,.09) 13.5% 14%,transparent 14.5%);background-size:170px 170px,210px 210px,260px 260px}.map-pin{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);width:82px;height:82px;background:var(--red);border-radius:50% 50% 50% 8px;rotate:-45deg;display:grid;place-items:center;box-shadow:0 15px 35px rgba(217,71,63,.3)}.map-pin span{width:25px;height:25px;background:var(--paper);border-radius:50%}.location__map p{position:absolute;left:50%;top:62%;transform:translateX(-50%);text-align:center;font:600 26px/1.1 var(--serif)}.location__map small{font:800 9px/1 var(--sans);text-transform:uppercase;letter-spacing:.17em;color:var(--olive-light)}.location__copy .eyebrow{color:var(--olive-light)}.location__copy h2{font:500 clamp(48px,5vw,72px)/.96 var(--serif);letter-spacing:-.055em;margin:20px 0 35px}.location__details{border-top:1px solid rgba(255,255,255,.18)}.location__details div{display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid rgba(255,255,255,.18);padding:19px 0}.location__details span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.52)}.location__details strong{font-size:13px;text-align:right}.location__actions{display:flex;gap:10px;margin-top:30px}
.original-menu{background:var(--ink);color:white;padding:0 0 80px}.original-menu details{border-top:1px solid rgba(255,255,255,.17);padding-top:26px}.original-menu summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;font:500 24px/1 var(--serif)}.original-menu summary::-webkit-details-marker{display:none}.original-menu__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:25px}.original-menu__grid a{height:430px;overflow:hidden;border-radius:12px}.original-menu__grid img{width:100%;height:100%;object-fit:cover;object-position:top}
footer{background:#0d1610;color:white;padding:65px 0 28px}.footer__grid{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px}.footer__brand{display:flex;align-items:center;gap:12px}.footer__brand img{width:48px;height:48px;border-radius:50%}.footer__brand div{display:flex;flex-direction:column}.footer__brand strong{font:600 24px/1 var(--serif)}.footer__brand small{font-size:8px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.55);margin-top:4px}.footer__grid>p{font-size:12px;color:rgba(255,255,255,.5);text-align:center}.footer__links{display:flex;justify-content:flex-end;gap:20px;font-size:11px;font-weight:800}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.38)}
.drawer-backdrop,.modal-backdrop{position:fixed;inset:0;background:rgba(9,16,11,.55);backdrop-filter:blur(4px);z-index:300;opacity:0;visibility:hidden;transition:.3s}.drawer-backdrop.is-open,.modal-backdrop.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:310;top:0;right:0;width:min(470px,100%);height:100dvh;background:var(--paper);transform:translateX(105%);transition:.42s cubic-bezier(.72,0,.22,1);display:flex;flex-direction:column;box-shadow:-30px 0 80px rgba(20,33,24,.18)}.cart-drawer.is-open{transform:none}.drawer__head{padding:26px 25px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.drawer__head span,.checkout-modal__head span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-weight:900}.drawer__head h2,.checkout-modal__head h2{font:600 34px/1 var(--serif);margin:5px 0 0}.icon-button{border:1px solid var(--line);background:transparent;width:40px;height:40px;border-radius:50%;font-size:25px;cursor:pointer;display:grid;place-items:center}.drawer__service,.checkout-service{margin:15px 25px 0;background:var(--paper-2);border-radius:99px;padding:4px;display:grid;grid-template-columns:1fr 1fr}.drawer__service button,.checkout-service button{border:0;background:transparent;border-radius:99px;height:39px;font-size:11px;font-weight:800;cursor:pointer}.drawer__service button.is-active,.checkout-service button.is-active{background:var(--ink);color:white}.cart-items{flex:1;overflow:auto;padding:18px 25px}.empty-cart{text-align:center;padding:70px 15px}.empty-cart__icon{width:72px;height:72px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 20px;font:500 35px/1 var(--serif);color:var(--red)}.empty-cart h3{font:600 28px/1 var(--serif);margin:0 0 10px}.empty-cart p{font-size:12px;color:var(--muted);line-height:1.6}.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:75px;height:75px;border-radius:12px;object-fit:cover}.cart-item h4{font:600 16px/1.1 var(--serif);margin:3px 0 6px}.cart-item p{font-size:10px;color:var(--muted);margin:0;line-height:1.5}.cart-item__price{font-size:12px;font-weight:900}.cart-item__controls{display:flex;align-items:center;gap:8px;margin-top:10px}.cart-item__controls button{width:25px;height:25px;border-radius:50%;border:1px solid var(--line);background:transparent;cursor:pointer}.cart-item__controls b{font-size:11px}.cart-item__remove{border:0;background:transparent;color:var(--red);font-size:10px;cursor:pointer;padding:0;margin-top:7px}.cart-upsell{padding:0 25px 15px}.cart-upsell h3{font:600 18px/1 var(--serif);margin:0 0 12px}.upsell-list{display:flex;gap:8px;overflow:auto}.upsell-card{flex:0 0 180px;border:1px solid var(--line);border-radius:12px;padding:10px;background:var(--white);display:flex;align-items:center;gap:9px}.upsell-card img{width:45px;height:45px;border-radius:9px;object-fit:cover}.upsell-card strong{font:600 13px/1.05 var(--serif);display:block}.upsell-card span{font-size:10px;color:var(--muted)}.upsell-card button{margin-left:auto;width:27px;height:27px;border:0;border-radius:50%;background:var(--red);color:white;cursor:pointer}.drawer__footer{padding:18px 25px 25px;background:var(--white);border-top:1px solid var(--line)}.cart-summary{display:flex;justify-content:space-between;align-items:end}.cart-summary span{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.cart-summary strong{font:600 28px/1 var(--serif)}.drawer__footer>small{display:block;color:var(--muted);font-size:10px;margin:7px 0 15px}
.product-modal,.checkout-modal{position:fixed;z-index:320;background:var(--paper);opacity:0;visibility:hidden;transform:translate(-50%,-46%) scale(.97);transition:.3s}.product-modal.is-open,.checkout-modal.is-open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.product-modal{left:50%;top:50%;width:min(920px,calc(100% - 30px));max-height:90dvh;border-radius:26px;overflow:hidden;display:grid;grid-template-columns:.92fr 1.08fr;box-shadow:0 30px 100px rgba(20,33,24,.25)}.product-modal__close{position:absolute;z-index:2;right:16px;top:16px;background:rgba(244,241,233,.9)}.product-modal__image{min-height:590px}.product-modal__image img{width:100%;height:100%;object-fit:cover}.product-modal__content{padding:55px 45px;overflow:auto}.product-modal__category{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--olive);font-weight:900}.product-modal h2{font:600 46px/.95 var(--serif);letter-spacing:-.045em;margin:14px 0}.product-modal__content>p{font-size:13px;line-height:1.7;color:var(--muted)}.product-modal__price{font:600 32px/1 var(--serif);color:var(--red);margin:25px 0}.field{display:flex;flex-direction:column;gap:7px}.field span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.field small{font-weight:500;color:var(--muted)}.field input,.field select,.field textarea{border:1px solid var(--line);background:var(--white);border-radius:11px;padding:13px 14px;outline:0;color:var(--ink);resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--olive)}.product-modal__actions{display:grid;grid-template-columns:auto 1fr;gap:12px;margin-top:22px}.quantity-control{border:1px solid var(--line);border-radius:99px;height:52px;display:flex;align-items:center}.quantity-control button{border:0;background:transparent;width:40px;font-size:20px;cursor:pointer}.quantity-control strong{width:28px;text-align:center}
.checkout-modal{left:50%;top:50%;width:min(760px,calc(100% - 30px));max-height:92dvh;border-radius:25px;box-shadow:0 30px 100px rgba(20,33,24,.25);padding:25px;overflow:auto}.checkout-modal__head{display:flex;justify-content:space-between;align-items:center}.checkout-service{margin:22px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field--wide{grid-column:1/-1}.checkout-total{margin:20px 0 14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;display:flex;justify-content:space-between;align-items:center}.checkout-total div{display:flex;flex-direction:column}.checkout-total span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.checkout-total small{font-size:10px;color:var(--muted);margin-top:5px}.checkout-total strong{font:600 30px/1 var(--serif)}.whatsapp-button{width:100%;border:0;border-radius:99px;background:#1fa855;color:white;min-height:56px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:11px;cursor:pointer}.whatsapp-button svg{width:21px;fill:currentColor}.checkout-note{text-align:center;font-size:9px;color:var(--muted);margin:11px 0 0}.toast{position:fixed;z-index:500;left:50%;bottom:25px;transform:translate(-50%,25px);background:var(--ink);color:white;padding:13px 18px;border-radius:99px;font-size:11px;font-weight:800;opacity:0;visibility:hidden;transition:.3s}.toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}.mobile-cart-bar{display:none}
.reveal{opacity:0;transform:translateY(24px);transition:.75s cubic-bezier(.2,.7,.2,1)}.reveal--delay{transition-delay:.14s}.reveal.is-visible{opacity:1;transform:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}
@media(max-width:980px){.desktop-nav{display:none}.culinary-gallery__heading{display:block}.culinary-gallery__heading .eyebrow{margin-bottom:18px}.culinary-gallery__grid{grid-template-columns:1fr 1fr}.culinary-card--featured{grid-row:span 2;height:620px}.culinary-card{height:300px}.hero{padding-top:45px}.hero__grid{grid-template-columns:1fr;gap:20px}.hero__copy{padding:0}.hero__visual{height:500px}.order-panel{grid-template-columns:1fr;align-items:stretch;gap:18px}.order-panel .button{width:100%}.story__grid{grid-template-columns:.2fr 1fr}.story__notes{grid-column:2}.menu-grid{grid-template-columns:repeat(2,1fr)}.feature-dish__card{grid-template-columns:1fr}.feature-dish__visual{height:380px}.feature-dish__visual:after{background:linear-gradient(0deg,var(--ink),transparent 45%)}.location__grid{gap:40px}.footer__grid{grid-template-columns:1fr}.footer__grid>p{text-align:left}.footer__links{justify-content:flex-start}.original-menu__grid{grid-template-columns:1fr 1fr}.original-menu__grid a:last-child{display:none}}
@media(max-width:680px){.shell{width:min(100% - 28px,1200px)}.culinary-gallery{padding:0 0 85px}.culinary-gallery__heading h2{font-size:44px}.culinary-gallery__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 14px;gap:12px;scrollbar-width:none}.culinary-gallery__grid::-webkit-scrollbar{display:none}.culinary-card,.culinary-card--featured{flex:0 0 82%;height:430px;scroll-snap-align:start;border-radius:120px 120px 20px 20px}.culinary-card--featured{border-radius:20px 20px 120px 120px}.topline__inner{height:34px}.topline p{display:none}.topline a{font-size:9px}.site-header{top:0}.nav{height:67px}.brand img{width:41px;height:41px}.brand strong{font-size:21px}.text-button,.cart-trigger span{display:none}.cart-trigger{width:43px;padding:0;justify-content:center}.cart-trigger b{position:absolute;margin:0 0 30px 30px;width:19px;height:19px}.hero{padding-top:40px;min-height:0}.hero__grid{display:flex;flex-direction:column}.hero h1{font-size:58px;margin-top:17px}.hero__copy>p{font-size:14px}.hero__actions{flex-direction:column;margin:27px 0 30px}.hero__actions .button{width:100%}.hero__meta{gap:14px;flex-direction:column}.hero__visual{width:100%;height:390px;margin-top:10px}.photo-card--main{width:72%;height:69%;left:14%;top:10%;border-width:5px}.photo-card--left{width:35%;height:36%;left:-1%;bottom:3%;border-width:4px}.photo-card--right{width:34%;height:34%;right:-1%;top:2%;border-width:4px}.hero__ring{width:320px;height:320px;left:calc(50% - 160px);top:13px}.hero__seal{width:100px;height:100px;bottom:0}.hero__seal strong{font-size:16px}.order-panel{margin-top:10px;padding:20px;border-radius:20px}.service-switch{grid-template-columns:1fr}.marquee{margin-top:50px}.story{padding:90px 0}.story__grid{grid-template-columns:1fr;gap:25px}.story__number{font-size:85px}.story__notes{grid-column:auto}.story h2,.section-heading h2{font-size:45px}.menu-section{padding:80px 0 105px;border-radius:32px 32px 0 0}.section-heading{display:block}.section-heading>p{margin-top:20px}.menu-tools{align-items:stretch;flex-direction:column}.search-box{width:100%}.menu-grid{grid-template-columns:1fr}.menu-card{min-height:0}.menu-card__image{height:200px}.feature-dish{padding-bottom:85px}.feature-dish__card{border-radius:22px}.feature-dish__visual{height:280px}.feature-dish__copy{padding:36px 24px 42px}.feature-dish__copy h2{font-size:43px}.feature-dish__actions .button{width:100%}.steps-section{padding:85px 0}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line);min-height:190px}.steps article:last-child{border-bottom:0}.location{padding:85px 0}.location__grid{grid-template-columns:1fr}.location__map{height:390px}.location__copy h2{font-size:48px}.location__details div{flex-direction:column;gap:8px}.location__details strong{text-align:left}.location__actions{flex-direction:column}.original-menu__grid{grid-template-columns:1fr}.original-menu__grid a{height:520px}.original-menu__grid a:nth-child(n+2){display:none}.footer__bottom{flex-direction:column;gap:8px}.footer__links{flex-wrap:wrap}.product-modal{display:block;overflow:auto}.product-modal__image{height:220px;min-height:0}.product-modal__content{padding:26px 20px}.product-modal h2{font-size:36px}.product-modal__actions{grid-template-columns:1fr}.quantity-control{justify-content:center}.checkout-modal{padding:20px 16px}.form-grid{grid-template-columns:1fr}.field--wide{grid-column:auto}.drawer__head{padding-top:max(26px,env(safe-area-inset-top))}.drawer__footer{padding-bottom:max(24px,calc(env(safe-area-inset-bottom) + 15px))}.mobile-cart-bar{position:fixed;z-index:190;left:10px;right:10px;bottom:10px;min-height:56px;border:0;border-radius:16px;background:var(--red);color:white;padding:0 17px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 16px 38px rgba(217,71,63,.32);transform:translateY(100px);opacity:0;transition:.3s}.mobile-cart-bar.is-visible{transform:none;opacity:1}.mobile-cart-bar span{font-size:10px}.mobile-cart-bar strong{font-size:12px}.toast{bottom:82px;white-space:nowrap}.menu-card__bottom button{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
