:root{--red:#b91f18;--red-deep:#901811;--ink:#1b140f;--paper:#fff3de;--yellow:#ffca3a;--line:#d7bfa6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:500 16px/1.5 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--red);outline-offset:3px}.skip{position:absolute;top:-100px;left:1rem;background:white;padding:1rem;z-index:20}.skip:focus{top:1rem}.order-header{height:72px;padding:0 clamp(18px,5vw,80px);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--paper);border-bottom:2px solid var(--ink)}.order-brand{font:900 clamp(1.2rem,3vw,1.65rem)/1 'Barlow Condensed',Impact,sans-serif;white-space:nowrap}.order-brand strong{color:var(--red)}.order-brand span{color:var(--red);margin-left:.5rem}.back-link{font-size:.75rem;font-weight:800;letter-spacing:.06em}.order-top{min-height:310px;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,40%);background:var(--red);color:var(--paper);overflow:hidden}.order-top>div{padding:clamp(36px,5vw,70px) clamp(20px,5vw,80px);display:flex;flex-direction:column;justify-content:center}.order-kicker{font-size:.8rem;font-weight:800;letter-spacing:.15em;color:var(--yellow)}h1,h2,h3{font-family:'Barlow Condensed',Impact,sans-serif;line-height:.92;letter-spacing:-.025em}h1{font-size:clamp(4rem,7vw,7.8rem);margin:.17em 0 .2em}h1 em,h2 em{font-style:normal;color:var(--yellow)}.order-top p{margin:0;font-size:1rem}.order-top img{width:100%;height:100%;object-fit:cover;max-height:360px}.order-shell{max-width:1540px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,365px);gap:clamp(24px,4vw,60px);padding:35px clamp(18px,5vw,80px) 90px}.branch-switch{display:flex;justify-content:space-between;gap:.5rem 1.5rem;flex-wrap:wrap;padding:16px 20px;background:var(--yellow);border-left:6px solid var(--red);font-size:.9rem}.branch-switch a{text-decoration:underline;text-underline-offset:3px;font-weight:800}.category-nav{display:flex;gap:.55rem;overflow-x:auto;padding:24px 0 14px;scrollbar-width:thin}.category-nav a{white-space:nowrap;padding:.55rem .8rem;border:1px solid var(--ink);font-weight:800;font-size:.85rem}.category-nav a:hover{background:var(--ink);color:var(--paper)}.menu-section{scroll-margin-top:20px}.menu-section h2{font-size:clamp(2.6rem,4.5vw,4.6rem);border-bottom:3px solid var(--ink);padding-bottom:12px;margin:24px 0 20px}.menu-section h2 small{font:800 .7rem 'DM Sans',sans-serif;color:var(--red);letter-spacing:.15em;vertical-align:middle;margin-right:1rem}.menu-section>.section-note{color:#604638;margin:0 0 20px}.product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.product{display:flex;flex-direction:column;border:1.5px solid var(--line);background:#fffaf1;min-width:0;overflow:hidden}.product-photo{width:100%;aspect-ratio:2.1;object-fit:cover}.product-content{padding:17px;display:flex;flex:1;flex-direction:column}.product h3{font-size:1.7rem;margin:0 0 6px}.product p{font-size:.82rem;color:#604638;margin:0 0 14px}.product-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-bottom strong{color:var(--red);font-size:1.25rem;white-space:nowrap}.product button{background:var(--ink);color:white;border:0;min-height:41px;padding:8px 13px;font-weight:800;font-size:.83rem;white-space:nowrap}.product button:hover{background:var(--red)}.meat-select{width:100%;min-height:42px;border:1px solid var(--line);padding:7px 8px;background:white;color:var(--ink);margin:0 0 12px;font-size:.92rem}.select-label{font-size:.75rem;font-weight:800;margin:0 0 5px}.cart{position:sticky;top:20px;align-self:start;background:var(--ink);color:var(--paper);box-shadow:9px 9px 0 var(--yellow)}.cart-head{padding:24px 24px 18px;border-bottom:1px solid #ffffff55}.cart-head>span{font-size:.72rem;letter-spacing:.17em;font-weight:900;color:var(--yellow)}.cart h2{font-size:2.8rem;margin:9px 0 0}.cart-items{max-height:400px;overflow-y:auto}.empty-cart{padding:25px;color:#ddcbb8;font-size:.95rem}.cart-line{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 22px;border-bottom:1px solid #ffffff3b}.cart-line strong{font-size:.9rem;line-height:1.25;display:block}.cart-line small{display:block;color:#e2cbb7;font-size:.75rem;margin-top:4px}.cart-line b{white-space:nowrap;color:var(--yellow)}.quantity{display:flex;align-items:center;gap:12px;margin-top:10px}.quantity button{width:30px;height:30px;border:1px solid #fff8;color:white;background:transparent;font-weight:900}.quantity button:hover{background:var(--red)}.cart-foot{padding:20px 22px 23px}.cart-foot label{font-size:.83rem;font-weight:800}.cart-foot textarea{display:block;resize:vertical;width:100%;background:#fffaf1;color:var(--ink);border:0;margin:9px 0 20px;padding:10px;min-height:78px}.total-row{display:flex;justify-content:space-between;gap:12px;padding-top:17px;border-top:1px solid #fff7;font-size:.9rem}.total-row strong{font-size:1.4rem;color:var(--yellow)}.cart-foot p{color:#e2cbb7;font-size:.78rem}.cart-foot>button{width:100%;padding:16px 10px;background:var(--yellow);border:0;color:var(--ink);font-weight:900;font-size:.83rem;letter-spacing:.03em}.cart-foot>button:disabled{opacity:.45;cursor:not-allowed}.cart-foot>button:not(:disabled):hover{background:white}.cart-foot>small{display:block;margin-top:11px;color:#e2cbb7;font-size:.72rem}footer{background:var(--red);color:var(--paper);display:flex;justify-content:space-between;gap:12px;padding:25px clamp(18px,5vw,80px);font-size:.75rem;font-weight:800;letter-spacing:.08em}.mobile-cart{display:none}@media(max-width:1000px){.order-shell{grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:24px}.product-list{grid-template-columns:1fr}}@media(max-width:750px){.order-header{height:62px}.back-link{font-size:.7rem}.order-top{grid-template-columns:1fr;min-height:0}.order-top>div{padding:35px 20px}.order-top h1{font-size:clamp(4rem,13vw,6rem)}.order-top img{height:180px}.order-shell{display:block;padding:20px 16px 95px}.category-nav{position:sticky;top:0;z-index:5;background:var(--paper);padding:12px 0}.menu-section h2{font-size:3.2rem}.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.product-photo{aspect-ratio:1.5}.cart{position:static;margin:35px 9px 0 0}.mobile-cart:not([hidden]){display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:var(--yellow);border-top:2px solid var(--ink);padding:14px 20px;gap:10px;align-items:center;font-size:.85rem;font-weight:900}.mobile-cart strong{margin-left:auto}.cart-items{max-height:none}footer{padding-bottom:78px}}@media(max-width:510px){.order-brand{font-size:1.2rem}.product-list{grid-template-columns:1fr}.product-photo{aspect-ratio:2.2}.order-top img{height:145px}.menu-section h2 small{display:block;margin-bottom:8px}.cart h2{font-size:2.5rem}}
