:root{--bg:#151410;--surface:#201e18;--ink:#f3eee2;--muted:#b5ad9c;--orange:#ff7846;--line:#3c372d;--lime:#e5edb1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1;letter-spacing:-.055em}h1,h2{font-weight:900}h2{font-size:clamp(36px,5.5vw,70px)}h2 em{font-style:normal;color:var(--orange)}a{color:inherit}button,input,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}.section{padding-block:100px}[hidden]{display:none!important}.eyebrow{font-size:10px;letter-spacing:.13em;font-weight:750;margin-bottom:22px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:20px;min-height:52px;padding:14px 22px;background:var(--orange);color:#211a12;border:0;border-radius:5px;font-size:13px;font-weight:800;text-decoration:none}.button:hover{background:#ff9b72}button:disabled{cursor:not-allowed;opacity:.45}:focus-visible{outline:3px solid var(--lime);outline-offset:5px}main:focus{outline:none}.skip{position:fixed;left:15px;top:-100px;z-index:100;background:white;color:#151410;padding:12px}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;clip-path:inset(50%);overflow:hidden;white-space:nowrap}.small-print{font-size:11px;color:var(--muted);margin-block:15px}.inline-error{color:#ffba97;font-size:13px}.demo-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 32px;background:var(--lime);color:#272b20;font-size:10px}.demo-banner>span{font-weight:800;letter-spacing:.08em}.demo-banner a{font-weight:750;white-space:nowrap}.nav{position:sticky;top:0;z-index:20;background:#151410ed;backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-in{height:83px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-size:20px;font-weight:900;line-height:.85;letter-spacing:-.06em;text-decoration:none;white-space:nowrap}.logo>span{display:block;color:var(--orange);margin-top:4px}.nav-links{display:flex;gap:30px;margin-left:auto}.nav-links a{font-size:11px;font-weight:700;text-transform:uppercase;text-decoration:none;min-height:44px;display:flex;align-items:center}.nav-links a:hover{color:var(--orange)}.cart-toggle{background:var(--orange);color:#201711;border:0;padding:11px 16px;border-radius:5px;min-height:44px;font-size:12px;font-weight:800;white-space:nowrap}.cart-toggle span{display:inline-grid;place-items:center;min-width:24px;min-height:24px;margin-left:10px;border:1px solid #653219;border-radius:50%}
.hero{position:relative;overflow:hidden;min-height:690px;background:#231811}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:70% center;filter:brightness(.55)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#0d0c09d9 5%,#0d0c0933 75%);pointer-events:none}.hero-inner{position:relative;z-index:1;padding-block:65px 35px}.hero .eyebrow{color:#e8d8c6;font-size:9px}h1{font-size:clamp(74px,10.5vw,150px);line-height:.81;letter-spacing:-.075em}h1 em{font-style:normal;color:var(--orange)}.hero-copy{font-size:17px;line-height:1.5;margin:30px 0 25px;color:#e0d6c9}.hero-bottom{display:flex;gap:30px;margin-top:40px;font-size:9px;letter-spacing:.12em;color:#ded5c7}.hero-sticker{position:absolute;right:9%;bottom:60px;z-index:1;border-radius:50%;width:140px;height:140px;display:grid;place-content:center;transform:rotate(12deg);background:var(--lime);color:#272b20;text-align:center;font-size:14px;line-height:1.1;font-weight:900;letter-spacing:-.03em}.ticker{overflow:hidden;white-space:nowrap;text-align:center;background:var(--orange);color:#21160f;padding:18px;font-size:13px;font-weight:850;letter-spacing:.1em}.ticker span{margin-inline:35px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:35px}.section-head>p{max-width:340px;font-size:14px;color:var(--muted)}.section-head .eyebrow{color:var(--orange)}.menu-tools{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:38px 0 10px;padding:17px 0;border-block:1px solid var(--line)}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-buttons button{background:transparent;border:1px solid #5d5445;color:var(--ink);border-radius:30px;padding:10px 18px;min-height:44px;font-size:12px;font-weight:650}.filter-buttons [aria-pressed=true]{background:var(--lime);color:#252b1b;border-color:var(--lime)}.search-label input{background:var(--surface);border:1px solid #5d5445;color:var(--ink);padding:12px 15px;border-radius:5px;width:230px;font-size:16px}.menu-result{font-size:11px;color:var(--muted);min-height:20px}.category-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:38px 0 22px;font-size:18px;letter-spacing:-.02em}.category-title span{font-size:9px;font-weight:500;letter-spacing:.09em;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:9px;overflow:hidden;transition:border-color .2s}.product:hover{border-color:#8b7155}.product>img{width:100%;height:310px;object-fit:cover}.product-copy{padding:24px;display:flex;flex-direction:column}.tag{align-self:start;display:inline-block;font-size:9px;letter-spacing:.08em;color:#fca580;background:#f5843920;padding:4px 8px;border-radius:3px;margin-bottom:14px;font-weight:700}.product-title{display:flex;justify-content:space-between;align-items:start;gap:16px}.product-title h3{font-size:26px;line-height:1.05}.product-title>strong{font-size:16px;color:var(--orange);white-space:nowrap}.product-copy>p{font-size:13px;color:var(--muted);margin:15px 0 24px;min-height:42px}.product-button{width:100%;background:transparent;border:1px solid #73614a;color:var(--ink);margin-top:auto}.product-button:hover{background:var(--orange);color:#211a12}.sides-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sides-grid .product>img{height:220px}.sides-grid h3{font-size:22px}.sides-grid .product-title{flex-wrap:wrap;gap:10px}.dips-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dips-grid .product-copy{padding:18px}.dips-grid .product-title{display:block}.dips-grid h3{font-size:22px;margin-bottom:10px}.dips-grid .product-button{font-size:11px;padding-inline:12px}.dip-art{height:145px;display:grid;place-items:center;background:#cd663b;color:#291b11}.dip-art span{font-size:30px;font-weight:900;letter-spacing:-.07em;transform:rotate(-8deg);border:2px solid currentColor;border-radius:50%;padding:22px 12px;min-width:95px;text-align:center}.dip-bbq{background:#813d27;color:#f2cead}.dip-garlic{background:#d9d3ad}.dip-cheese{background:#e5ac45}.allergy-note{padding:22px;border:1px solid var(--line);border-radius:6px;margin-top:35px;font-size:12px;color:var(--muted)}.allergy-note strong{color:var(--ink)}.allergy-note p{margin-top:8px}.fallback-ingredients{font-size:12px;color:var(--muted)}.fallback-ingredients p{margin-top:12px}#no-results{padding:35px;background:var(--surface);border:1px solid var(--line);border-radius:5px}
.craft{display:grid;grid-template-columns:1fr 1fr;background:#eee4d4;color:#251b13}.craft>img{width:100%;height:100%;min-height:610px;object-fit:cover}.craft>div{padding:65px clamp(30px,5vw,85px)}.craft .eyebrow{color:#91391f}.craft h2{font-size:clamp(36px,4.4vw,64px)}.craft h2 em{color:#a43b1e}.craft p:not(.eyebrow){font-size:15px;line-height:1.7;color:#665749;margin-top:25px}.craft dl{display:flex;gap:25px;border-top:1px solid #c5b7a4;padding-top:25px;margin:28px 0 0}.craft dt{font-size:23px;font-weight:850;letter-spacing:-.05em}.craft dd{margin:5px 0 0;font-size:10px;color:#665749}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.feature-grid article{border-top:2px solid var(--orange);padding:25px 0}.feature-grid article>span{font-size:10px;color:var(--orange);letter-spacing:.08em}.feature-grid h3{font-size:29px;line-height:1.05;margin:24px 0 18px}.feature-grid p{font-size:14px;color:var(--muted);margin-bottom:22px}.feature-grid a,.feature-grid button{background:none;border:0;padding:8px 0;text-decoration:underline;text-underline-offset:5px;font-size:12px;font-weight:700;color:var(--ink);min-height:44px}.questions{display:grid;grid-template-columns:1fr 1.3fr;gap:65px;padding-bottom:90px}.questions h2{font-size:42px}.questions details{border-top:1px solid var(--line);padding:20px 0}.questions summary{font-size:14px;font-weight:650;cursor:pointer}.questions details p{font-size:13px;color:var(--muted);margin-top:16px}.agency-cta{background:var(--lime);color:#24281b;text-align:center;padding:85px 0}.agency-cta h2{font-size:clamp(42px,7vw,88px)}.agency-cta h2 em{color:#596b37}.agency-cta p:not(.eyebrow){max-width:560px;margin:25px auto;font-size:16px}.agency-cta .button{background:#24281b;color:var(--lime)}footer{padding:40px 0 100px}footer .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}footer p,footer a:not(.logo){font-size:11px;color:var(--muted)}
dialog{padding:0;border:1px solid #62543e;border-radius:12px;background:var(--surface);color:var(--ink);width:min(680px,calc(100% - 30px));max-height:90dvh;overflow:auto;overscroll-behavior:contain}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.close-dialog{display:grid;place-items:center;position:absolute;right:15px;top:15px;z-index:2;width:42px;height:42px;border:1px solid #776956;border-radius:50%;background:#151410e8;color:white;font-size:28px;line-height:1}.dialog-head{position:relative;padding:30px 70px 25px 28px;border-bottom:1px solid var(--line)}.dialog-head .close-dialog{top:23px}.dialog-head .eyebrow{font-size:8px;color:var(--orange);margin-bottom:13px}.dialog-head h2{font-size:32px}.detail-image{width:100%;height:245px;object-fit:cover}.detail-dip{padding:70px 25px;text-align:center;background:var(--orange);color:#251b13;font-size:40px;font-weight:900}.detail-body{padding:28px}.detail-body .eyebrow{font-size:9px;color:var(--orange);margin-bottom:13px}.detail-body h2{font-size:38px;line-height:1.05;margin-bottom:20px}.detail-body>p{font-size:14px;color:var(--muted)}.allergen-details{border-block:1px solid var(--line);margin-block:20px;padding-block:14px;font-size:12px}.allergen-details summary{cursor:pointer}.allergen-details p{color:var(--muted);margin-top:10px}#configure-form fieldset{border:0;padding:0;margin:25px 0}#configure-form legend{font-size:15px;font-weight:750;margin-bottom:12px}.option{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:12px;margin-bottom:8px;border-radius:5px;font-size:13px;cursor:pointer}.option input{accent-color:var(--orange);width:17px;height:17px;margin:0}.option strong{margin-left:auto;font-size:12px;color:var(--orange)}.option:has(input:checked){border-color:var(--orange)}#configure-form fieldset small{font-size:10px;color:var(--muted)}.add-row{display:flex;gap:15px;align-items:end}.add-row>label{font-size:11px;flex:0 0 76px}.add-row input{display:block;width:76px;height:52px;background:#151410;border:1px solid #766852;border-radius:5px;color:var(--ink);padding:10px;font-size:16px;margin-top:5px}.add-row .button{flex:1;gap:10px;font-size:12px}
#cart-content,#kitchen-content{padding:28px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:15px;border-bottom:1px solid var(--line);padding:22px 0}.cart-line:first-child{padding-top:0}.cart-line h3{font-size:20px;line-height:1.1}.cart-line p{font-size:11px;color:var(--muted);margin-top:7px}.cart-line small{font-size:10px;color:var(--muted)}.cart-line>strong{font-size:16px;color:var(--orange)}.quantity-control{display:flex;align-items:center;gap:12px}.quantity-control button{width:38px;height:38px;border:1px solid #75644c;background:transparent;color:var(--ink);border-radius:4px;font-size:22px}.quantity-control span{font-size:13px;min-width:15px;text-align:center}.remove-item{background:none;color:var(--muted);border:0;font-size:11px;text-decoration:underline}.order-mode{border:0;padding:0;margin:28px 0}.order-mode legend{font-size:14px;font-weight:750;margin-bottom:14px}.order-mode label{display:inline-flex;gap:8px;align-items:center;font-size:13px;margin-right:18px;min-height:40px}.order-mode input{accent-color:var(--orange)}.table-choice{display:flex!important;margin-top:10px}.table-choice select{background:var(--bg);color:var(--ink);border:1px solid #75644c;border-radius:4px;padding:10px;font-size:16px}.cart-total{display:flex;justify-content:space-between;gap:15px;font-size:14px;border-block:1px solid var(--line);padding:20px 0}.cart-total strong{font-size:25px;color:var(--orange)}.checkout{width:100%;font-size:12px}.empty-state{text-align:center;padding:30px 5px}.empty-state>span{font-size:55px;color:var(--orange)}.empty-state h3{font-size:30px;line-height:1.05}.empty-state p{color:var(--muted);font-size:13px;margin:20px auto;max-width:420px}.empty-state .button{font-size:12px}.tickets{display:grid;gap:18px}.ticket{background:#eee4d4;color:#302318;border-radius:7px;padding:23px}.ticket-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.ticket-top strong{font-size:18px}.state{font-size:11px;background:#d4c7b4;padding:5px 9px;border-radius:4px}.state-1{background:#edba72}.state-2{background:#b8c593}.ticket>p{font-size:12px;margin-top:8px}.ticket ul{list-style:none;padding:0;margin:20px 0;border-top:1px dashed #968675}.ticket li{padding:13px 0;border-bottom:1px dashed #b6a694;font-size:13px}.ticket li small{display:block;font-size:10px;color:#675445;margin-top:4px}.ticket .button{font-size:11px;min-height:44px}.ready-label{color:#405421;font-weight:800}.reset-demo{background:none;border:0;color:var(--muted);font-size:11px;padding:15px 0;text-decoration:underline}.mobile-bag{display:none}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);z-index:35;background:var(--lime);color:#25291c;border-radius:6px;font-size:12px;max-width:calc(100% - 32px);box-shadow:0 10px 40px #0005}.toast:not(:empty){padding:15px 22px}
@media(max-width:1000px){.wrap{width:calc(100% - 42px)}.nav-links{gap:18px}.nav-links a{font-size:10px}.hero-sticker{right:6%;width:120px;height:120px;font-size:12px}.sides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dips-grid .product-title{display:flex}.craft>div{padding:45px 30px}.craft dl{gap:16px}.craft dt{font-size:20px}.feature-grid{gap:25px}.feature-grid h3{font-size:25px}.menu-tools{gap:12px}.filter-buttons button{padding-inline:13px}.search-label input{width:200px}}
@media(max-width:700px){.wrap{width:calc(100% - 32px)}.section{padding-block:65px}.demo-banner{padding:10px 16px;flex-wrap:wrap;gap:5px 15px}.demo-banner>span{font-size:8px}.demo-banner p{order:3;width:100%;font-size:9px}.demo-banner a{margin-left:auto;font-size:9px}.nav-in{height:72px;gap:12px}.logo{font-size:17px}.nav-links{gap:0}.nav-links a:not(:first-child){display:none}.cart-toggle{font-size:10px;padding:10px 12px}.cart-toggle span{margin-left:5px}.hero{min-height:660px}.hero-inner{padding:50px 0 30px}.hero-image{object-position:65% center;filter:brightness(.44)}h1{font-size:clamp(72px,14vw,102px)}.hero .eyebrow{font-size:8px;max-width:280px}.hero-copy{font-size:15px;max-width:285px;margin-top:30px}.hero-sticker{width:87px;height:87px;font-size:9px;right:20px;bottom:110px}.hero .button{max-width:calc(100% - 80px);font-size:11px;padding-inline:15px}.hero-bottom{gap:18px;flex-wrap:wrap;font-size:8px;margin-top:35px}.ticker{padding:14px 0;font-size:10px}.ticker span{margin-inline:18px}.section-head{display:block}.section-head>p{margin-top:25px;font-size:13px;max-width:500px}.menu-tools{display:block;margin-top:25px}.search-label{display:block;margin-top:14px}.search-label input{width:100%}.filter-buttons{gap:6px}.filter-buttons button{font-size:11px;padding-inline:13px}.category-title{font-size:16px}.category-title span{font-size:7px}.product-grid,.sides-grid{grid-template-columns:1fr}.product>img{height:260px}.product-copy{padding:22px}.product-title h3{font-size:25px}.product-copy>p{min-height:0}.dips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dips-grid .product-title{display:block}.dips-grid .product-copy{padding:15px}.dips-grid h3{font-size:20px}.dips-grid .product-copy>p{font-size:12px;min-height:58px}.dips-grid .product-button{font-size:10px;padding:12px 9px;gap:5px;min-height:48px}.dip-art{height:125px}.dip-art span{font-size:23px;min-width:80px;padding:20px 10px}.craft{grid-template-columns:1fr}.craft>img{height:350px;min-height:0}.craft>div{padding:45px 24px}.craft h2{font-size:48px}.craft dl{justify-content:space-between;gap:12px}.feature-grid{grid-template-columns:1fr;gap:10px}.feature-grid h3{font-size:30px;margin-top:18px}.feature-grid p{max-width:500px}.questions{grid-template-columns:1fr;gap:25px;padding-bottom:60px}.questions h2{font-size:38px}.agency-cta{padding:65px 0}.agency-cta p:not(.eyebrow){font-size:14px}.agency-cta .eyebrow{font-size:8px}footer .wrap{align-items:start;flex-wrap:wrap;gap:25px}footer p{font-size:10px}footer .wrap>a:last-child{width:100%}.mobile-bag{position:fixed;z-index:25;bottom:12px;left:16px;right:16px;display:flex;align-items:center;gap:12px;min-height:54px;border:1px solid #4a351e;border-radius:7px;padding:12px 17px;background:var(--orange);color:#251b13;font-size:13px;font-weight:800;box-shadow:0 5px 30px #0007}.mobile-bag strong{margin-left:auto}.mobile-bag span{font-size:11px;min-width:20px}.toast{bottom:80px;width:calc(100% - 32px)}dialog{width:calc(100% - 18px);max-height:92dvh}.dialog-head{padding:26px 65px 20px 22px}.dialog-head h2{font-size:28px}.detail-image{height:210px}.detail-body{padding:23px}.detail-body h2{font-size:32px}#cart-content,#kitchen-content{padding:22px}.add-row .button{font-size:11px;padding-inline:14px}.cart-line h3{font-size:18px}.cart-line>strong{font-size:14px}.ticket{padding:18px}.allergy-note{font-size:11px}.allergen-details{font-size:11px}}
@media(max-width:370px){.nav-links{display:none}.cart-toggle{margin-left:auto}.hero h1{font-size:70px}.hero-sticker{bottom:82px;width:72px;height:72px;font-size:8px}.dips-grid{grid-template-columns:1fr}.dips-grid .product-title{display:flex}.dips-grid .product-copy>p{min-height:0}.craft h2{font-size:41px}.filter-buttons button{font-size:10px;padding-inline:10px}.product-title{flex-wrap:wrap}.add-row{flex-wrap:wrap}.add-row .button{flex-basis:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Server pilot: deliberately separate from the public ordering simulation. */
.kitchen-pilot{border-top:1px solid #514a40}.kitchen-pilot>p:not(.eyebrow){max-width:680px}.kitchen-pilot .button{margin:12px 0}.local-timer{font-variant-numeric:tabular-nums;font-size:22px;font-weight:800;color:#f8bb77}
