*{margin:0;padding:0;box-sizing:border-box}.ui-modal__overlay{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center;background:#4527146b;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:ui-fade-in .16s ease;padding:0}@keyframes ui-fade-in{0%{opacity:0}to{opacity:1}}.ui-modal{position:relative;width:100%;max-width:540px;max-height:92dvh;display:flex;flex-direction:column;background:#fff;color:var(--og-ink, #181614);border:1px solid var(--og-line, #eadbd0);border-bottom:none;border-radius:var(--radius-xl) var(--radius-xl) 0 0;overflow:hidden;box-shadow:var(--shadow-lg);animation:ui-modal-up .24s cubic-bezier(.32,.72,0,1)}.ui-modal--sm{max-width:420px}.ui-modal--lg{max-width:720px}@keyframes ui-modal-up{0%{transform:translateY(48px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:600px){.ui-modal__overlay{align-items:center;padding:20px}.ui-modal{border-radius:var(--radius-xl);border-bottom:1px solid var(--og-line, #eadbd0);animation:ui-modal-scale .18s cubic-bezier(.32,.72,0,1)}@keyframes ui-modal-scale{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}}.ui-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 16px;border-bottom:1px solid var(--og-line, #eadbd0);flex-shrink:0}.ui-modal__title{margin:0;font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--og-ink, #181614);letter-spacing:-.015em;line-height:1.2}.ui-modal__close{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid var(--og-line, #eadbd0);background:#fff;color:var(--og-ink, #181614);font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .14s,color .14s,border-color .14s}.ui-modal__close:hover{background:var(--og-red, #f03618);border-color:var(--og-red, #f03618);color:#fff}.ui-modal__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:20px;color:var(--og-ink, #181614)}.ui-modal__footer{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px 20px;border-top:1px solid var(--og-line, #eadbd0);background:#fffaf4}.ui-toast-region{position:fixed;top:16px;right:16px;z-index:var(--z-toast);display:flex;flex-direction:column;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}@media(max-width:560px){.ui-toast-region{left:16px;right:16px;width:auto;align-items:stretch}}.ui-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--og-line, #eadbd0);border-left:4px solid var(--og-red, #f03618);box-shadow:var(--shadow-md);color:var(--og-ink, #181614);animation:ui-toast-in .26s cubic-bezier(.34,1.56,.64,1)}.ui-toast--leaving{animation:ui-toast-out .2s ease forwards}@keyframes ui-toast-in{0%{opacity:0;transform:translate(16px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes ui-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(16px)}}.ui-toast--success{border-left-color:var(--og-success, #18834a)}.ui-toast--error{border-left-color:var(--og-danger, #c52217)}.ui-toast--info{border-left-color:var(--og-red, #f03618)}.ui-toast__icon{font-size:18px;line-height:1.3;flex-shrink:0}.ui-toast--success .ui-toast__icon{color:var(--og-success, #18834a)}.ui-toast--error .ui-toast__icon{color:var(--og-danger, #c52217)}.ui-toast--info .ui-toast__icon{color:var(--og-red, #f03618)}.ui-toast__body{flex:1;min-width:0}.ui-toast__title{font-size:13.5px;font-weight:700;line-height:1.35;color:var(--og-ink, #181614)}.ui-toast__msg{font-size:12.5px;color:var(--og-muted, #68615b);margin-top:2px;line-height:1.45}.ui-toast__close{flex-shrink:0;background:none;border:none;color:var(--og-muted, #68615b);cursor:pointer;font-size:16px;line-height:1;padding:2px;transition:color .14s}.ui-toast__close:hover{color:var(--og-red, #f03618)}.ui-card{background:#fff;color:var(--og-ink, #181614);border:1px solid var(--og-line, #eadbd0);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.ui-card--pad{padding:var(--space-5)}.ui-card--hover{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ui-card--hover:hover{transform:translateY(-3px);border-color:#f0361852;box-shadow:var(--shadow-md)}.ui-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:700;letter-spacing:.02em;line-height:1.5;border:1px solid var(--og-line, #eadbd0);background:#fffaf4;color:var(--og-muted, #68615b)}.ui-badge--amber{background:#fff2eb;border-color:#f0361847;color:var(--og-red, #f03618)}.ui-badge--success{background:#effaf3;border-color:#18834a47;color:var(--og-success, #18834a)}.ui-badge--danger{background:#fff2eb;border-color:#c5221752;color:var(--og-danger, #c52217)}.ui-badge--neutral{background:#fffaf4;border-color:var(--og-line, #eadbd0);color:var(--og-muted, #68615b)}.ui-field{display:flex;flex-direction:column;gap:7px}.ui-field__label{font-size:12px;font-weight:700;color:var(--og-ink, #181614);letter-spacing:.01em}.ui-field__label--required:after{content:" *";color:var(--og-danger, #c52217)}.ui-field__control{width:100%;border-radius:var(--radius-md);border:1px solid var(--og-line, #eadbd0);background:#fffaf4;padding:11px 13px;color:var(--og-ink, #181614);font-size:var(--fs-md);font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}.ui-field__control::placeholder{color:#b1a89f}.ui-field__control:hover{border-color:#f3c7b9}.ui-field__control:focus{border-color:#f0361875;box-shadow:0 0 0 3px #f036181f;background:#fff}.ui-field__control--error{border-color:#c5221799}.ui-field__error{font-size:11.5px;color:var(--og-danger, #c52217)}textarea.ui-field__control{resize:vertical;min-height:88px;line-height:1.5}.ui-spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--og-line, #eadbd0);border-top-color:var(--og-red, #f03618);border-radius:50%;animation:ui-spin .7s linear infinite}.ui-spinner--lg{width:30px;height:30px;border-width:3px}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-skeleton{display:block;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f1ded3 25%,#f7e9df 37%,#f1ded3 63%);background-size:400% 100%;animation:ui-shimmer 1.4s ease infinite}@keyframes ui-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.ui-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:48px 20px;color:var(--og-muted, #68615b)}.ui-empty__icon{font-size:34px;color:var(--og-red, #f03618);opacity:.85;margin-bottom:4px}.ui-empty__title{font-size:var(--fs-lg);font-weight:800;color:var(--og-ink, #181614)}.ui-empty__sub{font-size:var(--fs-md);max-width:36ch;color:var(--og-muted, #68615b)}.ui-empty__action{margin-top:12px}.ui-confirm__msg{color:var(--og-muted, #68615b);font-size:var(--fs-md);line-height:1.55}.btn-danger{border-color:#c5221780;background:#fff2eb;color:var(--og-danger, #c52217)}.btn-danger:hover{background:var(--og-danger, #c52217);color:#fff;border-color:var(--og-danger, #c52217)}.og-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;cursor:pointer}.og-toggle.is-disabled{opacity:.55;cursor:not-allowed}.og-toggle>input{position:absolute;opacity:0;width:0;height:0}.og-toggle-text{display:flex;flex-direction:column;gap:2px}.og-toggle-label{font-weight:600;color:var(--og-ink, #181614)}.og-toggle-hint{font-size:.82rem;color:#8a7d73}.og-toggle-track{flex-shrink:0;width:46px;height:26px;border-radius:999px;background:var(--og-line, #eadbd0);position:relative;transition:background .2s ease}.og-toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s ease}.og-toggle>input:checked+.og-toggle-track{background:var(--og-red, #f03618)}.og-toggle>input:checked+.og-toggle-track .og-toggle-thumb{transform:translate(20px)}.og-toggle>input:focus-visible+.og-toggle-track{outline:2px solid var(--og-red, #f03618);outline-offset:2px}:root{--og-bg: #fff9f0;--og-bg-soft: #fff3e5;--og-surface: #ffffff;--og-surface-warm: #fffaf4;--og-ink: #181614;--og-muted: #68615b;--og-line: #eadbd0;--og-line-strong: #ddc8ba;--og-red: #f03618;--og-red-dark: #c8200c;--og-orange: #ff9518;--og-yellow: #ffc84a;--og-black: #11100f;--og-success: #18834a;--og-danger: #c52217;--og-shadow: 0 16px 40px rgba(69, 39, 20, .12);--og-shadow-soft: 0 10px 24px rgba(69, 39, 20, .08);--og-radius-sm: 8px;--og-radius-md: 14px;--og-radius-lg: 22px;--og-radius-xl: 30px;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--font-display: Impact, "Arial Black", Haettenschweiler, "Segoe UI Black", sans-serif;--amber: var(--og-orange);--gold: var(--og-yellow);--orange: var(--og-orange);--red: var(--og-red);--white: var(--og-ink);--muted: var(--og-muted);--text-soft: #83786f;--panel: var(--og-surface);--border: var(--og-line);--border-strong: var(--og-line-strong);--shadow-sm: var(--og-shadow-soft);--shadow-md: var(--og-shadow);--shadow-lg: 0 24px 70px rgba(28, 18, 9, .18);--shadow-fire: 0 14px 30px rgba(240, 54, 24, .24);--toast-bg: var(--og-surface);--toast-border: var(--og-line);--radius-sm: var(--og-radius-sm);--radius-md: var(--og-radius-md);--radius-lg: var(--og-radius-lg);--radius-xl: var(--og-radius-xl);--radius-pill: 999px}:root[data-home-template=bold]{--og-bg: var(--tenant-background, #f5f0e7);--og-bg-soft: #f1eadc;--og-surface: #ffffff;--og-surface-warm: #fbf7ef;--og-ink: #070707;--og-black: #070707;--og-muted: #756d62;--og-line: #e6ddd0;--og-line-strong: #d8ccbb;--og-red: var(--tenant-primary, #f21125);--og-red-dark: #c90f1f;--og-orange: var(--tenant-primary, #f21125);--og-yellow: #c8ee00;--og-accent: var(--tenant-accent, #c8ee00);--font-sans: var(--tenant-font, Inter, ui-sans-serif, system-ui, Arial, sans-serif);--font-display: Impact, "Arial Black", Haettenschweiler, "Segoe UI Black", sans-serif}:root[data-home-template=modern]{--og-bg: var(--tenant-background, #ffffff);--og-bg-soft: #f4f4f5;--og-surface: #ffffff;--og-surface-warm: #f7f7f8;--og-ink: #1a1a1a;--og-black: #111111;--og-muted: #666666;--og-line: #e5e5e5;--og-line-strong: #d5d5d5;--og-red: var(--tenant-primary, #333333);--og-red-dark: var(--tenant-primary, #1f1f1f);--og-orange: var(--tenant-primary, #333333);--og-yellow: var(--tenant-accent, #ffc84a);--og-accent: var(--tenant-accent, var(--tenant-primary, #333333));--font-sans: var(--tenant-font, Inter, ui-sans-serif, system-ui, Arial, sans-serif);--font-display: var(--tenant-font, Inter, ui-sans-serif, system-ui, Arial, sans-serif)}:root[data-home-template=minimal]{--og-bg: var(--tenant-background, #fafafa);--og-bg-soft: #f2f2f2;--og-surface: #ffffff;--og-surface-warm: #f7f7f7;--og-ink: #1a1a1a;--og-black: #111111;--og-muted: #6b6b6b;--og-line: #e8e8e8;--og-line-strong: #dcdcdc;--og-red: var(--tenant-primary, #1a1a1a);--og-red-dark: var(--tenant-primary, #000000);--og-orange: var(--tenant-primary, #1a1a1a);--og-yellow: var(--tenant-accent, #ffc84a);--og-accent: var(--tenant-accent, var(--tenant-primary, #1a1a1a));--font-sans: var(--tenant-font, Inter, ui-sans-serif, system-ui, Arial, sans-serif);--font-display: var(--tenant-font, Inter, ui-sans-serif, system-ui, Arial, sans-serif)}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% 7%,rgba(255,149,24,.09),transparent 24rem),radial-gradient(circle at 92% 12%,rgba(240,54,24,.08),transparent 24rem),var(--og-bg);color:var(--og-ink);font-family:var(--font-sans);font-size:14px}h1,h2,h3,h4,h5,h6{color:var(--og-ink);letter-spacing:0}button,input,select,textarea{letter-spacing:0}.noise,.glow{display:none}.container{width:min(1120px,calc(100% - 40px))}.glass{background:var(--og-surface);border:1px solid var(--og-line);box-shadow:var(--og-shadow-soft);backdrop-filter:none;-webkit-backdrop-filter:none}.nav{background:#fff9f0eb;border-bottom:1px solid rgba(234,219,208,.78);box-shadow:0 8px 30px #4527140f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.nav-inner{min-height:72px;padding:10px 0}.brand{color:var(--og-ink)}.brand-logo{width:56px;height:56px;border-radius:50%;border-color:#f036182e;background:url(/assets/og-logo-C8ovTbQg.jpg) center / contain no-repeat,#fff;box-shadow:0 8px 20px #4527141a}.brand-name{color:var(--og-ink);font-size:18px;text-transform:uppercase;font-weight:900}.brand-sub{color:#3b3530;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-links{gap:32px;color:var(--og-ink);font-size:13px;font-weight:800}.nav-links a{position:relative;padding:25px 0}.nav-links a:hover,.nav-links a:first-child{color:var(--og-red)}.nav-links a:first-child:after{content:"";position:absolute;left:50%;bottom:14px;width:20px;height:2px;border-radius:99px;background:var(--og-red);transform:translate(-50%)}.nav-cta{gap:9px}.nav-cart-btn,.nav-profile-btn,.nav-login-btn,.burger{background:var(--og-surface);color:var(--og-ink);border:1px solid var(--og-line);border-radius:50%;box-shadow:var(--og-shadow-soft)}.nav-cart-btn,.burger{width:46px;height:46px}.nav-cart-btn:hover,.nav-profile-btn:hover,.nav-login-btn:hover,.burger:hover{color:var(--og-red);border-color:#f036183d;background:#fff}.nav-cart-badge{background:var(--og-red);border-color:var(--og-bg)}.nav-profile-btn,.nav-login-btn{min-height:46px;padding:7px 13px;border-radius:999px}.nav-avatar{background:var(--og-red);color:#fff;border-radius:50%}.profile-dropdown,.mobile-menu{background:var(--og-surface);color:var(--og-ink);border-color:var(--og-line);box-shadow:var(--og-shadow)}.profile-dropdown-name,.profile-dropdown-item,.mobile-nav-links a,.mobile-menu-item{color:var(--og-ink)}.profile-dropdown-role,.mobile-account-label{color:var(--og-muted)}.btn{border-radius:999px;min-height:46px;padding:12px 22px;font-weight:900;color:var(--og-ink);background:var(--og-surface);border:1px solid var(--og-line-strong);box-shadow:none}.btn:hover{transform:translateY(-1px);border-color:#f036184d}.btn-fire{background:linear-gradient(180deg,#ff4323 0%,var(--og-red) 100%);color:#fff;border-color:var(--og-red);box-shadow:var(--shadow-fire)}.btn-fire:hover{background:var(--og-red-dark);color:#fff}.btn-ghost{background:transparent;color:var(--og-ink);border-color:#928882}.hero{min-height:500px;padding:34px 0 0;overflow:hidden}.hero-grid{grid-template-columns:.92fr 1.08fr;min-height:450px;padding:0;gap:22px}.hero-left{position:relative;z-index:2;min-width:0}.pill{background:#fff5ec;color:var(--og-red);border:1px solid #ffd7ca;box-shadow:none;text-transform:uppercase;font-size:13px;font-weight:900}.hero-title{max-width:560px;margin:18px 0 16px;font-family:var(--font-display);font-size:58px;line-height:.98;text-transform:uppercase;color:var(--og-ink);letter-spacing:0}.hero-title span{display:inline-block;color:var(--og-red)}.hero-desc{max-width:42ch;color:#4f4741;font-size:16px;line-height:1.7}.hero-actions{margin-top:24px;gap:16px}.rating{margin:18px 0 0;color:var(--og-ink);font-weight:700}.rating-stars{color:var(--og-orange);letter-spacing:2px}.rating-text{color:#4f4741;font-size:13px}.hero-right{min-width:0}.hero-food-stage{position:relative;min-height:450px}.hero-food-stage:before{content:"";position:absolute;right:-42px;top:84px;width:440px;height:270px;background:linear-gradient(115deg,transparent 9%,rgba(240,54,24,.95) 10% 18%,transparent 19%),radial-gradient(circle,rgba(255,149,24,.9) 0 4px,transparent 5px);opacity:.18;transform:rotate(-8deg);pointer-events:none}.hero-food-img{position:absolute;right:-112px;top:-28px;width:min(720px,66vw);max-width:none;filter:drop-shadow(0 26px 32px rgba(69,39,20,.18));-webkit-mask-image:linear-gradient(to right,transparent 0,#000 12%,#000 100%),linear-gradient(to bottom,transparent 0,#000 8%,#000 92%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 12%,#000 100%),linear-gradient(to bottom,transparent 0,#000 8%,#000 92%,transparent 100%);mask-composite:intersect}.hero-fresh-badge{position:absolute;right:68px;top:116px;box-sizing:border-box;width:112px;height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;padding:18px;border-radius:50%;background:var(--og-black);color:#fff;border:5px solid var(--og-red);transform:rotate(10deg);box-shadow:var(--og-shadow);text-transform:uppercase}.hero-fresh-badge strong{display:block;font-size:25px;line-height:1}.hero-fresh-badge span{display:block;font-size:12px;font-weight:900;line-height:1.05;max-width:100%}.hero-deal-card{position:absolute;right:8px;bottom:34px;width:min(380px,82vw);display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 18px 18px 24px;border-radius:18px;background:#ffffffeb;border:1px solid var(--og-line);box-shadow:var(--og-shadow)}.hero-deal-card span,.hero-deal-kicker{display:block;color:var(--og-muted);font-size:13px}.hero-deal-copy{min-width:0}.hero-deal-card strong{display:block;color:var(--og-ink);font-size:17px;line-height:1.25;overflow-wrap:anywhere}.hero-deal-price{text-align:right;color:var(--og-red)}.hero-deal-price strong{color:var(--og-red);white-space:nowrap}.hero-deal-original-price{margin-top:3px;color:var(--og-muted);font-size:13px;font-weight:800;text-decoration-line:line-through;text-decoration-thickness:2px;text-decoration-color:currentColor;white-space:nowrap}.hero-deal-days{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.hero-deal-card .hero-deal-day{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 8px;border-radius:999px;background:#fff2eb;border:1px solid rgba(240,54,24,.22);color:var(--og-red);font-size:11px;font-weight:800;line-height:1}.hero-deal-card .hero-deal-scroll-cue{display:inline-flex;align-items:center;justify-content:center;gap:3px;width:fit-content;min-height:22px;margin-top:7px;padding:3px 8px;border-radius:999px;background:var(--og-red);color:#fff;font-size:10px;font-weight:800;line-height:1;box-shadow:0 6px 14px #f036182e}.hero-deal-scroll-cue svg{transform:rotate(90deg);flex-shrink:0}.hero-deal-price button,.btn-add-featured{width:34px;height:34px;margin-top:9px;border:0;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--og-red);color:#fff;font-size:20px;font-weight:900;line-height:1;cursor:pointer}.btn-add-featured svg,.hero-deal-price button svg{display:block;stroke:currentColor}.menu-showcase{padding-top:10px}.filters.category-rail{position:relative;top:auto;z-index:20;display:flex;align-items:center;gap:14px;margin:32px auto;padding:18px 24px;border-radius:24px;background:var(--og-surface);border:1px solid var(--og-line);box-shadow:var(--og-shadow-soft);overflow-x:auto;scrollbar-width:none}.filters.category-rail::-webkit-scrollbar{display:none}.category-tab{flex:0 0 96px;min-width:96px;min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:8px;padding:8px 4px;border:0;background:transparent;color:var(--og-ink);font-size:12px;font-weight:900;line-height:1.25;white-space:normal;word-break:break-word;transition:color .15s ease}.category-tab>span:not(.category-glyph){display:block;width:100%;text-align:center}.category-tab:hover{color:var(--og-red);background:transparent}.category-tab:hover .category-glyph{background:#fff2eb;color:var(--og-red)}.category-tab.active{background:transparent;color:var(--og-red);box-shadow:none}.category-tab.active .category-glyph,.category-tab.active:hover .category-glyph{background:var(--og-red);color:#fff}.category-glyph{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:14px;color:var(--og-ink);transition:background .15s,color .15s}.category-glyph:before,.category-glyph:after{content:"";position:absolute;border-color:currentColor}.category-glyph--all:before{width:18px;height:15px;border:2px solid currentColor;border-radius:4px;bottom:9px}.category-glyph--all:after{width:16px;height:10px;border:2px solid currentColor;border-bottom:0;border-radius:12px 12px 0 0;top:8px}.category-glyph--wings:before{width:24px;height:14px;border:3px solid currentColor;border-radius:60% 45%;transform:rotate(-28deg)}.category-glyph--burger:before{width:28px;height:18px;border-top:5px solid currentColor;border-bottom:5px solid currentColor;border-radius:16px}.category-glyph--burger:after{width:25px;height:2px;background:currentColor}.category-glyph--combo:before{width:20px;height:22px;border:2px solid currentColor;border-radius:5px}.category-glyph--combo:after{width:11px;height:11px;border:2px solid currentColor;border-radius:3px;right:5px;top:5px;background:var(--og-surface)}.category-tab.active .category-glyph--combo:after{background:var(--og-red)}.category-glyph--fries:before{width:22px;height:17px;border:2px solid currentColor;border-top:0;border-radius:0 0 5px 5px;bottom:8px}.category-glyph--fries:after{width:26px;height:22px;background:linear-gradient(90deg,transparent 0 5px,currentColor 5px 7px,transparent 7px 12px,currentColor 12px 14px,transparent 14px 19px,currentColor 19px 21px,transparent 21px);top:5px}.category-glyph--drink:before{width:20px;height:25px;border:2px solid currentColor;border-radius:2px 2px 8px 8px;transform:skew(-6deg)}.category-glyph--wrap:before{width:24px;height:14px;border:2px solid currentColor;border-radius:12px;transform:rotate(-35deg)}.category-glyph--sauce:before{width:26px;height:13px;border:2px solid currentColor;border-radius:50%;bottom:10px}.popular-section{margin-top:10px}.today-deal-showcase{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);gap:28px;align-items:stretch;margin:34px 0 8px;padding:28px;overflow:hidden;border:1px solid rgba(94,23,13,.15);border-radius:22px;background:radial-gradient(circle at 15% 0%,rgba(255,199,58,.2),transparent 30%),linear-gradient(135deg,#fff8ea,#fff1d7 58%,#ffe6c5);color:var(--og-ink);box-shadow:var(--og-shadow);animation:dealFadeIn .32s ease both}.today-deal-copy{position:relative;z-index:1}.today-deal-kicker{display:inline-flex;width:fit-content;margin-bottom:12px;padding:7px 11px;border-radius:999px;background:var(--og-yellow);color:var(--og-black);font-size:11px;font-weight:900;text-transform:uppercase}.today-deal-copy h2,.today-deal-copy h3,.today-deal-copy p{margin:0}.today-deal-copy h2{font-family:var(--font-display);font-size:36px;line-height:1;text-transform:uppercase;letter-spacing:0;color:#190c0814}.today-deal-copy h3{margin-top:10px;color:var(--og-ink);font-size:24px;font-weight:900}.today-deal-copy p{max-width:46ch;margin-top:10px;color:#261912b8;font-size:15px;line-height:1.55}.today-deal-days-badge{display:inline-flex;align-items:center;gap:4px;margin-top:14px;padding:8px 14px;border-radius:999px;background:#ffffffb3;border:1px solid rgba(94,23,13,.12);font-size:13px;font-weight:700;color:var(--og-ink)}.today-deal-days-badge strong{color:#26191280;font-size:11px;text-transform:uppercase}.today-deal-days-badge__inactive{color:var(--og-red);font-weight:800}.today-deal-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:680px;margin-top:16px}.today-deal-details span{display:grid;gap:3px;min-width:0;padding:9px 10px;border:1px solid rgba(94,23,13,.12);border-radius:12px;background:#ffffff9e;color:#261912c7;font-size:12px;font-weight:800}.today-deal-details strong{color:#2619127a;font-size:10px;line-height:1;text-transform:uppercase}.today-deal-actions{display:flex;align-items:center;gap:18px;margin-top:22px}.today-deal-price{color:var(--og-red);font-size:34px;font-weight:900;line-height:1}.today-deal-price-stack{display:grid;gap:4px}.today-deal-original-price{color:#26191275;font-size:15px;font-weight:800;text-decoration-line:line-through;text-decoration-thickness:2px;text-decoration-color:currentColor}.today-deal-quantity-note{color:#2619129e;font-size:12px;font-weight:700}.today-deal-add{min-width:96px;white-space:nowrap}.today-deal-image{position:relative;height:100%;min-height:320px;overflow:hidden;border:1px solid rgba(94,23,13,.12);border-radius:16px;background:#ffffffb8}.today-deal-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.today-deal-image .cart-count-badge{top:12px;right:12px}.today-deal-count{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--og-red);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px #f0361847}.today-deal-dots{position:absolute;right:28px;bottom:18px;display:inline-flex;gap:7px}.today-deal-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#5e170d3d;cursor:pointer}.today-deal-dots button.is-active{width:22px;background:var(--og-red)}@keyframes dealFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.daily-deals-scroll{margin:18px 0 10px;max-width:100%;overflow:hidden}.daily-deals-scroll__title{margin:0 0 12px;font-family:var(--font-display);font-size:20px;font-weight:800;color:var(--og-ink)}.daily-deals-scroll__track{display:flex;flex-wrap:nowrap;align-items:stretch;gap:14px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:thin}.daily-deals-scroll__track::-webkit-scrollbar{height:4px}.daily-deals-scroll__track::-webkit-scrollbar-thumb{background:#5e170d2e;border-radius:999px}.daily-deal-card{flex:0 0 200px;width:200px;min-width:200px;max-width:200px;scroll-snap-align:start;display:flex;flex-direction:column;border-radius:16px;border:1px solid rgba(94,23,13,.12);background:linear-gradient(160deg,#fff8ea,#fff1d7);overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .18s ease}@media(hover:hover){.daily-deal-card:hover{transform:translateY(-3px)}}.daily-deal-card__img{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#5e170d0d}.daily-deal-card__img img{display:block;width:100%;height:100%;object-fit:cover}.daily-deal-card__img .cart-count-badge{position:absolute;top:8px;right:8px}.daily-deal-card__body{display:flex;flex-direction:column;gap:4px;padding:10px 12px 12px}.daily-deal-card__label{display:inline-block;width:fit-content;padding:3px 8px;border-radius:999px;background:var(--og-yellow);color:var(--og-black);font-size:10px;font-weight:800;text-transform:uppercase}.daily-deal-card__body h4{margin:0;font-size:14px;font-weight:700;color:var(--og-ink);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.daily-deal-card__price{display:flex;align-items:baseline;gap:6px}.daily-deal-card__price strong{color:var(--og-red);font-size:16px;font-weight:900}.daily-deal-card__price span{color:#26191273;font-size:12px;text-decoration:line-through}.daily-deal-card__days{font-size:11px;font-weight:700;color:#2619128c}.daily-deal-card__add{margin-top:4px;padding:6px 0;font-size:13px;font-weight:700;border-radius:10px;width:100%}.daily-deal-card--inactive{opacity:.65}.daily-deal-card--inactive .daily-deal-card__label{background:#2619121f;color:#2619128c}.daily-deal-card__inactive-note{font-size:11px;font-weight:700;color:var(--og-red)}.today-deal-showcase--inactive{opacity:.8}.section-row-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0 20px}.section-row-head h2,.section-head h2,.benefit-band__title strong,.promo-copy-card h2,.rewards-copy h2,.find-us-card h2{font-family:var(--font-display);text-transform:uppercase;letter-spacing:0}.section-row-head h2,.section-head h2{font-size:30px}.section-row-head span{display:block;width:76px;height:3px;margin-top:8px;border-radius:999px;background:var(--og-red)}.section-link{border:0;background:transparent;color:var(--og-red);font-weight:900;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.popular-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.featured-sections--active{margin:42px 0 30px}.featured-sections--active .featured-category{margin:22px 0 0}.featured-sections--active .featured-section{margin-bottom:30px}.featured-sections--active .featured-section-header{margin-bottom:14px}.featured-sections--active .featured-section-title{margin:0;color:var(--og-ink);font-size:22px;font-weight:900}.featured-sections--active .featured-section-subtitle{margin:6px 0 0;color:var(--og-muted);font-size:14px;line-height:1.45}.featured-card,.combo-card{background:var(--og-surface);border:1px solid var(--og-line);border-radius:10px;overflow:hidden;box-shadow:var(--og-shadow-soft);animation:none}.featured-card:hover{transform:translateY(-4px);box-shadow:var(--og-shadow)}.featured-img{height:150px;background:var(--og-bg-soft)}.featured-img:after{display:none}.featured-img img{object-fit:cover}.featured-card:hover .featured-img img{transform:scale(1.04)}.featured-badge{left:12px;right:auto;top:12px;padding:7px 10px;border:0;border-radius:999px;background:var(--og-yellow);color:var(--og-black);box-shadow:none;font-size:10px;font-weight:900}.featured-body{padding:14px 16px 15px}.featured-name{margin:0;color:var(--og-ink);font-size:17px;font-weight:900}.featured-desc{min-height:38px;margin-top:7px;color:#5d554e;font-size:13px;line-height:1.45}.featured-footer{margin-top:12px}.featured-price{color:var(--og-red);font-size:18px;font-weight:900}.menu-inventory-head{margin-top:48px}.menu-inventory-head p{color:var(--og-muted)}.menu-all-view{gap:34px}.menu-category-header{border-bottom-color:var(--og-line)}.menu-category-title{color:var(--og-ink);font-size:22px}.menu-category-count,.menu-item-description{color:var(--og-muted)}.menu-list-grid{gap:14px}.menu-list-item,.menu-skel{background:var(--og-surface);border:1px solid var(--og-line);border-left:4px solid var(--og-red);border-radius:12px;box-shadow:var(--og-shadow-soft)}.menu-list-item:hover{background:#fff;border-color:#f3c7b9;border-left-color:var(--og-red);box-shadow:var(--og-shadow)}.menu-item-name,.menu-item-price{color:var(--og-ink)}.menu-item-price{color:var(--og-red)}.menu-item-action{background:var(--og-red);color:#fff;border-color:var(--og-red);border-radius:999px}.cbadge{background:#fff5ec;color:var(--og-muted);border-color:#f1d8ca}.cbadge-popular,.cbadge-special,.cbadge-cart{color:var(--og-red);border-color:#f0361838;background:#fff2eb}.benefit-band{margin-top:22px;padding:30px 0;background:radial-gradient(circle at 16% 40%,rgba(240,54,24,.16),transparent 13rem),linear-gradient(135deg,#181716,#0c0b0a);color:#fff;border-radius:34px 34px 0 0}.benefit-band__inner{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center}.benefit-band__title span,.benefit-band__title strong{display:block;color:#fff}.benefit-band__title span{font-family:var(--font-display);font-size:34px;text-transform:uppercase}.benefit-band__title strong{font-size:38px}.benefit-band__title i{display:block;width:150px;height:9px;margin-top:8px;background:var(--og-red);border-radius:999px;transform:skew(-18deg)}.benefit-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.benefit-item{text-align:center}.benefit-icon{color:var(--og-orange);display:grid;place-items:center;margin-bottom:11px}.benefit-item h3{color:#fff;font-size:14px;font-weight:900}.benefit-item p{margin-top:7px;color:#ffffffb8;font-size:12px;line-height:1.45}.promo-rewards-strip{display:grid;grid-template-columns:1fr 1fr;min-height:260px}.promo-panel,.rewards-panel{position:relative;min-height:260px;overflow:hidden}.promo-panel img,.rewards-panel>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.promo-copy-card{position:relative;z-index:1;width:min(300px,calc(100% - 40px));margin:24px auto;padding:24px;border-radius:18px;background:#ffffffe6;box-shadow:var(--og-shadow)}.promo-copy-card span,.eyebrow{color:var(--og-red);font-size:12px;font-weight:900;text-transform:uppercase}.promo-copy-card h2,.rewards-copy h2{margin-top:9px;font-size:28px;line-height:1.02}.promo-copy-card p,.rewards-copy p{margin-top:10px;color:#4f4741;line-height:1.45}.promo-copy-card .btn{margin-top:16px;min-height:38px;padding:9px 18px;font-size:12px}.rewards-panel{background:linear-gradient(135deg,#ffd565,#ffb636);display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;padding:34px 54px}.rewards-panel>img{position:relative;inset:auto;width:230px;height:210px;object-fit:cover;border-radius:20px;mix-blend-mode:multiply}.rewards-copy{position:relative;z-index:1;max-width:360px}.rewards-copy form{display:flex;margin-top:20px;max-width:350px;overflow:hidden;border-radius:12px;background:#fff;box-shadow:var(--og-shadow-soft)}.rewards-copy input{flex:1;border:0;padding:14px 16px;outline:0}.rewards-copy button{border:0;padding:0 18px;background:var(--og-red);color:#fff;font-weight:900;cursor:pointer}.rewards-copy>span{display:block;margin-top:12px;color:#6d4a12;font-size:12px}.location-quality-section{background:#fff;padding:34px 0}.location-quality-grid{display:grid;grid-template-columns:.9fr 1.1fr 1.55fr;gap:28px;align-items:center}.find-us-card h2{margin-top:7px;font-size:26px}.find-us-card p{margin-top:9px;color:#4f4741;line-height:1.55}.find-us-meta{display:grid;gap:8px;margin-top:14px;color:var(--og-ink);font-weight:700}.find-us-meta span{display:inline-flex;gap:8px;align-items:center}.map-card{position:relative;min-height:210px;border-radius:14px;overflow:hidden;border:1px solid var(--og-line);box-shadow:var(--og-shadow-soft);background:#f3eadf}.map-card .map-frame{width:100%;height:100%;min-height:230px;border:0}.map-locate-chip{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:0;border-radius:999px;background:#fff;color:var(--og-red);box-shadow:var(--og-shadow-soft);font-weight:900;cursor:pointer}.quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.quality-card{display:flex;gap:16px;align-items:center;min-height:92px;padding:18px;border:1px solid var(--og-line);border-radius:12px;background:var(--og-surface);box-shadow:var(--og-shadow-soft)}.quality-icon{color:var(--og-red)}.quality-card h3{font-size:15px;font-weight:900}.quality-card p{margin-top:6px;color:var(--og-muted);font-size:13px;line-height:1.45}.footer{padding:26px 0 0;background:linear-gradient(135deg,#151515,#0c0d0d);border:0;color:#fff}.footer .brand-name,.footer .brand-sub,.footer .foot-right,.footer .foot-right a,.footer .social-row{color:#fff}.footer-inner{align-items:center;padding-bottom:24px}.footer-brand-lockup .brand-logo{width:54px;height:54px}.foot-right{gap:28px;font-weight:800;font-size:13px}.social-row{display:inline-flex;align-items:center;gap:12px;color:#ffffffb8;font-size:13px;font-weight:800}.social-row a{display:inline-flex;align-items:center;color:#ffffffb8;transition:color .2s}.social-row a:hover{color:#fff}.footer-bottom{padding:14px 20px 18px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#ffffffad;font-size:13px}.page-loader{background:var(--og-bg);color:var(--og-red)}.page-loader__text{color:var(--og-ink)}.customization-modal,.ui-modal{background:var(--og-surface);border-color:var(--og-line);color:var(--og-ink)}.customization-modal__header,.customization-modal__footer,.ui-modal__header,.ui-modal__footer{background:var(--og-surface);border-color:var(--og-line)}.customization-modal__title,.customization-modal__base-price strong,.cm-group__name,.cm-option__name,.customization-modal__total-price,.ui-modal__title,.ui-empty__title{color:var(--og-ink)}.customization-modal__eyebrow,.cm-option__price,.ui-empty__icon{color:var(--og-red)}.customization-modal__base-price,.cm-group__count,.cm-option__name,.ui-empty__sub{color:var(--og-muted)}.cm-option{background:#fffaf6;border-color:var(--og-line)}.cm-option--selected{background:#fff1eb;border-color:#f0361875}.cm-option--selected .cm-option__indicator,.cm-qty-btn{background:var(--og-red);border-color:var(--og-red);color:#fff}.cm-option--selected .cm-option__indicator--radio:after{background:#fff}.cm-option--selected .cm-option__indicator--check:after{color:#fff}.ui-toast{background:var(--og-surface);color:var(--og-ink);border-color:var(--og-line);box-shadow:var(--og-shadow)}.ui-toast__title{color:var(--og-ink)}.ui-toast__msg{color:var(--og-muted)}.lightbox-overlay{background:#100c09d1}.lightbox-caption{color:#fff}@media(max-width:1020px){.nav-links,.nav-cta{display:none}.burger,.mobile-menu.show{display:block}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-food-stage{min-height:370px}.hero-food-img{right:50%;transform:translate(50%);width:min(720px,112vw)}.hero-fresh-badge{right:10%}.hero-deal-card{right:50%;transform:translate(50%)}.today-deal-showcase{grid-template-columns:1fr}.today-deal-details{grid-template-columns:repeat(2,minmax(0,1fr))}.today-deal-image{order:-1;height:240px;min-height:0}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-band__inner,.location-quality-grid{grid-template-columns:1fr}.benefit-list{grid-template-columns:repeat(3,minmax(0,1fr))}.promo-rewards-strip{grid-template-columns:1fr}}@media(max-width:640px){.container{width:min(100% - 28px,1120px)}.brand-logo{width:48px;height:48px}.brand-name{font-size:16px}.brand-sub{font-size:9px}.hero{padding-top:24px}.hero-title{font-size:42px}.hero-desc{font-size:14px}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-food-stage{min-height:330px}.hero-fresh-badge{width:86px;height:86px;top:82px;padding:10px;border-width:4px;gap:2px}.hero-fresh-badge strong{font-size:19px}.hero-fresh-badge span{font-size:9px;line-height:1.05}.hero-deal-card{bottom:24px;padding:14px;gap:10px}.hero-deal-card span,.hero-deal-kicker{font-size:11px}.hero-deal-card strong{font-size:15px}.hero-deal-days{gap:4px;margin-top:5px}.hero-deal-card .hero-deal-day{min-height:20px;padding:3px 7px;font-size:10px}.hero-deal-card .hero-deal-scroll-cue{min-height:20px;margin-top:5px;padding:3px 7px;font-size:9px}.today-deal-showcase{padding:18px;border-radius:18px}.today-deal-copy h2{font-size:30px}.today-deal-copy h3{font-size:20px}.today-deal-actions{align-items:flex-start;flex-direction:column;gap:14px}.today-deal-details{grid-template-columns:1fr}.today-deal-price{font-size:30px}.today-deal-image{height:200px;min-height:0}.today-deal-dots{position:static;margin-top:14px}.daily-deal-card{flex:0 0 160px;width:160px;min-width:160px;max-width:160px}.daily-deals-scroll__title{font-size:17px}.filters.category-rail{display:flex;overflow-x:auto;padding:14px;gap:10px;margin:20px auto;-webkit-overflow-scrolling:touch}.category-tab{flex:0 0 84px;min-width:84px;width:84px;min-height:80px;padding:6px 4px;font-size:11px;line-height:1.2}.category-tab .category-glyph{width:36px;height:36px}.section-row-head{align-items:flex-start;flex-direction:column}.popular-grid,.menu-list-grid,.quality-grid{grid-template-columns:1fr}.menu-list-item{align-items:flex-start;flex-direction:column}.menu-item-heading{align-items:flex-start;flex-direction:column;gap:4px}.menu-item-action{width:100%}.benefit-band{border-radius:24px 24px 0 0}.benefit-band__title strong,.benefit-band__title span{font-size:32px}.benefit-list{grid-template-columns:1fr;text-align:left}.benefit-item{display:grid;grid-template-columns:42px 1fr;text-align:left}.benefit-icon{grid-row:span 2;margin:0}.promo-copy-card{margin:20px}.rewards-panel{grid-template-columns:1fr;padding:28px 20px}.rewards-panel>img{width:180px;height:150px;margin:18px auto 0}.rewards-copy form{flex-direction:column;border-radius:14px}.rewards-copy button{min-height:44px}.footer-inner,.foot-right,.social-row{align-items:flex-start;flex-direction:column}}.floating-cart-fab{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom,0px));z-index:var(--z-drawer, 1100);display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;border:none;background:var(--og-red);color:#fff;cursor:pointer;box-shadow:0 14px 32px #f036185c,0 4px 10px #4527142e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;animation:floating-cart-pop .28s cubic-bezier(.34,1.56,.64,1)}.floating-cart-fab:hover{background:var(--og-red-dark);transform:translateY(-3px) scale(1.04);box-shadow:0 18px 38px #f036186b,0 6px 14px #45271438}.floating-cart-fab:active{transform:translateY(0) scale(1)}.floating-cart-fab__count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;color:var(--og-red);border:2px solid var(--og-red);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1}@keyframes floating-cart-pop{0%{transform:scale(.6) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media(max-width:900px){.floating-cart-fab{right:16px;bottom:calc(74px + env(safe-area-inset-bottom,0px))}}:root{--tenant-primary: var(--color-primary, #6f4e37);--tenant-secondary: var(--color-secondary, #b08968);--tenant-accent: var(--color-accent, #d9a066);--tenant-background: var(--color-background, #fffaf3);--tenant-font: "Inter", sans-serif;--tenant-hero-bg: var(--tenant-primary);--tenant-nav-bg: rgba(255, 255, 255, .94);--tenant-cta-color: var(--tenant-primary);--tenant-text-on-primary: #ffffff}.tenant-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;text-align:center;font-family:var(--tenant-font);color:var(--tenant-primary);background:var(--tenant-background)}.mobile-page-scroll-button{display:none}@media(max-width:900px){.mobile-page-scroll-button{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:1050;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--og-line-strong, #ddc8ba);border-radius:999px;background:#fff;color:var(--og-ink, #181614);box-shadow:0 14px 32px #4527142e;backdrop-filter:blur(12px);transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.mobile-page-scroll-button:hover{background:var(--og-red, #f03618);color:#fff;border-color:var(--og-red, #f03618);transform:translateY(-1px);box-shadow:0 18px 36px #f0361847}.mobile-page-scroll-button:focus-visible{outline:3px solid rgba(240,54,24,.32);outline-offset:3px}.mobile-page-scroll-button__arrow{width:13px;height:13px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-3px) rotate(45deg)}.mobile-page-scroll-button--up .mobile-page-scroll-button__arrow{transform:translateY(3px) rotate(225deg)}}@media(prefers-reduced-motion:reduce){.mobile-page-scroll-button{transition:none}}.whatsapp-fab{position:fixed;left:20px;right:auto;bottom:20px;z-index:1040;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 4px 16px #25d36666;transition:transform .15s ease,box-shadow .15s ease}.whatsapp-fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 8px 24px #25d36680}.whatsapp-fab:focus-visible{outline:3px solid rgba(37,211,102,.45);outline-offset:3px}.whatsapp-fab--stacked{bottom:84px}@media(max-width:900px){.whatsapp-fab{left:16px;right:auto;bottom:calc(76px + env(safe-area-inset-bottom))}.whatsapp-fab--stacked{bottom:calc(124px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.whatsapp-fab{transition:none}}.express-fab{position:fixed;left:20px;bottom:20px;z-index:1040;display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border-radius:999px;background:var(--og-red, var(--red, #f03618));color:#fff;font-family:var(--font-sans, Inter, system-ui, sans-serif);font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 8px 24px #45271447;transition:transform .15s ease,box-shadow .15s ease}.express-fab:hover{transform:translateY(-2px);box-shadow:0 12px 30px #4527145c}.express-fab:focus-visible{outline:3px solid var(--og-yellow, var(--gold, #ffc84a));outline-offset:3px}.express-fab__label{line-height:1;white-space:nowrap}@media(max-width:900px){.express-fab{left:16px;bottom:calc(76px + env(safe-area-inset-bottom));padding:11px 16px;font-size:13px}}@media(prefers-reduced-motion:reduce){.express-fab{transition:none}}
