:root{--site-bg:#fff;--site-card:#fff;--site-soft:#f5f5f3;--site-text:#171717;--site-muted:#70736f;--site-line:#e7e7e2;--site-accent:#ef3d3d;--site-accent-text:#fff;--site-primary:#171717;--site-highlight:#ef3d3d;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}html.modal-open,html.modal-open body{overflow:hidden}body{margin:0;font:15px/1.5 var(--site-font,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);background:var(--site-bg);color:var(--site-text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-head{position:sticky;top:0;z-index:80;background:color-mix(in srgb,var(--site-bg) 94%,transparent);border-bottom:1px solid var(--site-line);backdrop-filter:blur(14px)}.head-inner{height:68px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px;letter-spacing:-.02em}.brand-logo{width:36px;height:36px;object-fit:contain;border-radius:10px}.site-nav{display:flex;gap:20px;font-size:13px;font-weight:800}.head-spacer{flex:1}.cart-pill,.btn{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--site-line);border-radius:11px;padding:10px 15px;background:var(--site-card);color:var(--site-text);font-weight:850;cursor:pointer}.btn.primary{background:var(--site-accent);border-color:var(--site-accent);color:var(--site-accent-text)}.btn.disabled,.btn[disabled],button[disabled]{opacity:.5;pointer-events:none}.hero{padding:26px 0 18px}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:430px;border:1px solid var(--site-line);border-radius:28px;overflow:hidden;background:var(--site-card)}.hero-card{padding:48px;display:flex;flex-direction:column;justify-content:center;background:var(--site-soft)}.restaurant-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--site-muted);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.07em}.hero h1{font-size:clamp(44px,6vw,76px);line-height:.94;letter-spacing:-.055em;margin:10px 0 18px}.hero p{max-width:590px;color:var(--site-muted);font-size:17px;margin:0 0 22px}.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-order-btn{min-width:126px}.hero-address{font-size:12px;color:var(--site-muted);max-width:290px}.hero-image{min-height:360px;background:var(--site-soft);overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-placeholder,.food-placeholder{width:100%;height:100%;display:grid;place-items:center;font-weight:950;letter-spacing:.08em;color:var(--site-muted);background:var(--site-soft)}.store-closed-banner{margin-top:16px;padding:11px 13px;border-radius:11px;background:#fff0f0;color:#9d2929;border:1px solid #efcece;font-weight:800}.featured-strip{padding:4px 0 20px}.section-head-customer{font-size:13px;font-weight:900;margin:8px 0 12px}.featured-products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.featured-card{display:grid;grid-template-columns:76px 1fr;align-items:center;gap:10px;padding:8px;border:1px solid var(--site-line);background:var(--site-card);border-radius:14px}.featured-card img{width:76px;height:66px;object-fit:cover;border-radius:10px}.featured-card b,.featured-card span{display:block}.featured-card b{font-size:13px;line-height:1.25}.featured-card span{font-size:12px;font-weight:900;margin-top:4px}.menu-tools{position:sticky;top:68px;z-index:60;background:color-mix(in srgb,var(--site-bg) 96%,transparent);border-top:1px solid transparent;border-bottom:1px solid var(--site-line);backdrop-filter:blur(12px)}.menu-tools .container{display:grid;grid-template-columns:minmax(200px,320px) 1fr;align-items:center;gap:14px;padding-top:10px;padding-bottom:10px}.menu-search{display:flex;align-items:center;gap:8px;border:1px solid var(--site-line);background:var(--site-card);border-radius:999px;padding:8px 13px}.menu-search input{width:100%;border:0;outline:0;background:transparent;color:var(--site-text)}.category-nav{display:flex;gap:7px;overflow:auto;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav a{white-space:nowrap;border:1px solid var(--site-line);border-radius:999px;padding:8px 13px;background:var(--site-card);font-size:12px;font-weight:850}.section{padding:28px 0}.menu-content{padding-top:14px}.menu-section{scroll-margin-top:150px;margin:14px 0 38px}.menu-section-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.menu-section-title h2{font-size:29px;letter-spacing:-.035em;margin:0}.menu-section-title span{font-size:12px;color:var(--site-muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{position:relative;border:1px solid var(--site-line);border-radius:18px;overflow:hidden;background:var(--site-card);transition:transform .16s,box-shadow .16s}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.06)}.product-card .pic{display:block;aspect-ratio:1/1;background:var(--site-soft);overflow:hidden}.product-card .pic img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .pic img{transform:scale(1.02)}.product-body{padding:13px}.product-name{font-weight:900;line-height:1.22;display:block}.product-desc{font-size:13px;color:var(--site-muted);margin:6px 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:39px}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.price{font-weight:950;color:var(--site-highlight,var(--site-text));letter-spacing:-.02em}.quick-add{border:0;border-radius:999px;background:var(--site-accent);color:var(--site-accent-text);font-weight:900;padding:8px 12px;cursor:pointer}.sold-out-badge{position:absolute;top:10px;left:10px;background:#171717;color:#fff;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900;z-index:2}.product-card.sold-out{opacity:.68}.product-card.sold-out .pic{filter:grayscale(.35)}.menu-empty-search{text-align:center;padding:50px 20px;color:var(--site-muted)}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.info-box{border:1px solid var(--site-line);border-radius:15px;padding:15px;background:var(--site-card)}
/* Product quick-order modal */.product-modal,.cart-drawer{position:fixed;inset:0;z-index:200;display:none}.product-modal.open,.cart-drawer.open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(2px)}.product-modal-sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(920px,calc(100% - 28px));max-height:min(760px,calc(100dvh - 28px));display:grid;grid-template-columns:.9fr 1.1fr;background:var(--site-card);border:1px solid var(--site-line);border-radius:22px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.28)}.modal-close{width:38px;height:38px;border-radius:50%;border:1px solid var(--site-line);background:var(--site-card);font-size:25px;line-height:1;cursor:pointer;display:grid;place-items:center}.product-modal-sheet>.modal-close{position:absolute;right:12px;top:12px;z-index:3}.modal-product-media{min-height:420px;background:var(--site-soft)}.modal-product-media img{width:100%;height:100%;object-fit:contain;padding:10px;background:#fff}.modal-product-content{min-width:0;display:flex;flex-direction:column;max-height:min(760px,calc(100dvh - 28px))}.modal-scroll{overflow:auto;padding:32px 28px 18px}.modal-scroll h2{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:0 42px 8px 0}.modal-scroll>p{color:var(--site-muted);margin:0 0 8px}.modal-base-price{font-size:20px;font-weight:950;margin-bottom:18px}.quick-option-group{margin:20px 0}.quick-option-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:8px}.quick-option-head>div b,.quick-option-head>div span{display:block}.quick-option-head span{font-size:10px;color:var(--site-accent);text-transform:uppercase;font-weight:900;letter-spacing:.06em}.quick-option-head small{color:var(--site-muted)}.quick-option-list{display:grid;gap:8px}.quick-option-choice{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--site-line);border-radius:12px;background:var(--site-card);cursor:pointer}.quick-option-choice:has(input:checked){border-color:var(--site-accent);box-shadow:inset 0 0 0 1px var(--site-accent)}.quick-option-choice input{accent-color:var(--site-accent)}.quick-option-choice b{font-size:12px}.modal-notes textarea{width:100%;border:1px solid var(--site-line);background:var(--site-card);color:var(--site-text);border-radius:11px;padding:11px;resize:vertical}.modal-notes label{display:block;font-weight:850;margin-bottom:7px}.modal-notes small{color:var(--site-muted);font-weight:500}.qty-control{display:flex;justify-content:space-between;align-items:center;margin:18px 0 4px}.qty-control>span{font-weight:850}.qty-control>div,.mini-qty{display:flex;align-items:center;border:1px solid var(--site-line);border-radius:999px;overflow:hidden;background:var(--site-card)}.qty-control button,.mini-qty button{border:0;background:transparent;min-width:40px;height:38px;cursor:pointer;font-size:18px}.qty-control strong,.mini-qty b{min-width:28px;text-align:center}.modal-error{background:#fff0f0;color:#922929;padding:10px 12px;border-radius:10px;margin-top:12px}.modal-add-bar{display:flex;align-items:center;gap:14px;padding:14px 20px;border-top:1px solid var(--site-line);background:var(--site-card)}.modal-add-bar>div{min-width:130px}.modal-add-bar span,.modal-add-bar b{display:block}.modal-add-bar span{font-size:10px;color:var(--site-muted);text-transform:uppercase}.modal-add-bar b{font-size:22px}.modal-add-bar .btn{flex:1;min-height:48px}.menu-toast{position:fixed;left:50%;bottom:86px;z-index:300;transform:translate(-50%,20px);background:#171717;color:#fff;padding:11px 15px;border-radius:999px;font-weight:800;opacity:0;pointer-events:none;transition:.2s;box-shadow:0 12px 35px rgba(0,0,0,.2)}.menu-toast.show{opacity:1;transform:translate(-50%,0)}
/* Cart drawer */.cart-drawer-sheet{position:absolute;right:0;top:0;bottom:0;width:min(460px,100%);background:var(--site-card);display:flex;flex-direction:column;box-shadow:-20px 0 70px rgba(0,0,0,.22)}.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid var(--site-line)}.cart-drawer-head span,.cart-drawer-head b{display:block}.cart-drawer-head span{font-size:11px;text-transform:uppercase;color:var(--site-muted);font-weight:850}.cart-drawer-head b{font-size:22px}.cart-drawer-items{flex:1;overflow:auto;padding:12px 16px}.drawer-item{display:grid;grid-template-columns:74px 1fr;gap:11px;padding:12px 0;border-bottom:1px solid var(--site-line)}.drawer-item>img{width:74px;height:74px;object-fit:cover;border-radius:12px}.drawer-item-main{min-width:0}.drawer-item-title{display:flex;justify-content:space-between;gap:8px}.drawer-item-title strong{white-space:nowrap}.drawer-item ul{list-style:none;padding:0;margin:5px 0;font-size:12px;color:var(--site-muted)}.drawer-item li{display:flex;justify-content:space-between;gap:8px}.drawer-notes{font-size:12px;color:var(--site-muted);margin:5px 0}.drawer-item-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:9px}.drawer-item-actions>button{border:0;background:transparent;text-decoration:underline;font-size:12px;cursor:pointer}.mini-qty button{min-width:30px;height:30px;font-size:15px}.cart-drawer-footer{padding:16px;border-top:1px solid var(--site-line);display:grid;gap:9px}.drawer-total{display:flex;justify-content:space-between;align-items:center;font-size:20px;font-weight:900}.drawer-empty{text-align:center;color:var(--site-muted);padding:50px 10px}.sticky-cart-bar{position:fixed;z-index:120;left:50%;bottom:max(14px,env(safe-area-inset-bottom));transform:translateX(-50%);border:0;border-radius:999px;background:#171717;color:#fff;padding:12px 17px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 40px rgba(0,0,0,.24);font-weight:800;cursor:pointer}.sticky-cart-bar[hidden]{display:none!important}.sticky-cart-bar strong{padding-left:9px;border-left:1px solid rgba(255,255,255,.28)}
/* Existing pages */.product-page{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:40px 0}.product-page .image{background:var(--site-soft);border-radius:22px;overflow:hidden;aspect-ratio:1}.product-page .image img{width:100%;height:100%;object-fit:cover}.option-group{margin:20px 0}.option-title{font-weight:850;margin-bottom:8px}.option-list{display:grid;gap:8px}.option-row{display:flex;align-items:center;gap:10px;border:1px solid var(--site-line);padding:11px;border-radius:11px;background:var(--site-card)}.option-row span:last-child{margin-left:auto}.qty{width:78px;padding:11px;border:1px solid var(--site-line);border-radius:10px;background:var(--site-card);color:var(--site-text)}.sticky-buy{display:flex;gap:10px;margin-top:18px}.sticky-buy .btn{flex:1}.cart-list{display:grid;gap:12px}.cart-row{border:1px solid var(--site-line);border-radius:15px;padding:14px;background:var(--site-card);display:grid;grid-template-columns:1fr auto;gap:10px}.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.panel{border:1px solid var(--site-line);border-radius:18px;padding:20px;background:var(--site-card)}.field{margin-bottom:14px}.field label{display:block;font-weight:750;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px;border:1px solid var(--site-line);border-radius:10px;background:var(--site-card);color:var(--site-text);font:inherit}.notice{padding:12px 14px;border-radius:11px;background:#edf7ef;margin:12px 0}.notice.error{background:#fff0f0;color:#9c2929}.empty{text-align:center;padding:50px 20px;color:var(--site-muted)}.summary-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid var(--site-line)}.summary-line small{display:block;color:var(--site-muted);margin-top:3px}.summary-totals{display:grid;gap:8px;margin-top:14px}.summary-totals>div{display:flex;justify-content:space-between}.grand-total{font-size:22px;border-top:1px solid var(--site-line);padding-top:13px;margin-top:4px}.checkout-submit{width:100%;margin-top:16px}.payment-choice{display:grid;gap:8px;margin-top:8px}.payment-choice label{display:flex;gap:10px;align-items:center;border:1px solid var(--site-line);border-radius:11px;padding:12px}.gcash-customer{margin-top:17px;padding:15px;border:1px solid var(--site-line);border-radius:15px;background:var(--site-soft)}.gcash-head{display:grid;grid-template-columns:1fr 150px;gap:14px;align-items:center}.gcash-head span,.gcash-head b,.gcash-head small{display:block}.gcash-head span{font-size:11px;color:var(--site-muted);text-transform:uppercase;letter-spacing:.06em}.gcash-head b{font-size:18px;margin-top:4px}.gcash-head img{width:150px;height:150px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.payment-page{max-width:720px;margin:34px auto}.payment-amount{text-align:center;padding:20px;border-radius:16px;background:var(--site-soft);margin:16px 0}.payment-amount span{display:block;color:var(--site-muted);font-size:12px;text-transform:uppercase}.payment-amount b{display:block;font-size:42px;letter-spacing:-.04em;margin-top:4px}.payment-qr{display:grid;place-items:center}.payment-qr img{width:min(330px,100%);aspect-ratio:1;object-fit:contain;background:#fff;border:1px solid var(--site-line);border-radius:16px;padding:10px}.steps{counter-reset:steps;display:grid;gap:8px;margin:18px 0}.steps div{counter-increment:steps;border:1px solid var(--site-line);border-radius:11px;padding:11px 13px}.steps div:before{content:counter(steps) '. ';font-weight:900}.paid-form{border-top:1px solid var(--site-line);padding-top:18px;margin-top:18px}.order-status-card{max-width:760px;margin:34px auto}.order-number{font-size:28px;font-weight:900;letter-spacing:.03em}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.status-box{border:1px solid var(--site-line);border-radius:13px;padding:13px;background:var(--site-soft)}.status-box span,.status-box b{display:block}.status-box span{color:var(--site-muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.status-box b{margin-top:4px}.order-success-card{max-width:680px;margin:auto;padding:32px}.success-check{width:48px;height:48px;border-radius:50%;background:var(--site-accent);color:var(--site-accent-text);display:grid;place-items:center;font-size:27px}.success-summary{display:grid;border-top:1px solid var(--site-line)}.success-summary>div{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--site-line)}.success-total{display:flex;justify-content:space-between;gap:14px;font-size:23px;padding:17px 0}.contact-section{padding:34px 0 0}.contact-shell{border:1px solid var(--site-line);background:var(--site-card);border-radius:20px;padding:22px;display:grid;grid-template-columns:.7fr 1.3fr;gap:22px}.contact-kicker{font-size:11px;font-weight:850;color:var(--site-muted);text-transform:uppercase;letter-spacing:.08em}.contact-shell h2{margin:5px 0}.contact-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.contact-links>a,.contact-links>div{border:1px solid var(--site-line);border-radius:12px;padding:10px;background:var(--site-soft)}.contact-links span,.contact-links b{display:block}.contact-links span{font-size:10px;color:var(--site-muted);text-transform:uppercase}.contact-links b{font-size:13px;margin-top:3px;word-break:break-word}.footer{border-top:1px solid var(--site-line);margin-top:42px;padding:26px 0;color:var(--site-muted)}.mobile-contact-actions{display:none}
/* 1 MODERN - dark hero, large image, crisp white menu */body.theme-modern{--site-bg:#fff;--site-card:#fff;--site-soft:#121212;--site-text:#171717;--site-muted:#737373;--site-line:#e6e6e6;--site-accent:#ef3838;--site-accent-text:#fff;--site-highlight:#171717}body.theme-modern .site-head{background:#0f0f10;color:#fff;border-color:#2a2a2a}body.theme-modern .cart-pill{background:#ef3838;color:#fff;border-color:#ef3838}body.theme-modern .hero-grid{background:#111;color:#fff;border:0;border-radius:16px}body.theme-modern .hero-card{background:#111;padding-left:52px}body.theme-modern .hero-card p,body.theme-modern .hero-card .restaurant-meta,body.theme-modern .hero-address{color:#d2d2d2}body.theme-modern .hero h1{font-size:clamp(46px,6vw,75px)}body.theme-modern .featured-card{border-radius:8px}body.theme-modern .product-card{border-radius:12px}body.theme-modern .quick-add{border-radius:8px}
/* 2 CLASSIC - warm cream, green header, traditional spacing */body.theme-classic{--site-bg:#fbf4e7;--site-card:#fffaf1;--site-soft:#f3e6cf;--site-text:#21422a;--site-muted:#6c715f;--site-line:#dfcfb1;--site-accent:#245332;--site-accent-text:#fff;--site-highlight:#21422a}body.theme-classic .site-head{background:#244f31;color:#fff;border:0}body.theme-classic .cart-pill{background:#fff;color:#244f31;border-color:#fff}body.theme-classic .hero-grid{border-radius:4px;border-color:#dfcfb1}body.theme-classic .hero-card{background:#f7ead3}body.theme-classic .hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.035em;color:#21422a}body.theme-classic .hero-image{background:#f7ead3;padding:24px}body.theme-classic .hero-image img{border-radius:50%;object-fit:cover}body.theme-classic .featured-card,body.theme-classic .product-card{border-radius:8px;box-shadow:none}body.theme-classic .quick-add{border-radius:7px}
/* 3 DARK - premium grill style */body.theme-dark{--site-bg:#101113;--site-card:#191b1e;--site-soft:#22252a;--site-text:#f5f5f5;--site-muted:#a9adb3;--site-line:#2d3136;--site-accent:#ef3a3a;--site-accent-text:#fff;--site-highlight:#fff}body.theme-dark .site-head{background:#0d0e10;border-color:#292c31}body.theme-dark .hero-grid{border-color:#25282d;background:#111315}body.theme-dark .hero-card{background:#111315}body.theme-dark .hero-card p,body.theme-dark .hero-card .restaurant-meta,body.theme-dark .hero-address{color:#b6bac0}body.theme-dark .hero h1{text-transform:uppercase;font-size:clamp(45px,6vw,72px)}body.theme-dark .featured-card,body.theme-dark .product-card{background:#191b1e;border-color:#2b2e33}body.theme-dark .product-card .pic{background:#24272b}body.theme-dark .field input,body.theme-dark .field textarea,body.theme-dark .field select,body.theme-dark .quick-option-choice{background:#17191c}body.theme-dark .product-modal-sheet,body.theme-dark .cart-drawer-sheet{background:#17191c}body.theme-dark .modal-add-bar{background:#17191c}body.theme-dark .sticky-cart-bar{background:#ef3a3a}
/* 4 COLORFUL - bright cards and playful shapes, still professional */body.theme-colorful{--site-bg:#fff7df;--site-card:#fff;--site-soft:#ffeab8;--site-text:#171717;--site-muted:#746c5e;--site-line:#eadab5;--site-accent:#b747c0;--site-accent-text:#fff;--site-highlight:#b747c0}body.theme-colorful .site-head{background:#fff9e7}body.theme-colorful .hero-grid{background:linear-gradient(135deg,#fff3c9,#ffe5d8);border:0;position:relative}body.theme-colorful .hero-grid:before,body.theme-colorful .hero-grid:after{content:"";position:absolute;border-radius:50%;background:#d56acb;opacity:.24;pointer-events:none}body.theme-colorful .hero-grid:before{width:170px;height:170px;left:-60px;bottom:-80px}body.theme-colorful .hero-grid:after{width:120px;height:120px;right:36%;top:-58px;background:#5fd7cf}body.theme-colorful .hero-card{background:transparent;z-index:1}body.theme-colorful .hero h1{color:#ad43ba}body.theme-colorful .product-card:nth-child(4n+1){background:#ffe3ea}body.theme-colorful .product-card:nth-child(4n+2){background:#fff0c9}body.theme-colorful .product-card:nth-child(4n+3){background:#dff6e9}body.theme-colorful .product-card:nth-child(4n+4){background:#dff3f8}body.theme-colorful .product-card{border-radius:18px}body.theme-colorful .quick-add{border-radius:999px}
/* 5 MINIMAL - whitespace, typography, restrained UI */body.theme-minimal{--site-bg:#fafafa;--site-card:#fff;--site-soft:#f2f2f0;--site-text:#141414;--site-muted:#727272;--site-line:#e4e4e4;--site-accent:#1d282e;--site-accent-text:#fff;--site-highlight:#141414}body.theme-minimal .site-head{background:#fafafa}body.theme-minimal .hero-grid{border-radius:0;border-left:0;border-right:0;background:#fafafa;min-height:390px}body.theme-minimal .hero-card{background:#fafafa;padding-left:0}body.theme-minimal .hero-image{background:#fafafa;padding:28px}body.theme-minimal .hero-image img{border-radius:50%;object-fit:cover}body.theme-minimal .hero h1{text-transform:uppercase;font-size:clamp(38px,5vw,62px);letter-spacing:-.05em}body.theme-minimal .product-card{border-radius:4px;box-shadow:none;border-color:#e8e8e8}body.theme-minimal .product-card:hover{transform:none;box-shadow:none}body.theme-minimal .quick-add{border-radius:4px}
@media(max-width:900px){.hero-grid,.product-page,.checkout-grid{grid-template-columns:1fr}.hero-card{padding:34px;min-height:290px}.hero-image{min-height:310px}.featured-products{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.info-strip{grid-template-columns:1fr}.contact-shell{grid-template-columns:1fr}.status-grid{grid-template-columns:1fr}.menu-tools .container{grid-template-columns:1fr}.product-modal-sheet{grid-template-columns:1fr;max-width:620px}.modal-product-media{min-height:240px;max-height:280px}.modal-product-content{max-height:calc(100dvh - 300px)}.site-nav{display:none}}
@media(max-width:600px){.container{width:min(100% - 20px,1180px)}.head-inner{height:60px;gap:10px}.brand{font-size:17px;max-width:55%;overflow:hidden;white-space:nowrap}.brand span{overflow:hidden;text-overflow:ellipsis}.brand-logo{width:30px;height:30px}.cart-pill{padding:8px 11px;font-size:12px}.hero{padding:12px 0 10px}.hero-grid{min-height:0;border-radius:16px}.hero-card{padding:25px;min-height:250px}.hero h1{font-size:40px}.hero p{font-size:14px;margin-bottom:16px}.hero-image{min-height:220px}.featured-strip{padding-bottom:10px}.featured-products{display:flex;overflow:auto;gap:8px;padding-bottom:5px}.featured-card{min-width:205px;grid-template-columns:62px 1fr}.featured-card img{width:62px;height:58px}.menu-tools{top:60px}.menu-tools .container{gap:8px;padding-top:8px;padding-bottom:8px}.category-nav a{padding:7px 12px}.menu-section{scroll-margin-top:145px;margin-bottom:30px}.menu-section-title h2{font-size:24px}.product-grid{gap:9px}.product-card{border-radius:12px}.product-body{padding:10px}.product-name{font-size:13px}.product-desc{font-size:11px;min-height:33px;-webkit-line-clamp:2}.product-card-bottom{align-items:end}.price{font-size:12px}.quick-add{font-size:11px;padding:7px 9px}.product-modal-sheet{inset:auto 0 0 0;transform:none;width:100%;max-width:none;max-height:94dvh;border-radius:20px 20px 0 0;grid-template-columns:1fr}.modal-product-media{min-height:190px;height:26dvh;max-height:250px}.modal-product-content{max-height:68dvh}.modal-scroll{padding:20px 16px 14px}.modal-scroll h2{font-size:25px}.modal-add-bar{position:sticky;bottom:0;padding:11px 12px calc(11px + env(safe-area-inset-bottom));}.modal-add-bar>div{min-width:100px}.modal-add-bar b{font-size:19px}.quick-option-choice{padding:10px}.cart-drawer-sheet{width:100%;top:8dvh;border-radius:20px 20px 0 0}.sticky-cart-bar{left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));transform:none;justify-content:center;width:auto}.sticky-cart-bar span:last-child{margin-left:auto}.menu-toast{bottom:78px;max-width:calc(100% - 30px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcash-head{grid-template-columns:1fr}.gcash-head img{width:min(230px,100%);height:auto;aspect-ratio:1}.contact-links{grid-template-columns:1fr}.mobile-contact-actions{display:none}.payment-amount b{font-size:36px}body.theme-classic .hero-image,body.theme-minimal .hero-image{padding:16px}body.theme-classic .hero-image img,body.theme-minimal .hero-image img{border-radius:18px}}

/* v0.5 localization / RTL */
html[dir="rtl"] body{direction:rtl;text-align:start}html[dir="rtl"] .site-head,html[dir="rtl"] .menu-tools,html[dir="rtl"] .product-modal,html[dir="rtl"] .cart-drawer{direction:rtl}html[dir="rtl"] .product-modal-sheet>.modal-close{right:auto;left:12px}html[dir="rtl"] .modal-scroll h2{margin-right:0;margin-left:42px}html[dir="rtl"] .sold-out-badge{left:auto;right:10px}html[dir="rtl"] .cart-drawer-sheet{right:auto;left:0}html[dir="rtl"] .sticky-cart-bar span:last-child{margin-left:0;margin-right:auto}html[dir="rtl"] .quick-option-choice{grid-template-columns:auto 1fr auto}html[dir="rtl"] .restaurant-meta,html[dir="rtl"] .contact-links,html[dir="rtl"] .summary-line,html[dir="rtl"] .success-summary{text-align:start}

/* PickPH v0.5.2 storefront, platform home, contact and menu-gallery refinements */
.site-head{backdrop-filter:saturate(140%) blur(12px)}.restaurant-head .head-inner{min-height:68px}.brand-copy{display:flex;flex-direction:column;line-height:1.05;gap:4px}.brand-copy b{font-size:16px}.header-status{font-size:10px;font-weight:800}.header-status.open{color:#2aa35d}.header-status.closed{color:#de5454}.brand-mark-small{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#ef3d3d;color:#fff;font-weight:900}.restaurant-announcement{font-size:12px;padding:7px 0;text-align:center;background:var(--site-highlight);color:var(--site-accent-text)}
.hero-contact-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.hero-contact-actions a{display:inline-flex;align-items:center;gap:5px;border:1px solid currentColor;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;opacity:.92}
.contact-action-buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.contact-action{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border:1px solid var(--site-line);border-radius:12px;background:var(--site-card);color:var(--site-text)}.contact-action span{font-weight:900}.contact-action b{font-size:12px}
.restaurant-footer{margin-top:38px;padding:34px 0 0;background:var(--site-card);border-top:1px solid var(--site-line);color:var(--site-text)}.footer-grid-rich{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:24px}.restaurant-footer h3,.restaurant-footer h4{margin:0 0 10px;color:var(--site-text)}.restaurant-footer p,.restaurant-footer a,.restaurant-footer span{display:block;color:var(--site-muted);font-size:12px;line-height:1.7}.restaurant-footer a:hover{color:var(--site-accent)}.footer-logo{width:54px;height:54px;border-radius:14px;object-fit:cover;margin-bottom:10px}.footer-bottom{margin-top:24px;padding:14px 0;border-top:1px solid var(--site-line);font-size:11px;color:var(--site-muted)}
body.theme-dark .restaurant-footer{background:#0c0d0f;color:#f5f5f5;border-color:#27292d}body.theme-dark .restaurant-footer h3,body.theme-dark .restaurant-footer h4{color:#fff}body.theme-dark .restaurant-footer p,body.theme-dark .restaurant-footer a,body.theme-dark .restaurant-footer span,body.theme-dark .footer-bottom{color:#b7bbc1}body.theme-dark .contact-section{background:#141619}body.theme-dark .contact-action{background:#191b1e;color:#fff;border-color:#30343a}
body.theme-modern .restaurant-footer{background:#101011;color:#fff;border-color:#292929}body.theme-modern .restaurant-footer h3,body.theme-modern .restaurant-footer h4{color:#fff}body.theme-modern .restaurant-footer p,body.theme-modern .restaurant-footer a,body.theme-modern .restaurant-footer span,body.theme-modern .footer-bottom{color:#c5c5c5}
body.theme-classic .restaurant-footer{background:#244f31;border-color:#345f41}body.theme-classic .restaurant-footer h3,body.theme-classic .restaurant-footer h4{color:#fff}body.theme-classic .restaurant-footer p,body.theme-classic .restaurant-footer a,body.theme-classic .restaurant-footer span,body.theme-classic .footer-bottom{color:#ecf3ed}
body.theme-colorful .restaurant-footer{background:#56255c;border-color:#6a316f}body.theme-colorful .restaurant-footer h3,body.theme-colorful .restaurant-footer h4{color:#fff}body.theme-colorful .restaurant-footer p,body.theme-colorful .restaurant-footer a,body.theme-colorful .restaurant-footer span,body.theme-colorful .footer-bottom{color:#f4e6f5}
body.theme-minimal .restaurant-footer{background:#f4f4f2;color:#141414}body.theme-minimal .restaurant-footer h3,body.theme-minimal .restaurant-footer h4{color:#141414}body.theme-minimal .restaurant-footer p,body.theme-minimal .restaurant-footer a,body.theme-minimal .restaurant-footer span,body.theme-minimal .footer-bottom{color:#666}
.original-menu-section{padding-top:8px}.menu-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.menu-photo-card{border:1px solid var(--site-line);border-radius:14px;padding:7px;background:var(--site-card);color:var(--site-text);cursor:pointer;text-align:start}.menu-photo-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:9px;background:var(--site-soft)}.menu-photo-card span{display:block;font-size:11px;font-weight:800;padding:8px 4px 3px}.menu-gallery-modal[hidden]{display:none}.menu-gallery-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:center}.menu-gallery-view{position:relative;z-index:2;width:min(900px,94vw);height:min(90vh,950px);display:grid;place-items:center;background:#101113;border-radius:18px;padding:20px 50px;color:#fff}.menu-gallery-view img{max-width:100%;max-height:calc(100% - 42px);object-fit:contain}.menu-gallery-view>[data-gallery-label]{font-size:12px;margin-top:8px}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:52px;border:0;border-radius:12px;background:rgba(255,255,255,.12);color:#fff;font-size:30px;cursor:pointer}.gallery-arrow.prev{left:8px}.gallery-arrow.next{right:8px}
.payment-qr-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:10px}
/* Stronger individual template identities */
body.theme-modern .template-hero{padding-top:16px}body.theme-modern .hero-grid{grid-template-columns:.92fr 1.08fr;min-height:520px}body.theme-modern .hero-image img{object-fit:cover;min-height:520px}body.theme-modern .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.theme-modern .product-card .pic{aspect-ratio:1.25/1}
body.theme-classic .hero-grid{grid-template-columns:1fr 1fr;max-width:1050px;margin:auto;background:#f7ead3}body.theme-classic .hero-card{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}body.theme-classic .hero-contact-actions{justify-content:center}body.theme-classic .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.theme-classic .product-card{display:grid;grid-template-columns:150px 1fr}.theme-classic .product-card .pic{aspect-ratio:1/1;height:100%}
body.theme-dark .hero-grid{grid-template-columns:1fr;min-height:560px;position:relative;overflow:hidden}.theme-dark .hero-image{position:absolute;inset:0;opacity:.44}.theme-dark .hero-image img{width:100%;height:100%;object-fit:cover}.theme-dark .hero-card{position:relative;z-index:2;max-width:650px;min-height:560px;background:linear-gradient(90deg,rgba(10,10,11,.96),rgba(10,10,11,.4),transparent)}body.theme-dark .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-dark .product-card .pic{aspect-ratio:1/1}
body.theme-colorful .hero-grid{grid-template-columns:1fr 1fr;border-radius:28px}.theme-colorful .hero-card{padding:55px}.theme-colorful .hero-image img{border-radius:999px 999px 80px 999px;object-fit:cover}.theme-colorful .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-colorful .product-card{transform:translateZ(0)}.theme-colorful .product-card:nth-child(even){margin-top:16px}
body.theme-minimal .hero-grid{grid-template-columns:1.15fr .85fr;min-height:440px}.theme-minimal .hero-card{padding-block:70px}.theme-minimal .hero-image img{border-radius:0;object-fit:cover}.theme-minimal .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.theme-minimal .product-card{display:grid;grid-template-columns:42% 58%;min-height:190px}.theme-minimal .product-card .pic{height:100%;aspect-ratio:auto}
/* PickPH public homepage */
.pickph-home{--site-bg:#fafafa;--site-card:#fff;--site-soft:#f3f4f6;--site-text:#17191d;--site-muted:#68707a;--site-line:#e5e7eb;--site-accent:#ef3d3d;--site-accent-text:#fff;background:#fafafa}.platform-head{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);border-bottom:1px solid #e8e9eb}.platform-head .head-inner{height:68px}.platform-head-cta{padding:9px 14px}.platform-hero{padding:70px 0;background:linear-gradient(135deg,#fff 0,#fff7f3 55%,#fff 100%)}.platform-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center}.platform-kicker{display:inline-block;color:#d93636;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.platform-hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.06em;margin:12px 0 20px;max-width:760px}.platform-hero p{font-size:18px;line-height:1.65;color:#646b73;max-width:640px}.platform-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.platform-demo-card{display:grid;place-items:center}.demo-phone{width:min(340px,100%);background:#fff;border:8px solid #17191d;border-radius:36px;padding:14px;box-shadow:0 35px 70px rgba(31,35,40,.16)}.demo-phone-head{display:flex;justify-content:space-between;align-items:center;font-size:11px;margin-bottom:10px}.demo-phone-head span{color:#1f8a4c}.demo-food{height:240px;border-radius:20px;background:radial-gradient(circle at 60% 35%,#ffc66d 0 22%,#e06a38 23% 44%,#1b1c1f 45% 100%)}.demo-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 3px 3px;font-size:12px}.demo-row button{border:0;border-radius:999px;background:#ef3d3d;color:#fff;padding:7px 11px}.platform-benefits{padding:0 0 55px}.platform-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.platform-benefit-grid article{background:#fff;border:1px solid #e7e9ec;border-radius:16px;padding:20px}.platform-benefit-grid b,.platform-benefit-grid span{display:block}.platform-benefit-grid span{color:#737a83;font-size:12px;margin-top:7px}.platform-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.platform-section-head h2{font-size:36px;margin:5px 0 0}.platform-cta{padding:40px 0 65px}.platform-cta .container{background:#17191d;color:#fff;border-radius:22px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.platform-cta h2{margin:0 0 6px}.platform-cta p{margin:0;color:#c9cdd2}.platform-footer{background:#17191d;color:#fff;padding:26px 0;margin-top:0}.platform-footer-inner{display:flex;justify-content:space-between;gap:20px}.platform-footer-inner b,.platform-footer-inner span,.platform-footer-inner a{display:block}.platform-footer-inner span,.platform-footer-inner a{color:#c5c9ce;font-size:12px;margin-top:5px}
@media(max-width:900px){.footer-grid-rich{grid-template-columns:repeat(2,1fr)}.contact-action-buttons{grid-template-columns:repeat(2,1fr)}.menu-photo-grid{grid-template-columns:repeat(3,1fr)}body.theme-modern .hero-grid,body.theme-classic .hero-grid,body.theme-colorful .hero-grid,body.theme-minimal .hero-grid{grid-template-columns:1fr}.theme-classic .product-card,.theme-minimal .product-card{display:block}.theme-classic .product-grid,.theme-modern .product-grid,.theme-dark .product-grid,.theme-colorful .product-grid,.theme-minimal .product-grid{grid-template-columns:repeat(2,1fr)}.theme-dark .hero-grid{grid-template-columns:1fr}.platform-hero-grid{grid-template-columns:1fr;gap:35px}.platform-benefit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.restaurant-head .head-inner{min-height:60px}.brand-copy b{font-size:14px}.header-status{font-size:9px}.site-nav{display:none}.platform-head-cta{font-size:11px;padding:8px 10px}.hero-contact-actions{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.hero-contact-actions a{white-space:nowrap}.footer-grid-rich{grid-template-columns:1fr;gap:18px}.contact-action-buttons{grid-template-columns:repeat(2,1fr)}.menu-photo-grid{display:flex;overflow:auto}.menu-photo-card{min-width:190px}.menu-gallery-view{width:100vw;height:100dvh;border-radius:0;padding:16px 46px}.theme-classic .product-grid,.theme-modern .product-grid,.theme-dark .product-grid,.theme-colorful .product-grid,.theme-minimal .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-colorful .product-card:nth-child(even){margin-top:0}.theme-dark .hero-card{min-height:460px}.theme-dark .hero-grid{min-height:460px}.platform-hero{padding:42px 0}.platform-hero h1{font-size:48px}.platform-hero p{font-size:15px}.platform-benefit-grid{grid-template-columns:1fr}.platform-section-head,.platform-cta .container,.platform-footer-inner{align-items:stretch;flex-direction:column}.platform-demo-card{display:none}}

/* v0.5.3 floating side contact buttons */
.floating-side-contact{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:115;display:grid;gap:10px;pointer-events:none}.floating-side-contact .float-contact-btn{pointer-events:auto;display:flex;align-items:center;justify-content:center;gap:10px;min-width:52px;height:52px;padding:0 14px;border-radius:999px;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 14px 34px rgba(0,0,0,.18);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.floating-side-contact .float-contact-btn:hover{transform:translateX(-3px);box-shadow:0 16px 38px rgba(0,0,0,.23)}.floating-side-contact .float-contact-icon{font-size:19px;line-height:1}.floating-side-contact .float-contact-label{white-space:nowrap;font-size:13px}.floating-side-contact .whatsapp{background:#25D366}.floating-side-contact .phone{background:#1d4ed8}.floating-side-contact .waze{background:#33CCFF;color:#083344}body.theme-dark .floating-side-contact .phone{background:#2563eb}body.theme-dark .floating-side-contact .waze{color:#082f49}html[dir="rtl"] .floating-side-contact{right:auto;left:18px}.sticky-cart-bar:not([hidden])~.floating-side-contact,.floating-side-contact:has(+ .sticky-cart-bar:not([hidden])){bottom:auto}@media(max-width:900px){.floating-side-contact{top:auto;right:12px;bottom:calc(88px + env(safe-area-inset-bottom));transform:none}.floating-side-contact .float-contact-btn{width:50px;min-width:50px;height:50px;padding:0;border-radius:16px}.floating-side-contact .float-contact-label{display:none}html[dir="rtl"] .floating-side-contact{left:12px;right:auto}}@media(max-width:600px){.floating-side-contact{bottom:calc(84px + env(safe-area-inset-bottom));gap:8px}.floating-side-contact .float-contact-btn{width:46px;min-width:46px;height:46px}.floating-side-contact .float-contact-icon{font-size:17px}}

/* v0.5.6 first-order verification */
.notice.warning{background:#fff7df;color:#6f4a00;border:1px solid #f0dda4}.help{font-size:12px;color:var(--site-muted);margin-top:6px}

/* Clear seller contact icons in storefront footer */
.footer-contact-icons{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.footer-contact-icons a{width:62px;min-height:58px;border:1px solid var(--site-line);border-radius:14px;display:grid!important;place-items:center;text-align:center;padding:7px 5px;background:var(--site-card);color:var(--site-text)!important}.footer-contact-icons a span{font-size:20px;font-weight:900;line-height:1}.footer-contact-icons a small{font-size:9px;font-weight:800;margin-top:4px;color:var(--site-muted)}.footer-contact-icons a:hover{transform:translateY(-1px);border-color:var(--site-accent)}
@media(max-width:600px){.footer-contact-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(66px,1fr));width:100%}.footer-contact-icons a{width:100%;min-height:60px}}


/* PickPH v0.6.8 — simple seller storefront */
.simple-store-hero{padding:18px 0 10px}.simple-store-title{min-height:150px;display:grid;place-items:center;text-align:center;border-bottom:1px solid var(--site-line)}.simple-store-title h1{margin:0;font-size:clamp(36px,6vw,66px);letter-spacing:-.045em}.simple-store-banner{height:auto;border-radius:22px;overflow:hidden;position:relative;background:var(--site-soft)}.simple-store-banner>img{width:100%;height:auto;object-fit:contain}.simple-store-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.04) 55%)}.simple-store-banner-title{position:absolute;z-index:2;left:24px;right:24px;bottom:20px;color:#fff}.simple-store-banner-title h1{margin:0;font-size:clamp(32px,5vw,58px);line-height:1;letter-spacing:-.045em;text-shadow:0 2px 16px rgba(0,0,0,.25)}.simple-store-categories{padding:6px 0 10px}.simple-category-scroll{scrollbar-width:thin;padding-bottom:6px}.simple-category-scroll a{padding:9px 15px;background:var(--site-card);box-shadow:0 1px 4px rgba(0,0,0,.025)}.simple-store-search{padding:0 0 8px}.simple-menu-search{max-width:620px;margin:auto;padding:11px 15px;border-radius:14px;background:var(--site-card)}.simple-menu-search input{font-size:16px}.simple-store-footer{margin-top:34px;padding:18px 0 0;background:var(--site-card);border-top:1px solid var(--site-line);color:var(--site-text)}.simple-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}.simple-footer-status{display:flex;align-items:center;gap:10px}.footer-status-dot{width:12px;height:12px;border-radius:50%;flex:0 0 12px;box-shadow:0 0 0 4px rgba(0,0,0,.035)}.footer-status-dot.open{background:#17a65b}.footer-status-dot.closed{background:#e13b3b}.simple-footer-status div{display:grid;gap:2px}.simple-footer-status b{font-size:14px}.simple-footer-status small{color:var(--site-muted);font-size:12px}.simple-footer-actions{display:flex;align-items:center;gap:8px}.simple-footer-actions a{width:58px;height:54px;border:1px solid var(--site-line);border-radius:13px;display:grid;place-items:center;background:var(--site-card);gap:0;color:var(--site-text)}.simple-footer-actions span{font-size:18px;line-height:1}.simple-footer-actions small{font-size:9px;color:var(--site-muted);font-weight:800}.simple-footer-powered{margin-top:14px;padding:11px 0;border-top:1px solid var(--site-line);font-size:10px;color:var(--site-muted);text-align:center}body.theme-modern .simple-store-banner,body.theme-classic .simple-store-banner,body.theme-colorful .simple-store-banner,body.theme-minimal .simple-store-banner,body.theme-dark .simple-store-banner{border-radius:22px}.menu-content{padding-top:8px}.menu-section{scroll-margin-top:90px}
@media(max-width:600px){.simple-store-hero{padding-top:10px}.simple-store-title{min-height:110px}.simple-store-title h1{font-size:36px}.simple-store-banner{height:auto;border-radius:14px}.simple-store-banner-title{left:15px;right:15px;bottom:14px}.simple-store-banner-title h1{font-size:32px}.simple-store-categories{padding-top:2px}.simple-category-scroll{gap:6px}.simple-category-scroll a{padding:8px 12px}.simple-menu-search{max-width:none}.simple-footer-inner{align-items:flex-start;flex-direction:column}.simple-footer-actions{width:100%}.simple-footer-actions a{flex:1;width:auto;height:52px}.simple-footer-status{width:100%}}

/* PickPH v0.6.9 — customer verification, portal and readable order cards */
.status-box{background:#fff!important;color:#17191d!important;border-color:#e1e4e8!important}.status-box span{color:#6f7680!important}.status-box b{color:#17191d!important}.theme-dark .status-box{background:#fff!important;color:#17191d!important}.theme-dark .status-box span,.theme-dark .status-box b{color:#17191d!important}.theme-dark .status-box span{color:#6f7680!important}
.customer-orders-pill{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 11px;border:1px solid var(--site-line);border-radius:999px;background:var(--site-card);font-size:12px;font-weight:800;white-space:nowrap}
.payment-selected{background:var(--site-soft)}.payment-dot{width:10px;height:10px;border-radius:50%;background:var(--site-accent);display:inline-block}
.email-confirm-first{max-width:640px;margin:36px auto;text-align:center;padding:32px}.email-confirm-icon,.customer-login-icon{width:58px;height:58px;border-radius:18px;background:var(--site-soft);display:grid;place-items:center;font-size:28px;margin:0 auto 14px}.email-confirm-first small{display:block;color:var(--site-muted);margin-top:14px}
.confirmed-order-card{max-width:760px;margin:20px auto}.confirmed-order-number{font-weight:900;font-size:14px;color:var(--site-muted);margin:8px 0 16px}.confirmed-items{display:grid;border-top:1px solid var(--site-line)}.confirmed-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:11px;align-items:center;padding:11px 0;border-bottom:1px solid var(--site-line)}.confirmed-item img,.confirmed-item-noimg{width:56px;height:56px;border-radius:11px;object-fit:cover;background:var(--site-soft)}.confirmed-item-noimg{display:grid;place-items:center;font-weight:900}.confirmed-item-copy{display:grid;gap:3px;min-width:0}.confirmed-item-copy b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirmed-item-copy small{color:var(--site-muted)}.confirmed-facts{display:grid;gap:8px;margin:16px 0}.confirmed-facts>div{display:flex;justify-content:space-between;gap:16px;padding:11px 12px;border:1px solid var(--site-line);border-radius:11px;background:#fff;color:#17191d}.confirmed-facts span{color:#6f7680}.confirmed-actions,.order-bottom-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.seller-seen-strip,.pickup-date-card,.pickup-address-card{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:13px;margin:10px 0;border:1px solid var(--site-line);background:#fff;color:#17191d}.seller-seen-strip>span,.pickup-date-card>span,.pickup-address-card>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eef1f4}.seller-seen-strip.seen>span{background:#e7f7ee;color:#147443}.seller-seen-strip.waiting>span{background:#fff5dc;color:#8a5b00}.seller-seen-strip div,.pickup-date-card div,.pickup-address-card div{display:grid;gap:2px}.seller-seen-strip small,.pickup-date-card small,.pickup-address-card small{color:#6f7680}
.customer-order-items>div.customer-order-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center}.customer-order-item img{width:42px;height:42px;border-radius:9px;object-fit:cover;background:var(--site-soft)}
.customer-portal{max-width:860px}.customer-login-card{max-width:560px;margin:24px auto;text-align:center}.customer-login-card form{text-align:start}.customer-portal-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:16px}.customer-portal-head h1{margin:4px 0}.customer-portal-head p{margin:0;color:var(--site-muted)}.customer-orders-list{display:grid;gap:12px}.customer-order-card{margin:0}.customer-order-card-head,.customer-order-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.customer-order-card-head>div{display:grid}.customer-order-card-head small{color:var(--site-muted);margin-top:3px}.customer-order-card-head strong{font-size:20px}.customer-order-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0}.progress-step{border:1px solid var(--site-line);border-radius:12px;padding:10px;background:var(--site-soft);display:grid;grid-template-columns:24px 1fr;column-gap:7px;align-items:center}.progress-step span{grid-row:1/3;width:24px;height:24px;border-radius:50%;background:#e2e5e9;display:grid;place-items:center;font-size:12px}.progress-step small{color:var(--site-muted)}.progress-step.done span{background:#e4f6eb;color:#147443}.customer-pickup-line{padding:10px 0;border-top:1px solid var(--site-line);border-bottom:1px solid var(--site-line);margin-bottom:12px}.customer-order-card-foot{font-size:13px}
@media(max-width:700px){.customer-orders-pill span{display:inline}.customer-orders-pill{width:auto;padding:0 9px;font-size:11px}.confirmed-item{grid-template-columns:50px minmax(0,1fr) auto}.confirmed-item img,.confirmed-item-noimg{width:50px;height:50px}.customer-order-progress{grid-template-columns:1fr}.customer-portal-head{align-items:flex-start}.customer-order-card-foot{align-items:flex-start;flex-direction:column}.customer-status-grid{grid-template-columns:1fr!important}}

.email-send-error{background:#fff1f1!important;border:1px solid #efbcbc!important;color:#9e2424!important;font-weight:800;margin:12px 0;padding:12px 14px;border-radius:12px}

/* PickPH v0.7.0 readability + seller preview */
.payment-choice label,.payment-choice .payment-selected{background:#fff!important;color:#17191d!important;border-color:#d9dde3!important;box-shadow:none!important}.payment-choice label b,.payment-choice label span{color:#17191d!important}.payment-choice input[type="radio"]{accent-color:#ef3d3d}.seller-preview-bar{position:sticky;top:0;z-index:220;background:#17191d;color:#fff;border-bottom:1px solid #2b3037}.seller-preview-bar .container{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px}.seller-preview-bar a{color:#fff;font-weight:850;text-decoration:none}.seller-preview-actions{display:flex;align-items:center;gap:7px}.seller-preview-actions a{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 10px;border:1px solid #424852;border-radius:9px}.seller-preview-actions a:first-child{background:#ef3d3d;border-color:#ef3d3d}.modal-product-media{display:grid;place-items:center}.modal-product-media img{max-width:100%;max-height:100%}
@media(max-width:600px){.seller-preview-bar .container{width:100%;padding:0 10px}.seller-preview-actions span{display:none}.seller-preview-actions a{width:38px;padding:0;justify-content:center}.modal-product-media{height:32dvh;min-height:220px;max-height:310px}.modal-product-media img{object-fit:contain!important;padding:8px}.product-modal-sheet{max-height:96dvh}.modal-product-content{max-height:64dvh}}


/* PickPH v0.7.1 — strict contrast guard. Light surfaces always use dark text;
   dark/primary controls always use white text. Do not create same-color text/background. */
.restaurant-head{background:rgba(255,255,255,.97)!important;color:#17191d!important;border-color:#e4e7eb!important}
.restaurant-head .brand,.restaurant-head .site-nav a,.restaurant-head .brand-copy b{color:#17191d!important}
.restaurant-head .header-status.open{color:#147443!important}.restaurant-head .header-status.closed{color:#b42323!important}
.customer-orders-pill,.cart-pill,.menu-search,.simple-menu-search,.payment-choice label,.checkout-card,.checkout-summary,.panel,.gcash-customer,.simple-footer-actions a{background:#fff!important;color:#17191d!important;border-color:#dfe3e8!important}
.customer-orders-pill span,.cart-pill span,.payment-choice label span,.payment-choice label b{color:#17191d!important}
.field input,.field textarea,.field select,.menu-search input,.simple-menu-search input,.modal-notes textarea{background:#fff!important;color:#17191d!important;border-color:#d8dde3!important}
.field input::placeholder,.field textarea::placeholder,.menu-search input::placeholder,.simple-menu-search input::placeholder{color:#737983!important;opacity:1}
.btn:not(.primary):not(.success):not(.warning):not(.danger),.modal-close{background:#fff!important;color:#17191d!important;border-color:#d8dde3!important}
.btn.primary,.quick-add,.checkout-submit{background:#17191d!important;color:#fff!important;border-color:#17191d!important}
.btn.primary *, .quick-add *, .checkout-submit *{color:#fff!important}
.notice.error,.modal-error,.store-closed-banner{background:#fff0f0!important;color:#8f2222!important;border-color:#efcaca!important}
body.theme-dark .customer-orders-pill,body.theme-dark .cart-pill,body.theme-dark .payment-choice label,body.theme-dark .checkout-card,body.theme-dark .checkout-summary,body.theme-dark .panel,body.theme-dark .gcash-customer{background:#fff!important;color:#17191d!important}
body.theme-dark .customer-orders-pill span,body.theme-dark .cart-pill span,body.theme-dark .payment-choice label,body.theme-dark .checkout-card *,body.theme-dark .checkout-summary *,body.theme-dark .panel *{color:#17191d!important}
body.theme-dark .panel .btn.primary *,body.theme-dark .checkout-card .btn.primary *,body.theme-dark .checkout-summary .btn.primary *{color:#fff!important}
@media(max-width:600px){.restaurant-head .head-inner{gap:7px}.restaurant-head .brand{min-width:0;flex:1}.restaurant-head .brand-copy{min-width:0}.restaurant-head .brand-copy b{display:block;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-orders-pill,.cart-pill{font-size:10px;padding:8px 9px;gap:4px}}

/* PickPH v0.7.9 — Lalamove customer delivery */
body.modal-open{overflow:hidden}
.lalamove-location-btn{margin-top:9px;width:100%;min-height:48px}
.lalamove-price-line{margin-top:8px;padding:10px 12px;border-radius:12px;background:#f5f7fa;color:#243044;font-size:13px;font-weight:700}
.lalamove-modal[hidden]{display:none!important}
.lalamove-modal{position:fixed;inset:0;z-index:99999;background:rgba(13,20,33,.68);display:flex;align-items:center;justify-content:center;padding:18px;overflow:auto}
.lalamove-modal-card{position:relative;width:min(720px,100%);max-height:94vh;overflow:auto;background:#fff;color:#172033;border-radius:24px;padding:22px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.lalamove-modal-close{position:absolute;right:13px;top:11px;width:42px;height:42px;border:0;border-radius:50%;background:#f1f3f6;color:#172033;font-size:28px;line-height:1;cursor:pointer}
.lalamove-logo-line{display:flex;align-items:flex-start;gap:13px;padding-right:44px}.lalamove-logo-line>span{font-size:38px}.lalamove-logo-line h2{margin:0 0 4px}.lalamove-logo-line p{margin:0;color:#667085}
.lalamove-recipient-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0 14px}.lalamove-recipient-tabs button{border:1px solid #d9dee7;background:#fff;color:#27334a;border-radius:13px;padding:13px;font-weight:800;cursor:pointer}.lalamove-recipient-tabs button.active{background:#18233a;color:#fff;border-color:#18233a}
.lalamove-location-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:8px 0 11px}.lalamove-location-actions span{font-size:13px;color:#667085}
.lalamove-map{height:290px;border-radius:18px;border:1px solid #dfe4eb;overflow:hidden;background:#eef2f6;margin-bottom:12px}
.lalamove-quote-result{padding:12px 14px;border-radius:13px;background:#f5f7fa;margin:10px 0}.lalamove-quote-result.success{background:#edf9f1;color:#126b32;border:1px solid #bde8cb}.lalamove-quote-result.error{background:#fff1f1;color:#a72525;border:1px solid #f0c0c0}
.lalamove-quote-button{width:100%;margin-top:4px}
.customer-lalamove-card{display:flex;gap:14px;align-items:flex-start;margin:16px 0;padding:16px;border-radius:18px;background:#fff6ed;border:1px solid #ffd9b6;color:#3b2a1d}.customer-lalamove-icon{font-size:30px}.customer-lalamove-card>div:last-child{display:flex;flex-direction:column;gap:5px;min-width:0}.customer-lalamove-card small{color:#8c5c32;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.customer-lalamove-card b{font-size:16px}.customer-lalamove-card span{font-size:13px;color:#624b39}.customer-lalamove-card .btn{margin-top:8px;align-self:flex-start}
@media(max-width:640px){.lalamove-modal{padding:0;align-items:flex-end}.lalamove-modal-card{width:100%;max-height:96vh;border-radius:24px 24px 0 0;padding:18px 14px 20px}.lalamove-map{height:250px}.lalamove-recipient-tabs button{padding:11px 8px;font-size:13px}}

/* PickPH v0.8.0 — Metro Manila address autocomplete for Lalamove */
.manila-place-search{width:100%;margin:8px 0 8px;position:relative;z-index:1200}
.manila-place-search gmp-place-autocomplete{display:block;width:100%;max-width:100%;font:inherit}
.manila-selected-label{display:block;margin-top:12px}
.lalamove-modal-card .manila-place-search{z-index:1305}
@media(max-width:700px){.manila-place-search gmp-place-autocomplete{min-height:48px}.lalamove-modal-card .manila-place-search{position:relative;z-index:1400}}

/* PickPH v0.8.19 public legal / Play Store compliance pages */
.legal-body{margin:0;background:#f7f8fb;color:#202124;font-family:Inter,Arial,sans-serif}.legal-head{background:#fff;border-bottom:1px solid #e7e9ef;position:sticky;top:0;z-index:20}.legal-head-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#202124;font-size:20px}.legal-brand img{width:36px;height:36px;border-radius:10px}.legal-head nav,.legal-footer nav{display:flex;gap:16px;flex-wrap:wrap}.legal-head nav a,.legal-footer a,.legal-main a{color:#8f2525}.legal-head nav a{text-decoration:none;font-size:14px;font-weight:700}.legal-main{padding:46px 0 70px}.legal-container{max-width:900px}.legal-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800;color:#9b2e2e}.legal-main h1{font-size:clamp(34px,6vw,54px);line-height:1.05;margin:8px 0 16px}.legal-main h2{font-size:22px;margin:0 0 10px}.legal-main p,.legal-main li{font-size:16px;line-height:1.75}.legal-main section{background:#fff;border:1px solid #e4e7ee;border-radius:18px;padding:24px;margin:18px 0}.legal-main ul{padding-left:22px}.legal-updated{color:#68707d}.legal-callout,.legal-success,.legal-error{border-radius:14px;padding:16px 18px;margin:18px 0}.legal-callout{background:#fff;border:1px solid #e4e7ee}.legal-success{background:#ecfdf3;border:1px solid #a7e3bd;color:#1c6737}.legal-error{background:#fff1f1;border:1px solid #efb1b1;color:#8a1f1f}.legal-form{display:grid;gap:14px}.legal-form label{display:grid;gap:7px;font-weight:700}.legal-form input,.legal-form textarea{font:inherit;border:1px solid #ccd1db;border-radius:11px;padding:12px;background:#fff}.legal-form textarea{min-height:150px;resize:vertical}.legal-form input:focus,.legal-form textarea:focus{outline:3px solid rgba(168,46,46,.15);border-color:#a82e2e}.legal-check{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important}.legal-check input{margin-top:5px}.legal-button{border:0;border-radius:12px;padding:13px 18px;background:#9d2929;color:#fff;font:inherit;font-weight:800;cursor:pointer;justify-self:start}.legal-button.danger{background:#a51f1f}.legal-note{font-size:14px!important;color:#68707d}.legal-footer{background:#17181b;color:#e9e9ea;padding:28px 0}.legal-footer .container{display:grid;gap:12px}.legal-footer div>span{display:block;margin-top:5px;color:#b9bdc6}.legal-footer nav a{color:#fff}.legal-footer small{color:#9298a3}.store-legal-links{display:inline-flex;gap:10px;margin-left:8px}.store-legal-links a{color:inherit;text-decoration:underline;text-underline-offset:2px}@media(max-width:720px){.legal-head-inner{align-items:flex-start;flex-direction:column;padding-top:12px;padding-bottom:12px}.legal-head nav{gap:10px}.legal-main{padding-top:28px}.legal-main section{padding:18px}.store-legal-links{display:flex;justify-content:center;margin:7px 0 0;flex-wrap:wrap}}

/* PickPH v0.9.1 — always-visible storefront seller chat */
.storefront-chat-cta{margin-top:-2px}.storefront-chat-cta>.container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px;padding-bottom:14px}.storefront-chat-cta b,.storefront-chat-cta span{display:block}.storefront-chat-cta b{font-size:15px}.storefront-chat-cta span{font-size:12px;opacity:.72;margin-top:2px}.storefront-chat-cta .btn{white-space:nowrap}
@media(max-width:620px){.storefront-chat-cta>.container{align-items:stretch;flex-direction:column;gap:9px}.storefront-chat-cta .btn{width:100%}}


.seller-preview-return{position:fixed;right:14px;top:74px;z-index:500;display:inline-flex;align-items:center;gap:6px;background:#17191d;color:#fff!important;border-radius:999px;padding:10px 14px;font:800 12px/1.2 Inter,system-ui,sans-serif;box-shadow:0 8px 28px rgba(0,0,0,.18)}
@media(max-width:620px){.seller-preview-return{top:auto;bottom:86px;right:10px;padding:9px 12px}}

/* PickPH v0.9.2 unified icon + business landing + customer account */
.pickph-icon{width:1.25em;height:1.25em;display:inline-block;vertical-align:-.2em;flex:0 0 auto}
.site-nav a,.customer-orders-pill,.cart-pill,.seller-preview-actions a,.seller-preview-back{display:inline-flex;align-items:center;gap:7px}
.business-landing-hero{padding:84px 0 54px;background:linear-gradient(180deg,#f7fbff 0,#fff 100%)}
.business-landing-inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:54px;align-items:center}
.business-landing-copy{max-width:700px}.business-landing-copy h1{font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-.055em;margin:12px 0 20px}.business-landing-copy p{font-size:19px;line-height:1.65;color:#526274;max-width:650px}.business-start-btn{margin-top:16px;min-height:56px;padding:0 28px;font-size:17px}
.business-landing-visual{display:grid;place-items:center;min-height:320px}.pickph-orbit-card{width:min(100%,360px);aspect-ratio:1/1;border-radius:36px;background:#156fe7;color:#fff;box-shadow:0 30px 80px rgba(21,111,231,.24);display:grid;place-items:center;align-content:center;text-align:center;gap:12px}.pickph-orbit-card .pickph-icon{width:92px;height:92px;stroke-width:1.3}.pickph-orbit-card b{font-size:30px}.pickph-orbit-card small{font-size:14px;opacity:.85}
.business-category-section{padding:56px 0}.business-category-head{text-align:center;max-width:680px;margin:0 auto 26px}.business-category-head span{font-size:13px;font-weight:800;color:#156fe7;text-transform:uppercase;letter-spacing:.08em}.business-category-head h2{font-size:clamp(30px,4vw,46px);margin:8px 0}.business-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.business-category-tile{display:grid;justify-items:center;text-align:center;gap:8px;padding:30px 22px;border:1px solid #e7edf4;border-radius:24px;background:#fff;box-shadow:0 12px 35px rgba(26,45,72,.07);text-decoration:none;color:#18283a;transition:.2s}.business-category-tile:hover{transform:translateY(-3px);border-color:#bdd6f7}.business-category-icon{width:82px;height:82px;border-radius:22px;background:#eff6ff;color:#156fe7;display:grid;place-items:center}.business-category-icon .pickph-icon{width:44px;height:44px}.business-category-tile b{font-size:22px}.business-category-tile small{color:#667487;line-height:1.45}.business-category-tile em{font-style:normal;color:#156fe7;font-weight:800;margin-top:5px}
.business-landing-steps{padding:10px 0 80px}.simple-three-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.simple-three-steps article{border-radius:18px;background:#f7f9fc;padding:22px;display:grid;gap:6px}.simple-three-steps article>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#18283a;color:#fff;font-weight:900}.simple-three-steps b{font-size:18px}.simple-three-steps small{color:#69788a}.business-login-strip{margin-top:22px;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:#69788a}.business-login-strip a{font-weight:800;color:#156fe7}
.customer-auth-wrap{min-height:70vh;display:grid;place-items:center;padding:50px 18px}.customer-auth-card{width:min(100%,450px);padding:30px;border:1px solid #e3e9f0;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(25,45,70,.1)}.customer-auth-icon{width:68px;height:68px;border-radius:20px;background:#eff6ff;color:#156fe7;display:grid;place-items:center}.customer-auth-icon .pickph-icon{width:34px;height:34px}.customer-auth-card h1{margin:18px 0 7px}.customer-auth-card>p{color:#657487;margin:0 0 22px}.customer-auth-other{text-align:center;margin-top:18px;color:#728094}.customer-auth-other a{font-weight:800}
.customer-account-main{padding-top:34px;padding-bottom:110px}.customer-account-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.customer-account-head h1{margin:3px 0}.customer-account-head p{margin:0;color:#748196}.customer-account-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.customer-account-grid>a{min-height:150px;border:1px solid #e5ebf1;border-radius:22px;background:#fff;display:grid;place-items:center;align-content:center;text-align:center;gap:6px;color:#17293b;text-decoration:none;box-shadow:0 10px 28px rgba(22,44,70,.06)}.customer-account-grid>a>span{width:56px;height:56px;border-radius:18px;background:#eff6ff;color:#156fe7;display:grid;place-items:center}.customer-account-grid .pickph-icon{width:30px;height:30px}.customer-account-grid b{font-size:17px}.customer-account-grid small{color:#77879a}.customer-account-section{margin-top:24px;padding:20px;border:1px solid #e5ebf1;border-radius:22px;background:#fff}.customer-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.customer-section-head h2{margin:0}.customer-section-head a{font-weight:800;color:#156fe7}.customer-global-order{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid #eef2f6}.customer-global-order:last-child{border-bottom:0}.customer-global-order>div:first-child{display:grid;gap:4px}.customer-global-order span,.customer-global-order small{color:#758296}.order-detail-row{align-items:center}.customer-order-actions{display:flex!important;gap:8px!important}.customer-chat-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eef2f6;color:#17293b;text-decoration:none}.customer-chat-row:last-child{border-bottom:0}.customer-chat-row>span{width:42px;height:42px;border-radius:13px;background:#eff6ff;color:#156fe7;display:grid;place-items:center}.customer-chat-row>div{display:grid;gap:3px;min-width:0}.customer-chat-row small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#758296}.customer-chat-row em{font-style:normal;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#156fe7;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.profile-simple{text-align:center;max-width:520px;margin-left:auto;margin-right:auto}.profile-simple>span{width:76px;height:76px;border-radius:22px;background:#eff6ff;color:#156fe7;display:grid;place-items:center;margin:0 auto}.profile-simple .pickph-icon{width:38px;height:38px}.customer-bottom-nav{position:fixed;z-index:60;left:50%;bottom:12px;transform:translateX(-50%);width:min(calc(100% - 24px),520px);display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e1e8ef;border-radius:20px;box-shadow:0 18px 50px rgba(23,42,66,.18);padding:8px}.customer-bottom-nav a{display:grid;justify-items:center;gap:3px;padding:8px 5px;border-radius:14px;color:#718095;text-decoration:none;font-size:11px;font-weight:800}.customer-bottom-nav a.active{background:#eff6ff;color:#156fe7}.customer-bottom-nav .pickph-icon{width:21px;height:21px}
.customer-chat-page{width:min(100%,720px);height:100dvh;margin:0 auto;display:grid;grid-template-rows:auto 1fr auto;background:#f7f9fc}.customer-chat-page>header{padding:18px;background:#fff;border-bottom:1px solid #e5ebf1;display:flex;align-items:center;gap:18px}.customer-chat-page>header a{font-weight:800}.customer-chat-page h1{font-size:19px;margin:0}.customer-chat-page header small{color:#718095}.customer-account-thread{padding:18px;overflow:auto}.customer-chat-compose{padding:12px;background:#fff;border-top:1px solid #e5ebf1;display:grid;grid-template-columns:1fr auto;gap:9px}.customer-chat-compose textarea{resize:none;border:1px solid #dce4ec;border-radius:14px;padding:12px;font:inherit}
.storefront-chat-cta .btn .pickph-icon{width:21px;height:21px}
@media(max-width:760px){.business-landing-hero{padding:50px 0 34px}.business-landing-inner{grid-template-columns:1fr;gap:28px}.business-landing-copy h1{font-size:48px}.business-landing-visual{min-height:230px}.pickph-orbit-card{width:230px;border-radius:28px}.pickph-orbit-card .pickph-icon{width:62px;height:62px}.pickph-orbit-card b{font-size:23px}.business-category-grid{grid-template-columns:1fr}.simple-three-steps{grid-template-columns:1fr}.customer-account-grid{grid-template-columns:repeat(2,1fr)}.customer-account-grid>a{min-height:118px;padding:10px}.customer-account-grid b{font-size:14px}.customer-account-grid small{font-size:11px}.order-detail-row{align-items:flex-start;flex-direction:column}.customer-order-actions{width:100%;display:grid!important;grid-template-columns:1fr 1fr!important}.site-nav{display:none}}

.hero-login-links{display:flex;gap:10px;align-items:center;margin-top:15px;font-size:14px}.hero-login-links a{font-weight:800;color:#156fe7}

/* PickPH v0.9.3 — custom SaaS homepage, no marketplace feed */
.pickph-saas-home{background:#fff;color:#142238}.pickph-saas-home .platform-head{background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-color:#eaf0f6}.pickph-saas-home .platform-footer{background:#0d1b2e}.pickph-saas-hero{position:relative;overflow:hidden;padding:84px 0 76px;background:radial-gradient(circle at 85% 24%,rgba(68,162,255,.15),transparent 30%),linear-gradient(180deg,#f9fcff 0,#fff 100%)}.pickph-saas-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-240px;top:-260px;border:90px solid rgba(18,104,232,.045)}.pickph-saas-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:center;gap:72px}.pickph-saas-copy{position:relative;z-index:2}.pickph-saas-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eaf4ff;color:#1268e8;font-size:12px;font-weight:900;letter-spacing:.04em}.pickph-saas-copy h1{font-size:clamp(50px,7vw,82px);line-height:.94;letter-spacing:-.065em;margin:20px 0 22px;max-width:800px;color:#102238}.pickph-saas-copy h1 span{color:#1268e8}.pickph-saas-copy>p{font-size:19px;line-height:1.65;color:#5f7186;max-width:650px;margin:0}.pickph-saas-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}.pickph-saas-primary{min-height:58px;padding:0 29px;border-radius:16px;font-size:17px;box-shadow:0 16px 34px rgba(18,104,232,.22)}.pickph-saas-logins{display:flex;align-items:center;gap:10px;font-size:14px;color:#93a0af}.pickph-saas-logins a{color:#26445f;font-weight:850;text-decoration:none}.pickph-saas-trust{display:flex;align-items:center;gap:19px;flex-wrap:wrap;margin-top:28px;color:#728399;font-size:13px;font-weight:750}.pickph-saas-trust span{display:flex;align-items:center;gap:6px}.pickph-saas-trust .pickph-icon{color:#1268e8}.pickph-saas-product-visual{position:relative;min-height:475px;display:grid;place-items:center}.pickph-saas-glow{position:absolute;width:360px;height:360px;border-radius:50%;background:linear-gradient(135deg,#b9ddff,#d9ebff);filter:blur(2px);opacity:.66}.pickph-dashboard-preview{position:relative;z-index:2;width:min(100%,360px);padding:19px;border:1px solid rgba(255,255,255,.9);border-radius:32px;background:rgba(255,255,255,.96);box-shadow:0 35px 80px rgba(26,73,129,.2);transform:rotate(2deg)}.preview-top{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:850;color:#17304a}.preview-top em{margin-left:auto;font-style:normal;color:#23a56c;font-size:11px}.preview-logo{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#1268e8;color:#fff;font-size:17px;font-weight:950}.preview-business{display:flex;align-items:center;gap:12px;padding:18px 0 16px}.preview-avatar{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#eaf4ff;color:#1268e8}.preview-avatar .pickph-icon{width:31px;height:31px}.preview-business div{display:grid;gap:4px}.preview-business b{font-size:17px}.preview-business small{color:#8291a1}.preview-icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.preview-icon-grid>span{min-height:77px;border-radius:17px;background:#f5f8fc;display:grid;place-items:center;align-content:center;gap:6px;color:#1268e8}.preview-icon-grid .pickph-icon{width:25px;height:25px}.preview-icon-grid small{font-size:10px;font-weight:850;color:#4c6075}.preview-notice{display:flex;align-items:center;gap:12px;margin-top:14px;padding:13px 14px;border-radius:16px;background:#1268e8;color:#fff}.preview-notice>.pickph-icon{width:24px;height:24px}.preview-notice span{display:grid}.preview-notice small{opacity:.8;font-size:10px}.pickph-float-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:999px;background:#fff;color:#1e354e;box-shadow:0 12px 28px rgba(21,70,125,.16);font-size:11px;font-weight:900}.pickph-float-chip .pickph-icon{color:#1268e8}.chip-chat{left:-18px;top:90px}.chip-order{right:-12px;bottom:80px}.pickph-start-section{padding:76px 0;background:#fff}.pickph-section-title{text-align:center;max-width:690px;margin:0 auto 31px}.pickph-section-title>span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#1268e8}.pickph-section-title h2{font-size:clamp(32px,4.5vw,49px);letter-spacing:-.045em;margin:8px 0 10px}.pickph-section-title p{margin:0;color:#718297}.pickph-start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.pickph-start-card{position:relative;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:17px;min-height:154px;padding:22px;border:1px solid #e4edf6;border-radius:26px;background:#fff;color:#172d47;text-decoration:none;box-shadow:0 14px 34px rgba(25,63,105,.07);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.pickph-start-card:hover{transform:translateY(-4px);border-color:#b8d8fb;box-shadow:0 20px 44px rgba(25,72,128,.12)}.pickph-start-icon{width:78px;height:78px;border-radius:23px;display:grid;place-items:center;background:#eaf4ff;color:#1268e8}.pickph-start-icon .pickph-icon{width:42px;height:42px}.pickph-start-card>div{display:grid;gap:5px}.pickph-start-card b{font-size:22px;letter-spacing:-.02em}.pickph-start-card small{color:#78899d;line-height:1.4}.pickph-start-card em{grid-column:2;font-style:normal;font-size:12px;font-weight:900;color:#1268e8;display:inline-flex;align-items:center;gap:5px}.pickph-start-card em .pickph-icon{width:13px;height:13px}.type-store .pickph-start-icon{background:#fff4e8;color:#e87914}.type-services .pickph-start-icon{background:#eff9f4;color:#168a5c}.pickph-saas-how{padding:18px 0 88px}.pickph-how-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:14px;border-radius:27px;background:#f6f9fd}.pickph-how-strip article{display:flex;align-items:center;gap:13px;padding:16px}.pickph-how-strip article>span{width:38px;height:38px;border-radius:13px;background:#fff;color:#1268e8;box-shadow:0 7px 20px rgba(24,66,115,.08);display:grid;place-items:center;font-size:13px;font-weight:950}.pickph-how-strip article div{display:grid;gap:3px}.pickph-how-strip b{font-size:14px}.pickph-how-strip small{color:#8290a0;font-size:11px}.pickph-clean-cta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px 28px;border-radius:25px;background:#10243c;color:#fff}.pickph-clean-cta div{display:grid;gap:4px}.pickph-clean-cta b{font-size:20px}.pickph-clean-cta small{color:#b8c7d7}.pickph-clean-cta .btn{border-radius:14px;white-space:nowrap}@media(max-width:860px){.pickph-saas-hero{padding:55px 0}.pickph-saas-hero-grid{grid-template-columns:1fr;gap:34px}.pickph-saas-copy{text-align:center}.pickph-saas-copy>p{margin-inline:auto}.pickph-saas-actions,.pickph-saas-trust{justify-content:center}.pickph-saas-product-visual{min-height:380px}.pickph-dashboard-preview{width:320px}.chip-chat{left:calc(50% - 190px)}.chip-order{right:calc(50% - 195px)}.pickph-start-grid{grid-template-columns:1fr;max-width:650px;margin:auto}}@media(max-width:620px){.pickph-saas-hero{padding:42px 0 48px}.pickph-saas-copy h1{font-size:47px}.pickph-saas-copy>p{font-size:16px}.pickph-saas-actions{display:grid;gap:15px}.pickph-saas-primary{width:100%;display:flex;justify-content:center}.pickph-saas-logins{justify-content:center}.pickph-saas-trust{gap:10px 15px;font-size:11px}.pickph-saas-product-visual{min-height:340px}.pickph-dashboard-preview{width:280px;border-radius:25px;padding:15px}.pickph-float-chip{font-size:10px;padding:8px 10px}.chip-chat{left:0;top:65px}.chip-order{right:0;bottom:50px}.pickph-start-section{padding:55px 0}.pickph-start-card{grid-template-columns:68px 1fr;min-height:125px;padding:17px}.pickph-start-icon{width:64px;height:64px;border-radius:19px}.pickph-start-icon .pickph-icon{width:35px;height:35px}.pickph-start-card b{font-size:19px}.pickph-how-strip{grid-template-columns:1fr;padding:10px}.pickph-how-strip article{padding:11px}.pickph-clean-cta{align-items:stretch;flex-direction:column;padding:22px}.pickph-clean-cta .btn{width:100%;justify-content:center}.platform-head .site-nav{display:none}}
.customer-update-optin{display:grid;grid-template-columns:52px 1fr auto auto;align-items:center;gap:12px;margin-bottom:18px;padding:14px;border:1px solid #dceafb;border-radius:18px;background:#f7fbff}.customer-update-optin>span{width:50px;height:50px;border-radius:15px;background:#e8f3ff;color:#1268e8;display:grid;place-items:center}.customer-update-optin>span .pickph-icon{width:27px;height:27px}.customer-update-optin>div{display:grid;gap:3px}.customer-update-optin b{font-size:14px}.customer-update-optin small{font-size:11px;color:#78899b}.customer-update-optin em{font-style:normal;font-size:10px;color:#168a5c}.customer-update-optin em[data-kind="error"]{color:#bd3d3d}@media(max-width:680px){.customer-update-optin{grid-template-columns:48px 1fr}.customer-update-optin>button{grid-column:1/-1;width:100%}}
.order-update-optin{margin-top:18px;margin-bottom:0;text-align:left}

/* PickPH custom seller icon artwork */
.pickph-ui-art{display:inline-block;object-fit:contain;border-radius:20%;vertical-align:middle}.seller-preview-bar .pickph-ui-art{width:26px!important;height:26px!important}.preview-icon-grid .pickph-ui-art{width:44px!important;height:44px!important}.preview-avatar .pickph-ui-art{width:52px!important;height:52px!important}.preview-notice>.pickph-ui-art{width:40px!important;height:40px!important}.pickph-float-chip .pickph-ui-art{width:28px!important;height:28px!important}

/* PickPH customer escalation / Buyer SOS */
.customer-support-layout{display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:18px;align-items:start}.customer-support-list{background:#fff;border:1px solid #e5ebf1;border-radius:22px;padding:18px;position:sticky;top:20px}.customer-support-thread{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:13px 10px;border-bottom:1px solid #eef2f6;text-decoration:none;color:#17293b;border-radius:12px}.customer-support-thread.active{background:#eff6ff}.customer-support-thread>div{display:grid;gap:3px;min-width:0}.customer-support-thread small{color:#758296;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-support-thread em{font-style:normal;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#6f2bd9;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.customer-support-conversation{margin-top:0}.seller-delivery-estimate .pickph-ui-art{width:24px;height:24px;vertical-align:middle;margin-right:5px}.delivery-estimate-help{margin-top:8px;padding:9px 11px;border-radius:10px;background:#f7f2ff;color:#50327f}@media(max-width:760px){.customer-support-layout{grid-template-columns:1fr}.customer-support-list{position:static}.customer-support-conversation{margin-top:0}}

/* PickPH v0.9.27 — storefront seller-first catalog + compact visual variations */
:root{--pickph-purple:#6f35e8;--pickph-purple-soft:#f3efff}
.storefront-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:8px 0 18px;padding:18px 20px;border:1px solid var(--site-line);border-radius:16px;background:#fff}.storefront-catalog-heading>div{min-width:0}.storefront-catalog-heading span{display:block;margin-bottom:3px;color:var(--pickph-purple);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.storefront-catalog-heading h2{margin:0;color:#172033;font-size:25px;line-height:1.1;letter-spacing:-.035em}.storefront-catalog-heading p{margin:5px 0 0;color:var(--site-muted);font-size:13px}.storefront-catalog-heading>b{flex:0 0 auto;color:#172033;font-size:12px}.extended-catalog-heading{margin-top:46px;background:#fafafe;border-color:#e8e2fb}.extended-catalog-heading:before{content:"";width:4px;align-self:stretch;border-radius:999px;background:var(--pickph-purple)}.native-menu-section+.extended-catalog-heading{margin-top:46px}.cj-category-link{color:#555b68}.native-category-link{font-weight:900}

.variation-option-group{margin:20px 0}.option-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:9px}.option-title-row .option-title{margin:0;font-size:15px;font-weight:900;color:#172033}.option-title-row small{display:block;margin-top:2px;color:var(--site-muted);font-size:11px}.variation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:8px;align-items:stretch}.text-variation-grid{grid-template-columns:repeat(auto-fill,minmax(105px,max-content));justify-content:start}.variation-choice{position:relative;min-width:0;border:1px solid var(--site-line);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .14s,box-shadow .14s,transform .14s}.variation-choice:hover{border-color:#cfc6ed}.variation-choice input{position:absolute;opacity:0;pointer-events:none}.variation-choice.has-image{display:flex;min-height:112px;flex-direction:column;align-items:stretch;padding:5px}.variation-choice.text-only{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:6px;padding:9px 12px}.variation-choice.selected,.variation-choice:has(input:checked){border-color:var(--pickph-purple);box-shadow:0 0 0 2px rgba(111,53,232,.13)}.variation-choice.selected:after,.variation-choice:has(input:checked):after{content:"✓";position:absolute;top:5px;right:5px;z-index:2;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--pickph-purple);color:#fff;font-size:11px;font-weight:950}.variation-thumb{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1/1;border-radius:9px;overflow:hidden;background:#f5f5f7}.variation-thumb img{width:100%;height:100%;object-fit:cover}.variation-thumb i{display:none;color:#8b8d95;font-style:normal;font-size:20px}.variation-thumb.broken img{display:none}.variation-thumb.broken i{display:block}.variation-label{display:block;min-width:0;padding:6px 4px 2px;color:#262b36;font-size:11px;font-weight:800;line-height:1.18;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.text-only .variation-label{padding:0;font-size:12px;white-space:normal;-webkit-line-clamp:2}.variation-price{display:block;padding:0 4px 4px;color:var(--site-muted);font-size:10px;font-weight:800;text-align:center}.text-only .variation-price{padding:0}.variation-show-all{margin-top:10px;border:0;background:transparent;color:var(--pickph-purple);font-size:12px;font-weight:900;cursor:pointer;padding:6px 0}.variation-show-all:hover{text-decoration:underline}.variation-choice[hidden]{display:none!important}

/* Keep the quick-order modal compact even with 20–50+ CJ variants. */
.quick-option-list.variation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));gap:8px}.quick-option-list.text-variation-grid{grid-template-columns:repeat(auto-fill,minmax(104px,max-content))}.quick-option-choice.variation-choice{grid-template-columns:none;padding:5px}.quick-option-choice.variation-choice.text-only{padding:9px 11px}.quick-option-choice.variation-choice b{display:none}.quick-option-head{align-items:flex-end}.quick-option-head small{font-size:11px}.quick-option-group .variation-show-all{margin-top:7px}

/* Product details page gets enough room for a 5–7 item visual grid without becoming a long radio list. */
.product-page .variation-grid{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));max-width:680px}.product-page .text-variation-grid{grid-template-columns:repeat(auto-fill,minmax(110px,max-content));max-width:680px}

@media(max-width:600px){.storefront-catalog-heading{align-items:flex-start;padding:14px 15px;margin-bottom:14px}.storefront-catalog-heading h2{font-size:21px}.storefront-catalog-heading p{font-size:12px}.storefront-catalog-heading>b{display:none}.extended-catalog-heading{margin-top:34px}.variation-grid,.product-page .variation-grid,.quick-option-list.variation-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.text-variation-grid,.product-page .text-variation-grid,.quick-option-list.text-variation-grid{display:flex;flex-wrap:wrap;gap:7px}.variation-choice.has-image{min-height:95px;padding:4px}.variation-label{font-size:10px;padding:5px 2px 1px}.variation-price{font-size:9px}.variation-choice.text-only{min-height:42px;padding:8px 10px}.text-only .variation-label{font-size:11px}.variation-choice.selected:after,.variation-choice:has(input:checked):after{top:4px;right:4px;width:18px;height:18px}.quick-option-choice.variation-choice{padding:4px}}
@media(max-width:370px){.variation-grid,.product-page .variation-grid,.quick-option-list.variation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
