/* ==========================================================
   VARIABLES & BASE RESET
========================================================== */
:root {
    --mv-ink: #121212;
    --mv-muted: #696969;
    --mv-soft: #f6f2ec;
    --mv-line: #d4a017;
    --mv-card: #ffffff;
    --mv-accent: #980000;
    --mv-accent-dark: #7a0000;
    --mv-fire: #f0a500;
    --mv-shadow: 0 18px 42px rgba(18, 18, 18, 0.1);
}

html {
    scroll-behavior: smooth;
}

html:has(.mv-app-body),
body.mv-app-body {
    background: #fff;
    margin: 0;
}

body.mv-app-body {
    color: var(--mv-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mv-app-body .wp-site-blocks,
.mv-app-body header:not(.mv-app-header),
.mv-app-body footer:not(.mv-app-footer),
.mv-app-body .wp-block-navigation,
.mv-app-body .widget-area,
.mv-app-body .site-header,
.mv-app-body .site-footer {
    display: none !important;
}

.mv-app-body * {
    box-sizing: border-box;
    letter-spacing: 0;
}

/* ==========================================================
   HEADER
========================================================== */
.mv-app-header {
    align-items: center;
    background: #980000;
    border-bottom: 2px solid #f0a500;
    display: grid;
    gap: 18px;
    grid-template-columns: 180px 1fr auto;
    left: 0;
    min-height: 76px;
    padding: 12px 28px;
    position: sticky;
    right: 0;
    top: 0;
    will-change: transform;
    transform: translateZ(0);
    z-index: 1000;
}

.mv-logo,
.mv-icon-link,
.mv-cart-link,
.mv-section__head a,
.mv-category-card,
.mv-button,
.mv-add-button {
    color: inherit;
    text-decoration: none;
}

.mv-logo {
    align-items: center;
    display: flex;
}

.mv-logo img {
    display: block;
    height: 100px;
    width: auto;
}

.mv-search {
    position: relative;
}

.mv-search-input {
    background: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-size: 1rem;
    height: 52px;
    outline: 0;
    padding: 0 22px;
    width: 100%;
}

.mv-search-input:focus {
    background: #fff;
    border-color: var(--mv-ink);
}

.mv-search-results {
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 14px;
    box-shadow: var(--mv-shadow);
    left: 0;
    max-height: 420px;
    overflow: auto;
    padding: 8px;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
}

.mv-search-result {
    align-items: center;
    border-radius: 10px;
    color: var(--mv-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 52px 1fr;
    padding: 8px;
    text-decoration: none;
}

.mv-search-result:hover {
    background: var(--mv-soft);
}

.mv-search-result img {
    border-radius: 8px;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.mv-search-result small {
    color: var(--mv-muted);
    display: block;
}

.mv-cat-dot {
    background: var(--mv-fire);
    border-radius: 999px;
    display: block;
    height: 14px;
    margin: 19px;
    width: 14px;
}

.mv-header-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.mv-icon-link,
.mv-cart-link {
    align-items: center;
    border: 1px solid var(--mv-line);
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    min-height: 44px;
    padding: 10px 14px;
}

.mv-icon-link {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 0 8px;
}

.mv-icon {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 18px;
}

.mv-icon-account::before {
    border: 2px solid currentColor;
    border-radius: 999px;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: 0;
    width: 7px;
}

.mv-icon-account::after {
    border: 2px solid currentColor;
    border-radius: 999px 999px 4px 4px;
    bottom: 0;
    content: "";
    height: 8px;
    left: 1px;
    position: absolute;
    width: 14px;
}

.mv-icon-cart::before {
    border: 2px solid currentColor;
    border-radius: 3px;
    content: "";
    height: 9px;
    left: 2px;
    position: absolute;
    top: 3px;
    width: 13px;
}

.mv-icon-cart::after {
    background: currentColor;
    border-radius: 999px;
    bottom: 1px;
    box-shadow: 10px 0 0 currentColor;
    content: "";
    height: 3px;
    left: 4px;
    position: absolute;
    width: 3px;
}

.mv-cart-link {
    background: #fff8e6;
    border: 2px solid #d4a017;
    color: #980000;
    padding: 10px 18px;
}

/* ==========================================================
   LAYOUT SHELL
========================================================== */
.mv-app-main {
    min-height: calc(100vh - 150px);
}

.mv-app-footer {
    align-items: center;
    background: #980000;
    color: #fff;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 24px 28px;
}

.mv-page {
    margin: 0 auto;
    padding: 22px 28px 48px;
}

/* ==========================================================
   HERO & PAGE HEAD
========================================================== */
.mv-hero {
    align-items: end;
    background: #16110e;
    border-radius: 0;
    display: grid;
    margin: -22px -28px 0;
    min-height: min(76vh, 760px);
    overflow: hidden;
    position: relative;
}

.mv-hero__media {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72)),
        url("[themughalsvancouver.com](https://www.themughalsvancouver.com/wp-content/uploads/2026/07/Untitled-design-13.png)");
    background-position: center;
    background-size: cover;
    inset: 0;
    position: absolute;
}

.mv-hero__content {
    color: #fff;
    max-width: 820px;
    padding: 0 28px 72px;
    position: relative;
}

.mv-hero h1 {
    font-size: clamp(2.7rem, 7vw, 5.7rem);
    line-height: 0.95;
    margin: 0 0 18px;
}

.mv-page-head h1 {
    font-size: clamp(2.3rem, 4vw, 3rem);
    line-height: 1.05;
    margin: 0 0 18px;
}

.mv-hero p,
.mv-page-head p {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.5;
    margin: 0 0 24px;
    max-width: 660px;
}

.mv-page-head {
    padding: 20px 0 8px;
}

.mv-kicker {
    color: var(--mv-fire);
    font-size: 0.78rem;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: uppercase;
}

/* ==========================================================
   BUTTONS
========================================================== */
.mv-actions,
.mv-section__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.mv-button,
.mv-add-button,
.mv-page .button {
    align-items: center;
    background: var(--mv-accent);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 900;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
    white-space: nowrap;
}

.mv-product-card .mv-add-button {
    font-size: 0.92rem;
    font-weight: 700;
    min-height: 38px;
    padding: 8px 14px;
}

.mv-button:hover,
.mv-add-button:hover,
.mv-button--primary:hover {
    background: var(--mv-accent-dark);
    transform: translateY(-2px);
}

.mv-button--secondary {
    background: #980000;
    border: 2px solid #980000;
    color: #ffffff;
}

.mv-button--secondary:hover {
    background: #7a0000;
    border-color: #7a0000;
    color: #ffffff;
}

/* ==========================================================
   SECTIONS & HEADINGS
========================================================== */
.mv-section {
    padding: 56px 0 0;
}

.mv-section__head {
    justify-content: space-between;
    margin-bottom: 18px;
}

.mv-section h2,
.mv-menu-section h2,
.mv-panel h2,
.mv-tiffin-overview h2,
.mv-catering-cta h2 {
    color: #d4a017;
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    line-height: 1.1;
    margin: 0;
}

.mv-tiffin-overview h2,
.mv-catering-cta h2 {
    color: #980000 !important;
}

.mv-review-subtitle {
    color: var(--mv-muted);
    font-size: 1rem;
    margin: 10px 0 24px;
}

.mv-tiffin-overview,
.mv-catering-cta {
    align-items: center;
    background: #fff8e6;
    border: 2px solid #d4a017;
    border-radius: 18px;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 56px;
    padding: 34px;
}

.mv-tiffin-overview p,
.mv-catering-cta p {
    color: #555;
}

/* Catering is currently retired site-wide */
.mv-catering-cta,
.menu-item-catering,
.nav-catering,
.catering-section {
    display: none !important;
}

/* ==========================================================
   GRIDS
========================================================== */
.mv-category-grid,
.mv-popular-grid,
.mv-plan-grid,
.mv-review-grid,
.mv-dashboard-grid {
    display: grid;
    gap: 18px;
}

.mv-category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mv-menu-grid,
.mv-plan-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mv-dashboard-grid {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

/* ==========================================================
   CATEGORY CARD
========================================================== */
.mv-category-card {
    background: #fff8e6;
    border: 1px solid rgba(212, 160, 23, .20);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(18, 18, 18, .06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mv-category-card:hover {
    border-color: #d4a017;
    transform: translateY(-2px);
    transition: all .2s ease;
}

.mv-category-card img,
.mv-product-card__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
    width: 100%;
}

.mv-category-card img {
    aspect-ratio: 16 / 10;
}

.mv-category-card strong {
    color: #121212;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 6px 16px;
}

/* ==========================================================
   PRODUCT CARD
========================================================== */
.mv-plan-card,
.mv-panel,
.mv-review-grid article,
.mv-notice {
    background: var(--mv-card);
    border: 2px solid var(--mv-line);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.07);
}

.mv-product-card {
    background: #fff8e6;
    border: 2px solid transparent;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.07);
    contain-intrinsic-size: 420px;
    content-visibility: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.mv-product-card:hover {
    border-color: #d4a017;
    box-shadow: var(--mv-shadow);
    transform: translateY(-3px);
}

.mv-product-card:hover .mv-product-card__image img {
    transform: scale(1.05);
}

.mv-product-highlight {
    animation: mvHighlight 2.5s ease;
}

@keyframes mvHighlight {
    0% {
        box-shadow: 0 0 0 rgba(212, 160, 23, 0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 24px rgba(212, 160, 23, 0.6);
        transform: scale(1.03);
    }
    100% {
        box-shadow: 0 0 0 rgba(212, 160, 23, 0);
        transform: scale(1);
    }
}

.mv-product-card__image {
    aspect-ratio: 4 / 3;
    background: var(--mv-soft);
    color: var(--mv-muted);
    display: grid;
    place-items: center;
}

.mv-image-missing {
    align-items: center;
    background: var(--mv-soft);
    color: var(--mv-muted);
    display: flex;
    font-size: 0.9rem;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    padding: 18px;
    text-align: center;
    width: 100%;
}

.mv-product-card__body,
.mv-plan-card,
.mv-panel,
.mv-review-grid article,
.mv-notice {
    padding: 14px;
}

.mv-product-card__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mv-product-card h3,
.mv-plan-card h2 {
    color: #121212;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.mv-product-card p,
.mv-plan-card p,
.mv-panel p,
.mv-tiffin-overview p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0 0 6px;
}

.mv-product-card__foot,
.mv-cart-total,
.mv-cart-panel__head,
.mv-selection-footer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

/* ==========================================================
   POPULAR PRODUCTS SLIDER
========================================================== */
.mv-popular-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mv-popular-grid::-webkit-scrollbar {
    display: none;
}

.mv-popular-grid .mv-product-card {
    flex: 0 0 320px;
    scroll-snap-align: start;
}

.mv-slider-wrap {
    position: relative;
}

.mv-slider-arrow {
    align-items: center;
    background: #980000;
    border: none;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    z-index: 10;
}

.mv-slider-prev {
    left: -20px;
}

.mv-slider-next {
    right: -20px;
}

.mv-slider-arrow:hover {
    background: #d4a017;
    color: #980000;
}

/* ==========================================================
   ORDER PAGE LAYOUT
========================================================== */
.mv-order {
    max-width: none;
}

.mv-order-shell {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin: 0 auto;
    max-width: 1800px;
}

.mv-order-cats {
    align-self: start;
    border-right: 1px solid var(--mv-line);
    padding-right: 14px;
    position: sticky;
    top: 110px;
    z-index: 50;
}

.mv-order-cats h3,
.mv-cart-panel h3 {
    margin: 0 0 14px;
}

.mv-category-tiles {
    background: #fff;
    margin-bottom: 24px;
    overflow-x: auto;
    padding: 14px 0;
    position: sticky;
    top: 126px;
    will-change: transform;
    transform: translateZ(0);
    z-index: 100;
}

.mv-category-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: max-content;
}

.mv-category-nav span {
    background: var(--mv-fire);
    border-radius: 999px;
    height: 9px;
    width: 9px;
}

.mv-category-nav a {
    background: #fff8e6;
    border: 2px solid #d4a017;
    border-radius: 999px;
    color: #121212;
    flex: 0 0 auto;
    font-weight: 700;
    padding: 10px 18px;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}

.mv-category-nav a:hover,
.mv-category-nav a.is-active {
    background: #121212;
    color: #d4a017;
}

.mv-menu-section {
    margin-bottom: 42px;
    scroll-margin-top: 180px;
}

.mv-menu-section h2 {
    margin-bottom: 16px;
}

.mv-cart-panel {
    align-self: start;
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 18px;
    box-shadow: var(--mv-shadow);
    overflow: visible;
    padding: 18px;
    position: sticky;
    top: 185px;
    will-change: transform;
    transform: translateZ(0);
    z-index: 20;
}

.mv-cart-items {
    display: grid;
    gap: 12px;
}

.mv-cart-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 54px 1fr auto;
    padding-bottom: 12px;
    position: relative;
}

.mv-cart-item:not(:last-child) {
    border-bottom: 1px solid var(--mv-line);
}

.mv-cart-item__image img {
    border-radius: 10px;
    height: 54px;
    object-fit: cover;
    width: 54px;
}

.mv-cart-item small {
    color: var(--mv-muted);
    display: block;
}

.mv-qty-controls {
    align-items: center;
    background: var(--mv-soft);
    border-radius: 999px;
    display: flex;
    gap: 8px;
    height: 36px;
    padding: 4px;
}

.mv-qty-controls button,
.mv-remove {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.mv-qty-controls button {
    background: #fff;
    border-radius: 999px;
    font-weight: 900;
    height: 28px;
    width: 28px;
}

.mv-remove {
    background: transparent;
    color: var(--mv-fire);
    font-size: 0.82rem;
    grid-column: 2 / -1;
    justify-self: start;
    padding: 0;
}

.mv-cart-total {
    border-top: 1px solid var(--mv-line);
    font-size: 1.08rem;
    padding-top: 16px;
}

.mv-checkout-button {
    margin-top: 14px;
    width: 100%;
}

.mv-mobile-cart-bar {
    display: none;
}

/* ==========================================================
   FORMS & WEEKLY SELECTION
========================================================== */
.mv-form input,
.mv-form textarea,
.mv-selection-row input,
.mv-admin-grid input,
.mv-admin-grid textarea {
    border: 1px solid var(--mv-line);
    border-radius: 12px;
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.mv-selection-list,
.mv-selection-form {
    display: grid;
    gap: 14px;
}

.mv-form {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mv-form label,
.mv-admin-grid label {
    display: grid;
    font-weight: 850;
    gap: 8px;
}

.mv-form-wide,
.mv-admin-wide {
    grid-column: 1 / -1;
}

.mv-admin-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mv-selection-row {
    align-items: center;
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(18, 18, 18, 0.07);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 10px 12px;
}

.mv-selection-row span {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.mv-selection-row input[type="radio"],
.mv-selection-row input[type="checkbox"] {
    flex: none;
    height: 20px;
    margin: 0;
    min-height: 20px;
    padding: 0;
    width: 20px;
}

.mv-selection-footer {
    background: #fff;
    margin-top: 20px;
    padding: 16px 28px;
    position: static;
    text-align: left;
}

.mv-form-message {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
}

.mv-form-message.is-error {
    color: var(--mv-fire);
}

.mv-form-message:not(.is-error) {
    color: #0a7a2f;
}

.mv-week-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}

.mv-week-range {
    font-size: 15px;
    font-weight: 600;
    margin-top: 8px;
}

.mv-cutoff-date {
    color: #980000;
    font-weight: 700;
    margin-top: 4px;
}

.mv-day-card {
    background: #fff;
    border: 2px solid #d4a017;
    border-radius: 14px;
    min-height: auto;
    padding: 14px;
}

.mv-day-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: center;
}

.mv-day-card .mv-selection-row:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   PLANS & COMPARISON
========================================================== */
.mv-plan-card {
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.mv-plan-price {
    display: block;
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.mv-plan-card ul {
    color: var(--mv-muted);
    line-height: 1.7;
    margin: 8px 0 22px;
    padding-left: 18px;
}

.mv-plan-card .mv-button {
    margin-top: auto;
}

.mv-table-wrap {
    overflow: auto;
}

.mv-comparison {
    border-collapse: collapse;
    width: 100%;
}

.mv-comparison th,
.mv-comparison td {
    border-bottom: 1px solid var(--mv-line);
    padding: 14px;
    text-align: left;
}

/* ==========================================================
   DASHBOARD & ACCOUNT
========================================================== */
.mv-definition-list {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
}

.mv-definition-list div {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.mv-definition-list dt {
    color: var(--mv-muted);
}

.mv-definition-list dd {
    font-weight: 900;
    margin: 0;
    text-align: right;
}

.mv-dashboard-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 40px;
}

.mv-dashboard-card {
    background: #fff;
    border: 1px solid rgba(212, 160, 23, .15);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 28px;
}

.mv-dashboard-card h3 {
    color: #980000;
    font-size: 1.2rem;
    margin: 0 0 16px;
}

.mv-dashboard-card strong {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.mv-dashboard-card p {
    margin-bottom: 14px;
}

.mv-dashboard-card .mv-button {
    margin-top: auto;
}

.mv-account-links {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 0;
}

.mv-account-links h2 {
    color: #980000;
    margin-bottom: 20px;
}

.mv-account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.mv-account-actions a,
.mv-dashboard-user-actions a {
    border: 1px solid rgba(212, 160, 23, .2);
    border-radius: 999px;
    color: #980000;
    font-weight: 600;
    padding: 12px 20px;
    text-decoration: none;
    transition: .2s;
}

.mv-account-actions a:hover,
.mv-dashboard-user-actions a:hover {
    background: #980000;
    color: #fff;
}

.mv-dashboard-head-top {
    align-items: flex-start;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.mv-dashboard-user-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.mv-dashboard-user-actions a {
    padding: 10px 18px;
}

/* ==========================================================
   WOOCOMMERCE OVERRIDES
========================================================== */
.mv-panel .woocommerce {
    background: transparent !important;
    max-width: 700px;
}

.mv-panel .woocommerce form {
    margin-top: 20px;
}

.mv-panel .woocommerce input.input-text {
    border-radius: 12px;
}

.mv-panel .woocommerce-button.button {
    background: #980000;
    border: none;
    color: #fff;
}

.woocommerce-form-login,
.woocommerce-form-register {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.mv-auth .mv-panel {
    margin: 40px auto;
    max-width: 900px;
}

#customer_login .u-column1 {
    background: transparent !important;
    border-right: 3px solid rgba(212, 160, 23, .20);
    box-shadow: none !important;
    padding-right: 50px;
}

#customer_login .u-column2 {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 50px;
}

.woocommerce-Address-title {
    display: block !important;
}

.woocommerce-Address-title h2 {
    display: block !important;
    margin-bottom: 15px;
}

.woocommerce-Address-title .edit {
    background: #980000;
    border-radius: 999px;
    color: #fff !important;
    display: inline-block !important;
    font-weight: 700;
    padding: 10px 18px;
    text-decoration: none;
}

.woocommerce-Address-title .edit:hover {
    background: #7a0000;
}

select#shipping_state,
select#billing_state {
    background: #f7f7f7;
    pointer-events: none;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

.wc-block-components-sidebar {
    background: #fffaf0 !important;
    border: 1px solid #d4a017 !important;
    border-radius: 16px !important;
    padding: 20px !important;
}

.wc-block-components-totals-coupon {
    background: #fffaf0 !important;
}

.wc-block-components-checkout-place-order-button {
    background: #980000 !important;
    border: none !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    min-height: 58px !important;
}

.blockUI,
.blockOverlay {
    backdrop-filter: blur(2px);
}

/* ==========================================================
   HOW IT WORKS / FAQ
========================================================== */
.mv-info-grid {
    align-items: start;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
}

.mv-how-it-works,
.mv-faq {
    background: #fff;
    border: 1px solid var(--mv-line);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(18, 18, 18, .07);
    padding: 28px;
}

.mv-how-it-works h3,
.mv-faq h3 {
    color: #980000;
    margin-bottom: 24px;
}

.mv-step,
.mv-faq details {
    border-bottom: 1px solid rgba(212, 160, 23, .20);
    padding: 14px 0;
}

.mv-step:last-child,
.mv-faq details:last-child {
    border-bottom: none;
}

.mv-step summary,
.mv-faq summary {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 700;
    list-style: none;
}

.mv-step summary::-webkit-details-marker,
.mv-faq summary::-webkit-details-marker {
    display: none;
}

.mv-step summary::before,
.mv-faq summary::before {
    color: #980000;
    content: "+";
    margin-right: 10px;
}

.mv-step[open] summary::before,
.mv-faq details[open] summary::before {
    content: "-";
}

.mv-step p,
.mv-faq details p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 12px 0 0 28px;
}

/* ==========================================================
   BADGES
========================================================== */
.mv-badge {
    border-radius: 999px;
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    justify-content: center;
    margin: 0 auto 18px;
    padding: 6px 18px;
    width: fit-content;
}

.mv-badge--veg {
    background: #f7fff2;
    border: 1px solid #5a9c42;
    color: #2f6b1f;
}

.mv-badge--nonveg {
    background: #fff5f5;
    border: 1px solid #980000;
    color: #980000;
}

.mv-badge--duration {
    background: #fff8e5;
    border: 1px solid #d4a017;
    color: #d4a017;
}

.mv-badge-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

.mv-badge-row .mv-badge {
    margin-bottom: 0;
}

/* ==========================================================
   ANNOUNCEMENT BAR / ORDER STATUS
========================================================== */
.mv-announcement-bar {
    align-items: center;
    background: #D4A017;
    color: #4A0A0A;
    display: flex;
    height: 42px;
    overflow: hidden;
}

.mv-announcement-track {
    animation: mvTicker 30s linear infinite;
    display: flex;
    width: max-content;
}

.mv-announcement-track span {
    flex-shrink: 0;
    font-weight: 700;
    padding: 0 45px;
    white-space: nowrap;
}

@keyframes mvTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.mv-closed-button {
    background: #999;
    color: #fff;
    cursor: not-allowed;
    display: inline-block;
    text-align: center;
}

.mv-ordering-hours-notice,
.mv-ordering-banner {
    background: #fff3cd;
    border: 1px solid #ffe69c;
    border-radius: 8px;
    color: #664d03;
    font-size: 14px;
    line-height: 1.4;
    margin: 12px 0;
    padding: 12px;
}

.mv-ordering-banner {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.mv-order-timer {
    background: #fff8e5;
    border: 1px solid #d4a017;
    border-radius: 12px;
    margin: 20px 0;
    padding: 16px;
}

.mv-order-timer h3 {
    margin-bottom: 8px;
}

.mv-order-timer__countdown {
    font-weight: 700;
    margin-top: 10px;
}

/* ==========================================================
   TABLET (≤1100px)
========================================================== */
@media (max-width: 1100px) {
    .mv-app-header {
        grid-template-columns: auto 1fr auto;
    }

    .mv-hide-sm,
    .mv-cart-label {
        display: none;
    }

    .mv-order-shell {
        grid-template-columns: 1fr 340px;
    }

    .mv-mobile-cart-bar {
        display: block;
    }

    .mv-dashboard-head-top {
        flex-direction: column;
    }

    .mv-dashboard-cards {
        grid-template-columns: 1fr;
    }

    .mv-week-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================================
   MOBILE (≤780px)
========================================================== */
@media (max-width: 780px) {
    .mv-order-shell {
        grid-template-columns: 1fr;
    }

    .mv-slider-prev,
    .mv-slider-next {
        display: none;
    }

    .mv-order-sidebar {
        display: none;
    }

    .mv-app-header {
        gap: 10px;
        grid-template-columns: 1fr auto auto;
        min-height: auto;
        padding: 10px 14px;
    }

    .mv-logo strong {
        display: none;
    }

    .mv-logo span {
        height: 40px;
        width: 40px;
    }

    .mv-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .mv-search-input {
        height: 46px;
    }

    .mv-page {
        padding: 16px 14px 12px;
    }

    .mv-app-footer {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .mv-hero {
        margin: -16px -14px 0;
        min-height: 68vh;
    }

    .mv-hero__content {
        padding: 0 16px 42px;
    }

    .mv-category-grid,
    .mv-plan-grid,
    .mv-review-grid,
    .mv-dashboard-grid,
    .mv-form,
    .mv-admin-grid,
    .mv-menu-grid,
    .mv-info-grid,
    .mv-week-grid {
        grid-template-columns: 1fr;
    }

    .mv-tiffin-overview,
    .mv-catering-cta {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px;
    }

    .mv-order-cats {
        display: none;
    }

    .mv-product-card {
        display: grid;
        grid-template-columns: 132px 1fr;
    }

    .mv-product-card__image {
        aspect-ratio: auto;
    }

    .mv-product-card__body {
        padding: 14px;
    }

    .mv-product-card p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 12px;
        line-height: 1.3;
        overflow: hidden;
    }

    .mv-product-card__foot {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-top: auto;
    }

    .mv-product-card__foot strong {
        flex: 1;
        font-size: 1.9rem;
        font-weight: 700;
        margin: 0;
    }

    .mv-product-card__foot .mv-add-button,
    .mv-product-card__foot .mv-closed-button {
        flex-shrink: 0;
        min-width: 120px;
        text-align: center;
    }

    .mv-mobile-cart-bar {
        bottom: 14px;
        left: 14px;
        position: fixed;
        right: 14px;
        z-index: 1001;
    }

    .mv-mobile-cart-bar a {
        align-items: center;
        background: var(--mv-ink);
        border-radius: 999px;
        box-shadow: var(--mv-shadow);
        color: #fff;
        display: flex;
        font-weight: 900;
        justify-content: space-between;
        min-height: 58px;
        padding: 0 18px;
        text-decoration: none;
    }

    .mv-mobile-cart-bar em {
        color: #b7f0d6;
        font-style: normal;
    }

    .mv-category-card img {
        aspect-ratio: 16 / 10;
        display: block;
        height: auto;
        object-fit: cover;
        width: 100%;
    }

    .mv-category-card strong {
        background: #fff8e6;
        display: block;
        font-size: 1.25rem;
        line-height: 1.2;
    }
}

/* ==========================================================
   SMALL MOBILE (≤480px)
========================================================== */
@media (max-width: 480px) {
    .mv-product-card {
        grid-template-columns: 110px 1fr;
    }

    .mv-day-card h3 {
        font-size: 16px;
    }

    .mv-selection-row span {
        font-size: 14px;
    }
}

/* ==========================================================
   DESKTOP ORDER PAGE ENHANCEMENTS (≥1101px)
========================================================== */
@media (min-width: 1101px) {
    .mv-order-shell {
        align-items: start;
        column-gap: 32px !important;
        grid-template-columns: minmax(0, 1fr) 380px !important;
    }

    .mv-menu-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    }

    .mv-cart-panel {
        max-width: 380px;
        top: 140px !important;
        width: 100%;
        z-index: 50;
    }

    .mv-category-tiles {
        top: 88px !important;
        z-index: 40;
    }

    .mv-menu-section {
        scroll-margin-top: 170px;
    }
}

/* ==========================================================
   MOBILE POPULAR PRODUCTS SLIDER (≤768px)
========================================================== */
@media (max-width: 768px) {
    .mv-popular-grid {
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 16px 12px;
    }

    .mv-popular-grid .mv-product-card {
        border-radius: 18px;
        display: flex;
        flex: 0 0 88%;
        flex-direction: column;
        max-width: 88%;
        overflow: hidden;
        scroll-snap-align: start;
    }

    .mv-popular-grid .mv-product-card__image {
        aspect-ratio: auto;
        display: block;
        height: 220px;
        width: 100%;
    }

    .mv-popular-grid .mv-product-card__image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

    .mv-popular-grid .mv-product-card__body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 18px;
        width: 100%;
    }

    .mv-popular-grid .mv-product-card h3 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 8px;
        min-height: 2.4em;
    }

    .mv-popular-grid .mv-product-card p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        line-height: 1.45;
        margin-bottom: 18px;
        min-height: 4.35em;
        overflow: hidden;
    }

    .mv-popular-grid .mv-product-card__foot {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-top: auto;
    }

    .mv-popular-grid .mv-product-card__foot strong {
        font-size: 22px;
        font-weight: 700;
    }

    .mv-popular-grid .mv-add-button {
        border-radius: 30px;
        min-width: 90px;
        padding: 10px 18px;
        text-align: center;
    }
}
