:root{
  --bg:#080706;
  --panel:#11100e;
  --panel2:#17130f;
  --ink:#fffaf1;
  --muted:#a7a099;
  --gold:#ffb000;
  --gold2:#ff7a00;
  --red:#ef2516;
  --red2:#9f0d08;
  --line:rgba(255,176,0,.25);
  --radius:18px;
  --shadow:0 18px 55px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;background:#050403;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
button,input,textarea{font:inherit}
button{cursor:pointer}
button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.app-shell{position:relative;max-width:560px;min-height:100vh;margin:0 auto;overflow:hidden;background:#080706;box-shadow:0 0 70px #000}
.fire-bg{position:fixed;inset:0;left:50%;width:min(560px,100vw);transform:translateX(-50%);pointer-events:none;background:
 linear-gradient(180deg,rgba(3,3,3,.33),rgba(3,3,3,.95) 86%),
 radial-gradient(circle at 50% 90%,rgba(255,68,0,.23),transparent 29%),
 url('/assets/hero-poster.webp') center/cover no-repeat;filter:saturate(1.08);opacity:.72;z-index:0}
.fire-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.82) 55%,rgba(0,0,0,.98))}
.screen{display:none;position:relative;z-index:1;min-height:100vh;padding:22px 18px 120px}.screen.active{display:block}
.hidden{display:none!important}

/* BRAND */
.welcome{padding:24px 20px 34px;text-align:center;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.5))}
.welcome-spacer{height:4vh;min-height:18px}
.brand-block{display:flex;flex-direction:column;align-items:center}.brand-icon{width:118px;height:118px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(255,132,0,.55));margin-bottom:3px}.eyebrow{margin:0;color:#d9d4ce;font-weight:900;font-size:14px;letter-spacing:.16em}.brand-block h1{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:42px;line-height:.92;letter-spacing:.02em;margin:8px 0 11px;font-style:normal}.brand-block h1 span{color:#fff}.brand-block h1 b{color:var(--gold);font-style:normal}.brand-block h1 em{color:#ff7818;font-style:normal}.brand-line{width:100%;display:flex;align-items:center;justify-content:center;gap:12px}.brand-line i{height:2px;width:38%;background:linear-gradient(90deg,transparent,var(--gold),transparent);box-shadow:0 0 8px rgba(255,176,0,.7)}.tiny-brand{font-size:10px;color:var(--gold);border:1px solid var(--gold);border-radius:50%;width:22px;height:22px;display:grid;place-items:center;font-weight:1000}
.welcome-copy{margin:30px auto 25px;max-width:390px}.welcome-copy h2{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:33px;line-height:1.02;letter-spacing:.025em;margin:0;color:#fff;text-shadow:0 2px 24px #000}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice{position:relative;min-height:232px;border-radius:16px;background:rgba(10,9,8,.78);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px 12px;border:2px solid;overflow:hidden;box-shadow:inset 0 0 24px rgba(255,255,255,.02),0 12px 40px rgba(0,0,0,.35);transition:transform .15s ease,filter .15s ease}.choice:active{transform:scale(.98)}.choice:before{content:"";position:absolute;inset:0;opacity:.16;background:radial-gradient(circle at 50% 70%,currentColor,transparent 62%)}.choice.pickup{color:var(--gold);border-color:#ffb000;box-shadow:0 0 22px rgba(255,176,0,.28),inset 0 0 20px rgba(255,176,0,.08)}.choice.delivery{color:#ff3b22;border-color:#ff2d1b;box-shadow:0 0 22px rgba(255,45,27,.24),inset 0 0 20px rgba(255,45,27,.08)}.choice-icon{width:76px;height:76px;display:grid;place-items:center;margin-bottom:12px;position:relative;z-index:1}.choice-icon svg{width:72px;height:72px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px currentColor)}.choice strong{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:30px;letter-spacing:.05em;position:relative;z-index:1}.choice small{margin-top:9px;font-weight:900;font-size:11px;letter-spacing:.08em;color:#ff5a46;position:relative;z-index:1}.mini-footer{margin-top:28px;padding-top:16px;border-top:1px solid rgba(255,176,0,.34);display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;color:#e1dbd2;font-size:10px;font-weight:900;letter-spacing:.06em}.footer-dot{width:4px;height:4px;border-radius:50%;background:var(--gold)}

/* SHARED HEADER */
.topbar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;min-height:48px;margin:-4px 0 9px}.topbar.sticky{position:sticky;top:0;z-index:25;background:linear-gradient(180deg,#080706 76%,rgba(8,7,6,0));padding-top:8px;margin-top:-14px}.back,.modal-close{width:40px;height:40px;border:1px solid rgba(255,176,0,.46);border-radius:50%;background:rgba(12,10,8,.88);color:var(--gold);display:grid;place-items:center;font-size:32px;line-height:1}.mini-brand{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;letter-spacing:.04em;font-size:18px}.mini-brand img{width:35px;height:35px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,128,0,.4))}.mini-brand b{color:var(--gold)}.topbar-space{display:block}.progress{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:2px 0 24px}.progress.compact{margin-bottom:12px}.progress span{height:3px;border-radius:4px;background:#312a24}.progress span.done,.progress span.active{background:linear-gradient(90deg,#ff7b00,#ffc21a);box-shadow:0 0 7px rgba(255,154,0,.4)}.progress span.active{background:var(--red)}
.section-head{text-align:center}.step-label{margin:0 0 8px;color:var(--gold);font-size:11px;font-weight:1000;letter-spacing:.15em}.section-head h2{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:39px;line-height:1;letter-spacing:.035em;margin:0;color:#fff}.section-head h2 span{color:var(--gold)}

/* TIMES */
.schedule-head{margin-top:7px}.schedule-head h2{max-width:430px;margin:0 auto}.date-chip{width:max-content;margin:24px auto 17px;padding:9px 16px;border:1px solid rgba(255,176,0,.34);border-radius:999px;color:#f0d7a9;background:rgba(14,11,8,.72);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.times{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;max-width:420px;margin:0 auto}.time-btn{height:57px;border-radius:12px;border:1px solid #6b583a;background:rgba(13,11,9,.9);color:#fff;font-weight:950;font-size:19px;box-shadow:inset 0 0 18px rgba(255,176,0,.025)}.time-btn:active,.time-btn.selected{border-color:var(--gold);color:var(--gold);background:rgba(255,176,0,.08);box-shadow:0 0 13px rgba(255,176,0,.25),inset 0 0 15px rgba(255,176,0,.08)}.availability{display:flex;align-items:center;gap:10px;justify-content:center;margin:28px auto 0;color:#aba39a;font-size:10px;font-weight:800;letter-spacing:.05em}.availability i{height:1px;flex:1;max-width:78px;background:linear-gradient(90deg,transparent,#614315)}

/* MENU */
.menu-screen{padding-left:0;padding-right:0}.menu-screen>.topbar,.menu-screen>.progress,.menu-screen>.section-head{margin-left:18px;margin-right:18px}.menu-title{margin-bottom:14px}.category-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 18px 13px;scrollbar-width:none;position:sticky;top:52px;z-index:20;background:linear-gradient(180deg,#080706 80%,rgba(8,7,6,.88))}.category-tabs::-webkit-scrollbar{display:none}.cat-tab{flex:0 0 auto;border:1px solid #4f4130;background:#0c0a08;color:#d8d1c7;padding:10px 15px;border-radius:11px;font-size:11px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.cat-tab.active{border-color:var(--gold);background:linear-gradient(180deg,#30210a,#151006);color:var(--gold);box-shadow:0 0 10px rgba(255,176,0,.13)}.menu-list{padding:0 18px 95px}.menu-list section{scroll-margin-top:120px}.menu-section-title{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;color:#fff;font-size:23px;letter-spacing:.04em;text-transform:uppercase;margin:20px 0 10px;padding:7px 0;border-bottom:1px solid rgba(255,176,0,.18)}.menu-section-title:before{content:"";display:inline-block;width:14px;height:14px;border-radius:50% 50% 45% 55%;background:linear-gradient(150deg,#ffdf22,#ff7400 54%,#d21609);margin-right:7px;box-shadow:0 0 10px rgba(255,116,0,.55)}.product-card{display:grid;grid-template-columns:118px 1fr;gap:12px;padding:11px;border:1px solid rgba(255,176,0,.24);border-radius:15px;background:linear-gradient(145deg,rgba(20,17,13,.95),rgba(9,8,7,.96));margin-bottom:11px;box-shadow:0 9px 25px rgba(0,0,0,.22);overflow:hidden}.product-img{width:118px;height:105px;object-fit:cover;border-radius:10px;background:#17120c}.product-info{min-width:0;display:flex;flex-direction:column}.product-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.product-head h3{font-size:15px;line-height:1.15;margin:1px 0 0;color:#fff;text-transform:uppercase;font-weight:950}.product-price{color:var(--gold);font-size:18px;font-weight:1000;white-space:nowrap}.product-desc{margin:7px 0 9px;color:#aba49c;font-size:11px;line-height:1.35}.product-actions{margin-top:auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}.add-btn,.personalize-btn{height:36px;border-radius:10px;border:1px solid var(--gold);font-weight:1000;letter-spacing:.04em}.add-btn{min-width:78px;color:#111;background:linear-gradient(135deg,#ffd02a,#ff8b00);font-size:12px}.personalize-btn{padding:0 12px;background:rgba(255,176,0,.08);color:var(--gold);font-size:10px}.qty-inline{display:flex;align-items:center;border:1px solid rgba(255,176,0,.42);border-radius:10px;overflow:hidden;height:36px}.qty-inline button{width:34px;height:34px;border:0;background:#171109;color:var(--gold);font-size:22px}.qty-inline span{min-width:31px;text-align:center;font-weight:950;font-size:13px}.customized-count{font-size:10px;color:#c6beb5;font-weight:800;margin-right:auto}.cart-top{position:relative;width:40px;height:40px;border:1px solid rgba(255,176,0,.45);border-radius:50%;background:#0d0b09;color:var(--gold)}.cart-top:before{content:"";position:absolute;width:15px;height:12px;border:2px solid currentColor;border-top:0;left:11px;top:14px;transform:skew(-6deg)}.cart-top:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:currentColor;left:13px;top:28px;box-shadow:13px 0 currentColor}.cart-top span{position:absolute;right:-3px;top:-5px;background:var(--red);color:white;border-radius:999px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;font-size:9px;font-weight:1000}.cart-bar{position:fixed;z-index:40;bottom:0;left:50%;transform:translateX(-50%);width:min(560px,100%);display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:rgba(10,8,6,.97);border-top:1px solid rgba(255,176,0,.36);box-shadow:0 -12px 30px rgba(0,0,0,.45);backdrop-filter:blur(12px)}.cart-bar-info small{display:block;color:#8e877f;font-size:8px;font-weight:950;letter-spacing:.1em}.cart-bar-info strong{display:block;font-size:12px}.cart-total{font-size:18px;color:var(--gold);font-weight:1000}.cart-bar button{border:0;border-radius:11px;background:linear-gradient(135deg,#ffd325,#ff8700);color:#160d04;padding:12px 14px;font-weight:1000;font-size:11px}.cart-bar button span{font-size:18px;line-height:0}

/* DATA */
.data-head{margin-bottom:20px}.order-chip{margin:17px auto 0;border:1px solid rgba(255,176,0,.28);border-radius:12px;background:rgba(15,12,9,.88);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:11px;max-width:390px;padding:11px 12px}.order-chip span{font-size:11px;color:#bbb4ac;font-weight:950;letter-spacing:.06em}.order-chip b{color:var(--gold)}.order-chip button{border:0;background:transparent;color:var(--gold);font-size:9px;font-weight:1000}.customer-form{max-width:420px;margin:0 auto}.customer-form label{display:block;color:#dcd5cc;font-size:11px;font-weight:900;letter-spacing:.04em;margin-bottom:13px}.customer-form label b{color:var(--gold)}.customer-form label small{color:#817b75;font-weight:700}.customer-form input,.customer-form textarea{width:100%;margin-top:6px;border:1px solid #514536;background:rgba(12,10,8,.94);border-radius:12px;color:#fff;padding:14px 14px;font-size:15px;box-shadow:inset 0 0 15px rgba(0,0,0,.2)}.customer-form textarea{resize:vertical;min-height:82px}.payment-title{margin:22px 0 9px;color:var(--gold);font-size:11px;font-weight:1000;letter-spacing:.1em}.payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pay{height:92px;border-radius:15px;border:1px solid #554634;background:rgba(11,9,8,.95);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.pay.selected{border-color:var(--gold);color:var(--gold);box-shadow:0 0 15px rgba(255,176,0,.16);background:rgba(255,176,0,.07)}.pay-icon{width:34px;height:34px}.pay-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.change-panel{margin-top:14px;border:1px solid rgba(255,176,0,.24);border-radius:14px;background:rgba(15,12,9,.91);padding:14px}.change-panel>p{margin:0 0 11px;font-size:11px;color:#e3ddd6;font-weight:950}.change-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.change-buttons button{height:42px;border:1px solid #5b4a34;border-radius:10px;background:#0e0c0a;color:#fff;font-weight:950}.change-buttons button.selected{border-color:var(--gold);color:var(--gold);background:rgba(255,176,0,.08)}.change-amount{margin-top:13px!important}.money-input{position:relative}.money-input span{position:absolute;right:15px;bottom:14px;color:var(--gold);font-weight:1000}.money-input input{padding-right:38px}.form-error{color:#ff6b5f;text-align:center;font-size:11px;min-height:18px;margin:12px 0 0}.primary-action{width:100%;height:54px;border:0;border-radius:13px;margin-top:7px;background:linear-gradient(135deg,#ffd428,#ff8900);color:#170e05;font-size:13px;font-weight:1000;letter-spacing:.04em}.primary-action span{font-size:20px}

/* SUMMARY */
.summary-head{margin-bottom:18px}.summary-card{background:rgba(12,10,8,.95);border:1px solid rgba(255,176,0,.25);border-radius:18px;padding:15px;box-shadow:var(--shadow)}.summary-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-bottom:13px;border-bottom:1px solid #302921}.summary-meta div{text-align:center;min-width:0}.summary-meta small{display:block;color:#89827b;font-size:8px;font-weight:950;letter-spacing:.08em}.summary-meta strong{display:block;margin-top:4px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-meta button{border:0;background:transparent;color:var(--gold);font-size:8px;font-weight:1000;padding:5px}.summary-customer{padding:12px 0;border-bottom:1px solid #302921;color:#bdb6ad;font-size:11px;line-height:1.6}.summary-customer strong{color:#fff}.summary-item{padding:12px 0;border-bottom:1px solid #28231e}.summary-item-main{display:flex;justify-content:space-between;gap:8px;font-size:13px}.summary-item-main strong:last-child{color:var(--gold)}.summary-options{margin:6px 0 0 22px;color:#a69e96;font-size:10px;line-height:1.45}.summary-item-actions{margin:7px 0 0 22px;display:flex;gap:14px}.summary-item-actions button{border:0;background:transparent;padding:0;color:var(--gold);font-size:9px;font-weight:1000}.summary-item-actions button.remove{color:#ff5c49}.summary-add{width:100%;border:0;border-bottom:1px solid #28231e;background:transparent;color:var(--gold);padding:13px 0;font-size:9px;font-weight:1000;letter-spacing:.06em}.fee-row{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #28231e;color:#ddd;font-size:12px}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:15px;font-weight:1000}.summary-total span{font-size:13px}.summary-total strong{font-size:27px;color:var(--gold)}.confirm{width:100%;margin-top:17px;border:1px solid #ffc021;border-radius:14px;background:linear-gradient(120deg,#ffc61d,#ff7900 55%,#d91f10);color:#140b05;padding:17px 15px;font-weight:1000;font-size:14px;letter-spacing:.04em;box-shadow:0 0 23px rgba(255,119,0,.18)}.confirm:disabled{opacity:.6;cursor:wait}.confirm-note{text-align:center;color:#827c76;font-size:9px;margin:10px 0 0}

/* CONFIRMATION */
.confirmation{padding-top:54px;text-align:center}.success-brand{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 0 22px rgba(255,132,0,.65))}.confirmation h2{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:42px;letter-spacing:.03em;margin:8px 0 0}.thanks{color:#bbb3aa;margin:7px 0 24px}.order-number{border:1px solid rgba(255,176,0,.42);background:rgba(13,10,8,.95);border-radius:17px;padding:17px;margin:0 auto 13px;max-width:390px;box-shadow:0 0 19px rgba(255,176,0,.08)}.order-number small,.ready-card small{display:block;color:#9b938b;font-size:9px;font-weight:950;letter-spacing:.09em}.order-number strong{display:block;color:var(--gold);font-size:46px;margin-top:3px;letter-spacing:.04em}.ready-card{background:rgba(15,13,11,.94);border:1px solid #2f2821;border-radius:17px;padding:17px;margin:0 auto 12px;max-width:390px}.ready-card strong{display:block;color:var(--gold);font-size:34px;margin-top:2px}.final-detail{color:#d6d0ca;line-height:1.6;font-size:12px;padding:11px 18px}.secondary{margin-top:20px;border:1px solid #665337;background:rgba(10,8,7,.8);color:#fff;border-radius:13px;padding:13px 20px;font-weight:950;font-size:11px}

/* MODALS */
.modal{position:fixed;inset:0;z-index:100}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(3px)}.modal-sheet{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(560px,100%);max-height:88vh;overflow:auto;border-radius:22px 22px 0 0;background:linear-gradient(180deg,#17130f,#090807 55%);border-top:1px solid rgba(255,176,0,.45);padding:10px 18px calc(18px + env(safe-area-inset-bottom));box-shadow:0 -25px 60px rgba(0,0,0,.65)}.modal-handle{width:44px;height:4px;border-radius:99px;background:#5e554d;margin:0 auto 13px}.modal-product{display:grid;grid-template-columns:68px 1fr 40px;gap:11px;align-items:center;padding-bottom:13px;border-bottom:1px solid #332b23}.modal-product img{width:68px;height:62px;object-fit:cover;border-radius:10px}.modal-product small,.cart-sheet-head small{color:var(--gold);font-size:8px;font-weight:1000;letter-spacing:.1em}.modal-product h3,.cart-sheet-head h3{margin:2px 0;font-size:18px;text-transform:uppercase}.modal-product strong{color:var(--gold)}.custom-step{padding:16px 0 4px;border-bottom:1px solid #2f2924}.custom-step:last-child{border-bottom:0}.custom-step-title{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:10px}.custom-step-title strong{font-size:12px}.custom-step-title small{color:#8f8881;font-size:9px}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.option-btn{min-height:48px;border:1px solid #514536;border-radius:11px;background:#0d0b09;color:#e6dfd7;padding:10px;font-size:11px;font-weight:900}.option-btn.selected{border-color:var(--gold);color:var(--gold);background:rgba(255,176,0,.08);box-shadow:0 0 11px rgba(255,176,0,.12)}.option-btn:disabled{opacity:.35}.modal-error{color:#ff6b5f;text-align:center;font-size:10px;min-height:14px}.modal-add{width:100%;height:53px;border:0;border-radius:13px;background:linear-gradient(135deg,#ffd42a,#ff8700);color:#160d04;font-size:13px;font-weight:1000;letter-spacing:.04em}.cart-sheet-head{display:grid;grid-template-columns:1fr 40px;align-items:center;padding-bottom:12px;border-bottom:1px solid #332b23}.cart-modal-items{padding:5px 0;max-height:48vh;overflow:auto}.cart-modal-item{padding:12px 0;border-bottom:1px solid #2b2520}.cart-modal-main{display:flex;justify-content:space-between;gap:8px;font-size:12px}.cart-modal-main strong:last-child{color:var(--gold)}.cart-modal-options{color:#9f978f;font-size:9px;line-height:1.45;margin:5px 0 0}.cart-modal-actions{display:flex;gap:13px;margin-top:7px}.cart-modal-actions button{border:0;background:transparent;padding:0;color:var(--gold);font-size:9px;font-weight:1000}.cart-modal-actions button.remove{color:#ff5a46}.cart-sheet-total{display:flex;justify-content:space-between;padding:13px 0;font-weight:1000}.cart-sheet-total strong{color:var(--gold);font-size:23px}

@media(max-width:390px){.brand-icon{width:102px;height:102px}.brand-block h1{font-size:38px}.welcome-copy{margin-top:24px}.welcome-copy h2{font-size:29px}.choice{min-height:210px}.choice-icon{width:66px;height:66px}.choice-icon svg{width:62px;height:62px}.choice strong{font-size:26px}.section-head h2{font-size:34px}.times{grid-template-columns:repeat(4,1fr);gap:8px}.time-btn{height:52px;font-size:17px}.product-card{grid-template-columns:104px 1fr}.product-img{width:104px;height:98px}.product-price{font-size:16px}.product-head h3{font-size:13px}.product-desc{font-size:10px}.cart-bar{gap:8px}.cart-bar button{padding-left:10px;padding-right:10px}}
@media(max-width:350px){.times{grid-template-columns:repeat(3,1fr)}.choice-grid{gap:9px}.choice{min-height:195px;padding:16px 7px}.choice strong{font-size:23px}.choice small{font-size:9px}.product-card{grid-template-columns:92px 1fr}.product-img{width:92px;height:90px}.personalize-btn{padding:0 8px}}

/* ============================================================
   V04 · IDENTIDAD VISUAL APROBADA — PORTADA / HORA / MENÚ
   Las pantallas 1–3 siguen las referencias visuales aprobadas.
   ============================================================ */

:root{
  --cb-yellow:#ffb800;
  --cb-yellow2:#ff8a00;
  --cb-red:#e31812;
  --cb-red2:#ff3526;
  --cb-black:#050505;
  --cb-panel:#090909;
  --cb-white:#fffdf8;
}

/* MARCA CROMÁTICA */
.mini-brand{font-size:19px;gap:5px;white-space:nowrap}
.mini-brand img{width:45px;height:45px}
.mini-brand .brand-carb{color:var(--cb-yellow)}
.mini-brand b{color:#fff;font-size:1.02em}
.mini-brand .brand-brasas{color:var(--cb-red)}

/* 1 · PORTADA — usa exactamente la visual aprobada */
.screen.welcome[data-screen="1"]{
  min-height:100svh;
  padding:0;
  background:#020202 url('/assets/portada-aprobada.png') center top / cover no-repeat;
  overflow:hidden;
}
.screen.welcome[data-screen="1"] .welcome-spacer,
.screen.welcome[data-screen="1"] .brand-block,
.screen.welcome[data-screen="1"] .welcome-copy,
.screen.welcome[data-screen="1"] .mini-footer{display:none}
.screen.welcome[data-screen="1"] .choice-grid{
  position:absolute;
  z-index:5;
  left:4.8%;
  right:4.8%;
  top:46.2%;
  height:34.8%;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:3.2%;
}
.screen.welcome[data-screen="1"] .choice{
  width:100%;height:100%;min-height:0;padding:0;
  border:0!important;border-radius:8%;
  background:transparent!important;box-shadow:none!important;
  color:transparent!important;
}
.screen.welcome[data-screen="1"] .choice:before{display:none}
.screen.welcome[data-screen="1"] .choice>*{opacity:0!important}
.screen.welcome[data-screen="1"] .choice:focus-visible{
  outline:3px solid rgba(255,184,0,.9);outline-offset:-4px;
}
.screen.welcome[data-screen="1"] .choice.delivery:focus-visible{outline-color:#ff3526}

/* 2 · HORARIO */
.screen[data-screen="2"]{
  padding:22px 28px 115px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.38),rgba(0,0,0,.92) 58%,#020202 100%),
    radial-gradient(circle at 0 50%,rgba(255,61,0,.16),transparent 35%),
    radial-gradient(circle at 100% 48%,rgba(255,61,0,.14),transparent 34%),
    url('/assets/hero-poster.webp') center/cover fixed no-repeat;
}
.screen[data-screen="2"]:before,
.screen[data-screen="2"]:after{
  content:"";position:absolute;z-index:-1;pointer-events:none;top:280px;bottom:110px;width:70px;opacity:.95;
  background:radial-gradient(ellipse at center,rgba(255,72,0,.35),transparent 54%);
  filter:blur(4px)
}
.screen[data-screen="2"]:before{left:-40px}.screen[data-screen="2"]:after{right:-40px}
.screen[data-screen="2"] .topbar{
  grid-template-columns:48px 1fr 48px;
  margin:2px 0 14px;min-height:88px;align-items:center;
}
.screen[data-screen="2"] .back{
  border:0;background:transparent;color:#fff;font-size:50px;width:48px;height:48px;
}
.screen[data-screen="2"] .mini-brand{
  flex-wrap:wrap;gap:2px 5px;line-height:.9;font-size:27px;
  font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  text-shadow:0 4px 20px #000;
}
.screen[data-screen="2"] .mini-brand img{width:72px;height:72px;flex-basis:100%;margin:0 auto -4px;filter:drop-shadow(0 0 9px rgba(255,153,0,.48))}
.screen[data-screen="2"] .progress{display:none}
.screen[data-screen="2"] .schedule-head{margin-top:16px}
.screen[data-screen="2"] .step-label{
  display:flex;align-items:center;justify-content:center;gap:12px;
  color:var(--cb-yellow);font-size:12px;letter-spacing:.2em;margin-bottom:18px
}
.screen[data-screen="2"] .step-label:before,
.screen[data-screen="2"] .step-label:after{content:"";height:1px;flex:1;max-width:108px;background:linear-gradient(90deg,transparent,var(--cb-yellow))}
.screen[data-screen="2"] .step-label:after{background:linear-gradient(90deg,var(--cb-yellow),transparent)}
.screen[data-screen="2"] .schedule-head h2{
  font-size:44px;line-height:.98;max-width:470px;text-shadow:0 5px 24px #000
}
.screen[data-screen="2"] .schedule-head h2 span{display:block;color:var(--cb-yellow)}
.schedule-subtitle{margin:17px auto 0;max-width:430px;color:#eee8e1;font-size:15px;line-height:1.45;text-shadow:0 2px 10px #000}
.screen[data-screen="2"] .date-chip{
  position:relative;margin:25px auto 20px;padding:13px 20px 13px 48px;
  border:1px solid rgba(255,184,0,.75);border-radius:18px;
  background:rgba(8,8,8,.86);color:#f7f3ed;font-size:13px;letter-spacing:.05em;
  box-shadow:0 0 17px rgba(255,184,0,.08)
}
.screen[data-screen="2"] .date-chip:before{
  content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;
  border:2px solid var(--cb-red);border-radius:3px;box-shadow:0 0 8px rgba(227,24,18,.25)
}
.screen[data-screen="2"] .date-chip:after{
  content:"";position:absolute;left:20px;top:calc(50% - 1px);width:12px;height:2px;background:var(--cb-red);box-shadow:0 -7px 0 var(--cb-red)
}
.screen[data-screen="2"] .times{
  grid-template-columns:repeat(3,1fr);gap:13px;max-width:490px;
}
.screen[data-screen="2"] .time-btn{
  height:82px;border-radius:15px;border:1.5px solid rgba(255,184,0,.78);
  background:linear-gradient(180deg,rgba(10,10,10,.97),rgba(4,4,4,.97));
  color:#fff;font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;
  letter-spacing:.04em;font-size:29px;box-shadow:inset 0 0 20px rgba(255,184,0,.025),0 9px 22px rgba(0,0,0,.28)
}
.screen[data-screen="2"] .time-btn.selected{
  color:#fff;border-color:#ffc01e;background:linear-gradient(135deg,rgba(255,184,0,.16),#080705 72%);
  box-shadow:0 0 22px rgba(255,184,0,.42),inset 0 0 24px rgba(255,184,0,.13)
}
.screen[data-screen="2"] .time-btn.selected:after{content:"✓";position:absolute;margin:-28px 0 0 16px;width:28px;height:28px;border-radius:50%;background:var(--cb-yellow);color:#181006;font-family:system-ui;font-size:18px;display:grid;place-items:center}
.screen[data-screen="2"] .availability{
  max-width:470px;margin:24px auto 0;padding:13px 18px;border:1px solid rgba(255,184,0,.45);border-radius:13px;
  background:rgba(7,7,7,.86);font-size:12px;color:#f2ede7;text-transform:uppercase
}
.screen[data-screen="2"] .availability i{display:none}
.screen[data-screen="2"] .availability:before{content:"◷";color:var(--cb-red);font-size:24px;margin-right:6px}
.screen[data-screen="2"] .availability #scheduleNote{color:#f2ede7}

/* 3 · MENÚ */
.menu-screen[data-screen="3"]{
  padding:0 0 112px;background:#060606;
}
.menu-screen[data-screen="3"]>.progress,
.menu-screen[data-screen="3"]>.section-head{display:none}
.menu-screen[data-screen="3"]>.topbar.sticky{
  margin:0;padding:8px 16px;min-height:76px;top:0;
  grid-template-columns:44px 1fr auto;background:rgba(3,3,3,.97);border-bottom:1px solid rgba(255,184,0,.13)
}
.menu-screen[data-screen="3"] .back{border:0;background:transparent;color:#fff;font-size:42px}
.menu-screen[data-screen="3"] .mini-brand{justify-content:flex-start;font-size:20px}
.menu-screen[data-screen="3"] .mini-brand img{width:42px;height:42px}
.cart-top{
  position:relative;min-width:125px;height:46px;border:1px solid var(--cb-yellow)!important;border-radius:10px!important;
  background:#080808!important;color:#fff!important;display:grid!important;grid-template-columns:30px 20px 1fr 12px;align-items:center;gap:3px;padding:0 10px!important;
  box-shadow:0 0 13px rgba(255,184,0,.08)
}
.cart-top .cart-icon{width:27px;height:27px;color:#fff}.cart-top .cart-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.cart-top .cart-badge{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--cb-yellow);color:#161007;font-size:10px;font-weight:1000}
.cart-top strong{font-size:11px;color:#fff;white-space:nowrap}.cart-top .cart-arrow{font-size:21px;color:#fff}
.menu-hero{
  min-height:220px;position:relative;display:flex;align-items:flex-end;padding:24px 22px;
  background:
    linear-gradient(90deg,rgba(3,3,3,.96) 0%,rgba(3,3,3,.76) 43%,rgba(3,3,3,.16) 78%),
    linear-gradient(180deg,rgba(0,0,0,.06),#070707 100%),
    url('/assets/pollo-brasa-close.jpg') 62% 52%/cover no-repeat;
  border-bottom:1px solid rgba(255,184,0,.13)
}
.menu-hero-copy{max-width:260px;text-shadow:0 4px 18px #000}
.menu-hero .step-label{margin:0 0 7px;font-size:9px;color:#d8d0c8;letter-spacing:.12em}
.menu-hero h2{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;font-size:44px;line-height:.86;margin:0;color:#fff;letter-spacing:.04em}
.menu-hero h2 span{display:block;color:var(--cb-yellow)}
.menu-hero p:last-child{font-size:13px;line-height:1.45;color:#eee;margin:13px 0 0;max-width:210px}
.category-tabs{
  top:76px;gap:0;padding:0 8px;background:rgba(5,5,5,.98);border-bottom:1px solid #292929;box-shadow:0 8px 20px rgba(0,0,0,.34)
}
.cat-tab{
  min-width:96px;flex:1 0 auto;border:0;border-radius:0;background:transparent;color:#a9a9a9;padding:11px 8px 10px;font-size:9px;letter-spacing:.02em;display:flex;flex-direction:column;align-items:center;gap:4px;border-bottom:3px solid transparent
}
.cat-tab.active{border-color:var(--cb-yellow);background:transparent;color:var(--cb-yellow);box-shadow:none}
.cat-icon{width:25px;height:25px;display:block}.cat-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.menu-list{padding:3px 14px 100px;background:linear-gradient(180deg,#080808,#050505)}
.menu-list section{scroll-margin-top:150px;margin-top:18px}
.menu-section-title{
  display:flex;align-items:center;gap:12px;margin:0 0 10px;padding:8px 0;border:0;color:#fff;font-size:28px
}
.menu-section-title:before{display:none}.menu-section-title>span{display:block;width:42px;height:4px;background:var(--cb-red);transform:skew(-23deg);box-shadow:15px 0 0 -1px rgba(227,24,18,.55)}
.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.section-combos .products-grid{grid-template-columns:1fr;gap:12px}
.product-card{
  display:flex;flex-direction:column;min-width:0;margin:0;padding:0;gap:0;border:1px solid rgba(255,184,0,.32);border-radius:9px;background:linear-gradient(180deg,#0d0d0d,#070707);overflow:hidden;box-shadow:0 10px 24px rgba(0,0,0,.28)
}
.section-combos .product-card{display:grid;grid-template-columns:46% 54%;min-height:190px}
.product-photo-wrap{position:relative;width:100%;background:#111;overflow:hidden}
.product-img{width:100%;height:142px;border-radius:0;object-fit:cover;display:block}
.section-combos .product-img{height:100%;min-height:190px}
.product-info{padding:10px;display:flex;flex-direction:column;min-height:142px}
.section-combos .product-info{padding:13px;min-height:190px}
.product-head{display:block}.product-head h3{margin:0;color:#fff;font-size:14px;line-height:1.15;text-transform:none;font-weight:900}
.section-combos .product-head h3{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;color:var(--cb-yellow);font-size:25px;letter-spacing:.03em;text-transform:uppercase}
.product-desc{margin:6px 0 7px;color:#e5e0da;font-size:10px;line-height:1.35}
.product-badges{display:flex;gap:6px;flex-wrap:wrap;margin:0 0 7px}.product-badges span{font-size:9px;color:#f4ede6;padding:3px 6px;border-left:2px solid var(--cb-yellow);background:#12100c;text-transform:capitalize}
.product-footer{margin-top:auto;display:flex;flex-direction:column;gap:7px}
.product-price{color:var(--cb-yellow);font-size:18px;font-weight:1000;white-space:nowrap}
.section-combos .product-price{font-size:22px;text-align:center}
.product-actions{width:100%;justify-content:stretch}.product-actions>*{width:100%}
.add-btn,.personalize-btn{width:100%;height:34px;border-radius:5px;background:transparent;border:1px solid var(--cb-yellow);color:var(--cb-yellow);font-size:10px;text-transform:uppercase}
.add-btn{display:flex;justify-content:space-between;align-items:center;padding:0 10px}.add-btn b{font-size:18px;font-weight:500}
.personalize-btn{font-size:10px}.customized-count{display:none}
.qty-inline{width:100%;height:34px;border-radius:5px}.qty-inline button{height:32px;flex:1}.qty-inline span{flex:1}
.section-salsas .product-img,.section-bebidas .product-img{height:120px;object-fit:contain;padding:8px;background:radial-gradient(circle at center,#1c1610,#080808 72%)}
.section-salsas .product-info,.section-bebidas .product-info{min-height:122px}
.cart-bar{border-top:1px solid rgba(255,184,0,.38);background:rgba(5,5,5,.97);box-shadow:0 -10px 28px rgba(0,0,0,.6)}

@media(min-width:520px){
  .section-combos .products-grid{grid-template-columns:repeat(3,1fr)}
  .section-combos .product-card{display:flex;min-height:0}
  .section-combos .product-img{height:180px;min-height:0}
  .section-combos .product-info{min-height:205px}
  .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:390px){
  .screen[data-screen="2"]{padding-left:18px;padding-right:18px}
  .screen[data-screen="2"] .schedule-head h2{font-size:38px}
  .screen[data-screen="2"] .time-btn{height:72px;font-size:25px}
  .menu-screen[data-screen="3"]>.topbar.sticky{padding-left:10px;padding-right:10px}
  .menu-screen[data-screen="3"] .mini-brand{font-size:17px}
  .cart-top{min-width:105px;grid-template-columns:24px 18px 1fr 10px;padding:0 7px!important}
  .cart-top strong{font-size:9px}.cart-top .cart-icon{width:23px;height:23px}
  .menu-hero{min-height:195px;padding:19px 16px}.menu-hero h2{font-size:39px}
  .cat-tab{min-width:83px;font-size:8px}
  .products-grid{gap:8px}.product-img{height:126px}.product-info{padding:8px;min-height:136px}.product-head h3{font-size:12px}.product-price{font-size:16px}
  .section-combos .product-card{grid-template-columns:44% 56%;min-height:170px}.section-combos .product-img{min-height:170px}.section-combos .product-info{min-height:170px;padding:10px}.section-combos .product-head h3{font-size:22px}
}
