.order-page,.checkout-page,.order-confirmation{--order-red: #b90024;--order-red-dark: #8f001a;--order-cream: #fff7e8;--order-cream-deep: #f8e8c9;--order-ink: #32110d;--order-muted: #75645d;--order-line: #e5cda5;min-height:100svh;background:var(--order-cream);color:var(--order-ink)}.order-page button,.checkout-page button,.order-confirmation button,.order-page input,.checkout-page input,.checkout-page textarea{font:inherit}.order-header,.checkout-header{position:relative;z-index:20;width:min(92%,1520px);height:70px;margin:0 auto;padding:0 20px 0 24px;display:grid;grid-template-columns:190px 1fr 190px;align-items:center;background:#fffaf0;border-radius:0 0 25px 25px;box-shadow:0 15px 40px #440f091f}.order-brand{width:116px;height:58px;display:flex;align-items:center}.order-brand img{width:100%;height:100%;object-fit:contain}.order-header nav,.checkout-header nav{display:flex;justify-content:center;gap:clamp(30px,4vw,62px)}.order-header nav a,.checkout-header nav a{color:var(--order-ink);font-family:Barlow Semi Condensed Local,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:color .18s ease}.order-header nav a:hover,.checkout-header nav a:hover{color:var(--order-red)}.order-cart-button,.checkout-back{min-height:48px;padding:0 18px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--order-red);color:#fff;font-family:Barlow Semi Condensed Local,sans-serif;font-weight:700;cursor:pointer;transition:transform .18s ease,background .18s ease}.order-cart-button:hover,.checkout-back:hover,.order-primary-button:hover:not(:disabled){transform:translateY(-2px);background:var(--order-red-dark)}.order-cart-button svg,.checkout-back svg,.order-band svg,.pickup-address svg,.payment-note svg,.secure-demo svg,.mobile-cart-bar svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.order-band,.checkout-band{min-height:105px;margin-top:-2px;padding:25px max(4vw,calc((100vw - 1520px)/2));display:flex;align-items:center;gap:clamp(50px,8vw,140px);background:var(--order-red);color:#fff}.order-band h1,.checkout-band h1{margin:0;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(44px,4vw,68px);line-height:.95;text-transform:uppercase}.order-band>div{display:flex;align-items:center;gap:30px;font-family:Barlow Semi Condensed Local,sans-serif;font-size:18px;font-weight:700}.order-band span{display:flex;align-items:center;gap:10px}.order-band i{width:1px;height:34px;background:#fff9}.order-layout{min-height:calc(100svh - 173px);display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,31vw)}.order-menu{padding:28px clamp(30px,4vw,76px) 32px max(4vw,calc((100vw - 1520px)/2))}.order-menu>h2{margin:0 0 18px;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(44px,3.7vw,60px);line-height:1;text-transform:uppercase}.order-tabs{display:flex;gap:clamp(20px,3vw,54px);margin-bottom:18px;overflow-x:auto;scrollbar-width:none}.order-tabs::-webkit-scrollbar{display:none}.order-tabs button{position:relative;padding:8px 0 12px;flex:0 0 auto;border:0;background:transparent;color:var(--order-ink);font-family:Barlow Semi Condensed Local,sans-serif;font-size:18px;font-weight:700;cursor:pointer}.order-tabs button:after{content:"";position:absolute;right:0;bottom:4px;left:0;height:2px;transform:scaleX(0);background:var(--order-red);transition:transform .18s ease}.order-tabs button.is-active{color:var(--order-red)}.order-tabs button.is-active:after{transform:scaleX(1)}.order-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.order-product{position:relative;min-height:160px;display:grid;grid-template-columns:minmax(150px,43%) 1fr;overflow:hidden;border:1px solid var(--order-line);border-radius:17px;background:#fffbf2b8;transition:transform .18s ease,box-shadow .18s ease}.order-product:hover{transform:translateY(-3px);box-shadow:0 16px 34px #4720131a}.order-product-image{min-height:160px;overflow:hidden}.order-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.order-product:hover img{transform:scale(1.035)}.order-product-copy{padding:15px 54px 13px 18px;display:flex;flex-direction:column;align-items:flex-start}.order-product-copy h3{margin:0 0 7px;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(24px,1.75vw,31px);line-height:.98}.order-product-copy p{margin:0;color:var(--order-muted);font-size:13px;line-height:1.55}.order-product-copy strong{margin-top:auto;color:var(--order-red);font-family:Barlow Condensed Local,sans-serif;font-size:30px;line-height:1}.product-add{position:absolute;right:15px;bottom:15px;width:46px;height:46px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--order-red);color:#fff;font-size:31px;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease}.product-add:hover{transform:rotate(7deg) scale(1.07);background:var(--order-red-dark)}.product-add i{position:absolute;top:-7px;right:-7px;min-width:21px;height:21px;padding:0 5px;border:2px solid var(--order-cream);border-radius:999px;display:grid;place-items:center;background:var(--order-ink);font-size:11px;font-style:normal;font-weight:800}.order-cart{position:relative;padding:30px max(4vw,calc((100vw - 1520px)/2)) 32px 30px;display:flex;flex-direction:column;border-left:1px solid var(--order-line);background:var(--order-cream)}.order-cart-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.order-cart-heading h2,.checkout-summary>h2{margin:0;font-family:Barlow Condensed Local,sans-serif;font-size:42px;line-height:1;text-transform:uppercase}.order-cart-heading>button{display:none;border:0;background:transparent;color:var(--order-ink);font-size:34px;cursor:pointer}.cart-items{display:grid;gap:18px}.cart-line{position:relative;min-width:0;display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:13px;align-items:center;padding-bottom:18px;border-bottom:1px solid var(--order-line)}.cart-line>img{width:74px;height:82px;border-radius:10px;object-fit:cover}.cart-line-copy{min-width:0}.cart-line h3{margin:0 0 8px;overflow:hidden;font-family:Barlow Condensed Local,sans-serif;font-size:22px;line-height:1;text-overflow:ellipsis}.cart-line>strong{align-self:center;font-family:Barlow Condensed Local,sans-serif;font-size:20px}.cart-remove{position:absolute;top:-7px;right:-4px;border:0;background:transparent;color:var(--order-red);font-size:21px;cursor:pointer}.quantity-stepper{width:max-content;display:grid;grid-template-columns:29px 29px 29px;overflow:hidden;border:1px solid var(--order-line);border-radius:8px;background:#fffaf0}.quantity-stepper button,.quantity-stepper span{height:29px;border:0;display:grid;place-items:center;background:transparent;color:var(--order-ink);font-size:16px}.quantity-stepper button{cursor:pointer}.quantity-stepper span{border-right:1px solid var(--order-line);border-left:1px solid var(--order-line)}.cart-empty{min-height:250px;padding:30px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed var(--order-line);border-radius:18px}.cart-empty svg{width:40px;fill:none;stroke:var(--order-red);stroke-width:1.5}.cart-empty h3{margin:15px 0 4px;font-family:Barlow Condensed Local,sans-serif;font-size:28px;text-transform:uppercase}.cart-empty p{max-width:230px;margin:0;color:var(--order-muted);font-size:13px;line-height:1.5}.cart-bottom{margin-top:24px;padding-top:0}.order-totals{display:grid;gap:11px;padding:17px 0 0;border-top:1px solid var(--order-line)}.order-totals>div{display:flex;justify-content:space-between;gap:20px;font-size:15px}.order-totals .order-total{margin-top:6px;padding-top:16px;border-top:1px solid var(--order-line);align-items:baseline;font-family:Barlow Condensed Local,sans-serif;font-size:34px;font-weight:800;text-transform:uppercase}.order-total strong{color:var(--order-red);font-size:38px}.order-primary-button{width:100%;min-height:57px;margin-top:18px;padding:0 23px;border:0;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:16px;background:var(--order-red);color:#fff;font-family:Barlow Semi Condensed Local,sans-serif;font-size:18px;font-weight:800;cursor:pointer;transition:transform .18s ease,background .18s ease,opacity .18s ease}.order-primary-button:disabled{cursor:not-allowed;opacity:.45}.order-primary-button svg{width:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.demo-note,.secure-demo{margin:10px 0 0;color:var(--order-muted);font-size:11px;text-align:center}.cart-scrim,.mobile-cart-bar{display:none}.category-empty{color:var(--order-muted)}.checkout-header{grid-template-columns:190px 1fr 190px}.checkout-back svg.order-icon-left{transform:rotate(180deg)}.checkout-band{min-height:86px;justify-content:center;padding-top:20px;padding-bottom:20px}.checkout-band h1{font-size:clamp(38px,3.2vw,53px)}.checkout-layout{width:min(82%,1320px);margin:0 auto;padding:38px 0 70px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(350px,.9fr);gap:clamp(45px,6vw,90px);align-items:start}.checkout-form{min-width:0;display:grid;gap:30px}.checkout-form fieldset{min-width:0;margin:0;padding:0;border:0}.checkout-form legend{width:100%;margin-bottom:15px;display:flex;align-items:center;gap:13px;font-family:Barlow Condensed Local,sans-serif;font-size:30px;font-weight:800;line-height:1;text-transform:uppercase}.checkout-form legend:after{content:"";height:1px;flex:1;background:var(--order-red)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 20px}.form-grid-payment{grid-template-columns:1.2fr .9fr .9fr;margin-top:15px}.checkout-form label,.notes-field{display:grid;gap:7px;color:var(--order-ink);font-size:13px;font-weight:600}.checkout-form input,.checkout-form textarea{width:100%;border:1px solid #cdbb9e;border-radius:9px;outline:0;background:#ffffff73;color:var(--order-ink);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.checkout-form input{height:45px;padding:0 13px}.checkout-form textarea{min-height:105px;padding:13px;resize:vertical}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--order-red);background:#fff;box-shadow:0 0 0 3px #b900241c}.pickup-address,.payment-note{display:flex;align-items:center;gap:9px}.pickup-address{margin:0 0 12px;font-size:14px;font-weight:600}.pickup-address svg{color:var(--order-red)}.pickup-time{min-height:53px;padding:0 16px;grid-template-columns:auto 1fr;align-items:center;border:1px solid var(--order-red);border-radius:10px;background:#ffffff4d}.pickup-time input{width:17px;height:17px;padding:0;accent-color:var(--order-red)}.payment-note{margin:13px 0 0;color:var(--order-muted);font-size:11px}.payment-note svg,.secure-demo svg{width:17px}.notes-field{text-transform:uppercase}.notes-field>span{margin-left:4px;color:var(--order-muted);font-size:10px}.notes-field textarea{text-transform:none;font-weight:400}.checkout-summary{position:sticky;top:26px;padding:28px;border:1px solid var(--order-line);border-radius:16px;background:#fffbf2d1;box-shadow:0 20px 50px #48231512}.checkout-summary>h2{margin-bottom:21px}.cart-items-compact .cart-line{grid-template-columns:74px 1fr auto}.cart-items-compact .cart-line-copy span{color:var(--order-muted);font-size:12px}.checkout-summary .order-totals{margin-top:20px}.checkout-summary .order-primary-button{border-radius:10px}.secure-demo{display:flex;align-items:center;justify-content:center;gap:8px}.order-confirmation{position:relative;min-height:100svh;overflow:hidden;display:grid;place-items:center;padding:28px;background:var(--order-cream)}.order-confirmation:before{content:"";position:absolute;top:0;right:70%;bottom:0;left:0;background:var(--order-red);clip-path:polygon(0 0,100% 0,72% 100%,0 100%)}.confirmation-card{position:relative;z-index:1;width:min(100%,560px);padding:clamp(35px,6vw,64px);display:flex;flex-direction:column;align-items:center;border:1px solid var(--order-line);border-radius:22px;background:#fffaf0;text-align:center;box-shadow:0 30px 80px #37090433}.confirmation-mark{width:78px;height:78px;display:grid;place-items:center;border-radius:50%;background:var(--order-red);color:#fff}.confirmation-mark svg{width:44px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.confirmation-card>p{margin:22px 0 2px;color:var(--order-red);font-family:Barlow Semi Condensed Local,sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.confirmation-card h1{margin:0;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(52px,8vw,78px);line-height:.95;text-transform:uppercase}.confirmation-card>strong{margin:12px 0 5px;color:var(--order-red);font-family:Barlow Condensed Local,sans-serif;font-size:30px}.confirmation-card>span{color:var(--order-muted)}.confirmation-total{width:100%;margin-top:27px;padding:19px 0;display:flex;justify-content:space-between;border-top:1px solid var(--order-line);border-bottom:1px solid var(--order-line);font-family:Barlow Semi Condensed Local,sans-serif;font-size:18px}.confirmation-card small{margin-top:13px;color:var(--order-muted)}@media(max-width:1180px){.order-layout{grid-template-columns:minmax(0,1fr) 355px}.order-products{grid-template-columns:1fr}.order-product,.order-product-image{min-height:160px}.order-band{gap:45px}.checkout-layout{width:90%;gap:35px}}@media(max-width:860px){.order-header,.checkout-header{width:94%;height:68px;grid-template-columns:130px 1fr;border-radius:0 0 20px 20px}.order-header nav,.checkout-header nav{display:none}.order-header .order-cart-button,.checkout-back{justify-self:end}.order-brand{width:100px;height:52px}.order-band{min-height:145px;padding:24px 5%;display:grid;gap:15px}.order-band>div{gap:15px;font-size:15px}.order-band i{height:27px}.order-layout{display:block}.order-menu{padding:35px 5% 110px}.order-cart{position:fixed;z-index:80;top:0;right:0;bottom:0;width:min(92vw,430px);padding:28px;transform:translate(105%);overflow-y:auto;border-left:0;box-shadow:-20px 0 70px #28060338;transition:transform .26s ease}.order-cart.is-open{transform:translate(0)}.order-cart-heading>button{display:block}.cart-scrim{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;border:0;background:#2608048f;opacity:0;pointer-events:none;transition:opacity .22s ease}.cart-scrim.is-open{display:block;opacity:1;pointer-events:auto}.mobile-cart-bar{position:fixed;z-index:60;right:5%;bottom:18px;left:5%;min-height:58px;padding:0 21px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:space-between;background:var(--order-red);color:#fff;box-shadow:0 18px 45px #5b000f4d;cursor:pointer}.mobile-cart-bar span{display:flex;align-items:center;gap:10px;font-family:Barlow Semi Condensed Local,sans-serif;font-weight:700}.checkout-band{min-height:78px}.checkout-layout{width:90%;grid-template-columns:1fr}.checkout-summary{position:static;order:-1}}@media(max-width:560px){.order-header,.checkout-header{padding:0 12px 0 16px}.order-cart-button{min-height:42px;padding:0 13px;font-size:13px}.order-cart-button svg{width:17px}.checkout-back{min-height:42px;padding:0 12px;font-size:12px}.order-band h1{font-size:46px}.order-band>div{display:grid;gap:9px}.order-band i{display:none}.order-menu>h2{max-width:330px;font-size:47px}.order-products{gap:13px}.order-product{min-height:0;grid-template-columns:118px 1fr}.order-product-image{min-height:165px}.order-product-copy{padding:15px 42px 14px 15px}.order-product-copy h3{font-size:25px}.order-product-copy p{display:-webkit-box;overflow:hidden;font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.order-product-copy strong{font-size:26px}.product-add{right:10px;bottom:10px;width:39px;height:39px;font-size:26px}.order-cart{width:100%;padding:24px 21px}.form-grid,.form-grid-payment{grid-template-columns:1fr}.checkout-layout{padding-top:25px}.checkout-summary{padding:22px 18px}.cart-items-compact .cart-line{grid-template-columns:64px 1fr auto}.cart-line>img{width:64px;height:72px}.confirmation-card{padding:38px 24px}}@media(prefers-reduced-motion:reduce){.order-page *,.checkout-page *,.order-confirmation *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@font-face{font-family:Barlow Condensed Local;src:url(/assets/barlow-condensed.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Barlow Semi Condensed Local;src:url(/assets/barlow-semi-condensed.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Open Sans Local;src:url(/assets/open-sans.woff2) format("woff2");font-style:normal;font-weight:300 800;font-display:swap}:root{--red: #a80519;--red-deep: #76000f;--red-card: #79030f;--orange: #f6421b;--cream: #fff5e3;--cream-2: #ffedc9;--ink: #34130f;--muted: #80665d;--white: #fffdf8;--line: #ead5b3;--shadow: 0 24px 65px rgba(64, 0, 8, .2);color:var(--ink);font-family:Open Sans Local,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0;background:var(--cream)}body.modal-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-frame{width:100%;margin:0;overflow:hidden;background:var(--cream)}.first-screen,.second-screen{min-height:100svh}.section{padding-inline:clamp(24px,4vw,66px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:0 20px;border:0;border-radius:999px;font-family:Barlow Semi Condensed Local,sans-serif;font-size:13px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button svg,.text-link svg,.reviews-heading a svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-light{color:var(--red);background:var(--cream)}.button-red{color:var(--white);background:var(--red);box-shadow:0 12px 28px #71000e2e}.hero{position:relative;height:52svh;min-height:390px;overflow:hidden;isolation:isolate;color:var(--white);background:radial-gradient(circle at 34% 65%,rgba(200,23,38,.46),transparent 42%),var(--red)}.hero:before,.hero:after{position:absolute;z-index:1;width:82px;height:82px;content:"";opacity:.78;background:radial-gradient(circle at 20% 25%,#f4bd2c 0 4px,transparent 5px),radial-gradient(circle at 74% 30%,#499837 0 5px,transparent 6px),radial-gradient(circle at 48% 66%,#f07e25 0 6px,transparent 7px)}.hero:before{top:72px;left:24px;transform:rotate(-16deg)}.hero:after{right:39%;bottom:34px;transform:rotate(22deg)}.hero-grain{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.23;background-image:url(/assets/noise.png);mix-blend-mode:soft-light}.site-header{position:absolute;z-index:20;top:0;left:50%;display:grid;grid-template-columns:100px 1fr auto;align-items:center;width:min(90%,1260px);min-height:54px;padding:6px 12px 6px 16px;color:var(--ink);background:#fff8e9fc;border-radius:0 0 24px 24px;box-shadow:0 12px 34px #46000724;transform:translate(-50%)}.brand{width:88px}.brand img{width:100%;filter:brightness(0) saturate(100%) invert(11%) sepia(70%) saturate(5098%) hue-rotate(349deg) brightness(73%) contrast(106%)}.site-header nav{display:flex;justify-content:center;gap:clamp(12px,1.7vw,28px);font-family:Barlow Semi Condensed Local,sans-serif;font-size:11px;font-weight:600}.site-header nav a{position:relative;padding-block:10px}.site-header nav a:after{position:absolute;right:0;bottom:5px;left:0;height:2px;content:"";background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.site-header nav a:hover:after{transform:scaleX(1)}.button-header{min-height:36px;padding-inline:16px;color:var(--white);background:var(--red);font-size:10px}.menu-toggle{display:none}.hero-copy{position:absolute;z-index:9;top:24%;left:8%;width:31%;text-align:left}.hero-line{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;font-family:Barlow Semi Condensed Local,sans-serif;font-size:11px;font-weight:600;letter-spacing:.08em}.hero-line:before{width:32px;height:2px;content:"";background:var(--orange)}.hero h1{margin:0;font-family:Barlow Condensed Local,Arial Narrow,sans-serif;font-size:clamp(47px,4.2vw,70px);font-weight:900;line-height:.87;letter-spacing:-.034em;text-transform:uppercase;text-shadow:0 3px 0 rgba(74,0,8,.16)}.hero-food{position:absolute;z-index:6;right:8%;bottom:-17%;left:auto;width:min(58%,920px);filter:drop-shadow(0 23px 22px rgba(66,0,7,.22));pointer-events:none}.hero-card-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hero-card{min-width:0;overflow:hidden;background:#74000df0;border:1px solid rgba(255,255,255,.07);border-radius:12px;box-shadow:0 12px 28px #37000733}.hero-card>img{width:100%;aspect-ratio:1.8 / .86;object-fit:cover}.hero-card-body{padding:12px 12px 15px}.hero-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:5px}.hero-card h3{margin:0;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(14px,1.35vw,20px);font-weight:900;line-height:.96;text-transform:uppercase}.hero-card-title span{font-family:Barlow Semi Condensed Local,sans-serif;font-size:11px;font-weight:700}.hero-card p{display:-webkit-box;overflow:hidden;margin:7px 0 0;font-size:9px;line-height:1.35;opacity:.82;-webkit-box-orient:vertical;-webkit-line-clamp:3}.hero-wave{position:absolute;z-index:4;right:-5%;bottom:-74px;left:-5%;height:165px;background:var(--cream);border-radius:47% 53% 0 0/52% 48% 0 0;transform:rotate(-.9deg)}.favorites{position:relative;min-width:0;min-height:48svh;padding:34px 5vw 20px;text-align:center;background:linear-gradient(#fff5e3f5,#fff5e3f5),url(/assets/noise.png)}.section-heading{max-width:700px;margin:0 auto 20px}.section-heading>span,.section-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--red);font-family:Barlow Semi Condensed Local,sans-serif;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.section-heading>span:before,.section-kicker:before{width:4px;height:4px;content:"";background:var(--red);border-radius:50%}.section-heading h2,.story-copy h2,.reviews-heading h2,.visit-copy h2{margin:0;font-family:Barlow Condensed Local,sans-serif;font-weight:900;line-height:.9;letter-spacing:-.032em;text-transform:uppercase}.section-heading h2{font-size:clamp(38px,4vw,60px)}.section-heading p{max-width:620px;margin:16px auto 0;color:var(--muted);font-size:11px;line-height:1.6}.category-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;max-width:1120px;margin:0 auto 12px}.category{min-width:0;margin:0}.category-image{position:relative;overflow:hidden;aspect-ratio:1.02 / .86;padding:9px;background:#ffe9b9;border-radius:8px}.category-image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border:1px solid rgba(114,51,20,.04);border-radius:inherit}.category img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:transform .35s ease}.category:hover img{transform:scale(1.06) rotate(-1deg)}.category h3{margin:8px 0 0;font-family:Barlow Semi Condensed Local,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}.favorites>.button{min-height:38px;padding-inline:18px;font-size:11px}.menu-showcase{min-height:40svh;padding:18px 8vw 20px;color:var(--white);background:linear-gradient(#a50519f7,#a50519f7),url(/assets/noise.png)}.menu-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;max-width:980px;margin:0 auto 14px}.menu-showcase-head span{display:block;margin-bottom:5px;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.menu-showcase-head h2{margin:0;font-family:Barlow Condensed Local,sans-serif;font-size:clamp(34px,4vw,58px);font-weight:900;line-height:.9;text-transform:uppercase}.menu-showcase-head p{margin:8px 0 0;font-size:9px;opacity:.82}.menu-showcase .hero-card-row{max-width:980px;margin:0 auto}.button-dark{min-width:130px;color:var(--white);background:var(--red-deep)}.story{position:relative;z-index:11;display:grid;grid-template-columns:40% 60%;grid-template-rows:1fr auto;align-items:center;min-width:0;min-height:60svh;margin-top:0;padding:48px 8vw 34px;background:var(--cream)}.story-media{position:relative;align-self:stretch;min-height:270px}.story-media:before{position:absolute;top:17px;right:10px;bottom:6px;left:0;content:"";background:var(--red);border-radius:100px 100px 0 0}.story-media:after{position:absolute;z-index:3;top:4px;right:-4px;width:52px;height:22px;content:"";border-top:1px solid var(--ink);transform:rotate(18deg);opacity:.38}.story-photo{position:absolute;z-index:2;right:0;bottom:6px;left:0;overflow:hidden;height:76%;border-radius:100px 100px 0 0;box-shadow:0 12px 30px #48000826}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy{min-width:0;padding-left:20px}.story-copy h2{font-size:clamp(28px,3vw,42px)}.story-copy>p{margin:15px 0;color:var(--muted);font-size:8px;line-height:1.6}.hours{display:grid;grid-template-columns:repeat(2,1fr);margin:17px 0;padding-block:13px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hours div{display:flex;flex-direction:column;gap:3px}.hours div+div{padding-left:12px;border-left:1px solid var(--line)}.hours span{color:var(--muted);font-size:7px;text-transform:uppercase}.hours strong{font-family:Barlow Semi Condensed Local,sans-serif;font-size:9px}.story-copy .button{min-height:32px;padding-inline:14px;font-size:9px}.story-proof{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line);text-align:center}.story-proof div{display:flex;flex-direction:column;gap:4px}.story-proof strong{font-family:Barlow Condensed Local,sans-serif;font-size:clamp(23px,2.6vw,38px);line-height:.9}.story-proof span{color:var(--muted);font-size:7px}.reviews{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:clamp(40px,6vw,90px);padding-top:86px;padding-bottom:86px;color:var(--white);background:linear-gradient(#990314f7,#990314f7),url(/assets/noise.png)}.reviews .section-kicker{color:#ffc29c}.reviews .section-kicker:before{background:#ffc29c}.reviews-heading h2,.visit-copy h2{font-size:clamp(48px,5vw,72px)}.reviews-heading h2{max-width:430px}.reviews-heading>a{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-family:Barlow Semi Condensed Local,sans-serif;font-size:12px;font-weight:700}.review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.review-list blockquote{display:flex;flex-direction:column;justify-content:space-between;min-height:275px;margin:0;padding:30px;color:var(--ink);background:var(--cream);border-radius:16px;box-shadow:0 18px 48px #3700072b}.stars{color:var(--orange);font-size:15px;letter-spacing:.14em}.review-list p{margin:24px 0;font-family:Barlow Semi Condensed Local,sans-serif;font-size:clamp(20px,2vw,29px);font-weight:600;line-height:1.28}.review-list footer{color:var(--red);font-family:Barlow Semi Condensed Local,sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.visit{display:grid;grid-template-columns:.86fr 1.14fr;align-items:stretch;gap:clamp(40px,6vw,90px);padding-top:90px;padding-bottom:90px;background:var(--cream)}.visit-copy{align-self:center;max-width:520px}.visit-copy>p{margin:22px 0;color:var(--muted);font-size:14px;line-height:1.75}.visit address{margin:0 0 28px;font-family:Barlow Semi Condensed Local,sans-serif;font-size:23px;font-style:normal;font-weight:700;line-height:1.25}.visit-actions{display:flex;align-items:center;gap:22px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--red);font-family:Barlow Semi Condensed Local,sans-serif;font-size:13px;font-weight:700}.visit-image{position:relative;overflow:hidden;min-height:490px;border-radius:230px 22px 22px;box-shadow:var(--shadow)}.visit-image img{width:100%;height:100%;object-fit:cover}.visit-badge{position:absolute;right:24px;bottom:24px;display:grid;place-items:center;width:82px;height:82px;color:var(--white);font-family:Barlow Condensed Local,sans-serif;font-size:32px;font-weight:900;background:var(--red);border:4px solid var(--cream);border-radius:50%;transform:rotate(-8deg)}.footer{display:grid;grid-template-columns:170px 1fr auto auto;align-items:center;gap:24px;padding:36px clamp(24px,5vw,72px);color:#ffffffc2;background:#260408}.footer-brand{width:155px}.footer p,.footer small{margin:0;font-size:11px}.footer-links{display:flex;gap:20px;color:var(--white);font-family:Barlow Semi Condensed Local,sans-serif;font-size:12px;font-weight:700}.menu-modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:26px}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#1f0004d1;cursor:zoom-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-panel{position:relative;z-index:1;overflow:auto;width:min(96vw,1420px);max-height:92vh;background:var(--white);border-radius:20px;box-shadow:0 35px 100px #0006}.modal-header{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;padding:17px 22px;background:#fffdf8f2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-header span{color:var(--red);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.modal-header h2{margin:2px 0 0;font-family:Barlow Condensed Local,sans-serif;font-size:32px;line-height:1;text-transform:uppercase}.modal-close{display:grid;place-items:center;width:42px;height:42px;color:var(--white);font-size:29px;line-height:1;background:var(--red);border:0;border-radius:50%;cursor:pointer}.modal-panel>img{width:100%}@media(max-width:980px){.site-frame{width:100%;margin:0}.site-header{left:50%;width:90%}.hero{height:500px}.hero-copy{top:22%;left:6%;width:37%}.hero h1{font-size:clamp(42px,5.4vw,55px)}.hero-food{right:1%;bottom:-15%;left:auto;width:63%}.story{padding-inline:18px}.story-copy{padding-left:14px}.footer{grid-template-columns:150px 1fr auto}.footer small{grid-column:2 / -1}}@media(max-width:760px){body{background:var(--cream)}.site-frame{width:100%;margin:0;box-shadow:none}.hero{height:720px;min-height:0}.site-header{top:18px;left:5%;grid-template-columns:115px 1fr auto;width:90%;min-height:66px;padding:8px 10px 8px 18px;border-radius:18px 18px 28px;transform:none}.brand{width:108px}.site-header nav{position:absolute;top:75px;right:0;left:0;display:none;flex-direction:column;gap:0;padding:16px;background:var(--cream);border-radius:18px;box-shadow:var(--shadow)}.site-header nav.is-open{display:flex}.site-header nav a{padding:13px 12px;font-size:14px}.button-header{display:none}.menu-toggle{display:grid;place-items:center;width:44px;height:44px;padding:0;background:var(--red);border:0;border-radius:50%;cursor:pointer}.menu-icon{position:relative;display:flex;flex-direction:column;gap:4px;width:18px}.menu-icon i{display:block;width:100%;height:2px;background:var(--white);transition:.18s ease}.menu-icon.is-open i:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-icon.is-open i:nth-child(2){opacity:0}.menu-icon.is-open i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hero-copy{top:125px;left:6%;width:88%;text-align:left}.hero-line{font-size:11px}.hero h1{max-width:650px;font-size:clamp(54px,13vw,80px)}.hero-food{right:-18%;bottom:36px;left:auto;width:118%}.first-screen,.second-screen{min-height:0}.hero-wave{bottom:-66px}.story,.reviews,.visit{grid-template-columns:1fr}.favorites{padding:55px 5% 80px}.section-heading h2{font-size:clamp(48px,12vw,68px)}.section-heading p{font-size:13px}.category-rail{grid-template-columns:repeat(2,1fr);gap:22px 12px}.category-image{aspect-ratio:1.05 / .9}.category h3{font-size:13px}.menu-showcase{min-height:0;padding:70px 6%}.menu-showcase-head{align-items:flex-start;flex-direction:column;gap:22px}.menu-showcase-head h2{font-size:clamp(48px,12vw,68px)}.menu-showcase-head p{font-size:13px}.menu-showcase .hero-card-row{grid-template-columns:1fr}.menu-showcase .hero-card{display:grid;grid-template-columns:140px 1fr}.menu-showcase .hero-card>img{height:100%;aspect-ratio:auto}.menu-showcase .hero-card p{font-size:11px}.story{gap:28px;margin-top:0;padding:70px 6%}.story-media{min-height:390px}.story-photo{height:90%}.story-copy{padding-left:0}.story-copy h2{font-size:clamp(48px,12vw,68px)}.story-copy>p{font-size:14px}.hours span{font-size:10px}.hours strong{font-size:14px}.story-copy .button{min-height:42px;font-size:13px}.story-proof{grid-column:auto}.story-proof strong{font-size:34px}.story-proof span{font-size:9px}.reviews,.visit{padding-top:78px;padding-bottom:78px}.review-list{grid-template-columns:1fr}.visit-image{min-height:410px}.footer{grid-template-columns:1fr;justify-items:center;text-align:center}.footer small{grid-column:auto}}@media(max-width:440px){.hero{height:680px}.hero-copy{top:130px}.hero h1{font-size:clamp(50px,15.5vw,68px)}.hero-food{right:-12%;bottom:46px;width:140%}.story-media{min-height:330px}.story-proof{gap:5px}.review-list blockquote{min-height:245px;padding:26px}.visit-actions{align-items:flex-start;flex-direction:column}.visit-image{min-height:350px;border-radius:150px 18px 18px}.footer-links{flex-wrap:wrap;justify-content:center}.menu-modal{padding:10px}.modal-panel{max-height:96vh;border-radius:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
