/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MACROS â€” Design System
   style.css
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Mono:wght@400;500;700&display=swap');

/* â”€â”€ BDRMono Custom Font â”€â”€ */
@font-face {
    font-family: 'BDRMono';
    src: url('../assets/fonts/BDRMono2021Normal-Regular.woff2') format('woff2'),
        url('../assets/fonts/BDRMono2021Normal-Regular.woff') format('woff'),
        url('../assets/fonts/BDRMono2021Normal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'BDRMono';
    src: url('../assets/fonts/BDRMono2021Normal-Bold.woff2') format('woff2'),
        url('../assets/fonts/BDRMono2021Normal-Bold.woff') format('woff'),
        url('../assets/fonts/BDRMono2021Normal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'BDRMono';
    src: url('../assets/fonts/BDRMono2021Normal-Light.woff2') format('woff2'),
        url('../assets/fonts/BDRMono2021Normal-Light.woff') format('woff'),
        url('../assets/fonts/BDRMono2021Normal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* â”€â”€ CSS Custom Properties â”€â”€ */
:root {
    --lime: #B8D433;
    --dark-bg: #2a2a2a;
    --card-light: #F8F8F8;
    --card-dark: #252525;
    --red: #E8412A;
    --text-light: #F0EFEA;
    --text-dark: #1C1C1C;
    --muted: #4A4A4A;
    --transition: all 0.25s ease;
    --font-body: 'BDRMono', monospace;
    --font-heading: 'BDRMono', monospace;
}

/* â”€â”€ Reset & Base â”€â”€ */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: #1a1a1a;
    background-image: url('../assets/images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
    color: var(--text-light);
}

/* Apply uppercase only to specific headings/elements to avoid casing issues */
h1,
h2,
h3,
h4,
h5,
h6,
.cat-pill,
.nav-pill,
.btn-lime,
.btn-dark,
.btn-outline-lime {
    text-transform: uppercase;
}

/* â”€â”€ Force mixed-case on ALL menu card text â”€â”€ */
.menu-card,
.menu-card *,
.menu-card-wrap .card-badge--name,
.menu-card-wrap .cals-num,
.menu-card-wrap .cals-txt,
.menu-card-wrap .card-cals,
.menu-card-wrap .macro-legend,
.menu-card-wrap .macro-legend li {
    text-transform: none !important;
}

/* Keep badges uppercase-styled via font-weight but not transform */
.menu-card-wrap .card-badge--price {
    text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLLING TICKER BACKGROUND
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE CONTENT WRAPPER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAVBAR A â€” HOME (lime parallelogram)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.navbar-home {
    position: relative;
    width: 100%;
    background: var(--lime);
    clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
    padding: 14px 0;
    display: flex;
    align-items: center;
    min-height: 80px;
    z-index: 100;
}

.navbar-home .stripe-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    background: repeating-linear-gradient(45deg, var(--red), var(--red) 4px, transparent 4px, transparent 12px);
    opacity: 0.85;
}

.navbar-home .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 24px 0 80px;
}

.navbar-home .nav-breadcrumb {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--text-dark);
    opacity: 0.6;
}

.navbar-home .nav-badge {
    background: var(--text-dark);
    color: var(--lime);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
}

.navbar-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.navbar-logo--sm {
    height: 38px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAVBAR B â€” INNER PAGES (dark)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.navbar-inner {
    position: relative;
    width: 100%;
    background: var(--card-dark);
    display: flex;
    align-items: center;
    min-height: 70px;
    z-index: 100;
    border-bottom: 1px solid rgba(200, 241, 53, 0.12);
}

.navbar-inner .stripe-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: repeating-linear-gradient(45deg, var(--red), var(--red) 4px, transparent 4px, transparent 12px);
    opacity: 0.8;
}

.navbar-inner .nav-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 0 20px 0 70px;
}

.navbar-inner .nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    flex-wrap: wrap;
    margin-left: auto;
}

.navbar-inner .nav-links a {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 20px;
    color: var(--text-light);
    background: transparent;
    transition: var(--transition);
    white-space: nowrap;
}

.navbar-inner .nav-links a:hover,
.navbar-inner .nav-links a.active {
    background: var(--lime);
    color: var(--text-dark);
}

.navbar-inner .nav-search {
    background: var(--dark-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 6px 14px;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 11px;
    outline: none;
    width: 130px;
    transition: var(--transition);
}

.navbar-inner .nav-search:focus {
    border-color: var(--lime);
    width: 180px;
}

.cart-btn {
    position: relative;
    background: var(--lime);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.cart-btn:hover {
    transform: scale(1.1);
}

.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--red);
    color: #fff;
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAZARD STRIPE BAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.hazard-stripe {
    width: 100%;
    height: 40px;
    background: repeating-linear-gradient(-45deg, var(--dark-bg), var(--dark-bg) 10px,
            var(--card-light) 10px, var(--card-light) 20px);
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MAC-CARD COMPONENT
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mac-card {
    background: var(--card-light);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    color: var(--text-dark);
    cursor: pointer;
    transition: var(--transition);
}

.mac-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.mac-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 100%;
    background: repeating-linear-gradient(45deg, var(--red), var(--red) 4px, transparent 4px, transparent 12px);
    opacity: 0.75;
}

.mac-card--lime {
    background: var(--lime);
    color: var(--text-dark);
}

.mac-card--dark {
    background: var(--card-dark);
    color: var(--text-light);
}

.mac-card--light {
    background: var(--card-light);
    color: var(--text-dark);
}

.mac-card .card-num {
    position: absolute;
    top: 12px;
    right: 14px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    opacity: 0.55;
}

.mac-card .card-icon {
    font-size: 2.8rem;
    margin-bottom: 12px;
    display: block;
    margin-left: 50px;
}

.mac-card .card-icon-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-left: 50px;
    margin-bottom: 12px;
    display: block;
}

.mac-card .card-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 2px;
    margin-left: 50px;
    line-height: 1.2;
}

.card-label-pill {
    display: block;
    text-align: center;
    margin-top: 10px;
    border-radius: 8px;
    padding: 7px 0;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    transition: var(--transition);
}

.card-label-pill--active {
    background: var(--lime);
    color: var(--text-dark);
}

.card-label-pill--inactive {
    background: var(--card-light);
    color: var(--text-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MENU CARD
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.menu-card {
    background: var(--card-light);
    border-radius: 14px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    cursor: pointer;
    transition: var(--transition);
    color: var(--text-dark);
    position: relative;
}

.menu-card:hover {
    border-color: var(--lime);
    box-shadow: 0 6px 20px rgba(200, 241, 53, 0.18);
}

.menu-card .menu-img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: #ddd;
}

.menu-card .badge-cat {
    position: absolute;
    top: 10px;
    left: 14px;
    background: var(--text-dark);
    color: var(--card-light);
    font-family: var(--font-body);
    font-size: 9px;
    padding: 2px 8px;
    border-radius: 20px;
}

.menu-card .badge-price {
    position: absolute;
    top: 10px;
    right: 14px;
    background: var(--lime);
    color: var(--text-dark);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
}

.menu-card .menu-info {
    flex: 1;
}

.menu-card .menu-name {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.menu-card .menu-cals {
    font-size: 10px;
    color: var(--muted);
    margin-top: 2px;
}

.macro-legend {
    font-size: 9px;
    color: var(--muted);
    margin-top: 6px;
    line-height: 1.8;
}

.macro-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 4px;
}

.dot-protein {
    background: var(--text-dark);
}

.dot-carbs {
    background: var(--lime);
}

.dot-fat {
    background: #aaa;
}

.dot-sugar {
    background: #ccc;
}

/* flag icons on menu cards */
.flag-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CATEGORY TABS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cat-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0 8px;
    scrollbar-width: none;
}

.cat-tabs::-webkit-scrollbar {
    display: none;
}

.cat-tab {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: var(--transition);
    background: var(--card-dark);
    color: var(--text-light);
}

.cat-tab.active,
.cat-tab:hover {
    background: var(--lime);
    color: var(--text-dark);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PROGRESS BAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.progress-bar-thin {
    height: 4px;
    background: var(--card-dark);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 24px;
}

.progress-bar-fill {
    height: 100%;
    background: var(--lime);
    border-radius: 4px;
    transition: width 0.4s ease;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BUTTONS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.btn-lime {
    background: var(--lime);
    color: var(--text-dark);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    border-radius: 10px;
    padding: 13px 28px;
    cursor: pointer;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-lime:hover {
    background: #b5dc1f;
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--card-dark);
    color: var(--text-light);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 13px 28px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-dark:hover {
    border-color: var(--lime);
    color: var(--lime);
}

.btn-outline-lime {
    background: transparent;
    color: var(--lime);
    border: 2px solid var(--lime);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 11px 28px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-outline-lime:hover {
    background: var(--lime);
    color: var(--text-dark);
}

.btn-outline-red {
    background: transparent;
    color: var(--red);
    border: 2px solid var(--red);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    transition: var(--transition);
}

.btn-outline-red:hover {
    background: var(--red);
    color: #fff;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FORMS / INPUTS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mac-input {
    background: var(--dark-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 12px;
    padding: 12px 16px;
    width: 100%;
    outline: none;
    transition: var(--transition);
}

.mac-input:focus {
    border-color: var(--lime);
}

.mac-input::placeholder {
    color: var(--muted);
}

.mac-label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    display: block;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TOAST NOTIFICATIONS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#toast-container {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mac-toast {
    background: var(--card-dark);
    color: var(--text-light);
    border-left: 4px solid var(--lime);
    border-radius: 10px;
    padding: 14px 18px;
    font-family: var(--font-body);
    font-size: 12px;
    min-width: 240px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    animation: slideInToast 0.3s ease;
}

@keyframes slideInToast {
    from {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CONDITION CHIPS (health modal)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.condition-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    margin: 3px;
    text-transform: uppercase;
    font-family: var(--font-body);
}

.condition-chip.selected {
    background: rgba(200, 241, 53, 0.15);
    border-color: var(--lime);
    color: var(--text-dark);
}

.condition-chip.selected::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
    display: inline-block;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CART PANEL (slide-in right)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.cart-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    max-width: 95vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 2000;
    padding: 30px 20px;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
    box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}

.cart-panel.open {
    right: 0;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 499;
    display: none;
}

.cart-overlay.open {
    display: block;
}

.cart-item-card {
    background: #F7F9ED;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    position: relative;
    color: #1C1C1C;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.cart-item-name {
    font-family: 'Bebas Neue', cursive;
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.cart-item-macros {
    display: flex;
    gap: 8px;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    color: #666;
}

.cart-macro-dot {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    display: inline-block;
}

.cart-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.cart-close-item {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #FFE5E5;
    color: #E8412A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    cursor: pointer;
    border: none;
    text-align: center;
}

.qty-ctrl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #C8F135;
    color: #1C1C1C;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: var(--transition);
}

.qty-btn:hover {
    transform: scale(1.1);
}

.qty-num {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
    color: #1C1C1C;
}

.cart-summary-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    margin-top: auto;
    border: 1px solid #F0F0F0;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.03);
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #888;
    margin-bottom: 6px;
}

.cart-summary-val {
    color: #1C1C1C;
    font-weight: 700;
}

.cart-summary-total {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #EEE;
    font-family: 'DM Mono', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1C1C1C;
}

.cart-header-row {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.cart-badge-skew {
    flex: 1;
    background: #333;
    color: #fff;
    padding: 10px 16px;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.cart-badge-skew.lime {
    background: #C8F135;
    color: #1C1C1C;
}

.cart-action-btn {
    width: 100%;
    height: 48px;
    border: none;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.2rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    cursor: pointer;
    transition: transform 0.2s;
    position: relative;
    margin-bottom: 10px;
}

.cart-action-btn::after {
    content: '';
    position: absolute;
    inset: 4px -4px -4px 4px;
    border: 1px solid #CCC;
    z-index: -1;
}

.cart-action-btn.lime {
    background: #C8F135;
    color: #1C1C1C;
}

.cart-action-btn.gray {
    background: #E0E0E0;
    color: #666;
}

.cart-total-label {
    font-size: 11px;
    color: var(--muted);
    font-family: var(--font-body);
}

.cart-total-val {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.2rem;
}

.cart-total-val.lime {
    color: var(--lime);
    font-size: 1.5rem;
}

/* empty cart image */
.cart-empty-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 20px auto;
    display: block;
}

/* Sidebar Cart Button (menu.html) */
.cat-cart-btn-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-bottom: 20px;
}

.cat-cart-btn-outline {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.cat-cart-btn {
    position: absolute;
    inset: 4px;
    background: #C8F135;
    color: #1C1C1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 2;
    transition: transform 0.2s;
}

.cat-cart-btn:hover {
    transform: scale(1.1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   FLOATING CART BUTTON
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.float-cart {
    position: fixed;
    bottom: 70px;
    right: 24px;
    z-index: 400;
    width: 56px;
    height: 56px;
    background: var(--lime);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--text-dark);
    box-shadow: 0 8px 24px rgba(200, 241, 53, 0.3);
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.float-cart:hover {
    transform: scale(1.1);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BACK ARROW
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    text-decoration: none;
}

.back-link:hover {
    color: var(--lime);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BREADCRUMBS
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.custom-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
    font-family: var(--font-body);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.custom-breadcrumb a:hover {
    color: var(--lime);
}

.custom-breadcrumb span {
    color: var(--muted);
}

.custom-breadcrumb .active {
    color: var(--lime);
    font-weight: 700;
}

.breadcrumb-separator {
    color: var(--muted);
    font-size: 12px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   WORDMARK BAR (footer)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.wordmark-bar {
    text-align: center;
    padding: 24px 0 12px;
}

.wordmark-bar .wordmark {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 3.5rem;
    color: rgba(200, 241, 53, 0.15);
    letter-spacing: 8px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STATUS BADGES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.status-received {
    background: rgba(200, 241, 53, 0.15);
    color: var(--lime);
}

.status-preparing {
    background: rgba(232, 65, 42, 0.15);
    color: var(--red);
}

.status-ready {
    background: rgba(200, 241, 53, 0.2);
    color: var(--lime);
}

.status-delivered {
    background: rgba(200, 241, 53, 0.1);
    color: #aaa;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MASCOT / CHARACTER IMAGES
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mascot-gif {
    width: 260px;
    max-width: 90vw;
    height: auto;
    object-fit: contain;
}

.mascot-gif--sm {
    width: 120px;
}

.mascot-head {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.mascot-head--lg {
    width: 80px;
    height: 80px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SCROLLBAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--dark-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--card-dark);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--lime);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width:768px) {
    .navbar-logo {
        height: 36px;
    }

    .navbar-inner .nav-links {
        display: none;
    }

    .navbar-inner .nav-search {
        display: none;
    }

    .cart-panel {
        width: 100%;
        right: -100%;
    }

    .mac-card .card-icon {
        font-size: 2rem;
    }

    .mascot-gif {
        width: 160px;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MOBILE SIDEBAR & NAVBAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background: #252525;
    z-index: 2000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 24px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
}

.mobile-sidebar.open {
    transform: translateX(0);
}

.ms-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.ms-header i {
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}

.ms-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ms-pill {
    font-family: 'BDRMono', monospace;
    font-size: 14px;
    color: #F0EFEA;
    padding: 14px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.2s;
    background: transparent;
}

.ms-pill.active {
    background: var(--lime);
    color: #1C1C1C;
    border-color: var(--lime);
}

.mobile-nav-icons {
    display: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   UNIFIED GLOBAL NAVBAR
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.home-navbar,
.navbar-inner {
    height: 125px;
    background: #D9D9D9;
    /* Slightly darker gray for better figma match */
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1100;
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    margin-bottom: 40px;
    border: none;
    padding: 0 40px;
}

.navbar-gray {
    background: #D9D9D9;
}

.nav-stripes {
    width: 80px;
    height: 100%;
    background: url('../assets/images/Frame_img.png') repeat-y;
    background-size: contain;
    margin-right: 40px;
}

.nav-logo-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-logo-container img {
    height: 70px;
    object-fit: contain;
}

.nav-links-container {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
}

.nav-pill {
    background: #444444;
    color: #FFFFFF;
    padding: 8px 20px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.nav-pill.active {
    background: var(--lime);
    color: var(--text-dark);
}

.nav-pill:hover:not(.active) {
    background: #555;
}

.nav-pill.search-pill {
    width: 240px;
    padding: 10px 16px;
    cursor: text;
}

.nav-pill.search-pill input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
}

.nav-pill.search-pill input::placeholder {
    color: #aaa;
}

@media (max-width: 1080px) {

    .home-navbar,
    .navbar-inner {
        justify-content: space-between;
        padding-right: 20px;
        clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
    }

    .nav-stripes {
        margin-left: 30px;
    }

    .nav-links-pills {
        display: none !important;
    }

    .mobile-nav-icons {
        display: flex;
        gap: 20px;
        font-size: 1.8rem;
        color: #1C1C1C;
        align-items: center;
        margin-right: 20px;
    }

    .mobile-nav-icons i {
        cursor: pointer;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHAMFERED PILLS (UNIFIED)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-links-pills {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-left: auto;
    margin-right: 80px;
}

.pill-shadow-wrap {
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.15));
}

.nav-pill-btn {
    background: #2a2a2a;
    color: #fff;
    font-family: 'BDRMono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 12px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    border: none;
}

.nav-pill-btn:hover {
    background: #444;
    transform: translate(-1px, -1px);
}

.nav-pill-btn.active {
    background: var(--lime);
    color: #1C1C1C;
}

.nav-pill-btn i {
    font-size: 1rem;
}

/* Unified Search Pill */
.nav-search-pill {
    background: #333;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 44px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    margin-left: 5px;
}

.nav-search-pill i {
    color: #fff;
    margin-right: 10px;
    font-size: 1rem;
}

.nav-search-pill input {
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'BDRMono', monospace;
    font-size: 0.75rem;
    outline: none;
    width: 120px;
}

.nav-search-pill input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* =========================
   Home Page
========================= */

.home-navbar {
    background: var(--lime);
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
    margin-bottom: 60px;
}

.navbar-gray {
    background: #F0EFEA !important;
}

.home-grid {
    display: grid;
    grid-template-columns: 270px 260px;
    gap: 36px;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.home-card-wrap {
    position: relative;
    width: 100%;
    height: 260px;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.4));
    cursor: pointer;
    transition: transform 0.2s;
}

.home-card-wrap:hover {
    transform: translateY(-4px) translateX(-4px);
}

.home-card-offset {
    position: absolute;
    top: 8px;
    left: 8px;
    right: -8px;
    bottom: -8px;
    clip-path: polygon(24px 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px), 0 24px);
    z-index: 0;
}

.home-card-offset.light {
    background: var(--card-light);
}

.home-card-offset.dark {
    background: #333;
}

.home-card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--card-light);
    clip-path: polygon(24px 0,
            /* top left cut */
            calc(100% - 14px) 0,
            100% 14px,
            /* top right slight cut */
            100% calc(100% - 24px),
            calc(100% - 24px) 100%,
            /* bottom right cut */
            24px 100%,
            0 calc(100%),
            /* bottom left cut */
            0 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
}

.home-card.lime {
    background: var(--lime);
}

.card-edge-stripes {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    background: repeating-linear-gradient(45deg, transparent, transparent 8px, var(--red) 8px, var(--red) 16px);
    border-right: 2px solid var(--red);
    z-index: 2;
}

.home-card.lime .card-edge-stripes {
    background: repeating-linear-gradient(45deg, transparent, transparent 8px, var(--text-dark) 8px, var(--text-dark) 16px);
    border-right: 2px solid var(--text-dark);
}

.card-plus {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 4px solid var(--lime);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lime);
    font-size: 20px;
    font-weight: bold;
    z-index: 5;
    padding: 10px;
    text-align: center;
}

.home-card.lime .card-plus {
    border-color: #fff;
    color: #fff;
}

.card-icon {
    font-size: 3.5rem;
    margin-bottom: 12px;
    color: var(--text-dark);
    margin-left: 24px;
    z-index: 5;
    position: relative;
}

.card-title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    margin-left: 24px;
    z-index: 5;
    position: relative;
    letter-spacing: 1px;
}

.home-bottom-line {
    max-width: 700px;
    margin: 80px auto 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--text-light);
}

.home-bottom-line .line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

/* =========================
   Menu Page
========================= */

.nav-search-bar {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: var(--font-body);
    font-size: 0.8rem;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-search-bar input {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
}

.nav-search-bar input::placeholder {
    color: #aaa;
}

.menu-layout {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.menu-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-content: start;
}

.menu-card-wrap:hover .menu-card {
    transform: translate(-2px, -2px);
}

.menu-card-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    cursor: pointer;
    transition: transform 0.2s ease;
     clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
    padding: 6px 0 10px;
}

.menu-card-outline {
    display: block !important;
    background: #2a2a2a;
    border: 1px solid var(--lime);
    position: absolute;
    inset: 5px -5px -5px 5px;
    z-index: 0;
    border-radius: 4px;
    
}

.menu-card {
    background: #F0EDDF;
    border: 1.5px solid #d8d3c4;
    border-radius: 4px;
    padding: 13px 14px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease;
}

.menu-card:hover {
    transform: translate(-2px, -2px);
}

.noise-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.08'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.menu-card>* {
    position: relative;
    z-index: 2;
}

.card-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.tag-shadow-wrap {
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.15));
    position: absolute;
    top: 16px;
    z-index: 5;
}

.card-badge--name {
    background: #2d2d2d;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 17px;
    padding: 5px 16px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    text-transform: none !important;
}

.card-badge--price {
    background: #C8F135;
    color: #1C1C1C;
    font-family: 'Bebas Neue', cursive;
    font-size: 17px;
    padding: 5px 16px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    text-transform: none !important;
}

.card-flag {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.card-flag--allergy {
    background: #E8412A;
    color: #fff;
}

.card-flag--vegan {
    background: #C8F135;
    color: #1C1C1C;
}

.card-body-row {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.card-food-image {
    width: 130px;
    height: 95px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #cdc7b4;
    flex-shrink: 0;
}

.item-macro-section {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}

.item-donut-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.card-cals {
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
    margin-top: 3px;
}

.cals-num {
    font-family: 'Bebas Neue', cursive;
    font-size: 32px;
    color: #2d2d2d;
    line-height: 1;
    text-transform: none !important;
}

.cals-txt {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    color: #888;
    line-height: 1.3;
    text-transform: none !important;
}

.macro-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.macro-legend li {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: #3a3a3a;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.macro-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block;
}

.dot-protein {
    background: #3a3a3a;
}

.dot-carbs {
    background: #E8412A;
}

.dot-fat {
    background: #C8F135;
    border: 1px solid #aaa;
}

.dot-sugar {
    background: #1C1C1C;
}

/* =========================
   Menu Sidebar
========================= */

.cat-sidebar {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: sticky;
    top: 40px;
    height: fit-content;
}

.cat-cart-btn-wrap {
    position: relative;
    margin-bottom: 24px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: transform 0.2s;
}

.cat-cart-btn-wrap:hover {
    transform: scale(1.05);
}

.cat-cart-btn-outline {
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid var(--lime);
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
}

.cat-cart-btn {
    position: relative;
    z-index: 1;
    background: var(--lime);
    color: var(--text-dark);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}

.cat-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    width: 100%;
}

.sidebar-pill-wrap {
    position: relative;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
}

.sidebar-pill-outline {
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid var(--lime);
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    z-index: 0;
    transition: opacity 0.2s;
}

.cat-pill {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    color: var(--text-dark);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 32px;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: none;
    transition: all 0.2s;
}

.sidebar-pill-wrap.active .cat-pill {
    background: var(--lime);
}

.sidebar-pill-wrap.dimmed {
    opacity: 0.4;
    transform: scale(0.9);
}

.sidebar-pill-wrap.dimmed .sidebar-pill-outline {
    opacity: 0;
}

/* =========================
   Health Modal
========================= */

#health-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(4px);
}

.health-modal-wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.4));
}

#health-modal-offset {
    position: absolute;
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: -12px;
    background: var(--lime);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    z-index: 0;
}

#health-modal-box {
    background: #fff;
    padding: 40px;
    width: 100%;
    font-family: var(--font-body);
    color: var(--text-dark);
    position: relative;
    z-index: 1;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.health-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.health-option {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color 0.2s;
}

.health-option:hover {
    border-color: #aaa;
}

.health-option input {
    display: none;
}

.custom-check {
    width: 16px;
    height: 16px;
    border: 1.5px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.health-option input:checked+.custom-check {
    background: var(--lime);
    border-color: var(--lime);
}

.health-option input:checked+.custom-check::after {
    content: "âœ”";
    color: white;
    font-size: 10px;
}

.health-option span.label-text {
    font-size: 0.7rem;
    color: #666;
}

.health-option input:checked~span.label-text {
    color: var(--text-dark);
    font-weight: 700;
}

/* =========================
   Item Detail Page
========================= */

.detail-panel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.detail-panel-outline {
    position: absolute;
    inset: 5px -5px -5px 5px;
    background: #2a2a2a;
    border: 1px solid #444;
    z-index: 0;
    border-radius: 4px;
}

.detail-panel {
    position: relative;
    z-index: 2;
    background: #F5F3E8;
    color: var(--text-dark);
    clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
    border: 1.5px solid #d8d3c4;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.panel-heading {
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 6px;
    color: #1C1C1C;
}

.detail-panel > * {
    position: relative;
    z-index: 1;
}

.panel-subheading {
    font-size: 9px;
    color: var(--muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
}


.addon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    background: #C8F135;
    clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
    height: 42px;
    margin-bottom: 8px;
}

.addon-name {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    color: #1C1C1C;
    flex: 1;
}

.addon-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.addon-controls .qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: #1C1C1C;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.addon-controls .qty-val {
    background: #fff;
    color: #1C1C1C;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 12px;
    font-family: 'DM Mono', monospace;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cart-btn-wrap {
    margin-top: 16px;
}

#add-to-cart-btn {
    background: #fff;
    color: #1C1C1C;
    border: 2px solid #1C1C1C;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
    transition: background 0.2s;
}

#add-to-cart-btn:hover {
    background: #f0f0f0;
}

.micro-bar-label {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: var(--muted);
}

.ingredient-item {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    padding: 3px 0;
    color: #333;
    font-weight: 400;
}

.large-emoji {
    font-size: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--card-dark);
    border-radius: 16px;
    height: 180px;
    margin-bottom: 16px;
}

/* â”€â”€ Detail page header badges â”€â”€ */
.det-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 6px;
}

.item-name-tag {
    background: #1C1C1C;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
    font-size: 17px;
    padding: 5px 16px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    white-space: nowrap;
    filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2));
}

.item-price-tag {
    background: #C8F135;
    color: #1C1C1C;
    font-family: 'Bebas Neue', cursive;
    font-size: 17px;
    padding: 5px 16px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    white-space: nowrap;
    filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2));
}

.det-flag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E8412A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* â”€â”€ Detail food image â”€â”€ */
.det-food-image {
    width: 140px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.det-food-emoji {
    width: 140px;
    height: 130px;
    border-radius: 8px;
    background: #e8e4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    flex-shrink: 0;
}

/* â”€â”€ Micro-nutrients legend â”€â”€ */
.micro-legend-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.micro-legend-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    color: #333;
}

.micro-legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* =========================
   Responsive Design
========================= */

@media (max-width: 1080px) {
    .home-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
        margin: 0 auto;
        gap: 48px;
    }

    .home-card-wrap {
        height: 280px;
    }

    .card-icon {
        font-size: 5rem;
    }

    .card-icon img {
        height: 80px !important;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .home-bottom-line {
        margin-top: 100px;
    }

    .home-navbar {
        margin-bottom: 20px;
    }

    .menu-layout {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 120px;
    }

    .menu-grid {
        grid-template-columns: 1fr;
        gap: 32px 0;
    }

    .menu-card {
        flex-direction: row;
        padding: 40px 12px 12px;
        min-height: 120px;
        align-items: center;
    }

    .item-img-outer {
        margin: 0;
        width: 100px;
        height: 80px;
    }

    .item-macro-section {
        flex-direction: row;
        margin: 0 0 0 16px;
        padding: 0;
        gap: 12px;
        flex: 1;
    }

    .item-legend {
        font-size: 8px;
    }

    .tag-shadow-wrap {
        top: -6px;
    }

    .item-name-tag,
    .item-price-tag {
        font-size: 10px;
        padding: 4px 16px;
    }

    .health-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #health-modal-box {
        padding: 32px 24px;
        width: 90%;
    }

    .cat-sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto !important;
        width: 100%;
        background: var(--dark-bg);
        z-index: 1200;
        padding: 20px 16px;
        flex-direction: row;
        justify-content: center;
        gap: 12px;
        overflow-x: auto;
        border-top: 1px solid rgba(200, 241, 53, 0.3);
    }

    .cat-cart-btn-wrap {
        position: fixed;
        right: 16px;
        bottom: 100px;
        z-index: 1001;
        margin: 0;
    }

    .cat-list {
        flex-direction: row;
        width: max-content;
        gap: 12px;
    }

    .sidebar-pill-wrap {
        width: auto;
        min-width: 140px;
    }

    .home-navbar,
    .navbar-inner {
        justify-content: space-between;
        padding-right: 20px;
    }

    .nav-links-pills {
        display: none !important;
    }

    .mobile-nav-icons {
        display: flex;
        gap: 20px;
        font-size: 1.8rem;
        color: var(--text-dark);
        align-items: center;
        margin-right: 40px;
    }

    .mobile-nav-icons i {
        cursor: pointer;
    }
}

/* =========================
   Macro Calculator Page
========================= */

.calc-breadcrumb {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.calc-label-btn {
    background: var(--lime);
    color: var(--text-dark);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 14px 32px;
    clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
    cursor: pointer;
    margin-top: 24px;
    text-align: center;
    transition: var(--transition);
}

.calc-label-btn:hover {
    background: #b5dc1f;
}

.results-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.slanted-card-wrap {
    position: relative;
    height: 100%;
}

.slanted-card-outline {
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid var(--lime);
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    z-index: 0;
}

.slanted-card {
    background: var(--card-light);
    padding: 2rem;
    color: var(--text-dark);
    height: 100%;
    position: relative;
    z-index: 1;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
}

.donut-wrapper {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 3rem;
}

.donut-inner-legend {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 8px;
    color: var(--text-dark);
    gap: 4px;
    pointer-events: none;
}

.donut-inner-legend>div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.dot-prot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-dark);
}

.dot-carb {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
}

.dot-fat {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #aaa;
}

/* Mascot head callouts around donut */
.head-pos {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    width: 56px;
}

.head-pos img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.head-protein {
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.head-carbs {
    bottom: -28px;
    right: -20px;
}

.head-fat {
    bottom: -28px;
    left: -20px;
}

.head-pct {
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-dark);
}

.head-label {
    font-family: var(--font-body);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted);
}

/* Connector lines */
.head-line {
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.line-protein {
    height: 28px;
    top: -28px;
    left: 50%;
}

.line-carbs {
    height: 28px;
    bottom: -28px;
    right: 10px;
    transform: rotate(15deg);
}

.line-fat {
    height: 28px;
    bottom: -28px;
    left: 10px;
    transform: rotate(-15deg);
}

.maint-label {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 1px;
}

.maint-val {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
}

/* Slanted input fields */
.slanted-input-wrap {
    position: relative;
    width: 100%;
    height: 42px;
}

.slanted-input-bg {
    position: absolute;
    inset: 0;
    background: var(--lime);
    border: 1px solid var(--text-dark);
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
    z-index: 1;
}

.slanted-input-wrap input,
.slanted-input-wrap select,
.lime-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    text-align: center;
    z-index: 2;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.select-wrapper {
    overflow: hidden;
}

.select-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: var(--text-dark);
    font-size: 10px;
    pointer-events: none;
}

.input-label {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    color: var(--muted);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.input-with-unit {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 2;
}

.input-with-unit input {
    position: static;
    width: auto;
    flex: 1;
    text-align: left;
    height: auto;
}

.input-with-unit span {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    color: var(--muted);
}

.stepper-btn {
    background: transparent;
    border: none;
    color: var(--text-dark);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative;
}

.logo-text {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* =========================
   Order Type Page
========================= */

.title-text {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--text-light);
    margin-bottom: 48px;
    padding: 0 20px;
}

.choose-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px 60px;
}

.choose-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: var(--transition);
}

.choose-card-wrap:hover {
    transform: translateY(-4px);
}

.choose-card-box {
    position: relative;
    width: 312px;
    height: 360px;
    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.4));
}

.choose-card-offset {
    position: absolute;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background: #333;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.choose-card {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--card-light);
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.choose-card img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

.choose-card.lime {
    background: var(--lime);
}

.card-num-tr {
    position: absolute;
    top: 16px;
    right: 20px;
    font-family: var(--font-body);
    font-size: 30px;
    font-weight: 700;
    opacity: 0.5;
    color: var(--text-dark);
}

.pill-wrap {
    position: relative;
    width: 180px;
    height: 44px;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
}

.pill-offset {
    position: absolute;
    top: 4px;
    left: 4px;
    right: -4px;
    bottom: -4px;
    background: var(--lime);
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    opacity: 0.5;
    z-index: 0;
}

.choose-pill {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: var(--card-light);
    clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--text-dark);
}

.choose-pill.lime {
    background: var(--lime);
}

/* .icon-lime-stroke {
    filter: brightness(0) saturate(100%) invert(85%) sepia(45%) saturate(700%) hue-rotate(30deg);
} */

/* =========================
   Payment Page
========================= */

.main-panel {
    background: var(--card-light);
    border-radius: 20px;
    padding: 28px 24px;
    color: var(--text-dark);
}

.order-summary-panel {
    background: var(--card-dark);
    border-radius: 16px;
    padding: 24px;
    color: var(--text-light);
    position: sticky;
    top: 20px;
}

.payment-method-card {
    border-radius: 16px;
    padding: 16px 20px;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    background: var(--card-dark);
    color: var(--text-light);
}

.payment-method-card:hover,
.payment-method-card.pm-card-selected {
    border-color: var(--lime);
}

.pm-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pm-unselected {
    opacity: 0.5;
}

.cc-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cc-input {
    background: var(--dark-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 13px;
    padding: 12px 16px;
    width: 100%;
    outline: none;
    transition: var(--transition);
}

.cc-input:focus {
    border-color: var(--lime);
}

.cc-input::placeholder {
    color: var(--muted);
}

.goal-btn {
    background: var(--card-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 14px;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 11px;
    cursor: pointer;
    transition: var(--transition);
}

.goal-btn:hover,
.goal-btn.active {
    background: var(--lime);
    color: var(--text-dark);
    border-color: var(--lime);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 11px;
}

.summary-item-name {
    color: var(--text-light);
    font-family: var(--font-body);
}

.summary-item-price {
    color: var(--lime);
    font-family: var(--font-body);
    font-weight: 700;
}

.login-gate-card {
    background: var(--card-dark);
    border-radius: 20px;
    padding: 40px 32px;
    max-width: 400px;
    width: 100%;
    color: var(--text-light);
    margin: 0 auto;
}

.sms-info-banner {
    background: rgba(200, 241, 53, 0.08);
    border: 1px solid rgba(200, 241, 53, 0.2);
    border-radius: 10px;
    padding: 10px 14px;
    font-family: var(--font-body);
    font-size: 9px;
    color: var(--lime);
    margin-bottom: 20px;
}

/* =========================
   Order Tracking Page
========================= */

.gate-card {
    background: var(--card-light);
    border-radius: 20px;
    padding: 40px 32px;
    max-width: 420px;
    width: 100%;
    color: var(--text-dark);
    margin: 0 auto;
}

.gate-input {
    background: var(--dark-bg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: var(--text-light);
    font-family: var(--font-body);
    font-size: 13px;
    padding: 12px 16px;
    width: 100%;
    outline: none;
    transition: var(--transition);
    letter-spacing: 2px;
}

.gate-input:focus {
    border-color: var(--lime);
}

.current-order-card {
    background: var(--card-dark);
    border-radius: 20px;
    border: 2px solid rgba(200, 241, 53, 0.25);
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.status-track {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    position: relative;
}

.status-track::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
}

.track-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.track-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
}

.track-dot.done {
    background: var(--lime);
    color: var(--text-dark);
}

.track-dot.current {
    background: var(--red);
    color: #fff;
    animation: pulse 1.5s ease infinite;
}

.track-dot.pending {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.2);
}

.track-label {
    font-family: var(--font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted);
    text-align: center;
}

.past-order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.past-order-id {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    color: var(--text-light);
}

.past-order-date {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
}

.past-order-total {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    color: var(--lime);
}

.past-item-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    padding: 4px 0;
}

/* =========================
   Payment Success Page
========================= */

.success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(6px);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.success-card {
    background: var(--card-light);
    border-radius: 20px;
    padding: 36px 32px;
    max-width: 380px;
    width: 100%;
    color: var(--text-dark);
    text-align: center;
    position: relative;
}

.success-heading {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.order-id-badge {
    display: inline-block;
    background: var(--dark-bg);
    color: var(--lime);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 12px 0 24px;
}

.status-timeline {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
}

.status-timeline::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #ddd;
    z-index: 0;
}

.status-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.step-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #ddd;
    color: #888;
    transition: all 0.3s ease;
}

.step-dot.active {
    background: var(--lime);
    color: var(--text-dark);
}

.step-dot.pending {
    background: #ddd;
    color: #aaa;
}

.step-label {
    font-family: var(--font-body);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--muted);
    text-align: center;
    text-transform: uppercase;
}

.receipt-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid var(--text-dark);
    padding-top: 10px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 13px;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.receipt-row {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    padding: 3px 0;
}

/* =========================
   About Page
========================= */

.left-stripe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: var(--lime);
}

.about-quote {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 4px;
    color: var(--text-light);
    margin-bottom: 24px;
}

.about-sub {
    font-family: var(--font-body);
    font-size: 10px;
    color: rgba(240, 239, 234, 0.7);
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.info-card {
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

.info-card--lime {
    background: var(--lime);
    color: var(--text-dark);
}

.info-card--dark {
    background: var(--card-dark);
    color: var(--text-light);
}

.info-card-heading {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.info-card-body {
    font-family: var(--font-body);
    font-size: 9px;
    line-height: 1.9;
    letter-spacing: 1px;
}

.info-card-arrow {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 1.4rem;
    color: var(--lime);
    opacity: 0.6;
}

.stat-block {
    text-align: center;
    padding: 20px;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--lime);
    letter-spacing: 2px;
    line-height: 1;
}

.stat-label {
    font-family: var(--font-body);
    font-size: 9px;
    color: var(--muted);
    letter-spacing: 2px;
    margin-top: 6px;
}

.team-card {
    background: var(--card-dark);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    color: var(--text-light);
    transition: var(--transition);
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.team-emoji {
    font-size: 3rem;
    margin-bottom: 12px;
    display: block;
}

.team-name {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.team-role {
    font-family: var(--font-body);
    font-size: 9px;
    color: var(--lime);
    letter-spacing: 2px;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(232, 65, 42, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(232, 65, 42, 0);
    }
}

/* =========================
   Allergen Icon Wrap (menu.html)
========================= */

.allergen-icon-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 6px;
}

/* =========================
   Condition Checkbox (menu.html filter)
========================= */

.cond-check {
    width: 16px;
    height: 16px;
    border: 1.5px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: var(--transition);
}

input:checked~.cond-check,
.cond-check.checked {
    background: var(--lime);
    border-color: var(--lime);
}

input:checked~.cond-check::after,
.cond-check.checked::after {
    content: "âœ”";
    color: var(--text-dark);
    font-size: 10px;
    line-height: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   GLOBAL TICKER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.global-ticker-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    opacity: 0.05;
    pointer-events: none;
    font-family: var(--font-body);
    font-size: 24px;
    color: var(--lime);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    white-space: nowrap;
}

.ticker-row {
    width: max-content;
}

.row-left {
    animation: scrollLeft 40s linear infinite;
}

.row-right {
    animation: scrollRight 40s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   CHOOSE PAGE HEADER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.red-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--red);
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    margin-bottom: 24px;
    flex-shrink: 0;
}

.choose-progress {
    display: flex;
    align-items: center;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.progress-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.progress-line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    margin-left: -4px;
    z-index: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   MENU CARD CASING OVERRIDES (MUST BE LAST)
   BDRMono font has no lowercase glyphs.
   Use system monospace for mixed-case card elements.
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.menu-card *,
.menu-card .card-badge--name,
.menu-card .card-badge--price,
.menu-card .cals-num,
.menu-card .cals-txt,
.menu-card .card-cals span,
.menu-card .macro-legend,
.menu-card .macro-legend li,
.menu-card .item-donut-box,
.menu-card .item-donut-box span {
    text-transform: none !important;
    font-family: 'DM Mono', 'Courier New', monospace !important;
}

/* Override back for the price â€” keep bold BDRMono look */
.menu-card .card-badge--price {
    font-family: 'BDRMono', monospace !important;
    text-transform: none !important;
}
