.customer-category-first-v494{margin:10px 0 18px}.customer-category-heading-v494{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:12px}.customer-category-heading-v494 h3{margin:0;font-size:clamp(22px,4.8vw,34px);letter-spacing:-.04em;color:#0f172a}.customer-category-heading-v494 p{margin:4px 0 0;color:#64748b;font-weight:800}.customer-category-grid-v494{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.customer-category-card-v494{border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 18px 42px rgba(15,23,42,.08);cursor:pointer;text-align:left;padding:0;min-height:260px;display:grid;grid-template-rows:150px 1fr;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.customer-category-card-v494:hover,.customer-category-card-v494:focus-visible{transform:translateY(-2px);box-shadow:0 24px 58px rgba(15,23,42,.14);border-color:var(--brand,#f97316);outline:none}.customer-category-image-v494{position:relative;background:linear-gradient(135deg,#111827,#422006);overflow:hidden}.customer-category-image-v494 img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05)}.customer-category-image-v494.no-photo-v494{display:flex;align-items:center;justify-content:center;color:#fbbf24;font-size:42px}.customer-category-image-v494:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.38));pointer-events:none}.customer-category-info-v494{padding:14px 15px 15px;display:grid;gap:7px}.customer-category-info-v494 strong{font-size:20px;line-height:1.1;color:#111827}.customer-category-info-v494 span{color:#64748b;font-size:13px;font-weight:750;line-height:1.3;min-height:34px}.customer-category-meta-v494{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:4px}.customer-category-count-v494{border-radius:999px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;padding:6px 9px;font-size:12px;font-weight:950}.customer-category-open-v494{color:var(--brand,#f97316);font-weight:950;font-size:13px}.customer-menu-nav-v494{display:none;align-items:center;justify-content:space-between;gap:12px;margin:8px 0 14px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.customer-menu-nav-v494 strong{font-size:18px;color:#0f172a}.customer-menu-nav-v494 button{border:0;border-radius:999px;background:#0f172a;color:#fff;padding:10px 14px;font-weight:950;cursor:pointer}.shop-page.category-first-v494:not(.category-selected-v494):not(.category-searching-v494) .menu-grid{display:none!important}.shop-page.category-first-v494:not(.category-selected-v494):not(.category-searching-v494) .category-strip{display:none!important}.shop-page.category-first-v494.category-selected-v494 .customer-category-first-v494,.shop-page.category-first-v494.category-searching-v494 .customer-category-first-v494{display:none}.shop-page.category-first-v494.category-selected-v494 .customer-menu-nav-v494,.shop-page.category-first-v494.category-searching-v494 .customer-menu-nav-v494{display:flex}.customer-category-empty-v494{grid-column:1/-1;padding:18px;border:1px dashed #cbd5e1;border-radius:18px;background:#f8fafc;color:#475569;font-weight:850}@media(max-width:720px){.customer-category-grid-v494{grid-template-columns:1fr 1fr;gap:10px}.customer-category-card-v494{min-height:220px;border-radius:20px;grid-template-rows:118px 1fr}.customer-category-info-v494{padding:11px}.customer-category-info-v494 strong{font-size:16px}.customer-category-info-v494 span{font-size:12px}.customer-category-meta-v494{display:grid}.customer-menu-nav-v494{position:sticky;top:8px;z-index:25}.customer-menu-nav-v494 button{width:auto}}@media(max-width:420px){.customer-category-grid-v494{grid-template-columns:1fr}.customer-category-card-v494{grid-template-rows:135px 1fr}}

/* v496: public /order category-first responsive layout repair.
   The older customer premium layout uses .menu-column{display:contents} to create a
   3-column desktop menu. That is correct for the old item-first page, but it breaks
   category-first because the category gateway becomes a stray grid child on the right.
   Keep the override scoped to public customer category-first pages only. */
body.shop-page.category-first-v496 .category-strip{display:none!important}
body.shop-page.category-first-v496 .customer-category-first-v494,
body.shop-page.category-first-v496 .customer-menu-nav-v494,
body.shop-page.category-first-v496 .menu-grid{grid-column:auto!important;min-width:0;max-width:100%}
body.shop-page.category-first-v496 .menu-column{min-width:0;max-width:100%;width:100%}
body.shop-page.category-first-v496 .menu-toolbar{grid-column:auto!important;width:100%}
body.shop-page.category-first-v496:not(.category-selected-v494):not(.category-searching-v494) .menu-grid{display:none!important}
body.shop-page.category-first-v496.category-selected-v494 .menu-grid,
body.shop-page.category-first-v496.category-searching-v494 .menu-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important;gap:18px;width:100%}
body.shop-page.category-first-v496 .customer-category-grid-v494{width:100%;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch}
body.shop-page.category-first-v496 .customer-category-card-v494{width:100%}
body.shop-page.category-first-v496 .customer-category-empty-v494{width:100%}

@media (min-width:921px){
  body.shop-page.category-first-v496 .shop-shell{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(330px,390px)!important;gap:28px!important;align-items:start;max-width:1320px;width:100%;padding:0 12px;margin:0 auto 80px!important}
  body.shop-page.category-first-v496 .menu-column{display:block!important;grid-column:1!important;grid-row:1!important}
  body.shop-page.category-first-v496 .order-panel{grid-column:2!important;grid-row:1!important;max-width:390px;width:100%}
  body.shop-page.category-first-v496 .menu-toolbar{display:flex!important;align-items:end;justify-content:space-between;gap:16px;margin:8px 0 18px!important;padding:0!important}
  body.shop-page.category-first-v496 .search-box{width:min(100%,320px);min-width:260px}
}

@media (min-width:1180px){
  body.shop-page.category-first-v496 .customer-category-grid-v494{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
  body.shop-page.category-first-v496 .customer-category-card-v494{min-height:286px;grid-template-rows:164px 1fr}
}

@media (max-width:920px){
  body.shop-page.category-first-v496 .shop-shell{display:block!important;width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin:0 12px 42px!important;padding:0!important}
  body.shop-page.category-first-v496 .menu-column{display:block!important;width:100%!important}
  body.shop-page.category-first-v496 .menu-toolbar{display:block!important;margin:18px 0 14px!important}
  body.shop-page.category-first-v496 .search-box{width:100%!important;min-width:0!important;margin-top:14px}
  body.shop-page.category-first-v496 .customer-category-grid-v494{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  body.shop-page.category-first-v496.category-selected-v494 .menu-grid,
  body.shop-page.category-first-v496.category-searching-v494 .menu-grid{grid-template-columns:1fr!important}
}

@media (max-width:520px){
  body.shop-page.category-first-v496 .customer-category-heading-v494{display:block}
  body.shop-page.category-first-v496 .customer-category-grid-v494{grid-template-columns:1fr;gap:12px}
  body.shop-page.category-first-v496 .customer-category-card-v494{min-height:226px;grid-template-rows:128px 1fr;border-radius:22px}
  body.shop-page.category-first-v496 .customer-category-info-v494 span{min-height:0}
}

/* v497: customer-first category flow UX repair. Scoped to public /order only. */
body.shop-page.category-first-v497 .customer-category-heading-v494{align-items:center;margin-bottom:18px}
body.shop-page.category-first-v497 .customer-category-heading-v494 h3{font-size:clamp(28px,4.8vw,44px)}
body.shop-page.category-first-v497 .customer-category-heading-v494 p{max-width:620px;color:#6b5a4e;font-weight:900}
body.shop-page.category-first-v497 .customer-category-card-v494{position:relative;isolation:isolate;min-height:300px;border-radius:30px;border-color:rgba(146,64,14,.12);box-shadow:0 22px 56px rgba(36,20,8,.10)}
body.shop-page.category-first-v497 .customer-category-card-v494:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.42);pointer-events:none;z-index:2}
body.shop-page.category-first-v497 .customer-category-card-v494:hover,
body.shop-page.category-first-v497 .customer-category-card-v494:focus-visible{transform:translateY(-4px);box-shadow:0 30px 72px rgba(36,20,8,.16);border-color:rgba(180,83,9,.42)}
body.shop-page.category-first-v497 .customer-category-image-v494{height:auto;background:linear-gradient(135deg,#1c1208,#5a2a09)}
body.shop-page.category-first-v497 .customer-category-info-v494{padding:16px 17px 17px;gap:9px}
body.shop-page.category-first-v497 .customer-category-info-v494 strong{font-size:22px;color:#111827;letter-spacing:-.03em}
body.shop-page.category-first-v497 .customer-category-open-v494{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#0f172a;color:#fff;padding:8px 11px;font-weight:1000}
body.shop-page.category-first-v497 .customer-menu-nav-v494{position:sticky;top:84px;z-index:24;border-radius:22px;border-color:rgba(146,64,14,.18);box-shadow:0 16px 42px rgba(15,23,42,.08)}
body.shop-page.category-first-v497 .customer-menu-nav-v494 button{background:linear-gradient(135deg,#111827,#2b1a0c);box-shadow:0 10px 24px rgba(15,23,42,.16)}
body.shop-page.category-first-v497 .customer-menu-empty-v497{margin:18px 0;padding:22px;border:1px dashed #d6b98d;border-radius:22px;background:#fffaf0;color:#6b4f2f;font-weight:850;display:grid;gap:5px}
body.shop-page.category-first-v497 .customer-menu-empty-v497[hidden]{display:none!important}
body.shop-page.category-first-v497 .customer-menu-empty-v497 strong{font-size:20px;color:#111827}
body.shop-page.category-first-v497 .customer-category-context-v497[hidden],
body.shop-page.category-first-v497 .customer-more-categories-v497[hidden]{display:none!important}
body.shop-page.category-first-v497 .customer-category-context-v497{display:grid;gap:14px;margin:0 0 18px}
body.shop-page.category-first-v497 .customer-category-hero-v497{position:relative;overflow:hidden;border-radius:30px;min-height:230px;display:flex;align-items:end;padding:24px;background:linear-gradient(135deg,#111827,#2c1606);box-shadow:0 24px 70px rgba(15,23,42,.14);color:#fff}
body.shop-page.category-first-v497 .customer-category-hero-v497.has-photo-v497:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.38),rgba(0,0,0,.08)),var(--category-image-v497);background-size:cover;background-position:center;transform:scale(1.02)}
body.shop-page.category-first-v497 .customer-category-hero-copy-v497{position:relative;z-index:1;max-width:650px;display:grid;gap:8px}
body.shop-page.category-first-v497 .customer-category-hero-copy-v497 p{margin:0;color:#facc15;font-weight:1000;text-transform:uppercase;letter-spacing:.12em;font-size:12px}
body.shop-page.category-first-v497 .customer-category-hero-copy-v497 h3{margin:0;font-size:clamp(32px,5vw,58px);letter-spacing:-.06em;line-height:.95}
body.shop-page.category-first-v497 .customer-category-hero-copy-v497 span{color:#f7efe4;font-weight:850;line-height:1.45}
body.shop-page.category-first-v497 .customer-category-hero-copy-v497 small{display:inline-flex;width:max-content;max-width:100%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);border-radius:999px;padding:8px 11px;color:#fff7ed;font-weight:1000}
body.shop-page.category-first-v497 .customer-back-link-v497{width:max-content;border:0;border-radius:999px;background:rgba(255,255,255,.95);color:#111827;padding:10px 13px;font-weight:1000;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.18)}
body.shop-page.category-first-v497 .customer-category-rail-v497{border:1px solid rgba(146,64,14,.12);background:#fff;border-radius:24px;padding:12px 13px;box-shadow:0 14px 36px rgba(15,23,42,.06)}
body.shop-page.category-first-v497 .customer-category-rail-v497>strong{display:block;color:#111827;font-size:14px;margin:0 0 9px;font-weight:1000}
body.shop-page.category-first-v497 .customer-category-rail-scroll-v497{display:flex;gap:10px;overflow:auto;scroll-snap-type:x proximity;padding:2px 0 4px}
body.shop-page.category-first-v497 .customer-category-mini-v497{scroll-snap-align:start;border:1px solid #ead7bd;background:#fffaf2;border-radius:18px;min-width:145px;text-align:left;padding:11px 12px;display:grid;gap:3px;cursor:pointer;color:#442810}
body.shop-page.category-first-v497 .customer-category-mini-v497 span{font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.shop-page.category-first-v497 .customer-category-mini-v497 em{font-style:normal;font-size:12px;color:#8a5a24;font-weight:850}
body.shop-page.category-first-v497 .customer-category-mini-v497.active{background:#111827;color:#fff;border-color:#111827}
body.shop-page.category-first-v497 .customer-category-mini-v497.active em{color:#fde68a}
body.shop-page.category-first-v497 .customer-more-categories-v497{margin:22px 0 0;padding:18px;border:1px solid rgba(146,64,14,.12);border-radius:26px;background:linear-gradient(180deg,#fff,#fff8ed);box-shadow:0 18px 44px rgba(15,23,42,.06)}
body.shop-page.category-first-v497 .customer-more-heading-v497{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}
body.shop-page.category-first-v497 .customer-more-heading-v497 strong{display:block;font-size:22px;color:#111827;letter-spacing:-.03em}
body.shop-page.category-first-v497 .customer-more-heading-v497 span{display:block;color:#6b7280;font-weight:850;margin-top:2px}
body.shop-page.category-first-v497 .customer-more-heading-v497 button{border:0;border-radius:999px;background:#111827;color:#fff;padding:10px 13px;font-weight:1000;cursor:pointer;white-space:nowrap}
body.shop-page.category-first-v497 .customer-more-grid-v497{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}
body.shop-page.category-first-v497 .customer-more-card-v497{border:1px solid rgba(146,64,14,.12);background:#fff;border-radius:20px;padding:0 0 11px;text-align:left;overflow:hidden;cursor:pointer;box-shadow:0 10px 28px rgba(15,23,42,.06)}
body.shop-page.category-first-v497 .customer-more-img-v497{display:grid;place-items:center;height:84px;background:#1f150a;background-size:cover;background-position:center;font-size:28px;color:#fbbf24}
body.shop-page.category-first-v497 .customer-more-card-v497 strong{display:block;padding:10px 11px 2px;color:#111827;font-size:15px;line-height:1.1}
body.shop-page.category-first-v497 .customer-more-card-v497 em{display:block;padding:0 11px;color:#9a5b16;font-style:normal;font-size:12px;font-weight:950}
body.shop-page.category-first-v497 .customer-search-context-v497{display:flex;align-items:center;gap:12px;border:1px solid rgba(146,64,14,.12);background:#fff;border-radius:22px;padding:13px;box-shadow:0 14px 32px rgba(15,23,42,.06)}
body.shop-page.category-first-v497 .customer-search-context-v497 button{border:0;border-radius:999px;background:#111827;color:#fff;padding:10px 13px;font-weight:1000;cursor:pointer;white-space:nowrap}
body.shop-page.category-first-v497 .customer-search-context-v497 strong{display:block;font-size:19px;color:#111827}
body.shop-page.category-first-v497 .customer-search-context-v497 span{display:block;color:#6b7280;font-weight:850}
body.shop-page.category-first-v497.category-selected-v494 .premium-food-card:not([hidden]){animation:tntCategoryRevealV497 .22s ease both}
@keyframes tntCategoryRevealV497{from{opacity:.001;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:920px){body.shop-page.category-first-v497 .customer-menu-nav-v494{top:8px}body.shop-page.category-first-v497 .customer-category-hero-v497{min-height:210px;border-radius:26px;padding:20px}body.shop-page.category-first-v497 .customer-category-card-v494{min-height:250px}}
@media(max-width:520px){body.shop-page.category-first-v497 .customer-category-hero-v497{min-height:190px;padding:17px;border-radius:24px}body.shop-page.category-first-v497 .customer-category-hero-copy-v497 h3{font-size:34px}body.shop-page.category-first-v497 .customer-category-rail-scroll-v497{gap:8px}body.shop-page.category-first-v497 .customer-category-mini-v497{min-width:132px}body.shop-page.category-first-v497 .customer-more-heading-v497{display:grid}body.shop-page.category-first-v497 .customer-more-grid-v497{grid-template-columns:1fr 1fr}body.shop-page.category-first-v497 .customer-search-context-v497{align-items:flex-start;display:grid}}

/* v498: Focused Category Room UX.
   Once a customer chooses a category, keep the screen focused on only that section.
   Other food products must not appear unless the customer intentionally changes sections
   or performs a full-menu search. */
body.shop-page.category-first-v498.category-room-v498 .menu-toolbar h2{font-size:clamp(28px,4vw,46px)}
body.shop-page.category-first-v498.category-room-v498 .menu-toolbar p:after{content:" Only this section is shown below.";color:#9a5b16;font-weight:1000}
body.shop-page.category-first-v498.category-room-v498 .menu-grid{position:relative;padding-top:6px}
body.shop-page.category-first-v498.category-room-v498 .premium-food-card[hidden],
body.shop-page.category-first-v498.category-room-v498 .premium-food-card[aria-hidden="true"]{display:none!important}
body.shop-page.category-first-v498.category-room-v498 .premium-food-card:not([hidden]){display:grid!important}
body.shop-page.category-first-v498 .customer-category-room-hero-v498{border:1px solid rgba(251,191,36,.24)}
body.shop-page.category-first-v498 .customer-category-actions-v498{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-top:2px}
body.shop-page.category-first-v498 .customer-category-actions-v498 small{margin:0}
body.shop-page.category-first-v498 .customer-category-actions-v498 button{border:1px solid rgba(255,255,255,.28);background:rgba(17,24,39,.72);color:#fff;border-radius:999px;padding:8px 11px;font-weight:1000;cursor:pointer;backdrop-filter:blur(10px)}
body.shop-page.category-first-v498 .customer-rail-heading-v498{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:9px}
body.shop-page.category-first-v498 .customer-rail-heading-v498 strong{display:block;color:#111827;font-size:14px;margin:0;font-weight:1000}
body.shop-page.category-first-v498 .customer-rail-heading-v498 span{font-size:12px;color:#8a5a24;font-weight:850;line-height:1.25;text-align:right}
body.shop-page.category-first-v498 .customer-category-change-rail-v498{background:linear-gradient(180deg,#fff,#fffaf2)}
body.shop-page.category-first-v498 .customer-category-change-rail-v498 .customer-category-mini-v497{min-width:156px}
body.shop-page.category-first-v498 .customer-suggestion-grid-v498{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}
body.shop-page.category-first-v498 .customer-suggestion-card-v498{border-color:rgba(180,83,9,.20)}
body.shop-page.category-first-v498 .customer-suggestion-card-v498 em{color:#7c2d12}
body.shop-page.category-first-v498.category-global-searching-v498 .customer-category-hero-v497 small:after{content:" · Full-menu search active";color:#fde68a}
body.shop-page.category-first-v498.category-room-searching-v498 .customer-category-hero-v497 small:after{content:" · Searching inside this section";color:#fde68a}
body.shop-page.category-first-v498.category-room-v498 .customer-more-categories-v497{margin-bottom:24px}
body.shop-page.category-first-v498.category-room-v498 .customer-more-heading-v498 span{max-width:560px}
body.shop-page.category-first-v498.category-room-v498 .customer-menu-empty-v497{background:linear-gradient(180deg,#fffaf0,#fff);border-color:#e6c58f}

@media(max-width:920px){
  body.shop-page.category-first-v498 .customer-rail-heading-v498{display:grid;align-items:start}
  body.shop-page.category-first-v498 .customer-rail-heading-v498 span{text-align:left}
  body.shop-page.category-first-v498 .customer-category-actions-v498{display:grid;align-items:start;justify-items:start}
  body.shop-page.category-first-v498 .customer-category-change-rail-v498 .customer-category-mini-v497{min-width:138px}
}
@media(max-width:520px){
  body.shop-page.category-first-v498 .customer-category-actions-v498 button{width:100%;text-align:center}
  body.shop-page.category-first-v498 .customer-suggestion-grid-v498{grid-template-columns:1fr 1fr}
}
