:root{
  --red:#c91f2b;
  --red-dark:#a8101c;
  --yellow:#ffcf2e;
  --cream:#fff7e8;
  --ink:#191512;
  --muted:#766e67;
  --line:#eadfce;
  --green:#18864b;
  --card:#ffffff;
  --shadow:0 18px 50px rgba(50,28,10,.12);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fffdf9}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{max-width:100%;display:block}
.container{width:min(1120px,calc(100% - 32px));margin:auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,249,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,223,206,.7)}
.header-inner{height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{font-size:24px;font-weight:950;letter-spacing:-1px}.logo span{color:var(--red)}
.header-pill,.small-pill{font-size:12px;font-weight:900;padding:10px 14px;border-radius:999px;background:#fff0f1;color:var(--red)}
.eyebrow{font-size:12px;letter-spacing:2px;font-weight:900;color:var(--red)}

.hero-section{padding:42px 0 20px;background:linear-gradient(180deg,#fff7e8 0%,#fffdf9 100%)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.hero-copy h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;letter-spacing:-3px;margin:14px 0}
.hero-copy p{font-size:18px;line-height:1.7;color:var(--muted);max-width:600px;margin:0 0 24px}
.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.hero-note{font-size:13px;color:var(--muted);font-weight:700}
.hero-visual{background:#fff;border-radius:32px;padding:14px;box-shadow:var(--shadow);border:1px solid var(--line)}
.hero-visual img{width:100%;border-radius:22px;object-fit:cover}

.section-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:28px 0 8px}
.preview-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 22px rgba(50,28,10,.06)}
.preview-card img{aspect-ratio:4/3;object-fit:cover;width:100%}
.preview-card div{padding:18px}
.preview-card h2{margin:4px 0 8px;font-size:24px;letter-spacing:-1px}
.preview-card p{margin:0;color:var(--muted);line-height:1.6}
.promo-banner-wrap{padding:18px 0 14px}
.promo-banner{width:100%;border-radius:28px;border:1px solid var(--line);box-shadow:var(--shadow)}

.branches-section{padding:36px 0 90px}
.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-bottom:28px}
.section-heading h2{font-size:42px;letter-spacing:-2px;margin:8px 0 0}
.section-heading>p{max-width:560px;color:var(--muted);line-height:1.7;margin:0}
.section-heading.compact{display:block;margin:12px 0 18px}
.section-heading.compact h2{font-size:32px}
.branch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.branch-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 10px 30px rgba(45,25,10,.05)}
.branch-top,.branch-meta,.hero-status-inline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.status-pill{font-size:12px;font-weight:900;padding:8px 12px;border-radius:999px}
.status-pill.open{background:#e9f8ef;color:var(--green)}
.status-pill.closed{background:#fff0f1;color:var(--red)}
.branch-code{font-size:12px;font-weight:800;color:var(--muted)}
.branch-card h3{font-size:24px;margin:18px 0 8px}
.branch-card p{margin:0;color:var(--muted);line-height:1.6;min-height:52px}
.branch-meta{margin:18px 0;color:#5a534c;font-size:13px;font-weight:700;justify-content:flex-start}
.branch-card.closed{opacity:.88}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:16px;padding:15px 22px;font-weight:900;cursor:pointer}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(201,31,43,.22)}
.btn-primary:hover{background:var(--red-dark)}
.btn-disabled{background:#eee9e2;color:#aaa39b;cursor:not-allowed}
.btn-block{width:100%}
.btn-whatsapp{background:#1ca85b;color:#fff}

.menu-page{background:#fffdf9}
.menu-wrap{padding:26px 0 120px}
.menu-hero-box{padding:22px 24px;border-radius:26px;background:linear-gradient(135deg,#fff4e8 0%,#ffffff 100%);border:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:28px}
.menu-hero-box h1{font-size:34px;letter-spacing:-2px;margin:8px 0}.menu-hero-box p{margin:0;color:var(--muted)}
.menu-section{margin-bottom:30px}.category-banner{margin-bottom:14px}.category-banner img{width:100%;border-radius:26px;border:1px solid var(--line);box-shadow:var(--shadow)}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:170px 1fr;box-shadow:0 8px 20px rgba(50,28,10,.05)}
.product-photo{background:#fff6ec;display:flex;align-items:center;justify-content:center;min-height:200px}
.product-photo.placeholder{padding:20px;font-weight:900;text-align:center;color:var(--red)}
.product-photo img{width:100%;height:100%;object-fit:cover}
.product-content{padding:20px}
.badge{display:inline-flex;font-size:10px;font-weight:900;background:#fff1c2;color:#785400;border-radius:999px;padding:7px 10px}
.product-content h3{font-size:24px;letter-spacing:-1px;margin:12px 0 8px}.product-content p{margin:0;color:var(--muted);line-height:1.55;white-space:pre-line}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.product-bottom strong{font-size:21px}
.add-product{border:0;background:var(--ink);color:#fff;border-radius:12px;padding:11px 14px;font-weight:800;cursor:pointer}

.cart-bar{position:fixed;left:50%;bottom:16px;transform:translateX(-50%);z-index:35;width:min(620px,calc(100% - 24px));background:var(--ink);color:#fff;border-radius:20px;padding:12px 13px 12px 18px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 22px 50px rgba(0,0,0,.25)}
.cart-bar[hidden]{display:none}.cart-bar div{display:flex;flex-direction:column}.cart-bar small{opacity:.65}.cart-bar button{border:0;border-radius:13px;background:var(--red);color:#fff;font-weight:900;padding:13px 18px}

.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:40;opacity:0;transition:.2s}.sheet-backdrop.show{opacity:1}.sheet-backdrop[hidden]{display:none}
.bottom-sheet{position:fixed;z-index:41;left:50%;bottom:0;transform:translate(-50%,20px);width:min(600px,100%);background:#fff;border-radius:28px 28px 0 0;padding:30px 24px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -25px 60px rgba(0,0,0,.2);opacity:0;transition:.2s;max-height:88vh;overflow:auto}
.bottom-sheet.show{opacity:1;transform:translate(-50%,0)}.bottom-sheet[hidden]{display:none}.bottom-sheet h2{margin:7px 0 20px;font-size:30px}.sheet-close{position:absolute;right:18px;top:18px;width:36px;height:36px;border-radius:50%;border:0;background:#f2eee8;font-size:22px}
.form-group,label{display:block}.form-group{margin-bottom:16px}.form-group label,.checkout-sheet form label,.upload-form label{font-weight:800;font-size:13px}
.form-group input,.form-group textarea,.form-group select,.checkout-sheet input,.checkout-sheet textarea{width:100%;margin-top:7px;padding:14px 15px;border:1px solid var(--line);border-radius:13px;background:#fff}.form-group textarea,.checkout-sheet textarea{resize:vertical}
.option-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.option-btn{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;cursor:pointer;text-align:left}
.option-btn.active{border-color:var(--red);background:#fff6f6;box-shadow:0 0 0 2px rgba(201,31,43,.08)}
.option-btn small{color:var(--muted)}
.qty-row{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.qty-control{display:flex;align-items:center;gap:17px}.qty-control button{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:20px}
.sheet-price{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fff7e8;border-radius:16px;margin-bottom:16px;font-weight:800}
.checkout-items{border-top:1px solid var(--line)}.checkout-item{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.checkout-item>div{display:flex;flex-direction:column;gap:4px}.checkout-item small{color:var(--muted)}.checkout-item button{border:0;background:none;color:var(--red);font-size:12px;padding:0;text-align:right}.checkout-total{display:flex;justify-content:space-between;padding:18px 0;font-size:20px}

.payment-page{background:var(--cream);min-height:100vh}.payment-wrap{padding:50px 0}.payment-card{width:min(620px,100%);margin:auto;background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}.payment-card h1{font-size:38px;letter-spacing:-2px;margin:8px 0 10px}.payment-card>p{color:var(--muted);line-height:1.6}
.success-icon,.success-big{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e7f7ed;color:var(--green);font-weight:950;margin-bottom:18px}.success-big{width:74px;height:74px;font-size:34px;margin:0 auto 24px}.total-box{background:var(--ink);color:#fff;padding:18px 20px;border-radius:18px;display:flex;justify-content:space-between;align-items:center;margin:24px 0}.total-box strong{font-size:24px}.qris-box{border:1px dashed #d8cbbb;border-radius:24px;padding:18px;display:grid;place-items:center;background:#fff}.qris-box img{width:min(360px,100%);display:block}.qris-placeholder{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.qris-placeholder strong{color:var(--ink);margin-bottom:7px}.payment-note{padding:14px 16px;border-radius:14px;background:#fff6dc;color:#7a5b12;font-size:13px;line-height:1.5;margin:20px 0}.upload-drop{display:flex!important;flex-direction:column;align-items:center;text-align:center;border:2px dashed #dfd2c2;padding:24px;border-radius:18px;cursor:pointer;margin-bottom:15px;position:relative}.upload-drop input{position:absolute;opacity:0;pointer-events:none}.upload-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#f4ede4;margin-bottom:8px}.upload-drop small{color:var(--muted);font-weight:500;margin-top:5px}.center-card{text-align:center}.center-card .total-box{text-align:left}.text-link{display:block;margin-top:18px;font-weight:800;color:var(--red)}.text-link.muted{color:var(--muted);font-weight:600}

.proof-page{background:#f5f1eb;min-height:100vh}.proof-wrap{padding:40px 0}.proof-card{width:min(680px,100%);margin:auto;background:#fff;padding:28px;border-radius:24px}.proof-card h1{margin:6px 0}.proof-card p{color:var(--muted)}.proof-card img{display:block;max-width:100%;margin:24px auto;border-radius:16px}.proof-status{padding:12px 14px;background:#f4f1ec;border-radius:12px}.solid{background:#fff}

@media (max-width: 900px){
  .hero-grid,.section-preview-grid,.branch-grid,.product-grid{grid-template-columns:1fr}
  .hero-copy h1{font-size:52px;letter-spacing:-2px}
  .hero-copy p{font-size:16px}
  .section-heading{display:block}.section-heading h2{font-size:34px}.section-heading>p{margin-top:10px}
  .menu-hero-box{display:block}.menu-hero-box h1{font-size:30px}
  .product-card{grid-template-columns:120px 1fr}
  .product-photo{min-height:160px}
}
@media (max-width: 640px){
  .container{width:min(1120px,calc(100% - 24px))}
  .header-inner{height:64px}.logo{font-size:20px}
  .hero-section{padding-top:24px}.hero-visual{padding:10px;border-radius:22px}.hero-copy h1{font-size:42px}
  .preview-card h2{font-size:22px}
  .branches-section{padding-bottom:82px}
  .branch-card,.preview-card,.menu-hero-box{border-radius:22px}
  .section-heading h2{font-size:28px}
  .section-heading.compact h2{font-size:26px}
  .product-card{grid-template-columns:1fr}.product-photo{min-height:180px}
  .product-content h3{font-size:22px}
  .option-grid{grid-template-columns:1fr}
  .payment-wrap{padding:24px 0}.payment-card{padding:24px;border-radius:24px}.payment-card h1{font-size:31px}
}

/* v0.2.1 — customer payment image preview/compression */
.customer-proof-preview{border:1px solid var(--line);border-radius:18px;padding:12px;background:#faf7f2;margin:0 0 12px}
.customer-proof-preview[hidden]{display:none}
.customer-proof-preview .preview-caption{display:block;font-size:12px;font-weight:900;color:var(--ink);margin-bottom:10px}
.customer-proof-preview img{width:100%;max-height:520px;object-fit:contain;border-radius:12px;background:#fff}
.compress-info{margin:10px 0 12px;padding:11px 13px;border-radius:12px;font-size:12px;line-height:1.55;background:#f1eee9;color:#59524b;text-align:left}
.compress-info[data-state="working"]{background:#fff4cf;color:#755700}
.compress-info[data-state="success"]{background:#e8f7ee;color:#14683d}
.compress-info[data-state="warning"]{background:#fff1df;color:#8a5300}
.compress-info[data-state="error"]{background:#ffe8ea;color:#941b26}
.compress-info strong{font-weight:900}
.compress-info span{opacity:.82}
.compression-note{font-size:11px;line-height:1.55;color:var(--muted);background:#f8f5f0;border-radius:12px;padding:10px 12px;margin-bottom:14px}
.upload-drop:has(input:focus-visible){outline:3px solid rgba(201,31,43,.12);outline-offset:2px}

/* v0.4.0 — order-first UX, dynamic identity, lighter typography */
body{font-weight:400}.logo,.brand-text,.btn,.header-pill,.small-pill,.eyebrow,.status-pill,.branch-code,.product-content h3,.product-bottom strong,.section-heading h2,.order-intro h1,.hero-order-card h2{font-weight:700}.product-content p,.branch-card p,.order-intro p,.hero-order-card p,.footer-brand p{font-weight:400}.form-group label,.checkout-sheet form label,.upload-form label{font-weight:600}.add-product{font-weight:700}.dynamic-logo{display:flex;align-items:center}.header-logo{max-height:42px;max-width:160px;object-fit:contain}.brand-text{font-size:22px;color:var(--ink)}
.order-intro{background:#fff7e8;border-bottom:1px solid var(--line);padding:26px 0}.order-intro-inner{display:flex;justify-content:space-between;align-items:center;gap:22px}.order-intro h1{font-size:clamp(32px,5vw,52px);letter-spacing:-2px;margin:6px 0}.order-intro p{margin:0;color:var(--muted)}.order-step-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;min-width:240px}.order-step-mini span{background:#fff;border:1px solid var(--line);padding:10px 12px;border-radius:12px;font-size:12px;font-weight:600}.compact-order{align-items:center}.order-first-section{padding-top:34px}.visual-order-section{padding:18px 0}.section-mini-title{display:flex;align-items:baseline;gap:10px;margin:0 0 10px}.section-mini-title span{font-size:12px;color:var(--red);text-transform:uppercase;letter-spacing:1px;font-weight:700}.section-mini-title strong{font-size:22px;font-weight:600}.hero-order-card{margin:24px auto 44px;border:1px solid var(--line);border-radius:28px;background:#fff;display:grid;grid-template-columns:.85fr 1.15fr;overflow:hidden}.hero-order-copy{padding:34px}.hero-order-card h2{font-size:36px;letter-spacing:-1.5px;margin:8px 0 12px}.hero-order-card p{color:var(--muted);line-height:1.7}.hero-order-card>img{width:100%;height:100%;object-fit:cover;min-height:300px}
.branch-card{padding:0;overflow:hidden}.branch-card-body{padding:22px}.branch-photo{aspect-ratio:16/9;background:#f4eee7;overflow:hidden}.branch-photo img{width:100%;height:100%;object-fit:cover}.menu-branch-photo{width:150px;min-width:150px;aspect-ratio:1/1;border-radius:20px;overflow:hidden}.menu-branch-photo img{width:100%;height:100%;object-fit:cover}.menu-branch-copy{flex:1}.menu-hero-box{align-items:center}
.menu-view-grid2 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-view-grid2 .product-card{display:block}.menu-view-grid2 .product-photo{aspect-ratio:4/3;min-height:0}.menu-view-grid2 .product-content{padding:18px}.menu-view-list1 .product-grid{grid-template-columns:1fr}.menu-view-list1 .product-card{grid-template-columns:180px 1fr}
.site-footer{background:#17130f;color:#fff;margin-top:30px;padding:34px 0}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:20px;align-items:center}.footer-brand{display:flex;align-items:center;gap:18px}.footer-logo{max-height:54px;max-width:160px;object-fit:contain}.footer-brand p{margin:0;color:#d2cbc4;line-height:1.5}.footer-links{display:flex;justify-content:flex-end;gap:14px}.footer-links a{color:#fff;font-weight:600}.footer-copy{grid-column:1/-1;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;color:#aaa39c}
img:not([data-no-lightbox]){cursor:zoom-in}.lightbox-open{overflow:hidden}.image-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);display:grid;place-items:center;padding:24px;opacity:0;transition:.16s}.image-lightbox[hidden]{display:none}.image-lightbox.show{opacity:1}.image-lightbox-inner{max-width:min(1100px,94vw);max-height:92vh;display:flex;flex-direction:column;align-items:center}.image-lightbox img{max-width:100%;max-height:84vh;object-fit:contain;border-radius:12px;cursor:default}.image-lightbox-caption{color:#fff;margin-top:10px;font-size:13px}.image-lightbox-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:0;border-radius:50%;font-size:28px;background:#fff;color:#111;cursor:pointer}
@media(max-width:820px){.order-intro-inner{display:block}.order-step-mini{margin-top:18px;min-width:0}.hero-order-card{grid-template-columns:1fr}.hero-order-copy{padding:24px}.hero-order-card>img{min-height:0}.menu-branch-photo{width:92px;min-width:92px}.menu-view-grid2 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.menu-view-grid2 .product-content{padding:12px}.menu-view-grid2 .product-content h3{font-size:17px}.menu-view-grid2 .product-content p{font-size:12px;line-height:1.4;min-height:0}.menu-view-grid2 .product-bottom{display:block}.menu-view-grid2 .product-bottom strong{display:block;font-size:16px;margin-bottom:10px}.menu-view-grid2 .add-product{width:100%;padding:10px}.menu-view-list1 .product-card{grid-template-columns:112px 1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{align-items:flex-start}.footer-links{justify-content:flex-start}.footer-copy{grid-column:auto}}

/* v0.4.6 — Google Maps per cabang */
.branch-actions{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:14px}
.branch-actions .btn{min-height:48px}
.branch-order-btn{width:100%}
.btn-map{background:#fff;color:#2d2925;border:1px solid var(--line);box-shadow:none}
.btn-map:hover{background:#f8f4ef}
.map-icon{width:17px;height:17px;flex:0 0 17px;fill:currentColor}
.branch-map-link{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--red);font-size:13px;font-weight:650}
.branch-map-link:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:820px){.branch-actions{grid-template-columns:1fr}.menu-hero-box{gap:14px}}

/* Public order receipt */
.receipt-page{background:#f6f1e9;min-height:100vh;padding:28px 14px;color:#191512}
.receipt-shell{width:min(520px,100%);margin:0 auto}
.receipt-card{background:#fff;border:1px solid #e8ded0;border-radius:26px;padding:28px;box-shadow:0 18px 46px rgba(50,28,10,.10)}
.receipt-head{text-align:center;padding-bottom:18px}
.receipt-logo{display:inline-flex;justify-content:center;margin-bottom:14px}
.receipt-brand-logo{max-width:150px;max-height:64px;object-fit:contain}
.receipt-kicker{display:block;font-size:11px;letter-spacing:2px;color:var(--red);font-weight:700;margin-bottom:7px}
.receipt-head h1{font-size:28px;letter-spacing:-1px;margin:0 0 5px;font-weight:700}
.receipt-head p{margin:0;color:#80766d;font-size:13px}
.receipt-status-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 18px}
.receipt-status-row span,.receipt-payment-box>div{border:1px solid #eadfce;background:#fffaf4;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:4px}
.receipt-status-row small,.receipt-info small,.receipt-payment-box small,.receipt-note small{font-size:10px;letter-spacing:.8px;text-transform:uppercase;color:#8d8176}
.receipt-status-row strong,.receipt-payment-box strong{font-size:13px;font-weight:650}
.receipt-info{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.receipt-info>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.receipt-info strong{font-size:14px;font-weight:650}
.receipt-info span{font-size:12px;color:#766e67;line-height:1.5}
.receipt-divider{border-top:1px dashed #d9cbb9;margin:20px 0}
.receipt-items{display:flex;flex-direction:column;gap:14px}
.receipt-item{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.receipt-item-main{display:flex;flex-direction:column;gap:3px;min-width:0}
.receipt-item-main>strong{font-size:14px;font-weight:650}
.receipt-item-main span,.receipt-item-main small{font-size:12px;color:#766e67;line-height:1.45}
.receipt-item>strong{font-size:13px;font-weight:650;white-space:nowrap}
.receipt-total-row,.receipt-grand-total{display:flex;align-items:center;justify-content:space-between;gap:16px}
.receipt-total-row{font-size:13px;color:#625b54;margin-bottom:10px}
.receipt-grand-total{background:#191512;color:#fff;border-radius:16px;padding:16px 18px;margin-top:8px}
.receipt-grand-total span{font-size:12px;letter-spacing:1px;font-weight:650}
.receipt-grand-total strong{font-size:24px;font-weight:750}
.receipt-note{margin-top:16px;padding:14px;border-radius:14px;background:#fff8e9;border:1px solid #f1dfb7}
.receipt-note p{margin:5px 0 0;font-size:13px;line-height:1.55}
.receipt-payment-box{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}
.receipt-proof-btn{margin-top:6px}
.receipt-print-btn{width:100%;margin-top:10px;background:#f1ece6;color:#29231f}
.receipt-footer{text-align:center;border-top:1px dashed #d9cbb9;margin-top:20px;padding-top:18px;display:flex;flex-direction:column;gap:3px}
.receipt-footer strong{font-size:14px;font-weight:700}.receipt-footer span{font-size:12px;color:#766e67}
@media(max-width:560px){.receipt-page{padding:0;background:#fff}.receipt-card{border:0;border-radius:0;box-shadow:none;padding:22px 18px;min-height:100vh}.receipt-info,.receipt-payment-box{grid-template-columns:1fr}.receipt-status-row{gap:8px}}
@media print{.receipt-page{background:#fff;padding:0}.receipt-card{box-shadow:none;border:0;border-radius:0;padding:0}.receipt-print-btn,.receipt-proof-btn{display:none!important}}

/* v0.4.9 WhatsApp icon + popup proof trigger */
.btn-whatsapp{gap:9px}
.wa-icon{width:21px;height:21px;flex:0 0 21px}
.link-button{appearance:none;border:0;background:transparent;padding:0;width:100%;font:inherit;cursor:pointer;text-align:center}

/* v0.5.3 — Select2 untuk dropdown customer */
.select2-container{font-size:15px}.select2-container .select2-selection--single{height:48px;border:1px solid var(--line);border-radius:13px;background:#fff;display:flex;align-items:center}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:14px;padding-right:34px;line-height:46px;color:var(--ink)}.select2-container .select2-selection--single .select2-selection__arrow{height:46px;right:8px}.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--single{border-color:var(--red);box-shadow:0 0 0 3px rgba(201,31,43,.09)}.select2-dropdown{border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 16px 44px rgba(35,25,15,.16);z-index:99999}.select2-search--dropdown{padding:9px}.select2-search--dropdown .select2-search__field{border:1px solid var(--line)!important;border-radius:9px;padding:10px!important}.select2-results__option{padding:10px 13px}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background:var(--red)}.select2-container--default .select2-results__option--selected{background:#f7eee6}.swal2-container{z-index:120000!important}.swal2-popup.chiciyaw-toast{width:auto!important;min-width:250px;max-width:min(360px,calc(100vw - 24px));padding:.72rem .9rem!important;border-radius:12px!important}.chiciyaw-toast .swal2-title,.chiciyaw-toast-title{font-size:.86rem!important;font-weight:600!important;line-height:1.35!important;margin:.12rem .4rem!important}

/* v0.5.8 — compact branch header + aligned add buttons */
.menu-wrap{padding-top:18px}
.menu-hero-box{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center;padding:14px 16px;border-radius:20px;margin-bottom:22px;background:#fffaf4}
.menu-branch-photo{width:96px;min-width:96px;aspect-ratio:1/1;border-radius:16px}
.menu-branch-copy{min-width:0}
.menu-branch-topline{display:flex;align-items:center;gap:9px;margin-bottom:4px}
.menu-branch-topline .eyebrow{font-size:10px;letter-spacing:1.5px}
.menu-branch-topline .status-pill{padding:5px 9px;font-size:10px}
.menu-branch-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:14px}
.menu-hero-box .menu-branch-title-row h1{font-size:25px;letter-spacing:-1px;line-height:1.1;margin:0}
.menu-branch-hours{font-size:11px;color:var(--ink);white-space:nowrap}
.menu-branch-address{font-size:13px;line-height:1.4;margin:5px 0 0!important;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.branch-map-link.compact{margin-top:7px;font-size:12px;gap:5px;font-weight:600}
.branch-map-link.compact .map-icon{width:14px;height:14px;flex-basis:14px}

.menu-view-grid2 .product-grid{align-items:stretch}
.menu-view-grid2 .product-card{display:flex;flex-direction:column;height:100%}
.menu-view-grid2 .product-photo{flex:0 0 auto}
.menu-view-grid2 .product-content{display:flex;flex-direction:column;flex:1;min-height:0}
.menu-view-grid2 .product-content h3{line-height:1.18}
.menu-view-grid2 .product-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.menu-view-grid2 .product-bottom{margin-top:auto;padding-top:14px}
.add-product{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:8px 12px;border-radius:10px;line-height:1;font-size:13px;white-space:nowrap}
.add-product-plus{font-size:17px;line-height:1;font-weight:600;transform:translateY(-.5px)}

@media(max-width:820px){
  .menu-wrap{padding-top:12px}
  .menu-hero-box{display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;padding:11px 12px;border-radius:16px;margin-bottom:18px}
  .menu-branch-photo{width:68px;min-width:68px;border-radius:13px}
  .menu-branch-topline{margin-bottom:3px}
  .menu-branch-topline .eyebrow{font-size:9px;letter-spacing:1.2px}
  .menu-branch-topline .status-pill{font-size:9px;padding:4px 7px}
  .menu-hero-box .menu-branch-title-row h1{font-size:20px;letter-spacing:-.6px}
  .menu-branch-title-row{gap:8px}
  .menu-branch-hours{font-size:10px}
  .menu-branch-address{font-size:11px;margin-top:3px!important}
  .branch-map-link.compact{font-size:11px;margin-top:5px}

  .menu-view-grid2 .product-grid{gap:9px}
  .menu-view-grid2 .product-content{padding:10px}
  .menu-view-grid2 .product-content h3{font-size:15px;margin:8px 0 5px;min-height:35px}
  .menu-view-grid2 .product-content p{font-size:11px;line-height:1.35;-webkit-line-clamp:2}
  .menu-view-grid2 .badge{font-size:8px;padding:5px 7px}
  .menu-view-grid2 .product-bottom{display:flex;align-items:center;gap:6px;padding-top:10px;margin-top:auto}
  .menu-view-grid2 .product-bottom strong{display:block;min-width:0;font-size:13px;line-height:1.2;margin:0;flex:1}
  .menu-view-grid2 .add-product{width:auto;min-height:32px;padding:7px 9px;font-size:11px;border-radius:9px;flex:0 0 auto}
  .menu-view-grid2 .add-product-plus{font-size:15px}

  .menu-view-list1 .product-card{grid-template-columns:96px minmax(0,1fr)}
  .menu-view-list1 .product-content{padding:12px;display:flex;flex-direction:column}
  .menu-view-list1 .product-content h3{font-size:17px;margin:6px 0 5px}
  .menu-view-list1 .product-content p{font-size:11px;line-height:1.35}
  .menu-view-list1 .product-bottom{margin-top:auto;padding-top:8px}
}

@media(max-width:420px){
  .menu-branch-hours{display:none}
  .menu-view-grid2 .product-content h3{font-size:14px;min-height:33px}
  .menu-view-grid2 .product-bottom strong{font-size:12px}
  .menu-view-grid2 .add-product span:last-child{display:none}
  .menu-view-grid2 .add-product{width:32px;height:32px;padding:0;border-radius:9px}
  .menu-view-grid2 .add-product-plus{font-size:18px}
}

/* v0.5.9 — realtime menu search + compact order homepage */
.menu-search-shell{position:sticky;top:76px;z-index:18;display:flex;align-items:center;gap:12px;margin:0 0 18px;padding:8px 0 10px;background:rgba(255,253,249,.94);backdrop-filter:blur(12px)}
.menu-search-box{position:relative;display:flex;align-items:center;width:min(560px,100%);height:46px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(50,28,10,.04)}
.menu-search-icon{position:absolute;left:14px;width:19px;height:19px;fill:#81786f;pointer-events:none}
.menu-search-box input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 42px 0 42px;font-size:14px;color:var(--ink);border-radius:14px}
.menu-search-box input::-webkit-search-cancel-button{display:none}
.menu-search-clear{position:absolute;right:8px;width:30px;height:30px;border:0;border-radius:50%;background:#f4efe9;color:#625b54;font-size:20px;line-height:1;cursor:pointer}
.menu-search-meta{font-size:12px;color:var(--muted);white-space:nowrap}
.menu-search-empty{margin:0 0 24px;padding:28px;border:1px dashed var(--line);border-radius:18px;text-align:center;background:#fff}
.menu-search-empty strong,.menu-search-empty span{display:block}.menu-search-empty span{margin-top:5px;color:var(--muted);font-size:13px}
.menu-section[hidden],.product-card[hidden],.menu-search-empty[hidden]{display:none!important}

/* Homepage: prioritize branch selection and reduce vertical footprint. */
.order-home .site-header .header-inner{height:62px}
.order-home .header-logo{max-height:36px}
.order-home .order-intro{padding:16px 0 14px}
.order-home .order-intro h1{font-size:clamp(27px,4vw,40px);letter-spacing:-1.4px;margin:4px 0 5px;line-height:1.05}
.order-home .order-intro p{font-size:14px;line-height:1.45}
.order-home .order-first-section{padding-top:20px;padding-bottom:38px}
.order-home .section-heading.compact-order{margin-bottom:16px}
.order-home .section-heading.compact-order h2{font-size:30px;letter-spacing:-1.2px;margin-top:4px}
.order-home .section-heading.compact-order>p{font-size:13px;line-height:1.4}
.order-home .branch-grid{gap:14px}
.order-home .branch-photo{aspect-ratio:16/7}
.order-home .branch-card-body{padding:15px}
.order-home .branch-card h3{font-size:21px;letter-spacing:-.5px;margin:10px 0 5px}
.order-home .branch-card p{font-size:13px;line-height:1.4;min-height:0}
.order-home .branch-meta{margin:11px 0 0;padding:0;background:transparent;font-size:12px}
.order-home .branch-actions{margin-top:12px;gap:7px;grid-template-columns:auto 1fr}
.order-home .branch-actions .btn{min-height:40px;padding:10px 12px;border-radius:12px;font-size:12px}
.order-home .btn-map{padding-inline:11px}
.order-home .visual-order-section{padding:10px 0}
.order-home .section-mini-title{margin-bottom:7px}
.order-home .section-mini-title strong{font-size:19px}
.order-home .promo-banner{border-radius:20px}
.order-home .hero-order-card{margin:14px auto 28px;border-radius:22px}
.order-home .hero-order-copy{padding:24px}.order-home .hero-order-card h2{font-size:30px;margin:6px 0 8px}

@media(max-width:820px){
  .menu-search-shell{top:64px;margin-bottom:13px;padding:6px 0 8px;display:block}
  .menu-search-box{width:100%;height:43px}
  .menu-search-meta{margin-top:5px;padding-left:2px;font-size:11px}
  .order-home .order-intro{padding:13px 0 11px}
  .order-home .order-intro h1{font-size:29px}
  .order-home .order-intro p{font-size:13px}
  .order-home .order-first-section{padding-top:16px;padding-bottom:28px}
  .order-home .section-heading.compact-order{display:flex;align-items:end;gap:12px;margin-bottom:12px}
  .order-home .section-heading.compact-order h2{font-size:25px}
  .order-home .section-heading.compact-order>p{font-size:11px;max-width:190px;margin:0 0 2px auto;text-align:right}
  .order-home .branch-grid{gap:10px}
}

@media(max-width:640px){
  .order-home .branch-card{display:grid;grid-template-columns:104px minmax(0,1fr);min-height:158px;border-radius:18px}
  .order-home .branch-photo{aspect-ratio:auto;height:100%;min-height:158px}
  .order-home .branch-card-body{padding:12px;min-width:0;display:flex;flex-direction:column}
  .order-home .branch-top{gap:6px}
  .order-home .status-pill{font-size:9px;padding:6px 8px}
  .order-home .branch-code{font-size:10px}
  .order-home .branch-card h3{font-size:18px;margin:7px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .order-home .branch-card p{font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .order-home .branch-meta{font-size:10px;margin-top:6px}
  .order-home .branch-actions{margin-top:auto;padding-top:8px;grid-template-columns:38px minmax(0,1fr);gap:6px}
  .order-home .branch-actions .btn{min-height:36px;padding:8px 9px;font-size:11px;border-radius:10px}
  .order-home .btn-map{width:38px;padding:0}
  .order-home .btn-map span{display:none}
  .order-home .btn-map .map-icon{width:16px;height:16px;margin:0}
  .order-home .section-heading.compact-order>p{display:none}
  .order-home .visual-order-section{padding:7px 0}
  .order-home .section-mini-title strong{font-size:17px}
  .order-home .promo-banner{border-radius:16px}
}

/* v0.6.0 — persistent cart + fixed mobile viewport + bottom navigation */
.public-fixed-viewport{
  overscroll-behavior-x:none;
  -webkit-text-size-adjust:100%;
  touch-action:pan-x pan-y;
}
.public-fixed-viewport input,
.public-fixed-viewport textarea,
.public-fixed-viewport select,
.public-fixed-viewport .select2-search__field{
  font-size:16px!important;
}

[data-branch-card][data-href],
.product-card[data-product-card-click]{cursor:pointer}
[data-branch-card][data-href]:focus-visible,
.product-card[data-product-card-click]:focus-visible{outline:2px solid var(--red);outline-offset:3px}

.customer-bottom-nav{display:none}

@media(max-width:820px){
  body.has-customer-bottom-nav{padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .customer-bottom-nav{
    position:fixed;
    left:0;right:0;bottom:0;
    z-index:37;
    height:calc(64px + env(safe-area-inset-bottom));
    padding:6px 8px calc(6px + env(safe-area-inset-bottom));
    display:grid;
    grid-template-columns:repeat(4,1fr);
    align-items:center;
    background:rgba(255,255,255,.97);
    border-top:1px solid var(--line);
    box-shadow:0 -8px 24px rgba(31,20,10,.08);
    backdrop-filter:blur(16px)
  }
  .customer-nav-item{
    min-width:0;
    height:52px;
    border:0;
    background:transparent;
    color:#8a8179;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    font-size:10px;
    font-weight:600;
    border-radius:12px;
    cursor:pointer
  }
  .customer-nav-item svg{width:20px;height:20px;fill:currentColor}
  .customer-nav-item.active{color:var(--red)}
  .customer-nav-icon-wrap{position:relative;line-height:0}
  .customer-cart-badge{
    position:absolute;
    right:-9px;top:-7px;
    min-width:17px;height:17px;
    padding:0 4px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:var(--red);
    color:#fff;
    font-size:9px;
    font-weight:800;
    border:2px solid #fff;
    line-height:1
  }
  .customer-cart-badge[hidden]{display:none}

  .cart-bar{
    bottom:calc(70px + env(safe-area-inset-bottom));
    z-index:36;
    width:calc(100% - 20px);
    border-radius:15px;
    padding:9px 10px 9px 14px
  }
  .cart-bar small{font-size:10px}
  .cart-bar strong{font-size:14px}
  .cart-bar button{padding:10px 14px;border-radius:10px;font-size:12px}

  .bottom-sheet{padding-bottom:calc(22px + env(safe-area-inset-bottom))}

  /* More compact order homepage */
  .order-home .site-header .header-inner{height:56px}
  .order-home .header-logo{max-height:31px}
  .order-home .header-pill{padding:7px 10px;font-size:10px}
  .order-home .order-intro{padding:9px 0 8px}
  .order-home .order-intro .eyebrow{font-size:9px;letter-spacing:1.35px}
  .order-home .order-intro h1{font-size:25px;line-height:1.03;margin:3px 0 4px}
  .order-home .order-intro p{font-size:11px;line-height:1.35;margin:0}
  .order-home .order-first-section{padding-top:12px;padding-bottom:20px}
  .order-home .section-heading.compact-order{margin-bottom:9px}
  .order-home .section-heading.compact-order h2{font-size:22px;margin-top:2px}
  .order-home .branch-grid{gap:8px}
}

@media(max-width:640px){
  .order-home .branch-card{
    grid-template-columns:88px minmax(0,1fr);
    min-height:132px;
    border-radius:16px
  }
  .order-home .branch-photo{min-height:132px;height:100%}
  .order-home .branch-card-body{padding:10px}
  .order-home .status-pill{font-size:8px;padding:5px 7px}
  .order-home .branch-code{display:none}
  .order-home .branch-card h3{font-size:16px;margin:6px 0 2px}
  .order-home .branch-card p{font-size:10px;line-height:1.28;-webkit-line-clamp:2}
  .order-home .branch-meta{font-size:9px;margin-top:4px}
  .order-home .branch-actions{padding-top:6px;grid-template-columns:34px minmax(0,1fr);gap:5px}
  .order-home .branch-actions .btn{min-height:33px;padding:7px 8px;font-size:10px;border-radius:9px}
  .order-home .btn-map{width:34px}

  .menu-search-shell{top:58px}
  .menu-search-box{height:40px;border-radius:12px}
  .menu-search-box input{font-size:16px!important;padding-left:39px}
  .menu-search-icon{left:12px;width:18px;height:18px}

  .menu-hero-box{grid-template-columns:58px minmax(0,1fr);gap:9px;padding:9px 10px;margin-bottom:12px}
  .menu-branch-photo{width:58px;min-width:58px;border-radius:11px}
  .menu-hero-box .menu-branch-title-row h1{font-size:18px}
  .menu-branch-address{font-size:10px}
  .branch-map-link.compact{font-size:10px;margin-top:4px}
}
.branch-saved-cart{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:#fff0f1;color:var(--red);font-size:9px;font-weight:700;margin-left:3px}
@media(max-width:640px){.branch-saved-cart{padding:3px 6px;font-size:8px}}

/* v0.6.1 — Pesanan Saya + resumable payment */
.payment-rejected-note{display:flex;flex-direction:column;gap:4px;margin:16px 0;padding:13px 15px;border-radius:14px;background:#fff0f1;color:#8e2630;font-size:12px;line-height:1.45}
.payment-rejected-note strong{font-size:13px;color:#b41422}

.my-orders-page{background:#f8f5f0;min-height:100vh}
.my-orders-wrap{padding:22px 0 96px;max-width:760px}
.my-orders-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.my-orders-head h1{font-size:34px;letter-spacing:-1.5px;margin:5px 0 3px}
.my-orders-head p{margin:0;color:var(--muted);font-size:12px}
.my-orders-refresh{width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);display:grid;place-items:center;cursor:pointer}
.my-orders-refresh svg{width:20px;height:20px;fill:currentColor;transition:transform .25s}
.my-orders-refresh.loading svg{animation:order-spin .7s linear infinite}@keyframes order-spin{to{transform:rotate(360deg)}}
.my-order-filters{display:flex;gap:7px;margin-bottom:14px;overflow:auto;scrollbar-width:none}.my-order-filters::-webkit-scrollbar{display:none}
.my-order-filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700;white-space:nowrap;color:#5d554e;cursor:pointer}
.my-order-filters button.active{background:var(--ink);border-color:var(--ink);color:#fff}
.my-orders-list{display:grid;gap:10px}
.my-order-card{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 16px;box-shadow:0 5px 16px rgba(50,28,10,.035);transition:.15s}
.my-order-card:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(50,28,10,.07)}
.my-order-top,.my-order-main,.my-order-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}
.my-order-top>strong{font-size:16px;letter-spacing:-.3px}
.my-order-status{font-size:10px;font-weight:800;padding:6px 9px;border-radius:999px;background:#f2eee8;color:#6c645d}
.my-order-status.confirmed,.my-order-status.processing{background:#fff3d7;color:#8a5d00}
.my-order-status.completed{background:#e8f7ee;color:#18864b}
.my-order-status.cancelled{background:#fff0f1;color:#b41422}
.my-order-meta{font-size:11px;color:var(--muted);margin:5px 0 12px}
.my-order-main{padding:10px 0;border-top:1px dashed #e8ddd0;border-bottom:1px dashed #e8ddd0;font-size:13px}
.my-order-main strong{font-size:17px}
.my-order-foot{padding-top:10px}
.payment-mini{font-size:10px;font-weight:750;color:#786f67}.payment-mini.uploaded{color:#b06b00}.payment-mini.verified{color:#18864b}.payment-mini.rejected{color:#b41422}
.my-order-open{font-size:11px;color:var(--red);font-weight:750}
.my-orders-empty{text-align:center;background:#fff;border:1px dashed var(--line);border-radius:20px;padding:42px 24px;margin-top:8px}
.my-orders-empty[hidden]{display:none}.empty-order-icon{width:58px;height:58px;border-radius:18px;background:#fff0f1;color:var(--red);display:grid;place-items:center;margin:0 auto 13px}.empty-order-icon svg{width:28px;height:28px;fill:currentColor}
.my-orders-empty h2{margin:0 0 6px;font-size:22px}.my-orders-empty p{margin:0 auto 18px;color:var(--muted);font-size:13px;line-height:1.5;max-width:330px}
.my-orders-note{margin-top:14px;text-align:center;color:#988f87;font-size:10px;line-height:1.45}

@media(max-width:820px){
  .my-orders-wrap{padding:14px 12px calc(82px + env(safe-area-inset-bottom));width:100%}
  .my-orders-head{margin-bottom:10px}
  .my-orders-head .eyebrow{font-size:9px;letter-spacing:1.25px}
  .my-orders-head h1{font-size:25px;letter-spacing:-1px;margin:3px 0 2px}
  .my-orders-head p{font-size:10px}
  .my-orders-refresh{width:38px;height:38px;border-radius:12px}
  .my-order-filters{margin-bottom:10px}
  .my-order-filters button{padding:8px 12px;font-size:11px}
  .my-orders-list{gap:8px}
  .my-order-card{border-radius:15px;padding:12px 13px}
  .my-order-top>strong{font-size:14px}
  .my-order-status{font-size:9px;padding:5px 8px}
  .my-order-meta{font-size:10px;margin:4px 0 9px}
  .my-order-main{padding:8px 0;font-size:11px}
  .my-order-main strong{font-size:15px}
  .my-order-foot{padding-top:8px}
  .payment-mini,.my-order-open{font-size:9px}
  .my-orders-empty{padding:34px 20px}
}

/* v0.6.2 — order status timeline */
.my-order-status.ready{background:#e9f2ff;color:#2563a5}
.my-order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;margin:9px 0 10px;padding:0 2px}
.my-order-progress:before{content:"";position:absolute;left:9%;right:9%;top:6px;height:2px;background:#ece5dd;z-index:0}
.my-order-progress-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;color:#9b9289;text-align:center}
.my-order-progress-step i{width:12px;height:12px;border-radius:50%;background:#eee7df;border:2px solid #fff;box-shadow:0 0 0 1px #e3d9ce}
.my-order-progress-step small{font-size:8px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.my-order-progress-step.done i,.my-order-progress-step.current i{background:var(--red);box-shadow:0 0 0 1px var(--red)}
.my-order-progress-step.done,.my-order-progress-step.current{color:#5b5149}
.my-order-progress-step.current small{font-weight:750;color:var(--ink)}
.my-order-progress.is-rejected .my-order-progress-step.current i,.my-order-progress.is-cancelled .my-order-progress-step.current i{background:#b41422;box-shadow:0 0 0 1px #b41422}

.receipt-progress-wrap{margin:0 0 18px;padding:14px;border:1px solid #eadfce;border-radius:16px;background:#fffaf4}
.receipt-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}
.receipt-progress-head>div{display:flex;flex-direction:column;gap:3px}.receipt-progress-head small{font-size:9px;letter-spacing:.8px;color:#94877b}.receipt-progress-head strong{font-size:14px;font-weight:700}
.receipt-cancelled{font-size:10px;font-weight:750;color:#b41422;background:#fff0f1;border-radius:999px;padding:6px 9px}
.receipt-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}
.receipt-progress:before{content:"";position:absolute;left:9%;right:9%;top:7px;height:2px;background:#e9dfd4;z-index:0}
.receipt-progress-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;color:#998e84;min-width:0}
.receipt-progress-step i{width:14px;height:14px;border-radius:50%;background:#eee7df;border:2px solid #fff;box-shadow:0 0 0 1px #ded3c7}
.receipt-progress-step span{font-size:9px;line-height:1.15}.receipt-progress-step small{font-size:8px;color:#aaa096}
.receipt-progress-step.done i,.receipt-progress-step.current i{background:var(--red);box-shadow:0 0 0 1px var(--red)}
.receipt-progress-step.done span,.receipt-progress-step.current span{color:#463d36}.receipt-progress-step.current span{font-weight:750}
.receipt-progress.is-rejected .receipt-progress-step.current i,.receipt-progress.is-cancelled .receipt-progress-step.current i{background:#b41422;box-shadow:0 0 0 1px #b41422}
.receipt-progress-alert{margin-top:12px;padding:9px 10px;border-radius:10px;background:#fff4db;color:#7b5b13;font-size:10px;line-height:1.45}.receipt-progress-alert.cancelled{background:#fff0f1;color:#a31b25}

@media(max-width:560px){
  .my-order-progress{margin:7px 0 8px}.my-order-progress-step small{font-size:7px}
  .receipt-progress-wrap{padding:12px 10px}.receipt-progress-step span{font-size:7.5px}.receipt-progress-step small{font-size:7px}.receipt-progress-head strong{font-size:13px}
}

/* v0.6.3 — optional customer account + desktop customer navigation */
.customer-desktop-nav{display:flex;align-items:center;justify-content:center;gap:4px;margin-left:auto}
.customer-desktop-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 11px;border-radius:11px;color:#6f675f;font-size:12px;font-weight:650;white-space:nowrap;transition:.15s}
.customer-desktop-nav a:hover{background:#fff5f5;color:var(--red)}
.customer-desktop-nav a.active{background:#fff0f1;color:var(--red);font-weight:750}
.customer-desktop-nav .customer-account-link{border:1px solid var(--line);margin-left:4px;background:#fff}
.header-inner>.header-pill,.header-inner>.small-pill{flex:0 0 auto}

.checkout-account-hint{display:flex;align-items:flex-start;gap:8px;margin:-4px 0 15px;padding:10px 11px;border-radius:12px;background:#fff8eb;border:1px solid #f1e4ca}
.checkout-account-hint>span{flex:0 0 auto;font-size:9px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;background:#fff;color:#8d6a24;border:1px solid #ead8b4;border-radius:999px;padding:4px 6px}
.checkout-account-hint p{margin:0;font-size:11px;line-height:1.45;color:#756a5f}
.checkout-account-hint a{color:var(--red);font-weight:750}
.checkout-sheet input[readonly]{background:#f7f3ed;color:#5f5750}

.customer-account-page{background:#fffaf4;min-height:100vh}
.customer-account-wrap{padding:28px 0 110px}
.customer-account-card{width:min(720px,100%);margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 36px rgba(50,28,10,.07)}
.customer-account-card h1{margin:6px 0 8px;font-size:30px;line-height:1.05;letter-spacing:-1.3px}
.customer-account-card p{margin:0;color:var(--muted);line-height:1.55}
.account-intro-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.65fr);gap:20px;align-items:center}
.account-mini-benefits{display:flex;flex-direction:column;gap:7px;padding:14px;border-radius:16px;background:#fff8eb;border:1px solid #f0e3cd;color:#62594f;font-size:12px;font-weight:650}
.account-mode-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:22px 0 16px;padding:4px;border-radius:14px;background:#f4efe8}
.account-mode-tabs a{padding:10px;border-radius:10px;text-align:center;font-size:13px;font-weight:700;color:#776f68}
.account-mode-tabs a.active{background:#fff;color:var(--red);box-shadow:0 3px 10px rgba(45,25,10,.08)}
.customer-account-form{max-width:440px}
.customer-account-form .form-group{margin-bottom:13px}
.customer-account-form .btn{min-height:46px;border-radius:13px}
.account-privacy-note{max-width:520px;margin-top:13px!important;font-size:11px!important;color:#91877e!important}
.account-error{margin-bottom:14px;padding:11px 13px;border-radius:12px;background:#fff0f1;color:#9f1d28;font-size:12px;border:1px solid #ffd6da}
.customer-account-avatar{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#fff0f1;color:var(--red);margin-bottom:14px}
.customer-account-avatar svg{width:24px;height:24px;fill:currentColor}
.account-stat-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.account-stat-card{min-height:110px;border:1px solid var(--line);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:4px;background:#fffaf4}
.account-stat-card small{font-size:10px;color:#8c8279;text-transform:uppercase;letter-spacing:.7px}
.account-stat-card strong{font-size:22px;line-height:1.1}
.account-stat-card span{margin-top:auto;font-size:11px;color:var(--red);font-weight:700}
.account-stat-card.muted span{color:#91877e}
.account-logout-form{margin-top:18px}
.account-logout-btn{background:#f3eee8;color:#675e56;padding:11px 15px;border-radius:12px;font-size:12px;box-shadow:none}

.my-orders-account-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px 12px;border:1px solid #dbeee1;background:#f3fbf5;border-radius:14px}
.my-orders-account-strip>div{display:flex;align-items:center;gap:9px;min-width:0}
.my-orders-account-strip .account-dot{width:9px;height:9px;border-radius:50%;background:#1b9b58;box-shadow:0 0 0 4px rgba(27,155,88,.10);flex:0 0 auto}
.my-orders-account-strip p{margin:0;display:flex;flex-direction:column;min-width:0}
.my-orders-account-strip strong{font-size:11px}
.my-orders-account-strip small{font-size:9px;color:#6f776f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.my-orders-account-strip>a{font-size:11px;font-weight:750;color:#14743f;white-space:nowrap}
.my-orders-account-strip.guest{background:#fff8eb;border-color:#f0e2c8}
.my-orders-account-strip.guest .account-dot{background:#e5a318;box-shadow:0 0 0 4px rgba(229,163,24,.10)}
.my-orders-account-strip.guest>a{color:#9a6810}

@media(max-width:980px) and (min-width:821px){
  .customer-desktop-nav a{padding:8px 8px;font-size:11px}
  .header-inner>.header-pill,.header-inner>.small-pill{display:none}
}

@media(max-width:820px){
  .customer-desktop-nav{display:none}
  .customer-bottom-nav{grid-template-columns:repeat(5,1fr)}
  .customer-nav-item{font-size:9px;gap:2px}
  .customer-nav-item svg{width:19px;height:19px}
  .customer-account-wrap{padding:14px 0 92px}
  .customer-account-card{border-radius:18px;padding:17px}
  .customer-account-card h1{font-size:24px}
  .account-intro-row{grid-template-columns:1fr;gap:12px}
  .account-mini-benefits{padding:10px 11px;font-size:10px;gap:5px}
  .account-mode-tabs{margin:16px 0 13px}
  .account-stat-row{grid-template-columns:1fr 1fr;gap:7px}
  .account-stat-card{min-height:94px;padding:11px;border-radius:13px}
  .account-stat-card strong{font-size:17px}
  .my-orders-account-strip{margin-bottom:9px;padding:9px 10px}
}

@media(max-width:430px){
  .account-stat-row{grid-template-columns:1fr}
  .account-stat-card{min-height:82px}
}

/* v0.6.4 — customer name + zero-repeat checkout for signed-in users */
.checkout-account-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 13px;padding:11px 12px;border:1px solid #dbeee1;background:#f4fbf6;border-radius:13px}
.checkout-account-summary>div{display:flex;flex-direction:column;gap:2px;min-width:0}
.checkout-account-summary small{font-size:9px;text-transform:uppercase;letter-spacing:.65px;color:#6f8174}
.checkout-account-summary strong{font-size:13px;line-height:1.2;color:#2d3d32;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.checkout-account-summary span{font-size:10px;color:#778178}
.checkout-account-summary>a{flex:0 0 auto;padding:6px 9px;border-radius:9px;background:#fff;border:1px solid #d9e9dd;color:#247446;font-size:10px;font-weight:750}
.account-signed-in .account-phone{margin:-2px 0 8px!important;font-size:12px;color:#8c8178}
@media(max-width:560px){
  .checkout-account-summary{padding:9px 10px;margin-bottom:10px;border-radius:11px}
  .checkout-account-summary strong{font-size:12px}
}

/* v0.6.6 — navigation safety + controlled order detail */
.customer-context-row,.receipt-context-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.customer-context-row>span,.receipt-context-inner>span{font-size:11px;color:#8c8178;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-context-back{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#5f5750;font-size:12px;font-weight:750;box-shadow:0 4px 12px rgba(50,28,10,.035)}
.customer-context-back:hover{color:var(--red);border-color:#e7c9cc}
.receipt-context-bar{position:sticky;top:72px;z-index:24;background:rgba(246,241,233,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(234,223,206,.75)}
.receipt-context-inner{height:54px;margin-bottom:0}
.receipt-page.has-customer-bottom-nav{padding-top:0;padding-left:14px;padding-right:14px;padding-bottom:30px}
.receipt-page.has-customer-bottom-nav .receipt-shell{margin-top:22px}
.receipt-page.receipt-embed{padding:0;background:#fff;overflow-x:hidden}
.receipt-page.receipt-embed .receipt-shell{width:100%;margin:0}
.receipt-page.receipt-embed .receipt-card{border:0;border-radius:0;box-shadow:none;min-height:100vh}

.customer-order-modal[hidden]{display:none!important}
.customer-order-modal{position:fixed;inset:0;z-index:85;display:grid;place-items:center;padding:22px}
.customer-order-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(22,17,14,.58);backdrop-filter:blur(3px);cursor:default}
.customer-order-modal-panel{position:relative;z-index:1;width:min(650px,100%);height:min(820px,calc(100dvh - 44px));background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28);display:grid;grid-template-rows:auto 1fr}
.customer-order-modal-head{min-height:58px;padding:10px 12px 10px 16px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}
.customer-order-modal-head>div{display:flex;flex-direction:column;gap:2px;min-width:0}.customer-order-modal-head small{font-size:8px;letter-spacing:1px;color:var(--red);font-weight:800}.customer-order-modal-head strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.customer-order-modal-close{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:12px;background:#f2eee8;color:#514a44;font-size:24px;line-height:1;cursor:pointer}
.customer-order-modal-frame{width:100%;height:100%;border:0;background:#fff}
.customer-order-modal-loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:0 7px 20px rgba(50,28,10,.08);font-size:11px;color:#756c64}
body.order-detail-open{overflow:hidden}

.proof-card>.btn{margin-top:14px;background:#f3eee8;color:#5f5750;box-shadow:none}

@media(max-width:820px){
  .payment-wrap,.proof-wrap{padding-top:14px;padding-bottom:96px}
  .customer-context-row{margin-bottom:9px}
  .customer-context-back{min-height:34px;padding:7px 10px;border-radius:10px;font-size:10px}
  .customer-context-row>span{font-size:9px}
  .receipt-context-bar{top:56px}
  .receipt-context-inner{height:44px}
  .receipt-page.has-customer-bottom-nav{padding:0 0 calc(82px + env(safe-area-inset-bottom))}
  .receipt-page.has-customer-bottom-nav .receipt-shell{margin-top:0}
  .receipt-page.has-customer-bottom-nav .receipt-card{padding-top:18px}
  .customer-order-modal{padding:0;align-items:end}
  .customer-order-modal-panel{width:100%;height:min(88dvh,860px);border-radius:24px 24px 0 0}
  .customer-order-modal-head{min-height:54px;padding:9px 10px 9px 14px}
  .customer-order-modal-close{width:36px;height:36px;flex-basis:36px;border-radius:11px}
}

@media print{
  .receipt-page .site-header,.receipt-context-bar,.customer-bottom-nav{display:none!important}
  .receipt-page.has-customer-bottom-nav{padding:0}
  .receipt-page.has-customer-bottom-nav .receipt-shell{margin:0}
}

/* v0.6.7 — profil customer */
.customer-account-summary{display:flex;align-items:center;gap:13px;margin-bottom:4px}
.customer-account-summary .customer-account-avatar{margin:0;flex:0 0 auto}
.account-stat-phone{font-size:16px!important;letter-spacing:-.2px}
.account-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.account-settings-card{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fffaf4;min-width:0}
.account-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:13px}
.account-settings-head strong{display:block;font-size:15px}
.account-settings-head small{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.4}
.account-settings-card .form-group{margin-bottom:11px}
.account-settings-card label{display:block;font-size:11px;font-weight:750;color:#5c544d}
.account-settings-card input{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:11px 12px;font-size:13px;color:var(--ink)}
.account-settings-card input[readonly]{background:#f4efe8;color:#857b72}
.account-settings-card .btn{width:100%;min-height:42px;border-radius:11px;font-size:12px}
.account-field-note{display:block;margin-top:6px;color:#958a80;font-size:9px;line-height:1.4}
.account-security-note{margin-top:12px;padding:10px 12px;border-radius:12px;background:#fff8eb;border:1px solid #f0e3cd;color:#7d6a4f;font-size:10px;line-height:1.5}
@media(max-width:680px){
  .account-settings-grid{grid-template-columns:1fr;gap:9px}
  .account-settings-card{padding:13px;border-radius:15px}
  .customer-account-summary{gap:10px}
  .account-stat-phone{font-size:13px!important}
}

/* v0.7.0 — customer sold-out states */
.product-card.is-sold-out{cursor:default!important;background:#fbfaf8}.product-card.is-sold-out .product-photo img{filter:grayscale(.25);opacity:.62}.product-card.is-sold-out .product-content{opacity:.72}.product-photo{position:relative}.product-sold-overlay{position:absolute;left:10px;top:10px;display:inline-flex;align-items:center;justify-content:center;padding:6px 9px;border-radius:999px;background:rgba(22,19,15,.88);color:#fff;font-size:10px;font-weight:800;letter-spacing:.8px;z-index:2}.add-product:disabled{cursor:not-allowed;background:#b8b1aa;color:#fff;opacity:1}.option-btn.sold-out,.option-btn:disabled{cursor:not-allowed;background:#f6f3ef;border-color:#e5dfd8;color:#9b948d;box-shadow:none}.option-btn.sold-out small{color:#b42318;font-weight:700}.select2-container--default .select2-results__option[aria-disabled=true]{color:#a59d95;background:#f8f6f3}
@media(max-width:820px){.product-sold-overlay{left:7px;top:7px;padding:5px 7px;font-size:8px}.menu-view-grid2 .product-card.is-sold-out .product-bottom strong{opacity:.75}}
.checkout-error-wrap{min-height:calc(100vh - 120px);display:grid;place-items:center;padding-top:36px;padding-bottom:80px}.checkout-error-card{width:min(520px,100%);padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;text-align:center;box-shadow:0 18px 50px rgba(50,28,10,.08)}.checkout-error-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#fff0f0;color:var(--red);font-size:24px;font-weight:800}.checkout-error-card h1{font-size:26px;line-height:1.12;margin:7px 0 10px}.checkout-error-card p{color:var(--muted);line-height:1.55;margin:0 auto 20px;max-width:420px}.checkout-error-home{display:inline-block;margin-top:14px;color:var(--muted);font-size:12px;font-weight:700}@media(max-width:620px){.checkout-error-wrap{padding:18px 12px 100px;align-items:start}.checkout-error-card{padding:22px 16px;border-radius:18px}.checkout-error-card h1{font-size:21px}}

/* v0.8.6 — estimasi proses customer */
.my-order-prep{display:flex;align-items:center;gap:8px;margin:-2px 0 9px;padding:8px 10px;border-radius:11px;background:#fff7df;color:#83580b;font-size:10px}.my-order-prep>span{color:#8f7a59}.my-order-prep>strong{font-size:11px;margin-left:auto}.my-order-prep>small{font-weight:750}.my-order-prep.is-due{background:#eef9f2;color:#187b46}.receipt-prep-estimate{display:grid;grid-template-columns:1fr auto;gap:3px 10px;margin-top:12px;padding:10px 11px;border-radius:11px;background:#fff2d4;color:#714d0a}.receipt-prep-estimate span{font-size:9px;text-transform:uppercase;letter-spacing:.6px}.receipt-prep-estimate strong{font-size:13px}.receipt-prep-estimate small{grid-column:1/-1;font-size:10px;font-weight:700}
@media(max-width:600px){.my-order-prep{padding:7px 8px;font-size:9px}.my-order-prep>strong{font-size:10px}.receipt-prep-estimate{padding:9px 10px}}

/* v0.9.1 — Paket Promo dengan komposisi & pilihan per item */
.package-choice-group{margin-top:4px}
.package-choice-list{display:grid;gap:10px}
.package-choice-slot{border:1px solid #eadfd6;border-radius:14px;background:#fffaf5;padding:11px 12px}
.package-choice-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}
.package-choice-title strong{font-size:14px;line-height:1.3}.package-choice-title small{font-size:11px;color:#7a6658;text-align:right;line-height:1.3}
.package-choice-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.package-choice-field{min-width:0}.package-choice-field>span{display:block;font-size:11px;color:#75665c;margin-bottom:4px}
.checkout-item small{line-height:1.4}
.order-package-components{margin:5px 0 0 18px;padding-left:10px;border-left:2px solid #eadfd6;display:grid;gap:3px}
.order-package-component{display:block!important;padding:0!important;border:0!important;font-size:12px;color:#6f6259}
.order-package-component strong{font-size:12px;color:#4d4037;font-weight:600}.order-package-component small{display:block;margin-top:1px}
@media(max-width:620px){.package-choice-fields{grid-template-columns:1fr}.package-choice-slot{padding:10px}.package-choice-title{display:block}.package-choice-title small{display:block;text-align:left;margin-top:2px}}

/* v0.9.2 — extra / topping / saus */
.addon-choice-group{margin-top:14px}
.addon-choice-group>label{display:flex;align-items:center;gap:6px}
.addon-choice-group>label small{font-weight:500;color:var(--muted,#777)}
.addon-choice-list{display:grid;gap:8px;margin-top:8px}
.addon-choice-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(120,80,55,.16);border-radius:14px;padding:10px 11px;background:#fff}
.addon-choice-row.selected{border-color:rgba(185,28,28,.35);box-shadow:0 0 0 1px rgba(185,28,28,.08) inset}
.addon-choice-row.is-sold-out{opacity:.55;background:#f7f5f2}
.addon-choice-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.addon-choice-copy strong{font-size:.92rem;line-height:1.25}
.addon-choice-copy small{font-size:.74rem;color:#776f69}
.addon-qty-control{display:grid;grid-template-columns:30px 28px 30px;align-items:center;flex:0 0 auto;border:1px solid rgba(120,80,55,.14);border-radius:10px;overflow:hidden}
.addon-qty-control button{width:30px;height:30px;border:0;background:#fff;font-size:1.05rem;font-weight:800;cursor:pointer}
.addon-qty-control button:disabled{cursor:not-allowed;opacity:.45}
.addon-qty-control strong{text-align:center;font-size:.84rem}
.order-addon-components{display:flex;flex-direction:column;gap:3px;margin-top:5px;padding-left:10px}
.order-addon-component{display:flex!important;flex-direction:column;gap:0!important;font-size:.78rem;color:#6f625a}
.order-addon-component strong{font-size:.78rem;font-weight:700;color:#6f625a}
.order-addon-component small{font-size:.7rem;color:#94877f}
@media(max-width:640px){.addon-choice-row{padding:9px 10px}.addon-choice-copy small{font-size:.7rem}}

/* v0.9.3 — Landing Page Final Polish */
.landing-final{background:#fffdf9}
.landing-final main{overflow:hidden}
.landing-final .site-header{background:rgba(255,253,249,.94)}
.landing-final .landing-header-cta{background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(201,31,43,.18)}

.landing-hero{position:relative;padding:34px 0 22px;background:radial-gradient(circle at 86% 18%,rgba(255,207,46,.22),transparent 29%),linear-gradient(180deg,#fff5e2 0%,#fffdf9 100%)}
.landing-hero:before{content:"";position:absolute;left:-120px;top:-170px;width:340px;height:340px;border-radius:50%;background:rgba(201,31,43,.055);pointer-events:none}
.landing-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:42px;position:relative}
.landing-hero-copy{padding:18px 0}
.landing-hero-copy h1{max-width:720px;font-size:clamp(44px,6vw,76px);line-height:.94;letter-spacing:-3.8px;margin:12px 0 18px;font-weight:750}
.landing-hero-copy p{max-width:610px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.landing-hero-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:24px}
.landing-hero-actions .btn{min-height:48px;padding:13px 20px;border-radius:14px}
.landing-btn-secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:0 6px 18px rgba(50,28,10,.04)}
.landing-btn-secondary:hover{border-color:#d8cbbb;background:#fffaf3}
.landing-availability{display:flex;align-items:center;gap:7px;margin-top:18px;font-size:12px;color:var(--muted)}
.landing-availability strong{color:var(--ink);font-weight:700}.landing-live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(24,134,75,.1)}
.landing-hero-media{height:440px;border:1px solid rgba(234,223,206,.9);border-radius:30px;background:#fff;padding:10px;box-shadow:0 24px 60px rgba(72,38,9,.12);display:grid;place-items:center;overflow:hidden}
.landing-hero-media img{width:100%;height:100%;object-fit:contain;border-radius:21px;background:#fff6eb}

.landing-howto{padding:0 0 18px;background:#fffdf9}
.landing-howto-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(50,28,10,.04)}
.landing-howto-grid>div{position:relative;display:grid;grid-template-columns:32px 1fr;column-gap:9px;row-gap:1px;align-items:center;padding:14px 16px;border-right:1px solid var(--line)}
.landing-howto-grid>div:last-child{border-right:0}
.landing-howto-grid span{grid-row:1/3;width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#fff0f1;color:var(--red);font-size:11px;font-weight:800}
.landing-howto-grid strong{font-size:12px;font-weight:700}.landing-howto-grid small{font-size:10px;color:var(--muted)}

.landing-quick-nav{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding-top:4px;padding-bottom:10px}.landing-quick-nav::-webkit-scrollbar{display:none}
.landing-quick-nav a{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:650;color:#615950}
.landing-quick-nav a:hover{color:var(--red);border-color:#e3b8bc;background:#fff7f7}

.landing-final .order-first-section{padding-top:22px;padding-bottom:28px}
.landing-final .branch-card{padding:0;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.landing-final .branch-card[data-href]:hover{transform:translateY(-3px);border-color:#e2cdbb;box-shadow:0 16px 34px rgba(45,25,10,.09)}
.landing-final .branch-photo{overflow:hidden;background:#f7eee2}
.landing-final .branch-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.landing-final .branch-card[data-href]:hover .branch-photo img{transform:scale(1.025)}
.landing-final .branch-actions .btn-map{background:#f7f2ec;color:#574f48;border:0}
.landing-final .map-icon{width:17px;height:17px;fill:currentColor}
.landing-empty-state{border:1px dashed var(--line);border-radius:18px;padding:28px;text-align:center;background:#fff}.landing-empty-state strong,.landing-empty-state span{display:block}.landing-empty-state span{margin-top:4px;color:var(--muted);font-size:13px}

.landing-final .visual-order-section{padding:11px 0}
.landing-showcase-card{min-height:330px;display:grid;grid-template-columns:minmax(250px,.68fr) minmax(0,1.32fr);align-items:stretch;border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(50,28,10,.05)}
.landing-showcase-card.reverse{grid-template-columns:minmax(0,1.32fr) minmax(250px,.68fr)}
.landing-showcase-card.reverse .landing-showcase-copy{order:2}.landing-showcase-card.reverse .landing-showcase-media{order:1}
.landing-showcase-copy{display:flex;flex-direction:column;justify-content:center;padding:30px}
.landing-showcase-copy h2{font-size:30px;line-height:1.05;letter-spacing:-1.4px;margin:7px 0 10px;font-weight:700}
.landing-showcase-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.landing-showcase-copy>a{margin-top:17px;color:var(--red);font-size:12px;font-weight:750}
.landing-showcase-media{min-width:0;max-height:430px;background:#f8eee3;display:grid;place-items:center;overflow:hidden}
.landing-showcase-media img{width:100%;height:100%;object-fit:contain;background:#fff}
.landing-showcase-media.portrait-media{background:#a91820}
.landing-showcase-media.portrait-media img{object-fit:contain}
.landing-showcase-card.promo-card .landing-showcase-media{background:#fff4e6}

.landing-final-cta{margin-top:22px;margin-bottom:34px;padding:28px 30px;border-radius:22px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}
.landing-final-cta .eyebrow{color:#ffcf2e}.landing-final-cta h2{font-size:30px;letter-spacing:-1.3px;margin:5px 0 6px}.landing-final-cta p{margin:0;color:#c9c2bb;font-size:13px}.landing-final-cta .btn{flex:0 0 auto}

@media(max-width:900px){
  .landing-hero-grid{grid-template-columns:1fr .9fr;gap:22px}.landing-hero-copy h1{font-size:46px;letter-spacing:-2.7px}.landing-hero-media{height:360px}
  .landing-showcase-card,.landing-showcase-card.reverse{grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr)}
}
@media(max-width:820px){
  .landing-final .landing-header-cta{display:inline-flex}
  .landing-hero{padding:17px 0 12px}.landing-hero-grid{grid-template-columns:1fr;gap:14px}.landing-hero-copy{padding:6px 0 0}.landing-hero-copy h1{font-size:36px;letter-spacing:-2px;margin:7px 0 10px}.landing-hero-copy p{font-size:13px;line-height:1.5}.landing-hero-actions{margin-top:15px}.landing-hero-actions .btn{min-height:42px;padding:11px 15px;font-size:12px}.landing-availability{margin-top:12px;font-size:10px}
  .landing-hero-media{height:auto;max-height:none;padding:7px;border-radius:20px}.landing-hero-media img{height:auto;max-height:470px;border-radius:14px}
  .landing-howto{padding-bottom:9px}.landing-howto-grid{grid-template-columns:repeat(2,1fr);border-radius:14px}.landing-howto-grid>div{padding:10px 11px;border-bottom:1px solid var(--line)}.landing-howto-grid>div:nth-child(2){border-right:0}.landing-howto-grid>div:nth-last-child(-n+2){border-bottom:0}.landing-howto-grid span{width:24px;height:24px;border-radius:8px}.landing-howto-grid strong{font-size:11px}.landing-howto-grid small{font-size:9px}
  .landing-quick-nav{padding-bottom:7px}
  .landing-showcase-card,.landing-showcase-card.reverse{min-height:0;grid-template-columns:1fr}.landing-showcase-card.reverse .landing-showcase-copy,.landing-showcase-card.reverse .landing-showcase-media{order:initial}.landing-showcase-copy{padding:18px 18px 16px}.landing-showcase-copy h2{font-size:22px;letter-spacing:-.8px;margin:5px 0 7px}.landing-showcase-copy p{font-size:11px;line-height:1.5}.landing-showcase-copy>a{margin-top:11px;font-size:11px}.landing-showcase-media{max-height:none}.landing-showcase-media img{height:auto;max-height:560px}
  .landing-final-cta{padding:20px;border-radius:18px}.landing-final-cta h2{font-size:23px}
}
@media(max-width:640px){
  .landing-final .site-header .header-inner{gap:9px}.landing-final .landing-header-cta{padding:7px 9px;font-size:9px}
  .landing-hero-copy h1{font-size:32px;line-height:.98}.landing-hero-copy p{font-size:12px}.landing-hero-actions{gap:7px}.landing-hero-actions .btn{flex:1 1 0;min-width:0;padding-inline:9px}
  .landing-hero-media img{max-height:420px}
  .landing-howto-grid>div{grid-template-columns:26px 1fr;column-gap:6px;padding:9px 8px}.landing-howto-grid small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .landing-final .order-first-section{padding-top:13px;padding-bottom:17px}.landing-final .section-heading.compact-order h2{font-size:21px}
  .landing-final .branch-card{grid-template-columns:84px minmax(0,1fr)}
  .landing-final .visual-order-section{padding:6px 0}.landing-showcase-card{border-radius:17px}.landing-showcase-copy{padding:15px}.landing-showcase-copy h2{font-size:20px}
  .landing-final-cta{display:block;margin-top:13px;margin-bottom:20px;padding:18px}.landing-final-cta p{font-size:11px}.landing-final-cta .btn{width:100%;margin-top:14px;min-height:42px}
}
