:root{color-scheme:dark;--bg:#11100f;--panel:#1c1b19;--line:#38332e;--cream:#f5f0e7;--muted:#b4aca3;--red:#d91f29;font-family:Arial,Helvetica,sans-serif;font-size:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--cream);line-height:1.5}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #ff6770;outline-offset:3px}.skip{position:absolute;left:12px;top:-80px;background:white;color:black;padding:10px;z-index:100}.skip:focus{top:12px}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,24px);border-bottom:1px solid var(--line);position:relative;z-index:2;background:#11100f}.brand{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:900;line-height:.9;letter-spacing:.02em}.brand img{width:58px;height:58px;border-radius:50%;object-fit:cover;background:white}.brand strong{color:var(--red)}nav{display:flex;gap:32px;font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.08em}nav a:hover,footer a:hover,.text-link:hover{color:#ff6169}.header-order{border:1px solid #a64b4f;padding:12px 16px;font-weight:800;text-transform:uppercase;font-size:13px}.header-order span,.button span{margin-left:12px}.hero{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px;overflow:hidden}.hero-copy{padding:clamp(52px,8vw,120px) 6vw 34px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:800;color:#ef5b62;text-transform:uppercase;margin:0 0 22px}.red-line{display:inline-block;background:var(--red);width:24px;height:2px;vertical-align:middle;margin-right:7px}h1,h2,h3,p,figure{margin-top:0}h1,h2{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-stretch:condensed;line-height:.98;letter-spacing:.015em;font-weight:900}h1{font-size:clamp(62px,7.5vw,124px);margin-bottom:26px}h1 em,h2 em{font-style:normal;color:var(--red)}.hero-lead{font-size:clamp(18px,1.5vw,23px);max-width:440px;color:#ded7ce;line-height:1.4}.hero-actions{display:flex;align-items:center;gap:26px;margin:28px 0 70px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;border:0;min-height:52px;padding:14px 20px;font-weight:900;text-transform:uppercase;font-size:14px;letter-spacing:.03em;text-align:left;transition:transform .15s,background .15s}.button:hover{transform:translateY(-2px)}.button-red{background:var(--red);color:#fff}.button-red:hover{background:#b91720}.text-link{font-weight:800;text-transform:uppercase;font-size:13px}.hero-note{margin-top:auto;border-top:1px solid var(--line);width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;color:var(--muted)}.hero-note p{margin:13px 0}.hero-note b{color:var(--red);padding:0 5px}.hero-visual{position:relative;min-height:570px;background:#292522}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#11100f 0%,transparent 16%),linear-gradient(0deg,rgba(0,0,0,.55),transparent 35%);pointer-events:none}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.hero-stamp{position:absolute;z-index:1;right:8%;top:8%;border:2px solid #fff;border-radius:50%;width:126px;height:126px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(12deg);font-family:Impact,Arial,sans-serif;line-height:1.1;font-size:19px;background:#c91723}.hero-stamp span{font-size:13px;margin-top:8px}.photo-caption{position:absolute;z-index:1;bottom:26px;right:30px;font-size:11px;letter-spacing:.16em;font-weight:800}.menu-section{padding:95px max(4vw,24px) 110px;scroll-margin-top:20px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;max-width:1440px;margin:0 auto 34px}.section-head h2,.process-section h2,.catering-section h2{font-size:clamp(52px,6vw,92px);margin:0}.section-head>p{max-width:420px;color:var(--muted);margin:0 0 6px}.menu-layout{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product{background:var(--panel);border:1px solid var(--line);padding:27px;min-height:285px;display:flex;flex-direction:column}.product.featured{border-top:4px solid var(--red)}.product-top,.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px}.tag{font-size:12px;color:#ff6770;font-weight:900;letter-spacing:.1em}.tag.muted{color:var(--muted)}.price{font-family:Impact,Arial,sans-serif;font-size:29px}.product h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;text-transform:uppercase;letter-spacing:.02em;font-size:31px;margin:18px 0 3px;font-weight:700}.product>p{color:var(--muted);font-size:15px;margin-bottom:20px}.choices{display:flex;flex-wrap:wrap;gap:12px;margin:auto 0 20px}.choices label{font-size:13px;color:var(--muted);font-weight:700;flex:1;min-width:145px}.choices select,.fulfillment select{display:block;background:#2b2926;color:#fff;border:1px solid #5a514c;border-radius:0;min-height:42px;width:100%;padding:8px;margin-top:5px;font-size:14px}.product-bottom{border-top:1px solid var(--line);padding-top:17px;margin-top:auto}.small-label{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--muted)}.stepper{display:flex;align-items:center;border:1px solid #6a5f58;height:40px}.stepper button{width:42px;height:38px;border:0;background:transparent;color:#fff;font-size:25px;line-height:1}.stepper button:hover{background:#493a37}.stepper output{min-width:26px;text-align:center;font-weight:800}.order-panel{background:#f5f0e7;color:#211c18;padding:27px;position:sticky;top:20px}.order-heading{border-bottom:1px solid #c8beb3;padding-bottom:18px}.order-heading .eyebrow{color:#b91a25;margin-bottom:8px}.order-heading h3{font-family:Impact,Arial,sans-serif;font-size:32px;margin:0}.order-lines{min-height:90px;padding:17px 0}.empty-order{color:#6b6259;font-size:14px}.order-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #dbd2c7;padding:8px 0;font-size:14px}.order-line small{display:block;color:#6b6259}.fulfillment{border-top:1px solid #c8beb3;padding-top:16px;font-size:14px}.fulfillment fieldset{border:0;padding:0;margin:0 0 14px}.fulfillment legend,.zone-label{font-weight:800;margin-bottom:8px;display:block}.fulfillment fieldset label{display:block;margin:6px 0}.fulfillment input{accent-color:var(--red);margin-right:7px}.fulfillment select{background:white;color:#211c18;border-color:#b6aba0;font-size:13px}.total-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #c8beb3;padding:18px 0 0;margin-top:23px;font-weight:800}.total-row strong{font-family:Impact,Arial,sans-serif;font-size:32px}.delivery-note,.checkout-caption{font-size:12px;color:#635950;line-height:1.45}.checkout{width:100%;margin-top:16px}.checkout:disabled{opacity:.5}.checkout-caption{margin:12px 0 0;text-align:center}.process-section{display:grid;grid-template-columns:.9fr 1.1fr;background:#211f1c}.process-media{position:relative;min-height:630px;background:#302d29}.process-media video{width:100%;height:100%;position:absolute;object-fit:cover}.process-media>span{position:absolute;left:24px;bottom:25px;color:white;letter-spacing:.14em;font-weight:900;font-size:13px;text-shadow:0 2px 4px #000}.process-content{padding:clamp(55px,6vw,100px)}.process-list{margin:35px 0 28px}.process-list>div{display:flex;gap:22px;padding:18px 0;border-top:1px solid #514944}.process-list b{color:var(--red);font-family:Impact,Arial,sans-serif;font-size:24px}.process-list p{margin:0;color:#cfc7bd;max-width:550px}.process-list strong{color:#fff}.payment-note{color:#afa69c;font-size:14px;max-width:600px}.catering-section{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center;padding:100px max(4vw,24px);max-width:1600px;margin:auto}.catering-section h2{margin-bottom:28px}.catering-section p:not(.eyebrow){font-size:17px;max-width:610px;color:#c8bfb5}.button-light{background:var(--cream);color:#171310;margin-top:18px}.button-light:hover{background:white}.catering-section figure{position:relative}.catering-section figure img{width:100%;height:520px;object-fit:cover}.catering-section figcaption{position:absolute;bottom:17px;left:18px;font-size:12px;font-weight:900;letter-spacing:.13em;text-shadow:0 1px 5px #000}footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:45px max(4vw,24px)}.footer-brand{font-family:Impact,Arial,sans-serif;font-size:27px}.footer-brand span{color:var(--red)}footer>div:nth-child(2){display:flex;gap:20px;flex-wrap:wrap;font-weight:800;font-size:14px}footer small{color:var(--muted)}.mobile-cart{display:none}@media(max-width:1100px){.hero{min-height:580px}.hero-copy{padding:70px 5vw 30px}.menu-layout{grid-template-columns:minmax(0,1fr) 310px}.product{padding:20px}.process-content{padding:50px}}@media(max-width:780px){.site-header{height:70px;padding:0 16px}.brand img{width:48px;height:48px}.brand{font-size:15px}.site-header nav{display:none}.header-order{font-size:12px;padding:10px}.hero{display:flex;flex-direction:column-reverse}.hero-visual{height:330px;min-height:0}.hero-visual>img{object-position:center 48%}.hero-visual:after{background:linear-gradient(0deg,#11100f,transparent 40%)}.hero-stamp{width:92px;height:92px;font-size:14px;top:20px;right:20px}.hero-copy{padding:18px 22px 27px}.hero-copy .eyebrow{margin-bottom:14px}.hero h1{font-size:clamp(56px,13vw,87px);margin-bottom:13px}.hero-lead{font-size:17px}.hero-actions{margin:12px 0 37px}.hero-note{font-size:12px}.menu-section{padding:64px 18px 85px}.section-head{display:block}.section-head>p{margin-top:14px}.menu-layout{display:block}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.order-panel{position:static;margin-top:24px;scroll-margin-top:18px}.process-section,.catering-section{grid-template-columns:1fr}.process-media{height:460px;min-height:0}.process-content{padding:55px 22px}.catering-section{padding:65px 22px;gap:40px}.catering-section figure img{height:400px}.mobile-cart{display:flex;align-items:center;justify-content:space-between;position:fixed;left:14px;right:14px;bottom:14px;z-index:10;background:var(--red);color:white;padding:13px 20px;min-height:52px;box-shadow:0 8px 28px #0009;text-transform:uppercase;font-size:14px;font-weight:900}.mobile-cart[hidden]{display:none}body{padding-bottom:70px}}@media(max-width:540px){.hero-visual{height:290px}.photo-caption{font-size:9px;right:18px}.hero-actions{gap:16px}.hero-actions .button{width:100%}.hero-note{align-items:flex-start}.hero-note p{text-align:right}.products{grid-template-columns:1fr}.product{min-height:0}.section-head h2,.process-section h2,.catering-section h2{font-size:58px}.process-media{height:400px}.catering-section figure img{height:360px}footer{padding-bottom:35px}.header-order span{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
