/* ============================================================
   client.css - Interface client premium Tometal Hotel
   ============================================================ */

:root {
    --client-blue-950: #071a3d;
    --client-blue-900: #0b2558;
    --client-blue-700: #174ea6;
    --client-blue-600: #2468d9;
    --client-blue-100: #e9f1ff;
    --client-red-700: #b91c2b;
    --client-red-600: #dc263a;
    --client-red-100: #fff0f2;
    --client-ink: #111827;
    --client-muted: #667085;
    --client-line: rgba(15, 23, 42, .09);
    --client-surface: rgba(255, 255, 255, .92);
    --client-shadow: 0 18px 55px rgba(7, 26, 61, .13);
    --client-shadow-soft: 0 10px 28px rgba(7, 26, 61, .09);
}

body.client-body {
    min-height: 100vh;
    padding-bottom: 96px;
    background:
        radial-gradient(circle at top left, rgba(36, 104, 217, .14), transparent 32rem),
        radial-gradient(circle at bottom right, rgba(220, 38, 58, .11), transparent 28rem),
        linear-gradient(180deg, #f7faff 0%, #f3f6fb 48%, #ffffff 100%);
    color: var(--client-ink);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.client-shell {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
}

/* ---------- Navbar client ---------- */
.client-topbar {
    position: sticky;
    top: 0;
    z-index: 1040;
    height: 74px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: .75rem;
    padding: .75rem max(1rem, calc((100vw - 1180px) / 2));
    background: rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .65);
    box-shadow: 0 10px 35px rgba(7, 26, 61, .07);
    backdrop-filter: blur(18px);
}

.client-brand,
.client-table-pill,
.client-navbar-toggle,
.client-menu-toggle {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.client-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    color: var(--client-blue-950);
    font-weight: 800;
    font-size: .98rem;
    letter-spacing: .01em;
}

.brand-mark,
.offcanvas-brand-mark,
.ticket-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(7, 26, 61, .14);
}

.brand-mark img,
.offcanvas-brand-mark img,
.ticket-logo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.client-table-pill {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    max-width: 100%;
    padding: .55rem .82rem;
    border: 1px solid rgba(23, 78, 166, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    color: var(--client-blue-900);
    box-shadow: 0 8px 24px rgba(7, 26, 61, .08);
    font-size: .86rem;
    font-weight: 700;
}

.client-navbar-toggle,
.client-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(23, 78, 166, .15);
    border-radius: 14px;
    background: linear-gradient(135deg, var(--client-blue-900), var(--client-red-600));
    color: #fff;
    box-shadow: 0 12px 28px rgba(11, 37, 88, .22);
}

.client-navbar-toggle:hover,
.client-menu-toggle:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(11, 37, 88, .28);
}

.client-menu-page .client-menu-toggle {
    display: none;
}

/* ---------- Hero menu ---------- */
.client-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.2rem;
    min-height: 220px;
    margin: 1.15rem 0 1rem;
    padding: clamp(1.2rem, 3vw, 2rem);
    overflow: hidden;
    border-radius: 24px;
    background:
    linear-gradient(
        135deg,
        rgba(7, 26, 61, 0.75) 0%,
        rgba(23, 78, 166, 0.80) 50%,
        rgba(185, 28, 43, 0.55) 100%
    ),
    url('../img/Tometal.jpg') center/cover no-repeat;

    color: #fff;
    box-shadow: var(--client-shadow);
    animation: clientFadeUp .55s ease both;
}

.client-hero::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, .18);
    pointer-events: none;
}

.client-hero::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    right: -90px;
    top: -120px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    filter: blur(1px);
    z-index: -1;
}

.hero-content {
    max-width: 650px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    margin-bottom: .75rem;
    padding: .35rem .72rem;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    font-size: .76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.client-hero h1 {
    margin: 0;
    font-size: clamp(1.65rem, 4.5vw, 3rem);
    font-weight: 850;
    letter-spacing: 0;
}

.client-hero p {
    max-width: 560px;
    margin: .62rem 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(.95rem, 2vw, 1.08rem);
    line-height: 1.55;
}

.hero-service {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .72rem .9rem;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(14px);
    font-weight: 750;
}

/* ---------- Header legacy pages ---------- */
.client-header {
    position: relative;
    color: #fff;
    padding: 1.35rem 1rem 1.85rem;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(135deg, var(--client-blue-900), var(--client-blue-600) 54%, var(--client-red-600));
    box-shadow: 0 14px 38px rgba(7, 26, 61, .18);
}

.client-header h1 {
    margin: .15rem 0 0;
    font-size: 1.25rem;
    font-weight: 800;
}

.client-header .client-subtitle {
    color: rgba(255, 255, 255, .84);
    font-size: .86rem;
}

.client-header .table-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .6rem;
    padding: .32rem .75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    font-size: .78rem;
    font-weight: 700;
}

/* ---------- Recherche sticky ---------- */
.client-search-sticky {
    position: sticky;
    top: 82px;
    z-index: 1030;
    margin-bottom: .9rem;
    transition: transform .22s ease;
}

.client-search-sticky.is-stuck {
    transform: translateY(-4px);
}

.client-search-wrap {
    position: relative;
    z-index: 5;
}

.client-search-wrap .form-control {
    min-height: 58px;
    padding: .9rem 1rem .9rem 3.1rem;
    border: 1px solid rgba(23, 78, 166, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    color: var(--client-ink);
    box-shadow: 0 14px 38px rgba(7, 26, 61, .1);
    backdrop-filter: blur(16px);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.client-search-wrap .form-control:focus {
    border-color: rgba(36, 104, 217, .42);
    box-shadow: 0 18px 46px rgba(36, 104, 217, .16);
}

.client-search-wrap i {
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--client-blue-700);
    font-size: 1.1rem;
}

/* ---------- Filtres categories ---------- */
.category-scroll {
    display: flex;
    gap: .62rem;
    overflow-x: auto;
    padding: .15rem .05rem 1.05rem;
    scrollbar-width: none;
}

.category-scroll::-webkit-scrollbar {
    display: none;
}

.category-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .58rem .95rem;
    border: 1px solid rgba(23, 78, 166, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--client-blue-900);
    box-shadow: 0 8px 22px rgba(7, 26, 61, .06);
    cursor: pointer;
    font-size: .86rem;
    font-weight: 750;
    white-space: nowrap;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.category-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(7, 26, 61, .1);
}

.category-pill.active {
    border-color: transparent;
    background: linear-gradient(135deg, var(--client-blue-900), var(--client-blue-600) 55%, var(--client-red-600));
    color: #fff;
    box-shadow: 0 14px 32px rgba(23, 78, 166, .22);
}

/* ---------- Grille de plats ---------- */
.dish-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
    padding-bottom: 1.25rem;
}

.dish-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(23, 78, 166, .09);
    border-radius: 20px;
    background: var(--client-surface);
    box-shadow: var(--client-shadow-soft);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
    animation: clientFadeUp .45s ease both;
}

.dish-card:hover {
    transform: translateY(-5px);
    border-color: rgba(36, 104, 217, .22);
    box-shadow: 0 24px 60px rgba(7, 26, 61, .15);
}

.dish-img-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, #edf4ff, #fff3f5);
}

.dish-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .35s ease, filter .35s ease;
}

.dish-card:hover .dish-img-wrap img {
    transform: scale(1.06);
    filter: saturate(1.06);
}

.dish-badges {
    position: absolute;
    top: .55rem;
    left: .55rem;
    display: flex;
    flex-wrap: wrap;
    gap: .32rem;
    max-width: calc(100% - 1.1rem);
}

.dish-badges .badge {
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 999px;
    padding: .32rem .48rem;
    box-shadow: 0 8px 18px rgba(7, 26, 61, .12);
    backdrop-filter: blur(10px);
    font-size: .66rem;
    font-weight: 800;
}

.badge-soft-blue {
    background: rgba(233, 241, 255, .92);
    color: var(--client-blue-900);
}

.badge-soft-red {
    background: rgba(220, 38, 58, .92);
    color: #fff;
}

.badge-soft-gold {
    background: rgba(255, 247, 211, .94);
    color: #8a5a00;
}

.dish-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: .86rem;
}

.dish-meta {
    margin-bottom: .22rem;
    color: var(--client-red-700);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dish-name {
    margin-bottom: .24rem;
    color: var(--client-blue-950);
    font-size: .96rem;
    font-weight: 850;
    line-height: 1.25;
}

.dish-desc {
    display: -webkit-box;
    min-height: 2.4em;
    margin-bottom: .75rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--client-muted);
    font-size: .78rem;
    line-height: 1.45;
}

.dish-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
    margin-top: auto;
}

.dish-price {
    min-width: 0;
    color: var(--client-blue-700);
    font-size: .92rem;
    font-weight: 850;
}

.old-price {
    display: block;
    color: #98a2b3;
    text-decoration: line-through;
    font-size: .7rem;
    font-weight: 600;
}

.btn-add {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    min-width: 42px;
    height: 38px;
    padding: 0 .78rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--client-blue-700), var(--client-red-600));
    color: #fff;
    box-shadow: 0 10px 22px rgba(23, 78, 166, .22);
    font-size: .78rem;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease;
}

.btn-add:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(23, 78, 166, .28);
}

.btn-add:active {
    transform: scale(.96);
}

.dish-empty-state {
    width: 100%;
    padding: 3rem 1rem;
    color: var(--client-muted);
    text-align: center;
}

/* ---------- Mes commandes ---------- */
.order-card-section {
    padding: .15rem 0 1rem;
}

.section-title {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .75rem;
    color: var(--client-blue-950);
    font-size: .95rem;
    font-weight: 850;
}

.order-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .72rem;
    padding: .95rem 1rem;
    border: 1px solid rgba(23, 78, 166, .09);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--client-shadow-soft);
    transition: transform .2s ease, box-shadow .2s ease;
}

.order-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(7, 26, 61, .12);
}

.order-card-line1 {
    margin-bottom: .26rem;
    color: var(--client-blue-950);
    font-size: .9rem;
    font-weight: 850;
}

.order-card-line1 i {
    margin-right: .35rem;
    color: var(--client-red-600);
}

.order-card-line2 {
    margin-bottom: .28rem;
    color: var(--client-muted);
    font-size: .78rem;
}

.order-card-line3 {
    color: var(--client-blue-700);
    font-size: .92rem;
    font-weight: 850;
}

/* ---------- Offcanvas ---------- */
.client-offcanvas {
    border: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 251, 255, .98)),
        radial-gradient(circle at top right, rgba(220, 38, 58, .1), transparent 15rem);
    box-shadow: 24px 0 60px rgba(7, 26, 61, .14);
}

.client-offcanvas .offcanvas-header {
    padding: 1.1rem 1.15rem .6rem;
}

.client-offcanvas .offcanvas-title {
    display: flex;
    align-items: center;
    gap: .62rem;
    color: var(--client-blue-950);
    font-size: 1rem;
    font-weight: 850;
}

.offcanvas-brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(7, 26, 61, .12);
}

.offcanvas-table-card {
    display: flex;
    align-items: center;
    gap: .78rem;
    margin-bottom: 1rem;
    padding: .9rem;
    border: 1px solid rgba(23, 78, 166, .1);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--client-blue-100), #fff5f6);
}

.offcanvas-table-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff;
    color: var(--client-blue-700);
    box-shadow: 0 8px 18px rgba(7, 26, 61, .09);
    font-size: 1.25rem;
}

.offcanvas-table-card span {
    display: block;
    color: var(--client-muted);
    font-size: .75rem;
    font-weight: 700;
}

.offcanvas-table-card strong {
    display: block;
    color: var(--client-blue-950);
}

.client-nav-link {
    display: flex;
    align-items: center;
    gap: .78rem;
    margin-bottom: .35rem;
    padding: .78rem .7rem;
    border-radius: 14px;
    color: var(--client-blue-950);
    font-size: .94rem;
    font-weight: 760;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}

.client-nav-link:hover {
    background: var(--client-blue-100);
    color: var(--client-blue-700);
    transform: translateX(3px);
}

.client-nav-link i {
    width: 26px;
    color: var(--client-red-600);
    font-size: 1.15rem;
    text-align: center;
}

/* ---------- Panier et pages existantes ---------- */
.cart-floating-bar {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1040;
    display: none;
    align-items: center;
    justify-content: space-between;
    max-width: 520px;
    margin: 0 auto;
    padding: .92rem 1.08rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 20px;
    background: linear-gradient(135deg, var(--client-blue-900), var(--client-blue-600) 52%, var(--client-red-600));
    color: #fff;
    box-shadow: 0 20px 44px rgba(7, 26, 61, .28);
    backdrop-filter: blur(16px);
    cursor: pointer;
}

.cart-floating-bar.show {
    display: flex;
    animation: clientFloatIn .25s ease both;
}

.cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: .5rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    font-size: .8rem;
    font-weight: 850;
}

.btn-call-waiter {
    position: fixed;
    right: 1rem;
    bottom: 5.7rem;
    z-index: 1039;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(23, 78, 166, .12);
    border-radius: 18px;
    background: #fff;
    color: var(--client-blue-700);
    box-shadow: var(--client-shadow-soft);
    font-size: 1.35rem;
}

.cart-item {
    display: flex;
    gap: .75rem;
    margin-bottom: .75rem;
    padding: .78rem;
    border: 1px solid rgba(23, 78, 166, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    box-shadow: var(--client-shadow-soft);
}

.cart-item img {
    flex-shrink: 0;
    width: 68px;
    height: 68px;
    border-radius: 14px;
    object-fit: cover;
}

.cart-item-name {
    color: var(--client-blue-950);
    font-size: .9rem;
    font-weight: 850;
}

.cart-item-price {
    color: var(--client-blue-700);
    font-size: .85rem;
    font-weight: 800;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(23, 78, 166, .12);
    border-radius: 999px;
    background: #fff;
}

.qty-control button {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--client-blue-900);
    font-weight: 900;
}

.qty-value {
    width: 32px;
    color: var(--client-blue-950);
    font-size: .86rem;
    font-weight: 850;
    text-align: center;
}

.tracking-timeline {
    position: relative;
    padding-left: 2rem;
}

.tracking-step {
    position: relative;
    padding-bottom: 1.75rem;
}

.tracking-step:last-child {
    padding-bottom: 0;
}

.tracking-step::before {
    content: '';
    position: absolute;
    left: -1.55rem;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 3px solid #f4f7fb;
    border-radius: 50%;
    background: #d0d7e2;
}

.tracking-step::after {
    content: '';
    position: absolute;
    left: -1.11rem;
    top: 16px;
    bottom: -1.75rem;
    width: 2px;
    background: #d0d7e2;
}

.tracking-step:last-child::after {
    display: none;
}

.tracking-step.done::before,
.tracking-step.done::after {
    background: #16a34a;
}

.tracking-step.current::before {
    background: var(--client-blue-700);
    box-shadow: 0 0 0 5px rgba(36, 104, 217, .16);
}

.step-label {
    color: var(--client-blue-950);
    font-size: .9rem;
    font-weight: 800;
}

/* ---------- Page ticket ---------- */
.ticket-access-body {
    min-height: 100vh;
    margin: 0;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background:
        linear-gradient(135deg, rgba(7, 26, 61, .94), rgba(23, 78, 166, .9) 50%, rgba(185, 28, 43, .88)),
        url('../img/logo.png') center / 320px no-repeat;
}

.ticket-access-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1.25rem;
}

.ticket-access-card {
    width: min(100%, 420px);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 26px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .25);
    backdrop-filter: blur(22px);
    text-align: center;
    animation: clientFadeUp .55s ease both;
}

.ticket-logo-wrap {
    width: 50px;
    height: 50px;
    margin: 0 auto .95rem;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(7, 26, 61, .16);
}

.ticket-kicker {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-bottom: .65rem;
    padding: .34rem .75rem;
    border-radius: 999px;
    background: var(--client-blue-100);
    color: var(--client-blue-700);
    font-size: .74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.ticket-access-card h1 {
    margin: 0;
    color: var(--client-blue-950);
    font-size: 1.45rem;
    font-weight: 900;
}

.ticket-copy,
.ticket-note {
    color: var(--client-muted);
}

.ticket-copy {
    margin: .65rem 0 1.25rem;
    font-size: .94rem;
    line-height: 1.55;
}

.ticket-input-group {
    position: relative;
    margin-bottom: .9rem;
}

.ticket-input-group i {
    position: absolute;
    left: 1rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: var(--client-blue-700);
    font-size: 1.1rem;
}

.ticket-input-group .form-control {
    height: 58px;
    padding-left: 3rem;
    border: 1px solid rgba(23, 78, 166, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .9);
    color: var(--client-blue-950);
    box-shadow: 0 12px 26px rgba(7, 26, 61, .08);
    font-size: 1.06rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-align: center;
    text-transform: uppercase;
}

.ticket-submit {
    height: 54px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--client-blue-900), var(--client-blue-600) 55%, var(--client-red-600));
    color: #fff;
    box-shadow: 0 16px 34px rgba(23, 78, 166, .28);
    font-weight: 850;
    transition: transform .2s ease, box-shadow .2s ease;
}

.ticket-submit:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(23, 78, 166, .34);
}

.ticket-note {
    margin: 1rem 0 0;
    font-size: .78rem;
}

@keyframes clientFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes clientFloatIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 576px) {
    .dish-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 992px) {
    .dish-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.1rem;
    }

    .dish-body {
        padding: 1rem;
    }
}

@media (max-width: 720px) {
    .client-topbar {
        grid-template-columns: auto minmax(0, 1fr) auto;
        height: 68px;
        padding: .65rem .85rem;
    }

    .client-brand {
        justify-content: center;
        font-size: .86rem;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
        border-radius: 11px;
    }

    .client-table-pill {
        padding: .48rem .65rem;
        font-size: .78rem;
    }

    .client-table-pill span,
    .client-brand span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .client-shell {
        width: min(100% - 22px, 1180px);
    }

    .client-hero {
        min-height: 205px;
        align-items: flex-start;
        flex-direction: column;
        border-radius: 22px;
    }

    .hero-service {
        padding: .58rem .72rem;
        font-size: .82rem;
    }

    .client-search-sticky {
        top: 76px;
    }

    .btn-add span {
        display: none;
    }

    .btn-add {
        width: 38px;
        min-width: 38px;
        padding: 0;
    }

    .ticket-access-card {
        padding: 1.55rem;
        border-radius: 22px;
    }
}
