:root {
    --brand-primary: #062746;
    --brand-primary-hover: #041D35;
    --brand-secondary: #007CAE;
    --brand-gold: #FDC75A;
    --brand-gold-hover: #F2B83F;
    --color-bg: #FFFFFF;
    --color-page: #FFFFFF;
    --color-surface: #ffffff;
    --color-surface-muted: #FFFFFF;
    --color-border: #E5E7EB;
    --color-border-strong: #D1D5DB;
    --color-text: #1F2937;
    --color-muted: #6B7280;
    --color-subtle: #64748B;
    --color-inverse: #ffffff;
    --color-accent: #007CAE;
    --color-accent-soft: #EAF3F8;
    --color-success: #007CAE;
    --color-warning: #F59E0B;
    --color-danger: #DC2626;

    --radius-xs: 8px;
    --radius-sm: 12px;
    --radius-md: 16px;
    --radius-lg: 20px;
    --radius-pill: 999px;

    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-5: 20px;
    --space-6: 24px;
    --space-8: 32px;
    --space-10: 40px;
    --space-12: 48px;

    --shadow-sm: 0 1px 2px rgba(45, 106, 79, 0.05), 0 8px 24px rgba(45, 106, 79, 0.07);
    --shadow-md: 0 1px 2px rgba(45, 106, 79, 0.06), 0 18px 48px rgba(45, 106, 79, 0.11);
    --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.mobile-category-menu {
    display: none;
}

@media (max-width: 680px) {
    .quick-shop-page .page {
        padding-top: 0;
    }

    .quick-shop-page .site-header {
        position: sticky;
        top: 0;
        z-index: 30;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 8px 24px rgba(31, 41, 55, .08);
    }

    .quick-shop-page .header-search {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }

    .quick-shop-page .header-search input {
        min-height: 44px;
        font-size: 16px;
    }

    .quick-shop-page .header-search button,
    .quick-shop-page nav > a:not(.nav-cart) {
        display: none;
    }

    .quick-shop-page .nav-cart {
        min-height: 44px;
        padding: 8px 12px;
    }

    .quick-shop-shell {
        width: 100%;
        gap: 0;
        margin-top: 0;
    }

    .quick-shop-sidebar {
        position: sticky;
        top: 134px;
        z-index: 20;
        border-width: 1px 0;
        border-radius: 0;
        box-shadow: 0 10px 22px rgba(31, 41, 55, .08);
    }

    .quick-shop-sidebar-head {
        display: none;
    }

    .quick-shop-category-list {
        grid-auto-columns: minmax(112px, 32vw);
        gap: 8px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, .97);
    }

    .quick-shop-category-list button {
        min-height: 46px;
        border: 1px solid rgba(45, 106, 79, .12);
        background: #FFFFFF;
        padding: 7px 9px;
    }

    .quick-shop-category-list span {
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
    }

    .quick-shop-category-list small {
        padding: 2px 6px;
        font-size: 10px;
    }

    .quick-shop-products {
        padding: 10px;
    }

    .quick-shop-topbar {
        border-radius: 10px;
        padding: 12px;
    }

    .quick-shop-topbar .eyebrow {
        margin-bottom: 2px;
        font-size: 11px;
    }

    .quick-shop-topbar h1 {
        font-size: 24px;
        line-height: 1.05;
    }

    .quick-shop-search {
        grid-template-columns: minmax(0, 1fr) 88px;
        gap: 8px;
    }

    .quick-shop-search input,
    .quick-shop-search button {
        min-height: 42px;
        font-size: 15px;
    }

    .quick-shop-grid.product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .quick-shop-grid .product-card {
        border-radius: 12px;
        padding: 9px;
    }

    .quick-shop-grid .product-image {
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .quick-shop-grid .product-placeholder span {
        font-size: 15px;
        line-height: 1.2;
    }

    .quick-shop-grid .product-info {
        gap: 5px;
    }

    .quick-shop-grid .product-category {
        margin-bottom: 0;
        font-size: 11px;
    }

    .quick-shop-grid .product-info h3 {
        min-height: 42px;
        font-size: 14px;
        line-height: 1.25;
    }

    .quick-shop-grid .muted {
        font-size: 12px;
    }

    .quick-shop-grid .price-row {
        gap: 5px;
        flex-wrap: wrap;
    }

    .quick-shop-grid .price-row strong {
        font-size: 15px;
    }

    .quick-shop-grid .price-row span {
        font-size: 12px;
    }

    .quick-shop-grid .add-btn,
    .quick-shop-grid .product-stepper {
        height: 38px;
        font-size: 14px;
    }

    .quick-shop-page .mobile-cart-bar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        min-height: 54px;
        border-radius: 18px;
        padding: 0 14px;
    }

    .site-header {
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 12px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .site-header .brand {
        gap: 0;
    }

    .site-header .brand > span:not(.brand-logo) {
        display: none;
    }

    .site-header .brand-logo {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .site-header .brand-logo img {
        padding: 3px;
    }

    .site-header nav {
        order: 1;
        max-width: calc(100vw - 112px);
        margin-left: auto;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .site-header nav::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-menu {
        order: 2;
        position: static;
        display: block;
        flex: 1 0 100%;
    }

    .mobile-category-menu summary {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid rgba(45, 106, 79, 0.18);
        border-radius: 14px;
        padding: 0 14px;
        background: #F6FBF7;
        color: var(--brand-primary);
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
    }

    .mobile-category-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-category-menu summary::after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform 160ms ease;
    }

    .mobile-category-menu[open] summary::after {
        transform: rotate(225deg) translateY(-2px);
    }

    .mobile-category-menu div {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        transform: none;
        z-index: 50;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        max-height: min(52vh, 360px);
        overflow-y: auto;
        border: 1px solid rgba(45, 106, 79, 0.16);
        border-radius: 16px;
        padding: 10px;
        background: #FFFFFF;
        box-shadow: 0 18px 44px rgba(31, 41, 55, 0.18);
    }

    .mobile-category-menu a {
        min-height: 40px;
        display: flex;
        align-items: center;
        border-radius: 12px;
        padding: 9px 10px;
        background: #FFFFFF;
        color: var(--color-text);
        font-size: 13px;
        font-weight: 650;
        line-height: 1.2;
    }

    .mobile-category-menu a:first-child {
        grid-column: 1 / -1;
        background: var(--brand-primary);
        color: #FFFFFF;
    }

    .header-search {
        order: 3;
        flex: 1 0 100%;
    }
}

/* Final cascade guard: compact home category cards after item counts. */
body .home-category-section .home-category-strip {
    grid-auto-columns: calc((100% - (var(--space-4) * 3)) / 4) !important;
}

body .home-category-section .home-category-strip .category-pill {
    min-height: 246px !important;
    grid-template-rows: 160px minmax(38px, auto) 24px !important;
    gap: 10px !important;
    border-radius: 16px !important;
    padding: 10px !important;
}

body .home-category-section .home-category-strip .category-pill span {
    width: 100% !important;
    height: 160px !important;
    border-radius: 12px !important;
}

body .home-category-section .home-category-strip .category-pill span img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 6px !important;
}

body .home-category-section .home-category-strip .category-pill strong {
    min-height: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 15px !important;
    line-height: 1.18 !important;
}

body .home-category-section .home-category-strip .category-pill small {
    min-height: 24px !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

@media (max-width: 680px) {
    body .home-category-section .home-category-strip {
        grid-auto-columns: minmax(132px, 38vw) !important;
    }

    body .home-category-section .home-category-strip .category-pill {
        min-height: 152px !important;
        grid-template-rows: 82px minmax(31px, auto) 21px !important;
        gap: 6px !important;
        padding: 8px !important;
    }

    body .home-category-section .home-category-strip .category-pill span {
        height: 82px !important;
    }
}
/* Final responsive category sizing guard. */
body .home-category-section .home-category-strip {
    grid-auto-columns: calc((100% - (var(--space-4) * 3)) / 4) !important;
}

body .home-category-section .home-category-strip .category-pill {
    min-height: 246px !important;
    grid-template-rows: 160px minmax(38px, auto) 24px !important;
    gap: 10px !important;
    padding: 10px !important;
}

body .home-category-section .home-category-strip .category-pill span {
    height: 160px !important;
}

body .home-category-section .home-category-strip .category-pill strong {
    font-size: 15px !important;
}

body .home-category-section .home-category-strip .category-pill small {
    min-height: 24px !important;
    font-size: 12px !important;
}

@media (max-width: 680px) {
    body .home-category-section .category-carousel-shell {
        margin: 0 -10px !important;
    }

    body .home-category-section .home-category-strip {
        grid-auto-columns: minmax(158px, calc((100% - 10px) / 2)) !important;
        gap: 10px !important;
        padding: 2px 10px 6px !important;
    }

    body .home-category-section .home-category-strip .category-pill {
        min-height: 178px !important;
        grid-template-rows: 104px minmax(34px, auto) 22px !important;
        gap: 7px !important;
        padding: 8px !important;
    }

    body .home-category-section .home-category-strip .category-pill span {
        height: 104px !important;
    }

    body .home-category-section .home-category-strip .category-pill strong {
        font-size: 13px !important;
        line-height: 1.18 !important;
    }

    body .home-category-section .home-category-strip .category-pill small {
        min-height: 22px !important;
        font-size: 11px !important;
    }

}

/* Text offer ticker above the home hero. */
.home-offer-ticker {
    width: min(1180px, calc(100% - 32px));
    display: block;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(31, 41, 55, 0.06);
    margin: 14px auto 12px;
    padding: 8px;
}

.home-offer-ticker-track {
    min-width: 0;
    overflow: hidden;
}

.home-offer-ticker-label {
    display: none !important;
}

.home-offer-ticker-line {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    animation: offerTickerScroll 34s linear infinite;
}

.home-offer-ticker:hover .home-offer-ticker-line,
.home-offer-ticker:focus-within .home-offer-ticker-line {
    animation-play-state: paused;
}

.home-offer-ticker-line a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: rgba(253, 199, 90, 0.16);
    color: var(--color-text);
    padding: 0 12px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
}

.home-offer-ticker-line a:hover {
    background: rgba(253, 199, 90, 0.26);
    color: var(--brand-primary);
}

.home-offer-ticker-line strong {
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
}

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

@media (prefers-reduced-motion: reduce) {
    .home-offer-ticker-line {
        animation: none;
        overflow-x: auto;
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .home-offer-ticker {
        width: calc(100% - 20px);
        margin: 10px auto 8px;
        padding: 8px;
        border-radius: 13px;
    }

    .home-offer-ticker-line {
        animation-duration: 28s;
    }

    .home-offer-ticker-line a {
        min-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
}


/* Final cascade guard: compact home category cards after item counts. */
body .home-category-section .home-category-strip {
    grid-auto-columns: minmax(168px, 188px) !important;
}

body .home-category-section .home-category-strip .category-pill {
    min-height: 188px !important;
    grid-template-rows: 108px minmax(34px, auto) 22px !important;
    gap: 7px !important;
    border-radius: 16px !important;
    padding: 9px !important;
}

body .home-category-section .home-category-strip .category-pill span {
    width: 100% !important;
    height: 108px !important;
    border-radius: 12px !important;
}

body .home-category-section .home-category-strip .category-pill span img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 6px !important;
}

body .home-category-section .home-category-strip .category-pill strong {
    min-height: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
}

body .home-category-section .home-category-strip .category-pill small {
    min-height: 22px !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

@media (max-width: 680px) {
    body .home-category-section .home-category-strip {
        grid-auto-columns: minmax(132px, 38vw) !important;
    }

    body .home-category-section .home-category-strip .category-pill {
        min-height: 152px !important;
        grid-template-rows: 82px minmax(31px, auto) 21px !important;
        gap: 6px !important;
        padding: 8px !important;
    }

    body .home-category-section .home-category-strip .category-pill span {
        height: 82px !important;
    }
}

/* Final home category rail sizing: keep count visible without stretching cards. */
.home-category-strip {
    grid-auto-columns: minmax(168px, 188px);
}

.home-category-strip .category-pill {
    min-height: 188px;
    grid-template-rows: 108px minmax(34px, auto) 22px;
    gap: 7px;
    border-radius: 16px;
    padding: 9px;
}

.home-category-strip .category-pill span {
    width: 100%;
    height: 108px;
    border-radius: 12px;
}

.home-category-strip .category-pill span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.home-category-strip .category-pill strong {
    min-height: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 1.18;
}

.home-category-strip .category-pill small {
    min-height: 22px;
    max-width: 100%;
    padding: 0 8px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 680px) {
    .home-category-strip {
        grid-auto-columns: minmax(132px, 38vw) !important;
    }

    .home-category-strip .category-pill {
        min-height: 152px !important;
        grid-template-rows: 82px minmax(31px, auto) 21px !important;
        gap: 6px !important;
        padding: 8px !important;
    }

    .home-category-strip .category-pill span {
        height: 82px !important;
    }
}

/* About page */
.about-page {
    display: grid;
    gap: var(--space-5);
}

.about-hero p:not(.eyebrow) {
    max-width: 720px;
    margin-top: var(--space-3);
    color: var(--color-muted);
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.55;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: var(--space-4);
}

.about-card,
.about-promise-grid article {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.about-card {
    padding: clamp(22px, 3.5vw, 36px);
}

.about-card > span,
.about-promise-grid strong {
    color: var(--brand-primary);
    font-size: 13px;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-card h2 {
    max-width: 620px;
    margin: 10px 0 var(--space-3);
    color: var(--color-text);
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.02;
    letter-spacing: 0;
}

.about-card p {
    margin: 0 0 var(--space-3);
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.65;
}

.about-story {
    background:
        radial-gradient(circle at 90% 10%, rgba(253, 199, 90, 0.18), transparent 28%),
        linear-gradient(135deg, #ffffff, rgba(243, 246, 237, 0.78));
}

.about-info-list {
    display: grid;
    gap: var(--space-3);
}

.about-info-list div {
    border-top: 1px solid rgba(45, 106, 79, 0.1);
    padding-top: var(--space-3);
}

.about-info-list strong {
    display: block;
    margin-bottom: 4px;
    color: var(--color-text);
    font-size: 13px;
}

.about-info-list p {
    margin: 0;
}

.about-info-list a {
    color: var(--brand-primary);
    font-weight: 720;
}

.about-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-top: var(--space-4);
}

.about-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-4);
}

.about-promise-grid article {
    padding: clamp(18px, 2.4vw, 26px);
}

.about-promise-grid p {
    margin: 8px 0 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 860px) {
    .about-grid,
    .about-promise-grid {
        grid-template-columns: 1fr;
    }
}

/* Final category rail override: keeps all desktop categories reachable. */
.category-nav-bar {
    overflow: hidden;
}

.category-nav-bar > div {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(45, 106, 79, 0.32) transparent;
}

.category-nav-bar > div::-webkit-scrollbar {
    display: block;
    height: 6px;
}

.category-nav-bar > div::-webkit-scrollbar-track {
    background: transparent;
}

.category-nav-bar > div::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(45, 106, 79, 0.3);
}


/* Public offer, order detail, and category rail polish */
.category-nav-bar {
    position: sticky;
    top: 77px;
    z-index: 19;
    border-bottom: 1px solid rgba(45, 106, 79, 0.1);
    background: rgba(248, 250, 248, 0.96);
    backdrop-filter: blur(16px);
}

.category-nav-bar > div {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px clamp(16px, 3vw, 44px);
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgba(45, 106, 79, 0.32) transparent;
}

.category-nav-bar > div::-webkit-scrollbar {
    display: block;
    height: 6px;
}

.category-nav-bar > div::-webkit-scrollbar-track {
    background: transparent;
}

.category-nav-bar > div::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(45, 106, 79, 0.3);
}

.category-nav-bar a {
    min-height: 36px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: var(--radius-pill);
    background: #FFFFFF;
    color: var(--brand-primary);
    padding: 0 14px;
    font-size: 13px;
    font-weight: 720;
    box-shadow: 0 8px 20px rgba(45, 106, 79, 0.06);
}

.category-nav-bar a:hover,
.category-nav-bar a.is-active {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: #FFFFFF;
}

.offers-hero,
.order-detail-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-5);
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 10%, rgba(253, 199, 90, 0.22), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 237, 0.82));
    padding: clamp(22px, 4vw, 38px);
    box-shadow: 0 20px 54px rgba(45, 106, 79, 0.08);
}

.offers-hero h1,
.order-detail-hero h1 {
    max-width: 760px;
    margin: 4px 0 10px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1;
    letter-spacing: 0;
}

.offers-product-grid {
    margin-top: var(--space-6);
}

.offers-spotlight {
    margin-top: var(--space-6);
}

.offers-spotlight-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
}

.offers-spotlight-heading h2 {
    margin: 0;
    line-height: 1.08;
}

.offers-spotlight-heading span {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 720;
}

.offers-spotlight-carousel {
    margin-top: 10px;
}

.offers-spotlight-carousel .offer-track {
    overflow-x: auto;
    padding-bottom: var(--space-3);
}

.offers-spotlight-carousel .carousel-arrow {
    top: calc(50% - 10px);
}

.offers-spotlight-carousel .offer-card {
    border: 1px solid var(--color-border);
    border-radius: 18px;
}

body .offers-spotlight-carousel .offer-card a {
    border-radius: 18px;
}

@media (max-width: 680px) {
    .offers-spotlight-heading {
        align-items: start;
        gap: var(--space-2);
        flex-direction: column;
    }

    .offers-spotlight-carousel .offer-track {
        grid-auto-columns: minmax(210px, 252px);
    }
}

.offer-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    border-radius: var(--radius-pill);
    background: var(--brand-gold);
    color: var(--color-text);
    padding: 3px 6px;
    font-size: 10px;
    font-weight: 780;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(31, 41, 55, 0.10);
}

.bundle-offer-badge {
    max-width: calc(100% - 16px);
    background: var(--brand-primary);
    color: #FFFFFF;
    line-height: 1.15;
    white-space: normal;
}

.footer-offers-section {
    width: min(1180px, calc(100% - 32px));
    margin: clamp(34px, 5vw, 64px) auto 0;
}

.home-promo-row {
    width: min(1180px, calc(100% - 32px));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
    margin: clamp(32px, 5vw, 64px) auto 0;
}

.home-promo-card {
    position: relative;
    min-height: 0;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.08);
    border-radius: 18px;
    background: #FFFFFF;
    aspect-ratio: 16 / 9;
    box-shadow: 0 16px 36px rgba(31, 41, 55, 0.08);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transform: translateY(0);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-promo-card:hover {
    box-shadow: 0 22px 48px rgba(31, 41, 55, 0.14);
    transform: translateY(-2px);
}

.home-promo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-promo-card span {
    position: absolute;
    left: 18px;
    bottom: 16px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(31, 41, 55, 0.92);
    color: #FFFFFF;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 760;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.18);
}

@supports not (aspect-ratio: 16 / 9) {
    .home-promo-card::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    .home-promo-card img {
        position: absolute;
        inset: 0;
    }
}

.offer-carousel {
    position: relative;
}

.offer-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 250px);
    gap: var(--space-4);
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.offer-track::-webkit-scrollbar {
    display: none;
}

.offer-card {
    scroll-snap-align: start;
}

.offer-card a {
    min-height: 264px;
    display: grid;
    grid-template-rows: 148px 1fr;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 16px 40px rgba(45, 106, 79, 0.08);
}

.offer-card-media {
    position: relative;
    display: grid;
    place-items: center;
    background: var(--color-surface-muted);
    color: var(--brand-primary);
    font-size: 36px;
    font-weight: 800;
}

.offer-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
}

.offer-card-media em {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: var(--radius-pill);
    background: var(--brand-gold);
    color: var(--color-text);
    padding: 5px 9px;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.offer-card-copy {
    display: grid;
    gap: 6px;
    padding: 13px;
}

.offer-card-copy small {
    color: var(--brand-primary);
    font-weight: 750;
}

.offer-card-copy strong {
    color: var(--color-text);
    line-height: 1.25;
}

.offer-card-copy span {
    display: flex;
    gap: 8px;
    align-items: baseline;
}

.offer-card-copy b {
    color: var(--brand-primary);
}

.offer-card-copy s {
    color: var(--color-muted);
    font-size: 13px;
}

.order-status-pill {
    flex: 0 0 auto;
    border-radius: var(--radius-pill);
    background: var(--brand-primary);
    color: #FFFFFF;
    padding: 10px 16px;
    font-weight: 800;
}

.order-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: var(--space-4);
    margin: var(--space-5) 0;
}

.order-detail-card {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 18px;
    background: #FFFFFF;
    padding: clamp(16px, 2.4vw, 24px);
    box-shadow: 0 16px 40px rgba(45, 106, 79, 0.07);
}

.order-detail-card h2 {
    margin: 0 0 14px;
}

.order-total-card p,
.order-items-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

.order-total-card p:last-child {
    margin-top: 12px;
    border-radius: 14px;
    background: var(--brand-primary);
    color: #FFFFFF;
    padding: 12px;
}

.order-items-list {
    display: grid;
    gap: 10px;
}

.order-items-list article {
    grid-template-columns: minmax(0, 1fr) auto auto;
    border: 1px solid rgba(45, 106, 79, 0.1);
    border-radius: 14px;
    background: var(--color-surface-muted);
    padding: 12px;
}

.order-items-list div {
    display: grid;
    gap: 3px;
}

.order-items-list span {
    color: var(--color-muted);
    font-size: 13px;
}

.order-detail-actions {
    margin-top: var(--space-5);
}

@media (min-width: 981px) {
    .product-card {
        border-radius: 16px;
    }

    .product-image {
        aspect-ratio: 1.12;
    }
}

@media (max-width: 980px) {
    .category-nav-bar {
        top: 68px;
    }

    .order-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .category-nav-bar {
        top: 64px;
    }

    .category-nav-bar > div {
        padding: 8px 10px;
    }

    .category-nav-bar a {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .offers-hero,
    .order-detail-hero {
        display: grid;
        border-radius: 18px;
        padding: 18px;
    }

    .offers-hero h1,
    .order-detail-hero h1 {
        font-size: 34px;
    }

    .offer-track {
        grid-auto-columns: minmax(190px, 78vw);
    }

    .order-items-list article {
        grid-template-columns: 1fr;
    }

    .order-items-list article > span,
    .order-items-list article > b {
        justify-self: start;
    }
}

/* Final mobile category image fit fix: keep at the end of the cascade. */
@media (max-width: 680px) {
    .home-category-strip .category-pill span,
    .category-strip-compact .category-pill span {
        background:
            linear-gradient(135deg, rgba(76, 175, 128, 0.10), rgba(253, 199, 90, 0.12)),
            #FFFFFF !important;
    }

    .home-category-strip .category-pill span img,
    .category-strip-compact .category-pill span img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        padding: 7px !important;
    }

    .category-page-media {
        background:
            linear-gradient(135deg, rgba(76, 175, 128, 0.12), rgba(253, 199, 90, 0.14)),
            #FFFFFF !important;
    }

    .category-page-media img {
        width: 100% !important;
        height: 196px !important;
        object-fit: contain !important;
        padding: 10px !important;
    }

    .category-page-media::after {
        height: 58% !important;
        background: linear-gradient(180deg, transparent 0%, rgba(5, 38, 24, 0.70) 100%) !important;
    }
}

/* Category image merchandising */
.home-category-section .category-carousel-shell {
    margin-top: var(--space-2);
}

.category-pill.is-active {
    border-color: var(--brand-primary);
    box-shadow: 0 18px 45px rgba(45, 106, 79, 0.14);
}

.category-pill.is-active small {
    background: var(--brand-primary);
    color: #FFFFFF;
}

.category-page-media {
    min-height: 320px;
    display: grid;
    place-items: center;
}

.category-page-media > span {
    width: 100%;
    min-height: 320px;
    display: grid;
    place-items: center;
    color: var(--brand-primary);
    font-size: clamp(72px, 16vw, 148px);
    font-weight: 820;
}

.category-search-carousel {
    margin: var(--space-4) 0 var(--space-5);
}

.mini-title {
    margin-bottom: var(--space-3);
}

.mini-title h2 {
    font-size: clamp(20px, 3vw, 26px);
}

.category-strip-compact {
    grid-auto-columns: minmax(168px, 190px);
    gap: var(--space-3);
}

.category-strip-compact .category-pill {
    min-height: 190px;
    grid-template-rows: 112px auto auto;
    border-radius: 16px;
}

.category-strip-compact .category-pill span {
    height: 112px;
}

.category-strip-compact .category-pill strong {
    min-height: 34px;
    font-size: 14px;
}

@media (max-width: 680px) {
    .home-category-section .home-category-chips {
        margin-bottom: 10px !important;
    }

    .home-category-section .category-carousel-shell {
        margin: 0 -10px !important;
    }

    .home-category-strip,
    .category-strip-compact {
        grid-auto-columns: minmax(148px, 42vw) !important;
        gap: 10px !important;
        padding: 2px 10px 4px !important;
    }

    .home-category-strip .category-pill,
    .category-strip-compact .category-pill {
        min-height: 168px !important;
        grid-template-rows: 96px auto auto !important;
        gap: 7px !important;
        border-radius: 14px !important;
        padding: 8px !important;
    }

    .home-category-strip .category-pill span,
    .category-strip-compact .category-pill span {
        height: 96px !important;
        border-radius: 12px !important;
        font-size: 24px !important;
    }

    .home-category-strip .category-pill strong,
    .category-strip-compact .category-pill strong {
        min-height: 31px !important;
        font-size: 13px !important;
        line-height: 1.18 !important;
    }

    .home-category-strip .category-pill small,
    .category-strip-compact .category-pill small {
        min-height: 24px !important;
        padding: 0 8px !important;
        font-size: 11px !important;
    }

    .category-page-hero {
        margin-bottom: 4px !important;
        border-radius: 16px !important;
    }

    .category-page-media,
    .category-page-media > span {
        min-height: 196px !important;
    }

    .category-page-media img {
        width: 100% !important;
        height: 196px !important;
        object-fit: cover !important;
    }

    .category-page-hero > div {
        left: 14px !important;
        right: 14px !important;
        bottom: 14px !important;
    }

    .category-page-hero h1 {
        margin: 3px 0 5px !important;
        font-size: clamp(28px, 10vw, 42px) !important;
        line-height: 1 !important;
    }

    .category-page-hero span {
        display: block !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    .category-search-carousel {
        margin: 12px -10px 14px !important;
    }

    .category-search-carousel .mini-title {
        margin: 0 10px 8px !important;
    }

    .category-search-carousel .mini-title h2 {
        font-size: 16px !important;
    }

    .category-search-carousel .carousel-arrow,
    .home-category-section .carousel-arrow {
        display: none !important;
    }
}

/* Mobile category image fit fix */
@media (max-width: 680px) {
    .home-category-strip .category-pill span,
    .category-strip-compact .category-pill span {
        background:
            linear-gradient(135deg, rgba(76, 175, 128, 0.10), rgba(253, 199, 90, 0.12)),
            #FFFFFF !important;
    }

    .home-category-strip .category-pill span img,
    .category-strip-compact .category-pill span img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        padding: 7px !important;
    }

    .category-page-media {
        background:
            linear-gradient(135deg, rgba(76, 175, 128, 0.12), rgba(253, 199, 90, 0.14)),
            #FFFFFF !important;
    }

    .category-page-media img {
        width: 100% !important;
        height: 196px !important;
        object-fit: contain !important;
        padding: 10px !important;
    }

    .category-page-media::after {
        height: 58% !important;
        background: linear-gradient(180deg, transparent 0%, rgba(5, 38, 24, 0.70) 100%) !important;
    }
}

/* Final mobile ordering overrides: keep this at the end of the cascade. */
@media (max-width: 680px) {
    .site-header {
        display: grid !important;
        grid-template-columns: auto minmax(0, 1fr) !important;
        gap: 8px 10px !important;
        padding: 7px 10px 9px !important;
    }

    .site-header .brand {
        min-width: 48px !important;
        gap: 0 !important;
    }

    .site-header .brand > span:not(.brand-logo) {
        display: none !important;
    }

    .site-header .brand-logo {
        width: 48px !important;
        height: 48px !important;
        border-radius: 14px !important;
    }

    .site-header nav:not(.mobile-category-chips) {
        grid-column: 2 !important;
        justify-self: end !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        order: 0 !important;
    }

    .site-header nav:not(.mobile-category-chips) a:not(.nav-cart) {
        display: none !important;
    }

    .nav-cart {
        min-height: 38px !important;
        border-radius: 12px !important;
        padding: 0 10px !important;
    }

    .header-search {
        grid-column: 1 / -1 !important;
        order: 2 !important;
        flex: initial !important;
        width: 100% !important;
        padding: 4px !important;
        border-radius: 15px !important;
    }

    .header-search input {
        min-height: 42px !important;
    }

    .header-search button {
        min-height: 40px !important;
        padding: 0 12px !important;
    }

    .mobile-category-menu {
        display: none !important;
    }

    .mobile-category-chips {
        grid-column: 1 / -1 !important;
        order: 3 !important;
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 8px !important;
        overflow-x: auto !important;
        padding: 1px 0 2px !important;
        scroll-snap-type: x proximity !important;
        scrollbar-width: none !important;
    }

    .mobile-category-chips a,
    .home-category-chips a {
        min-height: 36px !important;
        flex: 0 0 auto !important;
        display: inline-flex !important;
        align-items: center !important;
        border: 1px solid rgba(45, 106, 79, 0.16) !important;
        border-radius: var(--radius-pill) !important;
        background: #FFFFFF !important;
        color: var(--brand-primary) !important;
        padding: 0 13px !important;
        font-size: 13px !important;
        font-weight: 720 !important;
        white-space: nowrap !important;
    }

    .mobile-category-chips a.is-active,
    .home-category-chips a:first-child {
        border-color: var(--brand-primary) !important;
        background: var(--brand-primary) !important;
        color: #FFFFFF !important;
    }

    .page {
        padding: 10px 10px 92px !important;
    }

    .hero {
        display: block !important;
        min-height: 0 !important;
        gap: 0 !important;
        padding: 14px !important;
        border-radius: 16px !important;
    }

    .hero h1 {
        margin: 2px 0 5px !important;
        font-size: 24px !important;
        line-height: 1.04 !important;
    }

    .hero .eyebrow {
        margin: 0 !important;
        font-size: 11px !important;
    }

    .hero-copy {
        font-size: 14px !important;
        line-height: 1.36 !important;
    }

    .hero .search-panel {
        display: none !important;
    }

    .hero-trust-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important;
        margin-top: 10px !important;
        overflow-x: auto !important;
        scrollbar-width: none !important;
    }

    .hero-trust-row span {
        min-height: 28px !important;
        flex: 0 0 auto !important;
        padding: 0 10px !important;
        font-size: 12px !important;
    }

    .section {
        padding-top: 18px !important;
    }

    .section-title {
        align-items: center !important;
        margin-bottom: 10px !important;
    }

    .section-title h2 {
        font-size: 18px !important;
        line-height: 1.15 !important;
    }

    .home-category-chips {
        display: flex !important;
        gap: 8px !important;
        overflow-x: auto !important;
        margin: 0 -10px 12px !important;
        padding: 0 10px 2px !important;
        scroll-snap-type: x proximity !important;
        scrollbar-width: none !important;
    }

    .home-category-section .category-grid {
        display: none !important;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .product-card {
        min-height: 0 !important;
        gap: 8px !important;
        padding: 8px !important;
        border-radius: 14px !important;
    }

    .product-image {
        aspect-ratio: 1 !important;
        border-radius: 12px !important;
    }

    .product-info {
        min-height: 94px !important;
    }

    .product-info h3 {
        display: -webkit-box !important;
        min-height: 35px !important;
        overflow: hidden !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        font-size: 14px !important;
        line-height: 1.22 !important;
    }

    .product-info .muted {
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    .add-btn,
    .product-stepper {
        height: 44px !important;
        border-radius: 12px !important;
    }

    .product-stepper {
        grid-template-columns: 44px 1fr 44px !important;
    }

    .product-stepper button {
        height: 44px !important;
    }

    .mobile-cart-bar {
        left: 10px !important;
        right: 10px !important;
        bottom: calc(10px + env(safe-area-inset-bottom)) !important;
        display: grid !important;
        grid-template-columns: auto auto minmax(0, 1fr) !important;
        gap: 10px !important;
        align-items: center !important;
        min-height: 58px !important;
        border-radius: 16px !important;
        padding: 10px 12px !important;
    }

    .mobile-cart-bar em {
        justify-self: end !important;
        overflow: hidden !important;
        font-size: 13px !important;
        font-weight: 760 !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 390px) {
    .mobile-cart-bar {
        grid-template-columns: auto auto !important;
    }

    .mobile-cart-bar em {
        grid-column: 1 / -1 !important;
        justify-self: stretch !important;
    }
}

/* Focused mobile grocery UX pass */
.mobile-category-chips,
.home-category-chips {
    display: none;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: var(--space-4);
}

.hero-trust-row span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.16);
    border-radius: var(--radius-pill);
    background: #FFFFFF;
    color: var(--brand-primary);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 680;
}

.category-card {
    min-height: 124px;
    display: grid;
    grid-template-rows: 78px auto;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: 12px;
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.category-card:hover {
    border-color: var(--color-border-strong);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
}

.category-card-image {
    width: 100%;
    height: 78px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: var(--radius-sm);
    background: var(--color-surface-muted);
    color: var(--brand-primary);
    font-weight: 760;
}

.category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 7px;
}

.category-card strong {
    min-width: 0;
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.18;
    font-weight: 720;
}

.header-search {
    position: relative;
}

.mobile-cart-bar em {
    font-style: normal;
}

.cart-drawer-items {
    display: grid;
    gap: 10px;
}

.cart-drawer-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: #FFFFFF;
    padding: 10px;
}

.cart-drawer-item strong,
.cart-drawer-item span {
    display: block;
    min-width: 0;
}

.cart-drawer-item strong {
    overflow: hidden;
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-drawer-item span {
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 12px;
}

.cart-offer-note,
.cart-drawer-item .cart-offer-note {
    display: block;
    margin: 4px 0 0;
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 760;
}

.qty-control.compact {
    min-width: 112px;
}

.cart-drawer-summary {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    border-top: 1px solid var(--color-border);
    padding-top: 12px;
}

.cart-drawer-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--color-muted);
    font-size: 14px;
}

.cart-drawer-summary strong {
    color: var(--color-text);
}

@media (max-width: 680px) {
    body {
        background: #F7FAF6;
    }

    .home-promo-row {
        width: min(100% - 24px, 420px);
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 34px;
    }

    .home-promo-card {
        border-radius: 16px;
    }

    .home-promo-card span {
        left: 14px;
        bottom: 12px;
        min-height: 34px;
        border-radius: 9px;
        padding: 0 14px;
        font-size: 13px;
    }

    .site-header {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px 10px;
        padding: 7px 10px 9px;
    }

    .site-header .brand {
        min-width: 54px;
    }

    .site-header .brand-logo {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .site-header nav:not(.mobile-category-chips) {
        grid-column: 2;
        order: 0;
        justify-self: end;
        max-width: 100%;
        gap: 4px;
    }

    .site-header nav:not(.mobile-category-chips) a:not(.nav-cart) {
        display: none;
    }

    .nav-cart {
        min-height: 38px;
        border-radius: 12px;
        padding: 0 10px;
        font-size: 13px;
    }

    .nav-cart small {
        display: none;
    }

    .header-search {
        grid-column: 1 / -1;
        order: 2;
        min-width: 0;
        padding: 4px;
        border-radius: 15px;
        box-shadow: 0 8px 24px rgba(45, 106, 79, 0.08);
    }

    .header-search input {
        min-height: 42px;
        padding: 0 10px;
        font-size: 15px;
    }

    .header-search button {
        min-height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .header-search .live-results {
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        max-height: min(62vh, 440px);
    }

    .mobile-category-menu {
        display: none !important;
    }

    .mobile-category-chips {
        grid-column: 1 / -1;
        order: 3;
        display: flex;
        gap: 8px;
        max-width: 100%;
        overflow-x: auto;
        padding: 2px 0 1px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .mobile-category-chips::-webkit-scrollbar,
    .home-category-chips::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-chips a,
    .home-category-chips a {
        min-height: 36px;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        scroll-snap-align: start;
        border: 1px solid rgba(45, 106, 79, 0.16);
        border-radius: var(--radius-pill);
        background: #FFFFFF;
        color: var(--brand-primary);
        padding: 0 13px;
        font-size: 13px;
        font-weight: 720;
        white-space: nowrap;
    }

    .mobile-category-chips a.is-active,
    .home-category-chips a:first-child {
        border-color: var(--brand-primary);
        background: var(--brand-primary);
        color: #FFFFFF;
    }

    .page {
        padding: 10px 10px 92px;
    }

    .hero {
        display: block;
        min-height: 0;
        padding: 14px 14px 13px;
        border-radius: 16px;
    }

    .hero h1 {
        margin: 2px 0 5px;
        font-size: 24px;
        line-height: 1.04;
    }

    .hero .eyebrow {
        margin: 0;
        font-size: 11px;
    }

    .hero-copy {
        max-width: 34rem;
        font-size: 14px;
        line-height: 1.36;
    }

    .hero .search-panel {
        display: none;
    }

    .hero-trust-row {
        gap: 6px;
        margin-top: 10px;
        overflow-x: auto;
        flex-wrap: nowrap;
        scrollbar-width: none;
    }

    .hero-trust-row::-webkit-scrollbar {
        display: none;
    }

    .hero-trust-row span {
        min-height: 28px;
        flex: 0 0 auto;
        padding: 0 10px;
        font-size: 12px;
    }

    .section {
        padding-top: 18px;
    }

    .section-title {
        align-items: center;
        margin-bottom: 10px;
    }

    .section-title h2 {
        font-size: 18px;
        line-height: 1.15;
    }

    .home-category-chips {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        margin: 0 -10px 12px;
        padding: 0 10px 2px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .home-category-section .category-grid {
        display: none;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .product-card {
        min-height: 0;
        gap: 8px;
        padding: 8px;
        border-radius: 14px;
    }

    .product-image {
        aspect-ratio: 1;
        border-radius: 12px;
    }

    .product-info {
        min-height: 94px;
    }

    .product-category {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .product-info h3 {
        display: -webkit-box;
        min-height: 35px;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 1.22;
    }

    .product-info .muted {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.2;
    }

    .price-row strong {
        font-size: 15px;
    }

    .add-btn,
    .product-stepper {
        height: 44px;
        border-radius: 12px;
    }

    .product-stepper {
        grid-template-columns: 44px 1fr 44px;
    }

    .product-stepper button {
        height: 44px;
    }

    .mobile-cart-bar {
        left: 10px;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr);
        gap: 10px;
        align-items: center;
        min-height: 58px;
        border-radius: 16px;
        padding: 10px 12px;
    }

    .mobile-cart-bar span,
    .mobile-cart-bar strong,
    .mobile-cart-bar em {
        min-width: 0;
        line-height: 1.15;
    }

    .mobile-cart-bar span {
        font-size: 13px;
        font-weight: 720;
    }

    .mobile-cart-bar strong {
        font-size: 15px;
        font-weight: 780;
        white-space: nowrap;
    }

    .mobile-cart-bar em {
        justify-self: end;
        overflow: hidden;
        font-size: 13px;
        font-weight: 760;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-cart-bar.is-updated {
        animation: mobile-cart-pop 280ms ease;
    }
}

@media (max-width: 390px) {
    .mobile-cart-bar {
        grid-template-columns: auto auto;
    }

    .mobile-cart-bar em {
        grid-column: 1 / -1;
        justify-self: stretch;
    }
}

@keyframes mobile-cart-pop {
    0% { transform: translateY(0) scale(1); }
    45% { transform: translateY(-2px) scale(1.015); }
    100% { transform: translateY(0) scale(1); }
}

* { box-sizing: border-box; }
html { background: var(--color-page); }
body {
    margin: 0;
    font-family: var(--font-sans);
    background: var(--color-page);
    color: var(--color-text);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: 14px max(18px, calc((100vw - 1180px) / 2));
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--color-border);
    backdrop-filter: blur(18px);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    min-width: 0;
}
.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: var(--radius-sm);
    display: grid;
    place-items: center;
    background: var(--color-text);
    color: var(--color-inverse);
    font-weight: 760;
    letter-spacing: 0;
}
.brand strong {
    display: block;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 720;
    white-space: nowrap;
}
.brand em {
    display: block;
    margin-top: 2px;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.site-header nav {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: 14px;
}
.site-header nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: var(--radius-pill);
    padding: 0 13px;
    color: var(--color-muted);
    font-weight: 650;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}
.site-header nav a:hover {
    background: var(--color-surface-muted);
    color: var(--color-text);
}
.nav-cart {
    background: var(--color-text);
    color: var(--color-inverse) !important;
}
.nav-cart:hover { background: var(--brand-primary-hover) !important; }
.nav-cart span {
    min-width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    border-radius: var(--radius-pill);
    background: var(--color-inverse);
    color: var(--color-text);
    font-size: 12px;
    font-weight: 760;
}
.nav-cart small {
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,0.72);
    font-size: 12px;
    font-weight: 650;
}
.nav-cart small b { font-weight: 650; }

.page {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: var(--space-6) var(--space-5) 104px;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
    max-width: 680px;
    margin-bottom: var(--space-4);
    font-size: clamp(38px, 7vw, 76px);
    line-height: 0.96;
    letter-spacing: -0.04em;
    font-weight: 760;
}
h2 {
    margin-bottom: 0;
    font-size: clamp(21px, 3vw, 28px);
    line-height: 1.14;
    letter-spacing: -0.025em;
    font-weight: 720;
}
h3 {
    margin-bottom: var(--space-2);
    font-size: 15px;
    line-height: 1.28;
    letter-spacing: -0.01em;
    font-weight: 680;
}
.eyebrow {
    margin-bottom: var(--space-3);
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: 0;
    text-transform: uppercase;
}
.muted {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.45;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: var(--space-8);
    align-items: end;
    padding: clamp(28px, 6vw, 64px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}

.home-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: var(--space-5);
    align-items: start;
}
.home-main {
    min-width: 0;
    display: grid;
    gap: var(--space-8);
}
.ordering-hero {
    display: grid;
    gap: var(--space-5);
    padding: clamp(24px, 5vw, 52px);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-sm);
}
.ordering-hero h1 {
    max-width: 760px;
    margin-bottom: 0;
}
.ordering-hero .hero-copy {
    max-width: 620px;
}
.dashboard-search {
    width: min(780px, 100%);
    padding: var(--space-3);
    box-shadow: var(--shadow-md);
}
.dashboard-search .search-box input {
    min-height: 62px;
    font-size: 18px;
    letter-spacing: -0.01em;
}
.dashboard-search .search-box button {
    min-width: 116px;
    min-height: 62px;
}
.dashboard-section {
    min-width: 0;
}
.dashboard-section .section-title {
    margin-bottom: var(--space-4);
}
.carousel-shell {
    position: relative;
    min-width: 0;
}
.carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(45, 106, 79, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-primary);
    box-shadow: 0 14px 34px rgba(45, 106, 79, 0.16);
    font-size: 28px;
    font-weight: 760;
    line-height: 1;
    transform: translateY(-50%);
    transition: opacity 140ms ease, transform 140ms ease, border-color 140ms ease;
}
.carousel-arrow:hover {
    border-color: rgba(45, 106, 79, 0.34);
    transform: translateY(-50%) scale(1.04);
}
.carousel-arrow:disabled {
    pointer-events: none;
    opacity: 0;
}
.carousel-arrow-prev {
    left: -12px;
}
.carousel-arrow-next {
    right: -12px;
}
.category-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(218px, 1fr);
    gap: var(--space-4);
    overflow-x: auto;
    padding: 2px 2px var(--space-2);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}
.category-strip::-webkit-scrollbar,
.product-row::-webkit-scrollbar {
    display: none;
}
.category-pill {
    min-height: 236px;
    display: grid;
    grid-template-rows: 156px auto auto;
    gap: 10px;
    align-content: start;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 8%, rgba(253, 199, 90, 0.16), transparent 30%),
        #ffffff;
    padding: 10px;
    scroll-snap-align: start;
    transition: border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}
.category-pill:hover {
    border-color: rgba(45, 106, 79, 0.24);
    box-shadow: 0 18px 45px rgba(45, 106, 79, 0.14);
    transform: translateY(-2px);
}
.category-pill span {
    width: 100%;
    height: 156px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(76, 175, 128, 0.14), rgba(253, 199, 90, 0.16)),
        var(--color-surface-muted);
    color: var(--brand-primary);
    font-size: 28px;
    font-weight: 820;
    overflow: hidden;
}
.category-pill span img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.category-pill strong {
    min-height: 38px;
    display: flex;
    align-items: center;
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.18;
    letter-spacing: 0;
}
.category-pill .category-page-visual {
    align-items: end;
    box-shadow: inset 0 -46px 48px rgba(5, 38, 24, 0.22);
}
.category-thumb-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.86);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.category-thumb-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-pill small {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 28px;
    border-radius: 999px;
    background: rgba(45, 106, 79, 0.09);
    color: var(--brand-primary);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 760;
}
.product-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(172px, 190px);
    gap: var(--space-3);
    overflow-x: auto;
    padding: 1px 1px var(--space-2);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}
.product-row .product-card {
    min-height: 252px;
    scroll-snap-align: start;
}
.product-row .product-image {
    aspect-ratio: 1.18;
}
.product-row h3 {
    font-size: 14px;
}
.product-row .product-info {
    min-height: 86px;
}
.offer-panel {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    padding: clamp(24px, 3.4vw, 42px);
}

.offer-panel .section-title {
    margin-bottom: clamp(22px, 3vw, 34px);
}

.offer-panel .product-carousel {
    margin-top: 0;
}
.store-offers-section {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(243, 246, 237, 0.84)),
        var(--color-surface);
    padding: clamp(18px, 3vw, 28px);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}
.store-offer-grid {
    display: grid;
    grid-template-columns: 1.12fr repeat(2, minmax(0, 0.94fr));
    gap: var(--space-4);
    align-items: stretch;
}
.store-offer-card {
    min-width: 0;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 14px 38px rgba(31, 41, 55, 0.08);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.store-offer-card:hover {
    border-color: rgba(45, 106, 79, 0.22);
    box-shadow: 0 20px 52px rgba(31, 41, 55, 0.12);
    transform: translateY(-2px);
}
.store-offer-media {
    display: block;
    min-height: 0;
    background: var(--color-surface-muted);
}
.store-offer-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    object-position: center;
}
.store-offer-card:first-child .store-offer-media img {
    aspect-ratio: 1 / 1.14;
}
.store-offer-copy {
    display: grid;
    gap: 8px;
    padding: var(--space-4);
}
.store-offer-copy span {
    width: max-content;
    max-width: 100%;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-pill);
    background: #0F5A2D;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: 0;
    text-transform: uppercase;
}
.store-offer-copy h3 {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.12;
    letter-spacing: 0;
}
.store-offer-copy p {
    margin: 0;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.45;
}
.store-offer-link {
    width: max-content;
    max-width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    border-radius: 12px;
    background: var(--brand-gold);
    padding: 0 14px;
    color: var(--color-text);
    font-size: 13px;
    font-weight: 780;
}
.store-offer-link:hover {
    background: var(--brand-gold-hover);
}

.section-subcopy {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.6;
}

.homepage-offer-section {
    padding-top: var(--space-8);
}

.homepage-offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: stretch;
}

.homepage-offer-card {
    overflow: hidden;
}

.homepage-offer-media {
    min-height: auto;
    aspect-ratio: 2 / 3;
    background: #fff8ea;
}

.homepage-offer-media img,
.store-offer-card:first-child .homepage-offer-media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.homepage-offer-media span {
    display: grid;
    min-height: 260px;
    place-items: center;
    padding: 24px;
    color: var(--color-muted);
    font-weight: 800;
    text-align: center;
}

.homepage-offer-admin-section {
    margin-top: 22px;
}

.homepage-offer-kpis,
.homepage-offer-builder,
.homepage-offer-card-editor-grid {
    display: grid;
    gap: var(--space-4);
}

.homepage-offer-kpis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-offer-kpis article {
    border: 1px solid rgba(45, 106, 79, .12);
    border-radius: 16px;
    background: var(--color-surface-muted);
    padding: var(--space-4);
}

.homepage-offer-kpis span,
.homepage-section-topline p,
.homepage-offer-builder-card .card-head span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 720;
}

.homepage-offer-kpis span {
    text-transform: uppercase;
}

.homepage-offer-kpis strong {
    display: block;
    margin-top: 6px;
    color: var(--brand-primary);
    font-size: 30px;
    line-height: 1;
}

.homepage-offer-builder {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    margin-top: var(--space-4);
}

.homepage-offer-builder-card,
.homepage-offer-admin-section {
    border: 1px solid rgba(45, 106, 79, .12);
    box-shadow: 0 14px 36px rgba(31, 41, 55, .06);
}

.homepage-offer-builder-card .card-head {
    margin-bottom: var(--space-4);
}

.homepage-offer-builder-card .card-head h2,
.homepage-section-topline h2 {
    margin: 0;
    color: var(--color-text);
    font-size: 20px;
}

.homepage-section-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-4);
}

.homepage-section-topline p {
    margin: 5px 0 0;
}

.homepage-section-status {
    width: max-content;
    max-width: 100%;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 820;
    text-transform: uppercase;
}

.homepage-section-status.is-live {
    background: rgba(34, 197, 94, .12);
    color: #116C35;
}

.homepage-section-status.is-paused {
    background: rgba(107, 114, 128, .12);
    color: #4B5563;
}

.homepage-section-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.homepage-offer-card-editor-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin-top: var(--space-5);
}

.homepage-offer-edit-card {
    display: grid;
    grid-template-columns: minmax(118px, .34fr) minmax(0, 1fr);
    gap: var(--space-4);
    align-items: start;
    border: 1px solid rgba(45, 106, 79, .12);
    border-radius: 16px;
    background: #fff;
    padding: var(--space-4);
}

.homepage-offer-edit-media {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 2 / 3;
    border: 1px solid rgba(16, 24, 40, .1);
    border-radius: 12px;
    background: #fff8ea;
}

.homepage-offer-edit-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.homepage-offer-edit-media span {
    display: grid;
    height: 100%;
    place-items: center;
    padding: 12px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 760;
    text-align: center;
}

.homepage-offer-edit-head {
    display: grid;
    gap: 8px;
    margin-bottom: var(--space-3);
}

.homepage-offer-edit-head strong {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.2;
}

.homepage-offer-admin-thumb {
    width: 90px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border: 1px solid rgba(16, 24, 40, .12);
    border-radius: 8px;
    background: #fff;
}

.homepage-offer-item-form .form-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.homepage-offer-admin .wide-field {
    grid-column: 1 / -1;
}

.homepage-related-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 var(--space-3);
}

.homepage-related-products span {
    max-width: 100%;
    display: grid;
    gap: 2px;
    border: 1px solid rgba(45, 106, 79, .14);
    border-radius: 10px;
    background: rgba(45, 106, 79, .06);
    padding: 7px 9px;
}

.homepage-related-products strong {
    overflow: hidden;
    color: var(--color-text);
    font-size: 12px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.homepage-related-products small,
.homepage-related-empty {
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 720;
}

.homepage-related-empty {
    margin: 0 0 var(--space-3);
}

.quick-shop-shell {
    width: min(1440px, calc(100% - 28px));
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: var(--space-5);
    margin: var(--space-5) auto var(--space-8);
}

.quick-shop-page .category-nav-bar,
.quick-shop-actions [hidden] {
    display: none !important;
}

.quick-shop-sidebar {
    position: sticky;
    top: 118px;
    align-self: start;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, .12);
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 14px 34px rgba(31, 41, 55, .06);
}

.quick-shop-sidebar-head {
    display: grid;
    gap: 2px;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface-muted);
    padding: 14px;
}

.quick-shop-sidebar-head span {
    color: var(--color-text);
    font-size: 15px;
    font-weight: 820;
}

.quick-shop-sidebar-head strong {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 700;
}

.quick-shop-category-list {
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding: 6px;
}

.quick-shop-category-list button {
    width: 100%;
    min-height: 46px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--color-text);
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.quick-shop-category-list button:hover,
.quick-shop-category-list button.is-active {
    background: rgba(45, 106, 79, .08);
}

.quick-shop-category-list button.is-active {
    box-shadow: inset 4px 0 0 var(--brand-primary);
}

.quick-shop-category-list span {
    overflow: hidden;
    font-size: 13px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-shop-category-list small {
    min-width: 28px;
    border-radius: 999px;
    background: var(--color-surface-muted);
    color: var(--color-muted);
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 740;
    text-align: center;
}

.quick-shop-products {
    min-width: 0;
}

.quick-shop-topbar {
    position: sticky;
    top: 80px;
    z-index: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: var(--space-4);
    align-items: center;
    border: 1px solid rgba(45, 106, 79, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    padding: var(--space-4);
    box-shadow: 0 12px 28px rgba(31, 41, 55, .06);
    backdrop-filter: blur(12px);
}

.quick-shop-topbar h1 {
    margin: 0 0 4px;
    color: var(--color-text);
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: 0;
}

.quick-shop-topbar span {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 720;
}

.quick-shop-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.quick-shop-search input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 0 12px;
}

.quick-shop-search button {
    min-height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--brand-primary);
    color: #FFFFFF;
    padding: 0 16px;
    font-weight: 800;
}

.quick-shop-status {
    margin-top: var(--space-4);
    border: 1px solid rgba(45, 106, 79, .12);
    border-radius: 8px;
    background: var(--color-surface-muted);
    color: var(--color-muted);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 740;
}

.quick-shop-grid {
    margin-top: var(--space-4);
}

.quick-shop-actions {
    display: flex;
    justify-content: center;
    margin-top: var(--space-5);
}

.quick-shop-skeleton {
    min-height: 300px;
    gap: 12px;
    padding: var(--space-3);
}

.quick-shop-skeleton div,
.quick-shop-skeleton span,
.quick-shop-skeleton p {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(90deg, #F3F4F6, #E5E7EB, #F3F4F6);
    background-size: 200% 100%;
    animation: quickShopPulse 1.05s ease-in-out infinite;
}

.quick-shop-skeleton div {
    aspect-ratio: 1 / 1;
}

.quick-shop-skeleton span {
    height: 18px;
}

.quick-shop-skeleton p {
    height: 12px;
    margin: 0;
}

@keyframes quickShopPulse {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}
.quick-reorder-list {
    display: grid;
    gap: var(--space-2);
}
.reorder-item {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--space-3);
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-3);
}
.reorder-item strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.reorder-item span {
    display: block;
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 12px;
}
.checkout-summary {
    position: sticky;
    top: 86px;
    display: grid;
    gap: var(--space-3);
}
.floating-summary {
    display: grid;
    gap: var(--space-2);
    box-shadow: var(--shadow-md);
}
.floating-summary .primary-btn {
    margin-top: var(--space-3);
    width: 100%;
}
.pickup-card {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-4);
}
.pickup-card p {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.5;
}
.pickup-card span {
    color: var(--color-text);
    font-size: 13px;
    font-weight: 650;
}
.hero-copy {
    max-width: 560px;
    margin-bottom: 0;
    color: var(--color-muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.58;
    letter-spacing: -0.01em;
}
.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    margin-top: var(--space-6);
}
.hero-points span,
.chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    padding: 0 12px;
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 620;
}

.section { padding: var(--space-10) 0 0; }
.compact {
    width: min(980px, 100%);
    margin: 0 auto;
}
.section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-4);
    margin-bottom: var(--space-5);
}
.section-title a:not(.secondary-btn):not(.primary-btn) {
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 650;
}
.section-title a:hover { color: var(--color-text); }

.search-panel {
    position: relative;
    z-index: 1;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-4);
    box-shadow: var(--shadow-md);
}
.search-page-panel {
    position: relative;
    z-index: 5;
    margin-bottom: var(--space-5);
}

.search-page-panel .live-results {
    position: static;
    max-height: 420px;
    margin-top: var(--space-3);
    box-shadow: 0 16px 44px rgba(45, 106, 79, 0.12);
}

.search-page-panel .live-results:not(.is-open) {
    display: none;
}
.search-panel.flat {
    margin-bottom: var(--space-5);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.search-panel label {
    display: block;
    margin-bottom: var(--space-3);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 680;
}
.search-box {
    display: flex;
    align-items: stretch;
    gap: var(--space-2);
}
.search-box input,
.search-box select,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.auth-card input {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    padding: 0 14px;
    color: var(--color-text);
    outline: none;
    transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}
.checkout-form textarea { min-height: 104px; padding-top: 13px; resize: vertical; }
.search-box input::placeholder,
.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
    color: var(--color-subtle);
}
.search-box input:focus,
.search-box select:focus,
.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus,
.auth-card input:focus {
    border-color: #bdbdbd;
    box-shadow: 0 0 0 4px rgba(76, 175, 128, 0.14);
}
.search-box button,
.primary-btn,
.secondary-btn,
.small-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    border-radius: var(--radius-sm);
    font-weight: 680;
    transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, color 140ms ease;
}
.search-box button,
.primary-btn {
    border: 1px solid var(--color-text);
    background: var(--color-text);
    color: var(--color-inverse);
    padding: 0 var(--space-5);
}
.search-box button:hover,
.primary-btn:hover {
    background: var(--brand-primary-hover);
    transform: translateY(-1px);
}
.secondary-btn {
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    padding: 0 var(--space-4);
}
.secondary-btn:hover,
.small-btn:hover {
    border-color: var(--color-border-strong);
    background: var(--color-surface-muted);
}
.primary-btn.small { min-height: 38px; font-size: 14px; }
.disabled { opacity: 0.45; pointer-events: none; }

.live-results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 25;
    display: grid;
    gap: var(--space-3);
    max-height: min(620px, calc(100vh - 170px));
    margin-top: var(--space-3);
    overflow: auto;
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 80px rgba(45, 106, 79, 0.14);
}
.live-results:not(.is-open) {
    display: none;
}
.live-results:not(.is-open):empty {
    display: none;
}
.command-panel {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.98);
    padding: var(--space-3);
    backdrop-filter: blur(18px);
}
.command-section + .command-section {
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--color-border);
}
.command-heading {
    margin: 0 0 var(--space-2) var(--space-1);
    color: var(--color-subtle);
    font-size: 11px;
    font-weight: 720;
    letter-spacing: 0;
    text-transform: uppercase;
}
.command-results {
    display: grid;
    gap: var(--space-1);
}
.command-product {
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: var(--space-3);
    border-radius: var(--radius-md);
    padding: var(--space-2);
    transition: background 120ms ease;
}
.command-product:hover {
    background: var(--color-surface-muted);
}
.command-product-main {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: var(--space-3);
}
.command-thumb {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    color: var(--color-text);
    font-weight: 720;
}
.command-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}
.command-placeholder {
    border-radius: var(--radius-sm);
    padding: 4px;
}
.command-placeholder::before {
    inset: 4px;
    border-radius: 8px;
}
.command-placeholder,
.command-thumb.is-missing-image .command-placeholder {
    display: grid;
}
.command-placeholder {
    font-size: 0;
}
.command-placeholder::after {
    content: attr(aria-label);
    max-width: 38px;
    max-height: 34px;
    overflow: hidden;
    color: inherit;
    font-size: 8px;
    font-weight: 820;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
}
.command-placeholder[aria-hidden="true"]::after {
    content: "";
}
.command-placeholder[aria-hidden="true"] {
    font-size: 8px;
    font-weight: 820;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: anywhere;
}
.command-product strong {
    display: block;
    overflow: hidden;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 680;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.command-product em {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.command-action {
    min-width: 74px;
}
.mini-stepper {
    height: 32px;
    display: grid;
    grid-template-columns: 30px 28px 30px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--color-text);
    border-radius: var(--radius-sm);
    background: var(--color-text);
    color: var(--color-inverse);
    font-size: 13px;
    font-weight: 720;
}
.mini-stepper button {
    height: 32px;
    border: 0;
    background: transparent;
    color: var(--color-inverse);
}
.suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.suggestion-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    color: var(--color-text);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 620;
    cursor: pointer;
}
.suggestion-chip:hover {
    border-color: var(--color-border-strong);
    background: var(--color-surface-muted);
}
.command-empty {
    display: grid;
    gap: var(--space-2);
    padding: var(--space-8);
    text-align: center;
}
.command-empty strong {
    font-size: 16px;
}
.command-empty span {
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.45;
}
.command-skeleton {
    height: 58px;
    border-radius: var(--radius-md);
    background: linear-gradient(90deg, #f4f4f4 0%, #ececec 45%, #f4f4f4 90%);
    background-size: 220% 100%;
    animation: skeleton-pulse 1s linear infinite;
}
.command-skeleton + .command-skeleton {
    margin-top: var(--space-2);
}
.command-skeleton.short {
    width: 64%;
}
.search-state-row {
    display: flex;
    justify-content: space-between;
    gap: var(--space-3);
    margin: var(--space-3) 0 var(--space-5);
    color: var(--color-muted);
    font-size: 13px;
}
@keyframes skeleton-pulse {
    from { background-position: 120% 0; }
    to { background-position: -120% 0; }
}

.quick-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-3);
    margin-top: var(--space-4);
}
.quick-strip div,
.category-tile,
.product-card,
.summary-panel,
.cart-item,
.staff-order,
.stats-grid div,
.auth-card,
.table-wrap,
.empty-state {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
}
.quick-strip div {
    display: grid;
    gap: var(--space-1);
    padding: var(--space-4);
}
.metric-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-bottom: var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background:
        linear-gradient(var(--color-text), var(--color-text)) center / 10px 1.5px no-repeat,
        linear-gradient(90deg, var(--color-text), var(--color-text)) center / 1.5px 10px no-repeat,
        var(--color-surface-muted);
}
.quick-strip strong {
    color: var(--color-text);
    font-size: 19px;
    font-weight: 720;
    letter-spacing: -0.02em;
}
.quick-strip span {
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 520;
}

.chip-row,
.category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}
.chip-row.tight { gap: 6px; }
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.category-tile {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-4);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}
.category-tile:hover,
.product-card:hover {
    border-color: var(--color-border-strong);
    box-shadow: var(--shadow-sm);
    transform: translateY(-1px);
}
.category-tile span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface-muted);
    color: var(--color-text);
    font-size: 13px;
    font-weight: 720;
}
.category-tile strong {
    font-size: 15px;
    line-height: 1.25;
    font-weight: 680;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--space-4);
}
.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    min-height: 292px;
    padding: var(--space-3);
    transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}
.product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1.08;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface-muted);
}
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: var(--space-3);
}
.product-image.is-missing-image img,
.command-thumb.is-missing-image img {
    display: none;
}
.product-placeholder {
    --placeholder-bg: linear-gradient(135deg, #E8F6EE 0%, #FFF7D6 100%);
    --placeholder-ink: #173D2C;
    --placeholder-glow: rgba(255,255,255,0.34);
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: inherit;
    background: var(--placeholder-bg);
    color: var(--placeholder-ink);
    isolation: isolate;
}
.product-placeholder::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1px solid rgba(255,255,255,0.44);
    border-radius: calc(var(--radius-sm) + 4px);
    background:
        radial-gradient(circle at 20% 20%, var(--placeholder-glow), transparent 28%),
        radial-gradient(circle at 82% 76%, rgba(255,255,255,0.22), transparent 30%);
    z-index: -1;
}
.product-placeholder span {
    max-width: min(82%, 190px);
    padding: 0 var(--space-2);
    color: inherit;
    font-size: clamp(15px, 1.05vw, 19px);
    font-weight: 820;
    line-height: 1.18;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
.product-placeholder-fallback {
    display: none;
}
.product-image.is-missing-image .product-placeholder-fallback,
.command-thumb.is-missing-image .product-placeholder-fallback {
    display: grid;
}
.placeholder-tone-0 { --placeholder-bg: linear-gradient(135deg, #DDF7EC 0%, #FFF1B8 100%); --placeholder-ink: #174B36; }
.placeholder-tone-1 { --placeholder-bg: linear-gradient(135deg, #E6E7FF 0%, #FFE5EC 100%); --placeholder-ink: #33305F; }
.placeholder-tone-2 { --placeholder-bg: linear-gradient(135deg, #DDF4FF 0%, #E3F7CB 100%); --placeholder-ink: #17425C; }
.placeholder-tone-3 { --placeholder-bg: linear-gradient(135deg, #FFE8C7 0%, #FFD6D6 100%); --placeholder-ink: #64361C; }
.placeholder-tone-4 { --placeholder-bg: linear-gradient(135deg, #E9E0FF 0%, #D6F2F0 100%); --placeholder-ink: #3B2F63; }
.placeholder-tone-5 { --placeholder-bg: linear-gradient(135deg, #FDE2F3 0%, #FFF3B8 100%); --placeholder-ink: #63304D; }
.placeholder-cat-skin-body-care,
.placeholder-cat-personal-care { --placeholder-bg: linear-gradient(135deg, #F9D8E8 0%, #FEE7CE 100%); --placeholder-ink: #6B254B; }
.placeholder-cat-biscuits-bakery,
.placeholder-cat-breakfast-cereals { --placeholder-bg: linear-gradient(135deg, #FFE3B0 0%, #FFD1B8 100%); --placeholder-ink: #683A14; }
.placeholder-cat-hair-care { --placeholder-bg: linear-gradient(135deg, #D7CEF8 0%, #DDF6F0 100%); --placeholder-ink: #3C315E; }
.placeholder-cat-sauces-pickles-spreads { --placeholder-bg: linear-gradient(135deg, #FFD6A5 0%, #D9F99D 100%); --placeholder-ink: #4E3B08; }
.placeholder-cat-instant-foods-noodles { --placeholder-bg: linear-gradient(135deg, #FFE66D 0%, #FF9F1C 100%); --placeholder-ink: #513400; }
.placeholder-cat-chocolates-sweets { --placeholder-bg: linear-gradient(135deg, #F8C7D8 0%, #D7B38C 100%); --placeholder-ink: #4A241D; }
.placeholder-cat-snacks-namkeen { --placeholder-bg: linear-gradient(135deg, #FCD34D 0%, #FB7185 100%); --placeholder-ink: #55210D; }
.placeholder-cat-beverages,
.placeholder-cat-tea-coffee-health-drinks { --placeholder-bg: linear-gradient(135deg, #BAE6FD 0%, #A7F3D0 100%); --placeholder-ink: #0F4A5B; }
.placeholder-cat-staples-cooking,
.placeholder-cat-atta-rice-grains,
.placeholder-cat-oils-ghee,
.placeholder-cat-dry-fruits-nuts,
.placeholder-cat-general-grocery,
.placeholder-cat-grocery { --placeholder-bg: linear-gradient(135deg, #FDE68A 0%, #DCECF5 100%); --placeholder-ink: #365314; }
.placeholder-cat-oral-care { --placeholder-bg: linear-gradient(135deg, #CFFAFE 0%, #DBEAFE 100%); --placeholder-ink: #164E63; }
.placeholder-cat-laundry-dishwash,
.placeholder-cat-household-cleaning,
.placeholder-cat-home-essentials { --placeholder-bg: linear-gradient(135deg, #BFDBFE 0%, #CCFBF1 100%); --placeholder-ink: #1E3A5F; }
.placeholder-cat-baby-care { --placeholder-bg: linear-gradient(135deg, #FCE7F3 0%, #DBEAFE 100%); --placeholder-ink: #5B315F; }
.placeholder-cat-feminine-hygiene { --placeholder-bg: linear-gradient(135deg, #FBCFE8 0%, #E9D5FF 100%); --placeholder-ink: #6B214B; }
.placeholder-cat-pooja-fragrance,
.placeholder-cat-pooja-essentials { --placeholder-bg: linear-gradient(135deg, #FED7AA 0%, #FEF3C7 48%, #DDD6FE 100%); --placeholder-ink: #693A12; }
.product-image > span:not(.offer-badge) {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-md);
    background: var(--color-surface);
    color: var(--color-text);
    font-size: 24px;
    font-weight: 720;
}
.product-image b {
    position: absolute;
    top: var(--space-2);
    left: var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: rgba(255,255,255,0.92);
    color: var(--color-text);
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 680;
    backdrop-filter: blur(8px);
}
.product-info {
    min-height: 92px;
    display: flex;
    flex-direction: column;
}
.product-category {
    margin-bottom: var(--space-2);
    color: var(--color-subtle);
    font-size: 12px;
    font-weight: 600;
}
.price-row {
    display: flex;
    align-items: baseline;
    gap: var(--space-2);
    margin-top: auto;
}
.price-row strong {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 720;
}
.price-row span {
    color: var(--color-subtle);
    text-decoration: line-through;
    font-size: 13px;
}

.product-bundle-offer,
.command-offer {
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.25;
}

.product-bundle-offer {
    margin: -2px 0 8px;
}

.command-offer {
    display: block;
    margin-top: 2px;
}
.product-action { min-height: 42px; }
.add-btn,
.product-stepper {
    width: 100%;
    height: 42px;
    border-radius: var(--radius-sm);
    font-weight: 680;
}
.add-btn {
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}
.add-btn:hover {
    border-color: var(--color-text);
    background: var(--color-text);
    color: var(--color-inverse);
}
.add-btn:disabled {
    background: var(--color-surface-muted);
    color: var(--color-subtle);
    border-color: var(--color-border);
}
.product-stepper {
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--color-text);
    background: var(--color-text);
    color: var(--color-inverse);
}
.product-stepper button {
    height: 42px;
    border: 0;
    background: transparent;
    color: var(--color-inverse);
    font-size: 18px;
    font-weight: 720;
}
.product-stepper button:hover { background: rgba(255,255,255,0.12); }
.product-stepper span {
    text-align: center;
    font-size: 15px;
    font-weight: 720;
}

.mobile-cart-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 30;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius-md);
    background: var(--color-text);
    color: var(--color-inverse);
    padding: 14px var(--space-4);
    box-shadow: var(--shadow-md);
}

.cart-layout,
.order-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: var(--space-5);
    align-items: start;
}
.cart-list,
.staff-list {
    display: grid;
    gap: var(--space-3);
}
.cart-item,
.staff-order {
    padding: var(--space-4);
    box-shadow: none;
}
.cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: var(--space-4);
    align-items: center;
}
.qty-control {
    display: grid;
    grid-template-columns: 34px 38px 34px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    text-align: center;
}
.qty-control button {
    height: 34px;
    border: 0;
    background: var(--color-surface);
    color: var(--color-text);
}
.qty-control button:hover { background: var(--color-surface-muted); }
.summary-panel {
    padding: var(--space-5);
    box-shadow: none;
}
.summary-panel.inline { margin-top: var(--space-5); }
.summary-panel h2 { margin-bottom: var(--space-3); }
.summary-panel div {
    display: flex;
    justify-content: space-between;
    gap: var(--space-3);
    padding: 9px 0;
    color: var(--color-muted);
}
.summary-panel div strong { color: var(--color-text); }
.summary-panel .total {
    margin-top: var(--space-2);
    padding-top: var(--space-4);
    border-top: 1px solid var(--color-border);
}

.checkout-form,
.auth-card,
.admin-form {
    display: grid;
    gap: var(--space-4);
}
.checkout-form label,
.auth-card label {
    display: grid;
    gap: var(--space-2);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 650;
}
.checkout-intro {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-4);
}
.checkout-intro h2 {
    max-width: 640px;
}
.customer-memory-slot:empty {
    display: none;
}
.customer-memory-panel {
    display: grid;
    gap: var(--space-3);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface-muted);
    padding: var(--space-4);
}
.memory-header {
    display: grid;
    gap: 3px;
}
.memory-header span,
.memory-orders > span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 650;
    text-transform: uppercase;
}
.memory-header strong {
    font-size: 16px;
}
.customer-memory-panel p {
    margin: 0;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.45;
}
.memory-orders {
    display: grid;
    gap: var(--space-2);
}
.memory-orders a,
.previous-order-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--space-3);
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface);
    padding: var(--space-3);
}
.memory-orders strong,
.previous-order-card strong {
    display: block;
    font-size: 14px;
}
.memory-orders em,
.previous-order-card span,
.previous-order-card a {
    display: block;
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
}
.previous-orders-list {
    display: grid;
    gap: var(--space-3);
    margin-top: var(--space-5);
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
}
.form-message {
    margin: 0;
    color: var(--color-accent);
    font-weight: 650;
}
.form-message.error { color: var(--color-danger); }
.success { text-align: center; }
.success p { color: var(--color-muted); }
.action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
}

.auth-screen {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: var(--space-5);
    background: var(--color-page);
}
.auth-card {
    width: min(420px, 100%);
    padding: var(--space-6);
    box-shadow: var(--shadow-sm);
}
.admin-page { max-width: 1180px; }
.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--space-3);
    margin-bottom: var(--space-8);
}
.stats-grid div {
    padding: var(--space-4);
}
.stats-grid span {
    display: block;
    margin-bottom: var(--space-2);
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 600;
}
.stats-grid strong {
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 720;
}
.table-wrap {
    width: 100%;
    overflow-x: auto;
}
table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}
th, td {
    border-bottom: 1px solid var(--color-border);
    padding: 13px var(--space-4);
    text-align: left;
    vertical-align: top;
}
th {
    background: var(--color-surface-muted);
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 650;
}
td {
    color: var(--color-text);
    font-size: 14px;
}
td span {
    color: var(--color-muted);
    font-size: 12px;
}
.status {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    padding: 0 8px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 650;
}
.status.ready,
.status.delivered { color: var(--color-accent); }
.status.cancelled { color: var(--color-danger); }
.small-btn {
    min-height: 32px;
    border: 1px solid var(--color-border);
    background: var(--color-surface);
    color: var(--color-text);
    padding: 0 10px;
    font-size: 13px;
}
.packing-items {
    display: grid;
    gap: var(--space-2);
}
.packing-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: var(--space-3);
    align-items: center;
    border-top: 1px solid var(--color-border);
    padding-top: var(--space-2);
}
.empty-state {
    padding: var(--space-6);
    color: var(--color-muted);
    background: var(--color-surface);
    text-align: center;
}

details.admin-form {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-4);
}
details.admin-form summary {
    cursor: pointer;
    font-weight: 680;
}

@media (max-width: 980px) {
    .hero,
    .home-shell,
    .cart-layout,
    .order-detail {
        grid-template-columns: 1fr;
    }
    .checkout-summary {
        position: static;
        order: -1;
    }
    .store-offer-grid {
        grid-auto-flow: column;
        grid-auto-columns: minmax(260px, 46vw);
        grid-template-columns: none;
        overflow-x: auto;
        padding: 1px 1px var(--space-2);
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }
    .store-offer-grid::-webkit-scrollbar {
        display: none;
    }
    .store-offer-card {
        scroll-snap-align: start;
    }
    .pickup-card {
        display: none;
    }
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .category-grid,
    .quick-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .site-header {
        padding: 10px 12px;
        gap: var(--space-2);
    }
    .brand-mark {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }
    .brand strong { font-size: 13px; }
    .brand em { display: none; }
    .site-header nav {
        gap: var(--space-1);
        overflow-x: auto;
        max-width: 56vw;
    }
    .site-header nav a {
        min-height: 34px;
        padding: 0 10px;
        font-size: 13px;
        white-space: nowrap;
    }
    .nav-cart small { display: none; }
    .page {
        padding: var(--space-4) 12px 96px;
    }
    .hero {
        gap: var(--space-6);
        padding: var(--space-6) var(--space-4);
        border-radius: var(--radius-md);
    }
    .home-main {
        gap: var(--space-6);
    }
    .ordering-hero {
        padding: var(--space-6) var(--space-4);
        border-radius: var(--radius-md);
    }
    .dashboard-search .search-box input,
    .dashboard-search .search-box button {
        min-height: 56px;
    }
    .category-strip {
        grid-auto-columns: minmax(190px, 70vw);
    }
    .carousel-arrow {
        width: 38px;
        height: 38px;
        font-size: 25px;
    }
    .carousel-arrow-prev {
        left: -8px;
    }
    .carousel-arrow-next {
        right: -8px;
    }
    .category-pill {
        min-height: 214px;
        grid-template-rows: 136px auto auto;
        border-radius: 16px;
    }
    .category-pill .category-icon,
    .category-pill span {
        height: 136px;
    }
    .category-thumb-badge,
    .category-pill .category-icon .category-thumb-badge {
        width: 40px;
        height: 40px;
    }
    .product-row {
        grid-auto-columns: minmax(156px, 42vw);
    }
    .offer-panel {
        padding: var(--space-4);
        border-radius: var(--radius-md);
    }
    .store-offers-section {
        padding: var(--space-4);
        border-radius: 18px;
    }
    .store-offer-grid {
        grid-auto-columns: minmax(240px, 78vw);
    }
    .store-offer-media img,
    .store-offer-card:first-child .store-offer-media img {
        aspect-ratio: 3 / 4;
        object-fit: contain;
        background: #FFFFFF;
    }
    .store-offer-copy {
        padding: var(--space-3);
    }
    .homepage-offer-kpis,
    .homepage-offer-builder,
    .homepage-section-grid,
    .homepage-offer-card-editor-grid {
        grid-template-columns: 1fr;
    }
    .homepage-section-topline {
        display: grid;
    }
    .homepage-offer-edit-card {
        grid-template-columns: 1fr;
        padding: var(--space-3);
    }
    .homepage-offer-edit-media {
        width: min(156px, 100%);
    }
    .homepage-offer-item-form .form-grid {
        grid-template-columns: 1fr;
    }
    .quick-shop-shell {
        width: min(100% - 20px, 720px);
        grid-template-columns: 1fr;
        gap: var(--space-3);
        margin-top: var(--space-3);
    }
    .quick-shop-sidebar,
    .quick-shop-topbar {
        position: static;
    }
    .quick-shop-sidebar {
        border-radius: 10px;
    }
    .quick-shop-sidebar-head {
        padding: 10px 12px;
    }
    .quick-shop-category-list {
        max-height: none;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(132px, 42vw);
        overflow-x: auto;
        overflow-y: hidden;
        padding: 8px;
        scroll-snap-type: x proximity;
    }
    .quick-shop-category-list button {
        min-height: 56px;
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 5px;
        scroll-snap-align: start;
    }
    .quick-shop-category-list button.is-active {
        box-shadow: inset 0 -4px 0 var(--brand-primary);
    }
    .quick-shop-category-list small {
        width: max-content;
    }
    .quick-shop-topbar {
        grid-template-columns: 1fr;
        padding: var(--space-3);
    }
    .quick-shop-search {
        grid-template-columns: 1fr;
    }
    .floating-summary {
        display: none;
    }
    .hero-copy { font-size: 16px; }
    .search-box,
    .form-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .live-results {
        position: fixed;
        top: 82px;
        left: 12px;
        right: 12px;
        max-height: calc(100vh - 156px);
        margin-top: 0;
    }
    .command-product {
        grid-template-columns: minmax(0, 1fr) auto;
    }
    .search-state-row {
        display: grid;
    }
    .quick-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--space-2);
    }
    .quick-strip div {
        padding: var(--space-3);
    }
    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .category-tile {
        min-height: 104px;
        padding: var(--space-3);
    }
    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--space-3);
    }
    .product-card {
        min-height: 256px;
        padding: 10px;
        border-radius: var(--radius-md);
    }
    .product-action,
    .add-btn,
    .product-stepper {
        min-height: 40px;
    }
    .product-stepper {
        grid-template-columns: 40px minmax(34px, 1fr) 40px;
    }
    .product-image img {
        padding: var(--space-2);
    }
    .offer-badge {
        top: 6px;
        left: 6px;
        padding: 2px 5px;
        font-size: 9px;
        box-shadow: 0 3px 8px rgba(31, 41, 55, 0.10);
    }
    .product-info {
        min-height: 98px;
    }
    .cart-item {
        grid-template-columns: 1fr;
        gap: var(--space-3);
    }
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-cart-bar {
        display: flex;
    }
    .admin-header {
        position: static;
        align-items: flex-start;
    }
    .admin-header nav {
        max-width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 390px) {
    .product-grid,
    .quick-strip,
    .category-grid {
        grid-template-columns: 1fr;
    }
}

/* Chadha premium grocery brand system */
body {
    background:
        radial-gradient(circle at 8% 0%, rgba(253, 199, 90, 0.18), transparent 320px),
        linear-gradient(180deg, #FFFFFF 0%, var(--color-page) 300px);
}

.site-header {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(260px, 520px) auto;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 30px rgba(45, 106, 79, 0.08);
}

.brand-mark,
.admin-header .brand-mark {
    background: var(--brand-primary);
    color: #FFFFFF;
    box-shadow: 0 10px 24px rgba(45, 106, 79, 0.18);
}

.brand em {
    color: var(--brand-primary);
}

.header-search {
    width: 100%;
    display: flex;
    align-items: center;
    gap: var(--space-2);
    justify-self: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    padding: 5px;
    box-shadow: 0 12px 32px rgba(45, 106, 79, 0.08);
}

.header-search input {
    width: 100%;
    min-height: 38px;
    border: 0;
    outline: 0;
    border-radius: var(--radius-pill);
    background: transparent;
    color: var(--color-text);
    padding: 0 12px;
}

.header-search input::placeholder {
    color: var(--color-muted);
}

.header-search button {
    min-height: 36px;
    border: 0;
    border-radius: var(--radius-pill);
    background: var(--brand-primary);
    color: #FFFFFF;
    padding: 0 14px;
    font-weight: 680;
}

.header-search button:hover {
    background: var(--brand-primary-hover);
}

.nav-cart,
.mobile-cart-bar {
    background: var(--brand-primary);
    color: #FFFFFF !important;
}

.nav-cart:hover,
.mobile-cart-bar:hover {
    background: var(--brand-primary-hover) !important;
}

.nav-cart span {
    background: var(--brand-gold);
    color: var(--color-text);
}

.ordering-hero,
.hero,
.offer-panel {
    background:
        linear-gradient(135deg, rgba(243, 246, 237, 0.92), rgba(255,255,255,0.96)),
        var(--color-surface);
    border-color: rgba(45, 106, 79, 0.12);
}

.ordering-hero h1,
.hero h1 {
    color: var(--color-text);
}

.hero-copy,
.muted,
.section-title a:not(.secondary-btn):not(.primary-btn) {
    color: var(--color-muted);
}

.eyebrow {
    color: var(--brand-primary);
}

.hero-points span,
.chip,
.suggestion-chip {
    border-color: rgba(76, 175, 128, 0.22);
    background: #FFFFFF;
    color: var(--brand-primary);
}

.search-panel,
.dashboard-search,
.search-page-panel {
    border-color: rgba(45, 106, 79, 0.16);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.12);
}

.search-box input,
.search-box select,
.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.auth-card input {
    border-color: var(--color-border);
    background: #FFFFFF;
}

.search-box input:focus,
.search-box select:focus,
.checkout-form input:focus,
.checkout-form textarea:focus,
.checkout-form select:focus,
.auth-card input:focus {
    border-color: var(--brand-secondary);
    box-shadow: 0 0 0 4px rgba(76, 175, 128, 0.14);
}

.search-box button,
.primary-btn {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: #FFFFFF;
}

.search-box button:hover,
.primary-btn:hover {
    background: var(--brand-primary-hover);
    border-color: var(--brand-primary-hover);
}

.secondary-btn {
    border-color: var(--brand-primary);
    background: #FFFFFF;
    color: var(--brand-primary);
}

.secondary-btn:hover {
    background: var(--color-surface-muted);
    border-color: var(--brand-primary);
}

.add-btn,
.small-btn[data-add-product],
.command-action .small-btn {
    border-color: #F2B83F;
    background: var(--brand-gold);
    color: var(--color-text);
}

.add-btn:hover,
.small-btn[data-add-product]:hover,
.command-action .small-btn:hover {
    border-color: var(--brand-gold-hover);
    background: var(--brand-gold-hover);
    color: var(--color-text);
}

.add-btn.is-loading,
.small-btn[data-add-product].is-loading,
.command-action .small-btn.is-loading {
    opacity: 0.78;
    cursor: wait;
}

.product-stepper,
.mini-stepper {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
}

.product-card,
.category-pill,
.category-tile,
.summary-panel,
.cart-item,
.staff-order,
.stats-grid div,
.auth-card,
.table-wrap,
.empty-state,
.pickup-card,
.reorder-item,
.customer-memory-panel,
.previous-order-card,
.memory-orders a {
    background: var(--color-surface);
    border-color: var(--color-border);
    box-shadow: 0 8px 28px rgba(45, 106, 79, 0.06);
}

.product-card:hover,
.category-pill:hover,
.category-tile:hover {
    border-color: rgba(45, 106, 79, 0.22);
    box-shadow: 0 16px 42px rgba(45, 106, 79, 0.12);
}

.product-image,
.command-thumb {
    background: var(--color-surface-muted);
    border-color: var(--color-border);
}

.product-image b {
    border-color: rgba(253, 199, 90, 0.45);
    background: #FFF7E1;
    color: #7C4A03;
}

.price-row strong {
    color: var(--brand-primary);
}

.product-category,
.quick-strip strong,
.floating-summary h2,
.summary-panel div strong,
.stats-grid strong {
    color: var(--brand-primary);
}

.category-pill span,
.category-tile span,
.category-icon {
    position: relative;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(45, 106, 79, 0.16);
    border-radius: 13px;
    background: #FFF7E1;
    color: var(--brand-primary);
    font-weight: 760;
}

.category-icon::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid var(--brand-primary);
    border-radius: 50% 50% 45% 45%;
    background: rgba(76, 175, 128, 0.12);
}

.category-icon[data-category*="home"]::before,
.category-icon[data-category*="house"]::before {
    border-radius: 4px;
    background: linear-gradient(180deg, var(--brand-secondary) 0 35%, #FFFFFF 35%);
}

.category-icon[data-category*="snack"]::before {
    border-radius: 6px 12px 6px 12px;
    background: var(--brand-gold);
}

.category-icon[data-category*="personal"]::before {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: inset 0 -7px 0 rgba(76, 175, 128, 0.22);
}

.category-icon[data-category*="tea"]::before,
.category-icon[data-category*="beverage"]::before {
    border-radius: 2px 2px 10px 10px;
    background: rgba(253, 199, 90, 0.45);
}

.category-icon[data-category*="bakery"]::before {
    border-radius: 12px 12px 6px 6px;
    background: var(--brand-gold);
}

.category-icon[data-category*="staple"]::before,
.category-icon[data-category*="vegetable"]::before,
.category-icon[data-category*="fruit"]::before,
.category-icon[data-category*="dairy"]::before {
    border-radius: 70% 30% 70% 30%;
    background: rgba(76, 175, 128, 0.24);
    transform: rotate(-18deg);
}

.category-pill .category-icon {
    width: 100%;
    height: 156px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(76, 175, 128, 0.14), rgba(253, 199, 90, 0.16)),
        var(--color-surface-muted);
    font-size: 28px;
}

.category-pill .category-icon::before {
    width: 34px;
    height: 34px;
}

.category-pill .category-icon.category-has-image::before {
    display: none;
}

.category-pill .category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-pill .category-icon .category-thumb-badge {
    width: 46px;
    height: 46px;
}

.quick-strip div,
.checkout-intro,
.customer-memory-panel {
    background: var(--color-surface-muted);
}

.metric-icon {
    border-color: rgba(45, 106, 79, 0.16);
    background:
        radial-gradient(circle at 65% 35%, var(--brand-gold) 0 4px, transparent 4px),
        radial-gradient(circle at 42% 55%, var(--brand-secondary) 0 8px, transparent 8px),
        var(--color-surface);
}

.command-panel {
    border-color: rgba(45, 106, 79, 0.14);
    box-shadow: 0 24px 80px rgba(45, 106, 79, 0.14);
}

.command-product:hover,
.suggestion-chip:hover {
    background: var(--color-surface-muted);
}

.command-skeleton {
    background: linear-gradient(90deg, #EEF3EA 0%, #E1E8DC 45%, #EEF3EA 90%);
}

.status {
    border-color: rgba(45, 106, 79, 0.16);
    background: var(--color-surface-muted);
}

.status.ready,
.status.delivered,
.form-message {
    color: var(--color-success);
}

.status.pending,
.status.accepted,
.status.packing {
    color: var(--color-warning);
}

.status.cancelled,
.form-message.error {
    color: var(--color-danger);
}

.success-card {
    display: grid;
    gap: var(--space-4);
    justify-items: center;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: var(--radius-lg);
    background: #FFFFFF;
    padding: clamp(24px, 6vw, 48px);
    box-shadow: var(--shadow-md);
}

.success-check {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.12);
    color: var(--color-success);
    font-size: 38px;
    font-weight: 800;
}

.success-card .summary-panel {
    width: min(520px, 100%);
}

.success-card .action-row {
    justify-content: center;
}

.success-card .secondary-btn {
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.floating-summary .primary-btn,
.cart-layout .summary-panel .primary-btn {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--color-text);
}

.floating-summary .primary-btn:hover,
.cart-layout .summary-panel .primary-btn:hover {
    background: var(--brand-gold-hover);
    border-color: var(--brand-gold-hover);
    color: var(--color-text);
}

th {
    background: var(--color-surface-muted);
    color: var(--brand-primary);
}

td {
    color: var(--color-text);
}

details.admin-form {
    border-color: var(--color-border);
    box-shadow: var(--shadow-sm);
}

@media (max-width: 980px) {
    .site-header {
        grid-template-columns: minmax(170px, 1fr) auto;
    }

    .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        max-width: none;
    }
}

@media (max-width: 680px) {
    .site-header {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .header-search {
        order: 3;
        grid-column: 1 / -1;
    }

    .header-search button {
        display: none;
    }

    .site-header nav {
        max-width: 42vw;
    }
}

/* Final shell and cart drawer overrides */
.page {
    width: 100%;
    max-width: none;
    padding-left: clamp(16px, 3vw, 44px);
    padding-right: clamp(16px, 3vw, 44px);
}

.site-header {
    padding-left: clamp(16px, 3vw, 44px);
    padding-right: clamp(16px, 3vw, 44px);
}

.home-shell {
    width: 100%;
    display: block;
}

.home-main {
    width: 100%;
}

.checkout-summary {
    display: none;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
}

.cart-drawer-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(31, 41, 55, 0.28);
    opacity: 0;
    transition: opacity 180ms ease;
}

.cart-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(430px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-left: 1px solid var(--color-border);
    background: var(--color-surface);
    box-shadow: -28px 0 70px rgba(45, 106, 79, 0.16);
    transform: translateX(100%);
    transition: transform 220ms ease;
}

body.cart-drawer-open {
    overflow: hidden;
}

body.cart-drawer-open .cart-drawer {
    pointer-events: auto;
}

body.cart-drawer-open .cart-drawer-backdrop {
    opacity: 1;
}

body.cart-drawer-open .cart-drawer-panel {
    transform: translateX(0);
}

.cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    padding: var(--space-5);
    border-bottom: 1px solid var(--color-border);
}

.cart-drawer-header span {
    display: block;
    margin-bottom: 3px;
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 720;
    text-transform: uppercase;
}

.cart-drawer-header strong {
    color: var(--color-text);
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0;
}

.cart-drawer-header button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    color: var(--color-muted);
    font-weight: 760;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.cart-drawer-header button:hover {
    border-color: rgba(45, 106, 79, 0.22);
    background: var(--color-surface-muted);
    color: var(--brand-primary);
}

.cart-drawer-body {
    min-height: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    overflow-y: auto;
    padding: var(--space-5);
    background: var(--color-page);
}

.cart-phone-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: var(--radius-md);
    background: rgba(45, 106, 79, 0.07);
    padding: var(--space-3);
}

.cart-phone-summary div {
    display: grid;
    gap: 3px;
}

.cart-phone-summary span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 720;
    text-transform: uppercase;
}

.cart-phone-summary strong {
    color: var(--color-text);
    font-size: 16px;
}

.cart-phone-modal {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    padding: 18px;
}

.cart-phone-modal[hidden] {
    display: none;
}

.cart-phone-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(31, 41, 55, 0.48);
}

.cart-phone-modal-panel {
    position: relative;
    width: min(440px, 100%);
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 22px;
    background: var(--color-surface);
    box-shadow: 0 28px 80px rgba(31, 41, 55, 0.22);
}

.cart-phone-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-pill);
    background: var(--color-surface);
    color: var(--color-muted);
    font-weight: 760;
}

.cart-phone-form {
    display: grid;
    gap: var(--space-3);
    padding: clamp(24px, 4vw, 34px);
}

.cart-phone-kicker {
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
}

.cart-phone-form h2 {
    margin: 0;
    color: var(--color-text);
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.05;
    letter-spacing: 0;
}

.cart-phone-form p,
.cart-phone-form label {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.5;
}

.cart-phone-form input {
    width: 100%;
    min-height: 48px;
    margin-top: 7px;
    border: 1px solid var(--color-border);
    border-radius: 14px;
    background: var(--color-surface-muted);
    color: var(--color-text);
    padding: 0 14px;
    font-size: 16px;
}

.cart-phone-form input:focus {
    border-color: rgba(45, 106, 79, 0.34);
    outline: 3px solid rgba(45, 106, 79, 0.10);
}

.cart-phone-form .form-message {
    min-height: 18px;
    margin: 0;
    color: var(--color-muted);
    font-size: 12px;
}

.cart-phone-form .form-message.error {
    color: #B42318;
}

.cart-customer-card .customer-memory-panel {
    margin: 0;
    padding: var(--space-3);
    box-shadow: none;
}

.drawer-cart-list {
    display: grid;
    gap: var(--space-3);
}

.drawer-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: var(--space-3);
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-3);
    box-shadow: var(--shadow-sm);
}

.drawer-cart-item strong {
    display: block;
    overflow: hidden;
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-cart-item span {
    display: block;
    margin-top: 4px;
    color: var(--color-muted);
    font-size: 12px;
}

.drawer-summary {
    margin-top: auto;
    display: grid;
    gap: var(--space-3);
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: var(--radius-md);
    background: var(--color-surface);
    padding: var(--space-4);
    box-shadow: var(--shadow-md);
}

.drawer-summary div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    color: var(--color-muted);
    font-size: 14px;
}

.drawer-summary strong {
    color: var(--color-text);
}

.drawer-summary .total {
    margin-top: var(--space-2);
    padding-top: var(--space-3);
    border-top: 1px solid var(--color-border);
    color: var(--color-text);
    font-size: 16px;
    font-weight: 760;
}

.drawer-summary .primary-btn,
.drawer-summary .secondary-btn {
    width: 100%;
    justify-content: center;
}

.drawer-summary .primary-btn {
    margin-top: var(--space-2);
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    color: var(--color-text);
}

.drawer-summary .primary-btn:hover {
    background: var(--brand-gold-hover);
    border-color: var(--brand-gold-hover);
    color: var(--color-text);
}

.drawer-summary .primary-btn.disabled {
    pointer-events: none;
    opacity: 0.52;
}

@media (min-width: 981px) {
    .mobile-cart-bar {
        display: none;
    }
}

@media (max-width: 680px) {
    .page {
        padding-left: 14px;
        padding-right: 14px;
    }

    .cart-drawer-panel {
        width: 100%;
    }

    .cart-drawer-body {
        padding-bottom: 96px;
    }
}

/* Storefront hero inspired by the supplied Chadha visual */
.hero-storefront {
    position: relative;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(340px, 0.82fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    overflow: hidden;
    min-height: clamp(500px, 58vh, 650px);
    padding: clamp(28px, 4vw, 58px) clamp(22px, 4vw, 58px) clamp(82px, 8vw, 112px);
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 46%, rgba(255, 255, 255, 0.58) 66%, rgba(248, 250, 248, 0.3) 100%),
        var(--color-surface);
    box-shadow: 0 26px 80px rgba(45, 106, 79, 0.12);
}

.hero-storefront::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 73% 14%, rgba(253, 199, 90, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(243, 246, 237, 0.5), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.hero-content,
.hero-art,
.hero-info-strip {
    position: relative;
    z-index: 1;
}

.hero-content {
    display: grid;
    gap: clamp(16px, 2vw, 28px);
    max-width: 760px;
}

.hero-brand-lockup {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-brand-lockup strong {
    display: block;
    color: #0F5A2D;
    font-size: clamp(25px, 3vw, 44px);
    line-height: 0.95;
    letter-spacing: 0;
    font-weight: 860;
    text-transform: uppercase;
}

.hero-brand-lockup em {
    display: block;
    margin-top: 5px;
    color: #1F2937;
    font-size: clamp(15px, 1.45vw, 22px);
    line-height: 1;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 760;
    text-transform: uppercase;
}

.hero-bag-icon {
    width: clamp(50px, 5vw, 72px);
    height: clamp(50px, 5vw, 72px);
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 3px solid #0F5A2D;
    border-radius: 17px;
    color: #0F5A2D;
}

.hero-bag-icon::before {
    content: "";
    width: 34%;
    height: 34%;
    border: 3px solid currentColor;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow:
        -10px -12px 0 -8px currentColor,
        10px -12px 0 -8px currentColor;
}

.hero-storefront h1 {
    max-width: 760px;
    margin: 0;
    color: #1F2937;
    font-size: clamp(44px, 5vw, 82px);
    line-height: 0.96;
    letter-spacing: 0;
    font-weight: 870;
}

.hero-storefront h1 span {
    display: block;
    color: #0F5A2D;
}

.hero-storefront .hero-copy {
    max-width: 560px;
    color: #22252A;
    font-size: clamp(18px, 1.4vw, 22px);
    line-height: 1.35;
    letter-spacing: 0;
}

.hero-storefront .dashboard-search {
    width: min(600px, 100%);
    padding: 10px;
    border-color: rgba(45, 106, 79, 0.16);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
}

.hero-storefront .dashboard-search label {
    color: var(--brand-primary);
}

.hero-storefront .dashboard-search .search-box input,
.hero-storefront .dashboard-search .search-box button {
    min-height: 48px;
}

.hero-storefront .dashboard-search label {
    margin-bottom: 6px;
    font-size: 11px;
}

.hero-storefront .dashboard-search .search-box button {
    background: var(--brand-primary);
    color: var(--color-inverse);
}

.hero-storefront .dashboard-search .live-results {
    position: static;
    max-height: 340px;
    margin-top: 10px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(14px, 2vw, 28px);
}

.hero-cta {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #062746;
    padding: 0 28px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 820;
    letter-spacing: 0;
    text-transform: uppercase;
    box-shadow: 0 16px 34px rgba(15, 106, 49, 0.24);
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.hero-cta:hover {
    background: #041D35;
    transform: translateY(-1px);
    box-shadow: 0 20px 44px rgba(15, 106, 49, 0.28);
}

.hero-actions span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border-left: 1px solid rgba(31, 41, 55, 0.18);
    padding-left: clamp(12px, 2vw, 24px);
    color: #1F2937;
    font-size: 16px;
    font-weight: 650;
}

.hero-actions span strong {
    margin-right: 7px;
    font-size: 22px;
}

.hero-art {
    align-self: stretch;
    min-height: 390px;
    margin: clamp(-16px, -1.4vw, -8px) clamp(-26px, -2vw, -14px) 0 0;
}

.hero-art img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    object-position: 78% 52%;
    filter: saturate(1.02) contrast(1.02);
}

.hero-info-strip {
    position: absolute;
    left: clamp(18px, 8vw, 96px);
    right: clamp(18px, 8vw, 96px);
    bottom: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 42px rgba(31, 41, 55, 0.12);
    backdrop-filter: blur(14px);
}

.hero-info-strip div {
    position: relative;
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    align-content: center;
    padding: 18px clamp(14px, 1.8vw, 26px);
}

.hero-info-strip div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 0;
    width: 1px;
    height: calc(100% - 48px);
    background: rgba(31, 41, 55, 0.16);
}

.strip-icon {
    grid-row: span 3;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border: 2px solid #0F5A2D;
    border-radius: 50%;
    color: #0F5A2D;
    font-weight: 860;
}

.hero-info-strip strong {
    overflow: hidden;
    color: #111111;
    font-size: 16px;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-info-strip small,
.hero-info-strip a {
    overflow: hidden;
    color: #111111;
    font-size: 14px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.hero-info-strip a {
    color: var(--brand-primary);
    font-weight: 760;
}

@media (max-width: 1180px) {
    .hero-storefront {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-bottom: 32px;
    }

    .hero-art {
        min-height: 360px;
        margin: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .hero-art img {
        min-height: 360px;
        object-position: 72% 52%;
    }

    .hero-info-strip {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-column: 1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: var(--space-4);
    }
}

@media (max-width: 720px) {
    .hero-storefront {
        gap: var(--space-5);
        padding: 22px 14px;
        border-radius: 18px;
    }

    .hero-brand-lockup {
        gap: 12px;
    }

    .hero-storefront h1 {
        font-size: clamp(43px, 14vw, 76px);
    }

    .hero-storefront .hero-copy {
        font-size: 20px;
    }

    .hero-actions {
        align-items: stretch;
    }

    .hero-cta {
        width: 100%;
        min-height: 58px;
    }

    .hero-actions span {
        flex: 1 1 140px;
        border-left: 0;
        padding-left: 0;
    }

    .hero-art {
        min-height: 290px;
    }

    .hero-art img {
        min-height: 290px;
        object-position: 75% 52%;
    }

    .hero-info-strip {
        grid-template-columns: 1fr;
    }

    .hero-info-strip div {
        padding: 16px;
    }

    .hero-info-strip div:not(:last-child)::after {
        top: auto;
        right: 16px;
        bottom: 0;
        left: 16px;
        width: auto;
        height: 1px;
    }
}

/* Premium site footer */
.site-footer {
    width: 100%;
    padding: clamp(28px, 5vw, 64px) clamp(16px, 3vw, 44px) calc(clamp(26px, 4vw, 42px) + 62px);
    border-top: 1px solid rgba(45, 106, 79, 0.1);
    background:
        linear-gradient(180deg, rgba(243, 246, 237, 0.7), rgba(248, 250, 248, 1)),
        var(--color-page);
}

.footer-inner {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(18px, 4vw, 48px);
    align-items: stretch;
}

.footer-brand-panel {
    display: grid;
    align-content: space-between;
    gap: var(--space-5);
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 18px;
    background: var(--color-surface);
    padding: clamp(20px, 3vw, 32px);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.footer-brand .brand-mark {
    background: var(--brand-primary);
    color: var(--color-inverse);
}

.footer-brand strong {
    display: block;
    color: var(--brand-primary);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.05;
    font-weight: 830;
}

.footer-brand em {
    display: block;
    margin-top: 5px;
    color: var(--color-muted);
    font-size: 13px;
    font-style: normal;
    line-height: 1.35;
}

.footer-brand-panel p {
    max-width: 520px;
    margin: 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.65;
}

.footer-promise-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.footer-promise-row span {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: var(--radius-pill);
    background: var(--color-surface-muted);
    padding: 0 12px;
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 760;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
}

.footer-columns div {
    display: grid;
    align-content: start;
    gap: 10px;
    border: 1px solid rgba(45, 106, 79, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    padding: clamp(18px, 2.5vw, 26px);
}

.footer-columns h2 {
    margin: 0 0 var(--space-2);
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
}

.footer-columns a,
.footer-columns span {
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.35;
}

.footer-columns .footer-address {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 3px 0 2px;
    padding: 12px;
    border: 1px solid rgba(0, 124, 174, .14);
    border-radius: 11px;
    background: #eef6fa;
    color: #344e62;
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
}

.footer-columns .footer-address > b {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #062746;
    color: #f0b900;
    font-size: 13px;
}

.footer-columns .footer-address > span {
    display: grid;
    gap: 2px;
    color: inherit;
    font-size: inherit;
}

.footer-columns .footer-address small {
    color: #007cae;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.footer-columns a {
    transition: color 160ms ease, transform 160ms ease;
}

.footer-columns a:hover {
    color: var(--brand-primary);
    transform: translateX(2px);
}

.footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
    margin-top: var(--space-4);
    border: 1px solid rgba(45, 106, 79, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    padding: 14px clamp(16px, 2.5vw, 24px);
    color: var(--color-muted);
    font-size: 13px;
}

@media (min-width: 981px) {
    .site-footer {
        padding-bottom: clamp(26px, 4vw, 42px);
    }
}

@media (max-width: 900px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .site-footer {
        padding-left: 14px;
        padding-right: 14px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Contained homepage rhythm */
.page {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.home-shell,
.footer-inner,
.footer-bottom {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.hero-storefront {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 720px) {
    .page,
    .home-shell,
    .hero-storefront,
    .footer-inner,
    .footer-bottom {
        max-width: none;
    }
}

/* Inner page alignment with the homepage */
.section.compact {
    width: min(1180px, 100%);
    padding: clamp(28px, 4vw, 52px) 0 0;
}

.section.compact > h1,
.section.compact .section-title {
    margin-bottom: var(--space-5);
}

.section.compact > h1,
.section.compact .section-title h1 {
    max-width: 760px;
    color: var(--color-text);
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
    letter-spacing: 0;
}

.section.compact .section-title {
    position: relative;
    overflow: hidden;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 14%, rgba(253, 199, 90, 0.18), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 237, 0.72));
    padding: clamp(20px, 3.5vw, 34px);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.section.compact .section-title .eyebrow {
    color: var(--brand-primary);
}

.section.compact > h1 {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 90% 12%, rgba(253, 199, 90, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 246, 237, 0.72));
    padding: clamp(20px, 3.5vw, 34px);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.search-page-panel,
.checkout-form,
.cart-layout,
.success-card {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.search-page-panel {
    padding: clamp(16px, 2.5vw, 24px);
}

.category-page-hero {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.16);
    border-radius: 24px;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 26px 70px rgba(21, 71, 52, 0.18);
}

.category-page-media {
    position: relative;
    margin: 0;
    background:
        radial-gradient(circle at 85% 10%, rgba(253, 199, 90, 0.18), transparent 28%),
        linear-gradient(135deg, #f8fbf4, #ffffff 52%, #edf7ef);
}

.category-page-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(5, 38, 24, 0.78));
}

.category-page-media img {
    width: 100%;
    height: auto;
    display: block;
}

.category-page-hero > div {
    position: absolute;
    left: clamp(20px, 4vw, 42px);
    right: clamp(120px, 18vw, 180px);
    bottom: clamp(20px, 4vw, 42px);
    z-index: 1;
}

.category-page-hero > a {
    position: absolute;
    right: clamp(20px, 4vw, 42px);
    bottom: clamp(20px, 4vw, 42px);
    z-index: 1;
}

.category-page-hero h1 {
    margin: 6px 0 8px;
    max-width: 760px;
    color: #ffffff;
    font-size: clamp(42px, 6.5vw, 86px);
    line-height: 0.95;
    letter-spacing: 0;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.32);
}

.category-page-hero .eyebrow {
    color: #ffd767;
}

.category-page-hero span {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 760;
}

.category-page-hero .secondary-btn {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.92);
    color: var(--brand-primary);
    white-space: nowrap;
}

.search-page-panel .search-box button {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.search-page-panel .search-box button:hover {
    background: var(--brand-primary-hover);
    border-color: var(--brand-primary-hover);
}

.search-state-row {
    border: 1px solid rgba(45, 106, 79, 0.1);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    padding: var(--space-3) var(--space-4);
}

.product-grid {
    gap: var(--space-5);
}

.cart-layout {
    padding: clamp(16px, 2.5vw, 24px);
}

.cart-item,
.summary-panel,
.checkout-intro,
.customer-memory-panel,
.empty-state {
    border-color: rgba(45, 106, 79, 0.12);
    box-shadow: 0 12px 32px rgba(45, 106, 79, 0.06);
}

.cart-item {
    border-radius: 18px;
    background: #FFFFFF;
}

.cart-layout .summary-panel {
    position: sticky;
    top: 92px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(243, 246, 237, 0.66), rgba(255, 255, 255, 1));
}

.checkout-form {
    padding: clamp(18px, 3vw, 32px);
}

.checkout-intro {
    border-radius: 18px;
    background:
        radial-gradient(circle at 92% 10%, rgba(253, 199, 90, 0.16), transparent 28%),
        var(--color-surface-muted);
}

.checkout-intro h2 {
    font-size: clamp(22px, 3vw, 34px);
    letter-spacing: 0;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea,
.search-page-panel .search-box input,
.search-page-panel .search-box select {
    border-color: rgba(45, 106, 79, 0.14);
    background: #FFFFFF;
}

.checkout-form .primary-btn,
.success-card .primary-btn {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.checkout-form .primary-btn:hover,
.success-card .primary-btn:hover {
    background: var(--brand-primary-hover);
    border-color: var(--brand-primary-hover);
}

.success-card {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 24px;
}

.success-card h1 {
    margin-bottom: 0;
    color: var(--brand-primary);
    font-size: clamp(38px, 5vw, 64px);
    letter-spacing: 0;
}

.success-check {
    border: 1px solid rgba(34, 197, 94, 0.18);
}

@media (max-width: 980px) {
    .cart-layout .summary-panel {
        position: static;
    }

    .product-grid {
        gap: var(--space-3);
    }
}

@media (max-width: 680px) {
    .section.compact {
        padding-top: var(--space-4);
    }

    .section.compact > h1,
    .section.compact .section-title h1 {
        font-size: clamp(36px, 11vw, 54px);
    }

    .section.compact .section-title,
    .section.compact > h1,
    .search-page-panel,
    .checkout-form,
    .cart-layout,
    .success-card {
        border-radius: 18px;
    }

    .section.compact .section-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .category-page-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .category-page-hero > div {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .category-page-hero > a {
        display: none;
    }

    .category-page-hero h1 {
        font-size: clamp(38px, 13vw, 56px);
    }

    .cart-layout {
        padding: var(--space-3);
    }
}

/* Chadha logo integration */
.brand-logo {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 10px 24px rgba(45, 106, 79, 0.12);
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.site-header .brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 15px;
}

.footer-logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
}

.hero-logo {
    width: clamp(86px, 9vw, 128px);
    height: clamp(86px, 9vw, 128px);
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.14);
}

.hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

@media (max-width: 680px) {
    .site-header .brand-logo {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .hero-logo {
        width: 74px;
        height: 74px;
        border-radius: 18px;
    }

    .footer-logo {
        width: 56px;
        height: 56px;
    }
}

/* Premium grocery admin */
.admin-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 18% 0%, rgba(253, 199, 90, 0.16), transparent 30%),
        linear-gradient(180deg, #FFFFFF 0%, #EEF4EC 100%);
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 288px minmax(0, 1fr);
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: var(--space-5);
    border-right: 1px solid rgba(45, 106, 79, 0.12);
    background: rgba(255, 255, 255, 0.92);
    padding: var(--space-5);
    box-shadow: 18px 0 48px rgba(45, 106, 79, 0.08);
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    min-width: 0;
}

.admin-brand strong {
    display: block;
    color: var(--brand-primary);
    font-size: 15px;
    line-height: 1.15;
    font-weight: 820;
}

.admin-brand em {
    display: block;
    margin-top: 3px;
    color: var(--color-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 620;
}

.admin-nav {
    display: grid;
    align-content: start;
    gap: 8px;
}

.admin-nav a {
    display: grid;
    gap: 3px;
    border: 1px solid transparent;
    border-radius: 14px;
    padding: 13px 14px;
    color: var(--color-text);
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.admin-nav a:hover,
.admin-nav a.active {
    border-color: rgba(45, 106, 79, 0.16);
    background: var(--color-surface-muted);
    transform: translateX(2px);
}

.admin-nav a.active {
    box-shadow: inset 3px 0 0 var(--brand-primary);
}

.admin-nav span {
    font-size: 14px;
    font-weight: 780;
}

.admin-nav small,
.admin-sidebar-card span,
.admin-topbar span,
.admin-stat-grid small,
.admin-mini-metrics span {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.35;
}

.admin-sidebar-card {
    display: grid;
    gap: var(--space-2);
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(150deg, rgba(243, 246, 237, 0.94), rgba(255, 255, 255, 0.96));
    padding: var(--space-4);
}

.admin-sidebar-card strong {
    color: var(--brand-primary);
    font-size: 14px;
}

.admin-sidebar-card a {
    width: max-content;
    color: var(--brand-primary);
    font-size: 13px;
    font-weight: 760;
}

.admin-workspace {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    border-bottom: 1px solid rgba(45, 106, 79, 0.1);
    background: rgba(248, 250, 248, 0.88);
    padding: 16px clamp(18px, 3vw, 34px);
    backdrop-filter: blur(18px);
}

.admin-topbar strong {
    display: block;
    margin-top: 2px;
    color: var(--color-text);
    font-size: 19px;
    line-height: 1.1;
}

.admin-topbar nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.admin-topbar nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: var(--radius-pill);
    background: #FFFFFF;
    padding: 0 12px;
    color: var(--color-text);
    font-size: 13px;
    font-weight: 700;
}

.admin-page {
    width: min(1180px, 100%);
    display: grid;
    gap: var(--space-5);
    margin: 0 auto;
    padding: clamp(18px, 3vw, 34px);
}

.admin-hero,
.admin-panel,
.admin-stat-grid article {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(45, 106, 79, 0.08);
}

.admin-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-5);
    overflow: hidden;
    padding: clamp(20px, 3vw, 34px);
}

.admin-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--color-text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.98;
    letter-spacing: 0;
}

.admin-hero p:not(.eyebrow) {
    max-width: 720px;
    margin: var(--space-3) 0 0;
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.6;
}

.admin-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: var(--space-2);
}

.admin-panel {
    min-width: 0;
    padding: clamp(16px, 2.4vw, 24px);
}

.admin-grid {
    display: grid;
    gap: var(--space-4);
}

.admin-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--space-3);
}

.admin-stat-grid.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stat-grid article {
    display: grid;
    gap: 5px;
    min-height: 116px;
    align-content: center;
    padding: var(--space-4);
}

.admin-stat-grid span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 740;
    text-transform: uppercase;
}

.admin-stat-grid strong {
    color: var(--brand-primary);
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1;
    letter-spacing: 0;
}

.admin-mini-metrics,
.admin-action-grid,
.admin-category-grid {
    display: grid;
    gap: var(--space-3);
}

.admin-mini-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-mini-metrics div,
.admin-category-grid article,
.admin-action-grid a {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 16px;
    background: var(--color-surface-muted);
    padding: var(--space-4);
}

.admin-mini-metrics strong {
    display: block;
    margin-top: 6px;
    color: var(--color-text);
    font-size: 26px;
}

.admin-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-action-grid a {
    color: var(--brand-primary);
    font-size: 14px;
    font-weight: 780;
}

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

.admin-category-grid article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
}

.admin-category-grid strong {
    display: block;
    margin-bottom: 4px;
    color: var(--color-text);
}

.admin-category-grid span {
    color: var(--color-muted);
    font-size: 12px;
}

.category-image-modal[hidden] {
    display: none;
}

.category-image-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(31, 41, 55, 0.48);
}

.category-image-form {
    width: min(760px, 100%);
    max-height: min(720px, 92vh);
    overflow: auto;
}

.category-image-form > .small-btn {
    float: right;
}

.upload-progress {
    position: relative;
    overflow: hidden;
    min-height: 28px;
    margin: 14px 0;
    border-radius: 999px;
    background: var(--color-surface-muted);
}

.upload-progress span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: var(--brand-secondary);
}

.upload-progress strong {
    position: relative;
    z-index: 1;
    display: block;
    padding: 6px 12px;
    color: var(--color-text);
    font-size: 12px;
    text-align: center;
}

.admin-panel .search-panel.flat {
    margin-bottom: 0;
}

.admin-panel details.admin-form {
    border: 0;
    box-shadow: none;
}

.admin-panel details.admin-form summary {
    cursor: pointer;
    margin-bottom: var(--space-4);
    color: var(--brand-primary);
    font-size: 16px;
    font-weight: 820;
}

.admin-notice {
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 700;
}

.admin-notice.success {
    border: 1px solid rgba(34, 197, 94, 0.24);
    background: rgba(34, 197, 94, 0.1);
    color: #116C35;
}

.admin-notice.danger {
    border: 1px solid rgba(220, 38, 38, 0.22);
    background: rgba(220, 38, 38, 0.08);
    color: #991B1B;
}

.admin-notice.warning {
    border: 1px solid rgba(217, 119, 6, 0.24);
    background: rgba(217, 119, 6, 0.1);
    color: #92400E;
}

.product-editor-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
    gap: var(--space-5);
    align-items: start;
}

.product-image-editor,
.product-data-editor {
    display: grid;
    gap: var(--space-3);
}

.product-edit-preview,
.product-table-thumb {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(45, 106, 79, 0.12);
    background: var(--color-surface-muted);
    color: var(--brand-primary);
    font-weight: 820;
}

.product-edit-preview {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 18px;
}

.product-edit-preview img,
.product-table-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-table-thumb {
    width: 64px;
    height: 64px;
    border-radius: 14px;
}

.product-image-quick-btn {
    display: grid;
    gap: 6px;
    justify-items: center;
    width: 82px;
    border: 0;
    background: transparent;
    color: var(--brand-primary);
    font: inherit;
    font-size: 12px;
    font-weight: 820;
    cursor: pointer;
}

.product-image-quick-btn:hover .product-table-thumb,
.product-image-quick-btn:focus-visible .product-table-thumb {
    border-color: rgba(45, 106, 79, 0.38);
    box-shadow: 0 10px 22px rgba(45, 106, 79, 0.14);
}

.product-image-form .product-edit-preview {
    max-width: 260px;
    margin-bottom: var(--space-3);
}

.product-admin-table td strong {
    display: block;
    max-width: 360px;
}

.product-catalog-filters {
    display: grid;
    gap: var(--space-3);
}

.product-filter-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.product-category-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 3px 2px 8px;
    scrollbar-width: thin;
}

.product-category-strip a {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: var(--color-text);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 820;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(45, 106, 79, 0.05);
}

.product-category-strip a:hover,
.product-category-strip a.is-active {
    border-color: rgba(45, 106, 79, 0.34);
    background: rgba(45, 106, 79, 0.08);
    color: var(--brand-primary);
}

.product-category-strip span {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    height: 22px;
    border-radius: 999px;
    background: rgba(253, 199, 90, 0.22);
    color: #7a4f00;
    padding: 0 7px;
    font-size: 11px;
}

.product-list-toolbar {
    display: flex;
    justify-content: space-between;
    gap: var(--space-3);
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    padding: 12px 14px;
}

.product-list-toolbar div {
    display: grid;
    gap: 2px;
}

.product-list-toolbar strong {
    font-size: 16px;
    color: var(--brand-primary);
}

.product-list-toolbar span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 760;
}

.admin-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin: 12px 0;
}

.admin-pagination.bottom {
    justify-content: center;
    margin-top: 16px;
}

.admin-pagination a,
.admin-pagination span {
    min-width: 38px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 10px;
    background: #ffffff;
    color: var(--brand-primary);
    padding: 0 11px;
    font-size: 13px;
    font-weight: 820;
    text-decoration: none;
}

.admin-pagination a.is-current {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
    color: #ffffff;
}

.admin-pagination a.is-disabled {
    pointer-events: none;
    opacity: .42;
}

.product-add-panel {
    margin-top: var(--space-5);
    border-top: 3px solid rgba(45, 106, 79, 0.22);
}

.product-form-category-hints {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.product-form-category-hints button {
    border: 1px solid rgba(45, 106, 79, 0.14);
    border-radius: 999px;
    background: rgba(45, 106, 79, 0.07);
    color: var(--brand-primary);
    padding: 7px 10px;
    font: inherit;
    font-size: 12px;
    font-weight: 820;
    cursor: pointer;
}

.product-form-category-hints button:hover {
    border-color: rgba(45, 106, 79, 0.32);
    background: rgba(253, 199, 90, 0.22);
}

.product-quick-manage {
    display: grid;
    grid-template-columns: minmax(82px, .95fr) 64px 64px minmax(94px, .8fr) auto auto;
    gap: 8px;
    align-items: end;
    min-width: 520px;
}

.product-quick-manage label {
    display: grid;
    gap: 4px;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 760;
}

.product-quick-manage input,
.product-quick-manage select {
    min-height: 34px;
    border: 1px solid var(--color-border);
    border-radius: 7px;
    padding: 0 8px;
    font-size: 13px;
}

.product-quick-manage .checkbox-line {
    min-height: 34px;
    align-content: center;
    color: var(--color-text);
}

.product-admin-offer-pill {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    margin-top: 7px;
    border-radius: 999px;
    background: rgba(45, 106, 79, .09);
    color: var(--brand-primary);
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 820;
}

.product-star-toggle {
    min-width: 82px;
    border-color: rgba(176, 120, 0, 0.24);
    color: #7a4f00;
    background: #fff8e6;
}

.product-star-toggle.is-starred {
    color: #ffffff;
    border-color: #b7791f;
    background: #b7791f;
}

.product-star-toggle:disabled {
    opacity: 0.7;
    cursor: wait;
}

.home-starred-section {
    background: linear-gradient(180deg, rgba(255, 248, 230, 0.74), rgba(255, 255, 255, 0));
}

.catalog-audit-page {
    display: grid;
    gap: var(--space-4);
}

.audit-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
}

.audit-tabs a,
.duplicate-group-card {
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 18px;
    background: var(--color-surface);
    box-shadow: 0 12px 34px rgba(45, 106, 79, 0.07);
}

.audit-tabs a {
    display: grid;
    gap: 4px;
    padding: var(--space-4);
    color: var(--color-text);
}

.audit-tabs a.active {
    border-color: rgba(45, 106, 79, 0.34);
    box-shadow: inset 4px 0 0 var(--brand-primary), 0 16px 38px rgba(45, 106, 79, 0.11);
}

.audit-tabs span,
.duplicate-group-card summary strong {
    color: var(--brand-primary);
    font-weight: 820;
}

.audit-tabs strong {
    font-size: 26px;
    line-height: 1;
}

.audit-tabs small,
.audit-toolbar,
.audit-table-wrap td span {
    color: var(--color-muted);
    font-size: 12px;
}

.audit-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-3);
}

.audit-process-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
}

.audit-process-strip span {
    min-height: 42px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 12px;
    background: var(--color-surface-muted);
    color: var(--brand-primary);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 780;
}

.chip.is-active {
    border-color: var(--brand-primary);
    background: var(--brand-primary);
    color: #FFFFFF;
}

.audit-table-wrap table {
    min-width: 980px;
}

.audit-table-wrap td {
    vertical-align: top;
}

.audit-table-wrap td > strong,
.audit-table-wrap td > span {
    display: block;
}

.audit-danger {
    color: var(--danger);
}

.audit-warning {
    color: #A16207;
}

.audit-fix-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(78px, 1fr));
    gap: 8px;
    align-items: end;
    min-width: 280px;
}

.audit-fix-form label {
    display: grid;
    gap: 4px;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 720;
}

.audit-fix-form input,
.audit-fix-form select {
    width: 100%;
    min-height: 34px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-surface);
    padding: 0 9px;
    font: inherit;
    font-size: 12px;
}

.audit-fix-form .audit-active {
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 34px;
}

.audit-fix-form .audit-active input {
    width: auto;
    min-height: 0;
}

.duplicate-group-list {
    display: grid;
    gap: var(--space-3);
}

.audit-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-3);
}

.audit-overview-grid article {
    display: grid;
    gap: 6px;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 16px;
    background: var(--color-surface);
    padding: var(--space-4);
}

.audit-overview-grid strong {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--brand-primary);
    color: #FFFFFF;
}

.audit-section-heading {
    margin: var(--space-2) 0 0;
    color: var(--brand-primary);
    font-size: 18px;
}

.audit-action-stack {
    display: grid;
    gap: 8px;
    min-width: 170px;
}

.audit-action-stack form {
    margin: 0;
}

.audit-action-note {
    border: 1px dashed rgba(217, 119, 6, 0.36);
    border-radius: 10px;
    background: rgba(217, 119, 6, 0.08);
    color: #92400E;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 760;
}

.audit-review-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px;
}

.audit-review-form input,
.duplicate-cleanup-bar input,
.duplicate-cleanup-bar select {
    min-height: 34px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-surface);
    padding: 0 9px;
    font: inherit;
    font-size: 12px;
}

.duplicate-cleanup-bar {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1.1fr);
    gap: var(--space-3);
    border-top: 1px solid rgba(45, 106, 79, 0.1);
    background: var(--color-surface-muted);
    padding: var(--space-3);
}

.duplicate-cleanup-bar form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(160px, auto) auto;
    gap: 8px;
    align-items: center;
}

.duplicate-check {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(45, 106, 79, 0.12);
    border-radius: 10px;
    background: var(--color-surface);
    padding: 0 10px;
    color: var(--brand-primary);
    font-size: 12px;
    font-weight: 760;
}

.duplicate-check input {
    width: auto;
    min-height: 0;
}

.duplicate-group-card {
    overflow: hidden;
}

.duplicate-group-card summary {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) repeat(3, auto);
    gap: var(--space-3);
    align-items: center;
    padding: var(--space-4);
    cursor: pointer;
}

.duplicate-group-card summary span {
    border-radius: 999px;
    background: var(--color-surface-muted);
    color: var(--color-muted);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 720;
}

.duplicate-group-card .table-wrap {
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: none;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    align-items: center;
}

.status.limited {
    color: #8a5800;
}

.status.in_stock {
    color: var(--green-dark);
}

.status.out_of_stock {
    color: var(--danger);
}

.status.audit-status-doubt {
    color: #92400E;
}

@media (max-width: 1120px) {
    .admin-shell {
        grid-template-columns: 248px minmax(0, 1fr);
    }

    .admin-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .duplicate-cleanup-bar,
    .duplicate-cleanup-bar form {
        grid-template-columns: 1fr;
    }

    .duplicate-group-card summary {
        grid-template-columns: 1fr 1fr;
    }

    .product-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .admin-shell {
        display: block;
    }

    .admin-sidebar {
        position: static;
        height: auto;
        display: grid;
        gap: var(--space-3);
        border-right: 0;
        border-bottom: 1px solid rgba(45, 106, 79, 0.12);
        padding: var(--space-4);
    }

    .admin-nav {
        grid-auto-flow: column;
        grid-auto-columns: minmax(138px, 1fr);
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .admin-sidebar-card {
        display: none;
    }

    .admin-hero,
    .admin-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-hero-actions,
    .admin-topbar nav {
        justify-content: flex-start;
    }

    .admin-grid.two,
    .admin-mini-metrics,
    .admin-action-grid,
    .admin-category-grid,
    .audit-tabs,
    .audit-process-strip,
    .audit-overview-grid,
    .product-editor-grid,
    .admin-stat-grid,
    .admin-stat-grid.compact {
        grid-template-columns: 1fr;
    }

    .admin-page {
        padding: 14px;
    }

    .product-filter-grid,
    .product-quick-manage {
        grid-template-columns: 1fr;
    }

    .product-quick-manage {
        min-width: 220px;
    }
}

/* Mobile storefront header overrides */
.mobile-category-menu {
    display: none;
}

@media (max-width: 680px) {
    .site-header {
        flex-wrap: wrap;
        align-items: center;
        gap: 10px 12px;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .site-header .brand {
        gap: 0;
    }

    .site-header .brand > span:not(.brand-logo) {
        display: none;
    }

    .site-header .brand-logo {
        width: 60px;
        height: 60px;
        border-radius: 16px;
    }

    .site-header .brand-logo img {
        padding: 3px;
    }

    .site-header nav {
        order: 1;
        max-width: calc(100vw - 112px);
        margin-left: auto;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .site-header nav::-webkit-scrollbar {
        display: none;
    }

    .mobile-category-menu {
        order: 2;
        position: static;
        display: block;
        flex: 1 0 100%;
    }

    .mobile-category-menu summary {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid rgba(45, 106, 79, 0.18);
        border-radius: 14px;
        padding: 0 14px;
        background: #F6FBF7;
        color: var(--brand-primary);
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        list-style: none;
    }

    .mobile-category-menu summary::-webkit-details-marker {
        display: none;
    }

    .mobile-category-menu summary::after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform 160ms ease;
    }

    .mobile-category-menu[open] summary::after {
        transform: rotate(225deg) translateY(-2px);
    }

    .mobile-category-menu div {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        transform: none;
        z-index: 50;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        max-height: min(52vh, 360px);
        overflow-y: auto;
        border: 1px solid rgba(45, 106, 79, 0.16);
        border-radius: 16px;
        padding: 10px;
        background: #FFFFFF;
        box-shadow: 0 18px 44px rgba(31, 41, 55, 0.18);
    }

    .mobile-category-menu a {
        min-height: 40px;
        display: flex;
        align-items: center;
        border-radius: 12px;
        padding: 9px 10px;
        background: #FFFFFF;
        color: var(--color-text);
        font-size: 13px;
        font-weight: 650;
        line-height: 1.2;
    }

    .mobile-category-menu a:first-child {
        grid-column: 1 / -1;
        background: var(--brand-primary);
        color: #FFFFFF;
    }

    .header-search {
        order: 3;
        flex: 1 0 100%;
    }
}
/* Final cascade guard: compact home category cards after item counts. */
body .home-category-section .home-category-strip {
    grid-auto-columns: minmax(168px, 188px) !important;
}

body .home-category-section .home-category-strip .category-pill {
    min-height: 188px !important;
    grid-template-rows: 108px minmax(34px, auto) 22px !important;
    gap: 7px !important;
    border-radius: 16px !important;
    padding: 9px !important;
}

body .home-category-section .home-category-strip .category-pill span {
    width: 100% !important;
    height: 108px !important;
    border-radius: 12px !important;
}

body .home-category-section .home-category-strip .category-pill span img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    padding: 6px !important;
}

body .home-category-section .home-category-strip .category-pill strong {
    min-height: 0 !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
}

body .home-category-section .home-category-strip .category-pill small {
    min-height: 22px !important;
    max-width: 100% !important;
    padding: 0 8px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

@media (max-width: 680px) {
    body .home-category-section .home-category-strip {
        grid-auto-columns: minmax(132px, 38vw) !important;
    }

    body .home-category-section .home-category-strip .category-pill {
        min-height: 152px !important;
        grid-template-rows: 82px minmax(31px, auto) 21px !important;
        gap: 6px !important;
        padding: 8px !important;
    }

    body .home-category-section .home-category-strip .category-pill span {
        height: 82px !important;
    }
}
/* Final responsive category sizing guard at EOF. */
body .home-category-section .home-category-strip {
    grid-auto-columns: calc((100% - (var(--space-4) * 3)) / 4) !important;
}

body .home-category-section .home-category-strip .category-pill {
    min-height: 246px !important;
    grid-template-rows: 160px minmax(38px, auto) 24px !important;
    gap: 10px !important;
    padding: 10px !important;
}

body .home-category-section .home-category-strip .category-pill span {
    height: 160px !important;
}

body .home-category-section .home-category-strip .category-pill strong {
    font-size: 15px !important;
}

body .home-category-section .home-category-strip .category-pill small {
    min-height: 24px !important;
    font-size: 12px !important;
}

@media (max-width: 680px) {
    body .home-category-section .category-carousel-shell {
        margin: 0 -10px !important;
    }

    body .home-category-section .home-category-strip {
        grid-auto-columns: minmax(158px, calc((100% - 10px) / 2)) !important;
        gap: 10px !important;
        padding: 2px 10px 6px !important;
    }

    body .home-category-section .home-category-strip .category-pill {
        min-height: 178px !important;
        grid-template-rows: 104px minmax(34px, auto) 22px !important;
        gap: 7px !important;
        padding: 8px !important;
    }

    body .home-category-section .home-category-strip .category-pill span {
        height: 104px !important;
    }

    body .home-category-section .home-category-strip .category-pill strong {
        font-size: 13px !important;
        line-height: 1.18 !important;
    }

    body .home-category-section .home-category-strip .category-pill small {
        min-height: 22px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 680px) {
    .quick-shop-page .category-nav-bar {
        display: none !important;
    }

    .quick-shop-page .page {
        padding-top: 0;
    }

    .quick-shop-page .site-header {
        position: sticky;
        top: 0;
        z-index: 30;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 8px 24px rgba(31, 41, 55, .08);
    }

    .quick-shop-page .header-search {
        order: 3;
        width: 100%;
        flex-basis: 100%;
    }

    .quick-shop-page .header-search button,
    .quick-shop-page nav > a:not(.nav-cart) {
        display: none;
    }

    .quick-shop-page .nav-cart {
        min-height: 44px;
        padding: 8px 12px;
    }

    .quick-shop-page .quick-shop-shell {
        width: 100%;
        gap: 0;
        margin-top: 0;
    }

    .quick-shop-page .quick-shop-sidebar {
        position: sticky;
        top: 134px;
        z-index: 20;
        border-width: 1px 0;
        border-radius: 0;
        box-shadow: 0 10px 22px rgba(31, 41, 55, .08);
    }

    .quick-shop-page .quick-shop-sidebar-head {
        display: none;
    }

    .quick-shop-page .quick-shop-category-list {
        max-height: none;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(112px, 32vw);
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 8px 10px;
        background: rgba(255, 255, 255, .97);
        scroll-snap-type: x proximity;
    }

    .quick-shop-page .quick-shop-category-list button {
        min-height: 46px;
        display: grid;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 4px;
        border: 1px solid rgba(45, 106, 79, .12);
        background: #FFFFFF;
        padding: 7px 9px;
        scroll-snap-align: start;
    }

    .quick-shop-page .quick-shop-category-list button.is-active {
        box-shadow: inset 0 -4px 0 var(--brand-primary);
    }

    .quick-shop-page .quick-shop-category-list span {
        font-size: 12px;
        line-height: 1.2;
        white-space: normal;
    }

    .quick-shop-page .quick-shop-category-list small {
        width: max-content;
        padding: 2px 6px;
        font-size: 10px;
    }

    .quick-shop-page .quick-shop-products {
        padding: 10px;
    }

    .quick-shop-page .quick-shop-topbar {
        position: static;
        grid-template-columns: 1fr;
        border-radius: 10px;
        padding: 12px;
    }

    .quick-shop-page .quick-shop-topbar .eyebrow {
        margin-bottom: 2px;
        font-size: 11px;
    }

    .quick-shop-page .quick-shop-topbar h1 {
        font-size: 24px;
        line-height: 1.05;
    }

    .quick-shop-page .quick-shop-search {
        grid-template-columns: minmax(0, 1fr) 88px;
        gap: 8px;
    }

    .quick-shop-page .quick-shop-search input,
    .quick-shop-page .quick-shop-search button {
        min-height: 42px;
        font-size: 15px;
    }

    .quick-shop-page .quick-shop-grid.product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .quick-shop-page .quick-shop-grid .product-card {
        border-radius: 12px;
        padding: 9px;
    }

    .quick-shop-page .quick-shop-grid .product-image {
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .quick-shop-page .quick-shop-grid .product-placeholder span {
        font-size: 15px;
        line-height: 1.2;
    }

    .quick-shop-page .quick-shop-grid .product-info {
        gap: 5px;
    }

    .quick-shop-page .quick-shop-grid .product-category {
        margin-bottom: 0;
        font-size: 11px;
    }

    .quick-shop-page .quick-shop-grid .product-info h3 {
        min-height: 42px;
        font-size: 14px;
        line-height: 1.25;
    }

    .quick-shop-page .quick-shop-grid .muted {
        font-size: 12px;
    }

    .quick-shop-page .quick-shop-grid .price-row {
        gap: 5px;
        flex-wrap: wrap;
    }

    .quick-shop-page .quick-shop-grid .price-row strong {
        font-size: 15px;
    }

    .quick-shop-page .quick-shop-grid .price-row span {
        font-size: 12px;
    }

    .quick-shop-page .quick-shop-grid .add-btn,
    .quick-shop-page .quick-shop-grid .product-stepper {
        height: 38px;
        font-size: 14px;
    }

    .quick-shop-page .mobile-cart-bar {
        left: 10px;
        right: 10px;
        bottom: 10px;
        width: auto;
        min-height: 54px;
        border-radius: 18px;
        padding: 0 14px;
    }
}
/* VendFront US premium visual layer */
:root {
  --vf-ink: #062746;
  --vf-green: #007cae;
  --vf-lime: #f0b900;
  --vf-cream: #f6f8fb;
  --vf-coral: #dca800;
}
body { background: #fff; color: var(--vf-ink); }
.site-header { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(19,35,27,.09); box-shadow: 0 10px 30px rgba(19,35,27,.06); }
.brand-logo { background: transparent; }
.header-search button, .primary-btn, .hero-cta { background: var(--vf-green); }
.hero-home { border-radius: 28px; overflow: hidden; box-shadow: 0 24px 70px rgba(19,35,27,.16); }
.product-card, .category-pill, .store-offer-card { border-radius: 20px; border: 1px solid rgba(19,35,27,.08); box-shadow: 0 12px 32px rgba(19,35,27,.07); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover, .category-pill:hover, .store-offer-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(19,35,27,.13); }
@media (max-width: 760px) {
  .site-header { padding: 10px 14px; }
  .brand strong { font-size: 15px; }
  .hero-home { border-radius: 20px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 16px; }
}

/* VendFront homepage */
.vf-hero { margin: 24px auto 0; max-width: 1320px; min-height: 610px; padding: clamp(34px,7vw,92px); border-radius: 32px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: clamp(30px,6vw,90px); background-image:linear-gradient(90deg,rgba(2,20,39,.98) 0%,rgba(3,29,54,.91) 38%,rgba(3,29,54,.44) 66%,rgba(3,23,42,.12) 100%),url("../vendfront-hero-vending.png"); background-position:center center;background-size:cover;background-repeat:no-repeat; color:#fff; overflow:hidden; box-shadow:0 28px 80px rgba(6,39,70,.24); }
.vf-hero h1 { margin:8px 0 20px; color:#fff; font-size:clamp(48px,7vw,96px); line-height:.96; letter-spacing:-.055em; }
.vf-hero-copy>p:not(.eyebrow) { max-width:710px; color:rgba(255,255,255,.82); font-size:clamp(18px,1.7vw,23px); line-height:1.55; }
.vf-hero .eyebrow { color:var(--vf-lime); }
.vf-hero .hero-cta { background:var(--vf-lime); color:var(--vf-ink); }
.vf-hero .hero-secondary-link { color:#fff; }
.vf-proof { display:flex; flex-wrap:wrap; gap:24px; margin-top:34px; }
.vf-proof span { display:grid; color:rgba(255,255,255,.72); font-size:13px; }
.vf-proof strong { color:#fff; font-size:28px; }
.vf-hero-panel { padding:30px; border:1px solid rgba(255,255,255,.18); border-radius:24px; background:rgba(255,255,255,.09); backdrop-filter:blur(14px); }
.vf-hero-panel>p { color:var(--vf-lime); font-weight:800; }
.vf-hero-panel ul { padding-left:20px; line-height:1.7; color:rgba(255,255,255,.84); }
.vf-hero-panel a { color:#fff; font-weight:800; }
.vf-intro { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:end; }
.vf-intro h2,.vf-tech h2,.vf-cta h2 { font-size:clamp(34px,4vw,58px); line-height:1.05; margin:.25em 0; }
.vf-intro>p { font-size:19px; line-height:1.65; color:#526159; }
.vf-service-grid,.vf-detail-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.vf-service-card,.vf-detail-grid article { padding:28px; border-radius:22px; background:#fff; border:1px solid rgba(19,35,27,.09); box-shadow:0 12px 30px rgba(19,35,27,.06); }
.vf-service-card>span { display:inline-grid; place-items:center; min-width:58px; height:34px; padding:0 12px; border-radius:100px; background:var(--vf-lime); color:var(--vf-green); font-size:12px; font-weight:900; text-transform:uppercase; }
.vf-service-card h3,.vf-detail-grid h3 { margin:18px 0 8px; font-size:21px; }
.vf-service-card p,.vf-detail-grid p { margin:0; color:#607067; line-height:1.6; }
.vf-tech { display:grid; grid-template-columns:1fr 1fr; gap:50px; padding:clamp(32px,5vw,70px)!important; border-radius:28px; background:#eaf3f8; }
.vf-tech-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.vf-tech-list span { padding:16px; border-radius:14px; background:#fff; font-weight:750; box-shadow:0 8px 22px rgba(19,35,27,.05); }
.vf-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.vf-benefit-grid article { padding:25px; border-top:3px solid var(--vf-green); background:#fff; border-radius:4px 4px 18px 18px; }
.vf-benefit-grid strong { font-size:19px; }.vf-benefit-grid p { color:#627168; line-height:1.55; }
.vf-cta { display:flex; justify-content:space-between; align-items:center; gap:30px; padding:clamp(30px,5vw,65px)!important; border-radius:28px; background:var(--vf-ink); color:#fff; }.vf-cta h2 { color:#fff; max-width:760px; }.vf-cta .eyebrow { color:var(--vf-lime); }
.about-story blockquote { margin:28px 0 0; padding:20px 24px; border-left:4px solid var(--vf-green); background:#eef5fa; font-size:20px; font-weight:750; }

/* Official VendFront logo and brand palette */
.site-header .brand { flex:0 1 420px; min-width:245px; }
.site-header .brand-logo { width:min(390px,31vw); height:auto; min-height:58px; border-radius:0; display:block; }
.site-header .brand-logo img { width:100%; height:auto; max-height:76px; object-fit:contain; object-position:left center; }
.footer-brand .footer-logo { width:min(410px,100%); height:auto; min-height:80px; border-radius:8px; background:#fff; padding:10px; }
.footer-brand .footer-logo img { width:100%; height:auto; max-height:100px; object-fit:contain; }
.site-header nav a:hover,.site-header nav a:focus,.category-nav-bar a:hover { color:#007cae; }
.category-nav-bar a.is-active { background:#062746; color:#fff; }
.header-search button,.primary-btn,.hero-cta,.add-btn { background:#007cae; color:#fff; }
.header-search button:hover,.primary-btn:hover,.add-btn:hover { background:#062746; }
.vf-hero .hero-cta { background:#f0b900; color:#062746; }
.vf-hero .hero-cta:hover { background:#ffd24a; color:#062746; }
.vf-service-card>span { background:#fff2ba; color:#8b6800; }
.vf-benefit-grid article { border-top-color:#f0b900; }
.site-footer { background:#041d35; }
.page,.section,.cart-drawer-panel,.cart-drawer-body,.cart-summary,.checkout-card,.auth-card,.admin-card { background-color:#fff; }
.mobile-cart-bar { background:#062746; color:#fff; }
@media(max-width:760px){.site-header .brand{flex:1 1 100%;min-width:0}.site-header .brand-logo{width:min(310px,82vw);min-height:44px}.site-header .brand-logo img{max-height:60px}.footer-brand .footer-logo{min-height:60px}}
@media(max-width:900px){.vf-hero,.vf-intro,.vf-tech{grid-template-columns:1fr}.vf-service-grid,.vf-detail-grid,.vf-benefit-grid{grid-template-columns:repeat(2,1fr)}.vf-hero{min-height:auto}}
@media(max-width:600px){.vf-hero{margin:10px;border-radius:22px;padding:30px 20px;background-image:linear-gradient(90deg,rgba(2,20,39,.97),rgba(3,29,54,.83)),url("../vendfront-hero-vending.png");background-position:62% center}.vf-hero h1{font-size:45px}.vf-service-grid,.vf-detail-grid,.vf-benefit-grid,.vf-tech-list{grid-template-columns:1fr}.vf-cta{align-items:flex-start;flex-direction:column}.vf-proof{gap:16px}.vf-proof span{width:calc(50% - 8px)}}
.price-row.is-call-price strong{color:#9a7100;font-size:15px}.call-price-btn{display:inline-flex;align-items:center;justify-content:center;width:auto!important;min-width:110px;padding:0 14px;background:#f0b900!important;color:#062746!important;text-decoration:none}
.cart-compare-banner{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:18px 0 24px;padding:24px 26px;border:1px solid #d8e3eb;border-radius:18px;background:radial-gradient(circle at 90% 10%,rgba(240,185,0,.16),transparent 35%),linear-gradient(125deg,#fff,#f4f9fc);box-shadow:0 16px 40px rgba(6,39,70,.08)}.cart-compare-banner>div:first-child>span{color:#007cae;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cart-compare-banner h2{margin:4px 0;color:#062746;font-size:24px}.cart-compare-banner p{margin:0;color:#64748b}.cart-compare-kpis{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:10px}.cart-compare-kpis>span{padding:13px 15px;border:1px solid #dbe5ec;border-radius:11px;background:#fff}.cart-compare-kpis small,.cart-compare-kpis strong{display:block}.cart-compare-kpis small{color:#718195;font-size:9px;font-weight:850;text-transform:uppercase}.cart-compare-kpis strong{margin-top:4px;color:#062746;font-size:17px}.cart-compare-kpis .is-up strong,.cart-line-comparison .is-up{color:#b45309}.cart-compare-kpis .is-down strong,.cart-line-comparison .is-down{color:#007cae}.cart-line-comparison{display:flex;flex-wrap:wrap;gap:7px;margin:7px 0 0!important;font-size:10px}.cart-line-comparison span,.cart-line-comparison b{padding:4px 7px;border-radius:5px;background:#eef4f8;color:#536b7d}.cart-line-comparison b{background:#fff4cb;color:#725600}@media(max-width:850px){.cart-compare-banner{align-items:flex-start;flex-direction:column}.cart-compare-kpis{width:100%}}@media(max-width:560px){.cart-compare-kpis{grid-template-columns:1fr}.cart-compare-banner{padding:19px 15px}}
/* Premium VendFront contact page */
.contact-hero{max-width:1320px;min-height:480px;margin:24px auto 0;padding:clamp(36px,6vw,78px);display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:50px;border-radius:30px;background:radial-gradient(circle at 88% 15%,rgba(240,185,0,.2),transparent 27%),linear-gradient(125deg,#031d36,#063b65);color:#fff;box-shadow:0 26px 75px rgba(6,39,70,.2)}.contact-hero h1{max-width:820px;margin:10px 0 18px;color:#fff;font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em}.contact-hero>div>p:not(.eyebrow){max-width:700px;color:#d6e4ed;font-size:19px;line-height:1.6}.contact-hero .eyebrow{color:#f0b900}.contact-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:25px}.contact-hero-actions .hero-cta{background:#f0b900;color:#062746}.contact-hero-actions>a:last-child{color:#fff;font-weight:850}.contact-hero aside{padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.contact-hero aside span{color:#b8cad7;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.contact-hero aside strong{display:block;margin:6px 0;color:#f0b900;font-size:60px}.contact-hero aside p{color:#fff;line-height:1.5}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:start}.contact-details>h2{font-size:clamp(32px,4vw,52px);line-height:1.05;color:#062746}.contact-details>p:not(.eyebrow){color:#64748b;line-height:1.65}.contact-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.contact-detail-grid>a,.contact-detail-grid>div{min-height:135px;padding:19px;border:1px solid #dce5ed;border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(6,39,70,.05)}.contact-detail-grid span,.contact-detail-grid strong,.contact-detail-grid small{display:block}.contact-detail-grid span{color:#007cae;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.contact-detail-grid strong{margin:8px 0;color:#062746;font-size:15px;line-height:1.45}.contact-detail-grid small{color:#7c8997}.contact-whatsapp{display:flex;justify-content:space-between;align-items:center;padding:17px 19px;border-radius:13px;background:#eaf5f7;color:#062746}.contact-whatsapp b,.contact-whatsapp span{display:block}.contact-whatsapp span{color:#617583;font-size:11px}.contact-service-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}.contact-service-list h3{grid-column:1/-1;color:#062746}.contact-service-list span{padding:11px;border-left:3px solid #f0b900;background:#f7fafc;color:#445b6d;font-size:12px;font-weight:750}.contact-form-card{padding:30px;border:1px solid #d7e2ea;border-radius:22px;background:#fff;box-shadow:0 22px 60px rgba(6,39,70,.1)}.contact-form-head>span{color:#007cae;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.contact-form-head h2{margin:7px 0;color:#062746;font-size:31px}.contact-form-head p{color:#718195;font-size:12px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form-card label{display:grid;gap:7px;margin:13px 0;color:#34495e;font-size:12px;font-weight:850}.contact-form-card input,.contact-form-card select,.contact-form-card textarea{width:100%;border:1px solid #cbd8e3;border-radius:10px;background:#fff;color:#062746;font:inherit}.contact-form-card input,.contact-form-card select{min-height:50px;padding:0 13px}.contact-form-card textarea{min-height:145px;padding:13px;resize:vertical}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{outline:3px solid rgba(0,124,174,.13);border-color:#007cae}.contact-form-card fieldset{display:flex;flex-wrap:wrap;gap:14px;margin:15px 0;padding:14px 16px;border:1px solid #dce5ed;border-radius:11px}.contact-form-card legend{padding:0 6px;color:#34495e;font-size:11px;font-weight:850}.contact-form-card fieldset label{display:flex;align-items:center;gap:7px;margin:0}.contact-form-card fieldset input{width:auto;min-height:0}.contact-form-card .primary-btn{width:100%;min-height:52px}.contact-honeypot{position:absolute!important;left:-9999px!important}.contact-message{margin:15px 0;padding:13px;border-radius:9px;font-size:12px;font-weight:750}.contact-message.success{background:#eaf4f8;color:#06516e}.contact-message.error{background:#fff0ee;color:#a52d22}.contact-privacy{display:block;margin-top:10px;text-align:center;color:#83909d}.contact-next{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;padding:clamp(30px,5vw,65px)!important;border-radius:26px;background:#f5f8fb}.contact-next h2{font-size:clamp(30px,4vw,48px);line-height:1.08;color:#062746}.contact-next>div:last-child{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.contact-next article{padding:20px;border-radius:15px;background:#fff}.contact-next article>b{color:#f0b900;font-size:23px}.contact-next h3{color:#062746}.contact-next article p{color:#64748b;font-size:12px;line-height:1.55}@media(max-width:850px){.contact-hero,.contact-layout,.contact-next{grid-template-columns:1fr}.contact-hero aside{display:none}.contact-next>div:last-child{grid-template-columns:1fr 1fr}}@media(max-width:560px){.contact-hero{margin:10px;border-radius:21px;padding:34px 20px;min-height:auto}.contact-hero h1{font-size:43px}.contact-form-grid,.contact-detail-grid,.contact-service-list,.contact-next>div:last-child{grid-template-columns:1fr}.contact-form-card{padding:22px 15px}.contact-whatsapp{align-items:flex-start;flex-direction:column;gap:4px}}
/* Premium VendFront about page */
.about-premium-hero{max-width:1320px;min-height:570px;margin:24px auto 0;padding:clamp(38px,7vw,90px);display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:60px;border-radius:31px;background:radial-gradient(circle at 88% 12%,rgba(240,185,0,.2),transparent 27%),linear-gradient(125deg,#031c34,#073b64);color:#fff;box-shadow:0 28px 80px rgba(6,39,70,.22)}.about-premium-hero .eyebrow{color:#f0b900}.about-premium-hero h1{max-width:850px;margin:10px 0 22px;color:#fff;font-size:clamp(48px,6.5vw,86px);line-height:.98;letter-spacing:-.06em}.about-premium-hero>div>p:not(.eyebrow){max-width:720px;color:#d4e2eb;font-size:19px;line-height:1.65}.about-premium-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px}.about-premium-actions .hero-cta{background:#f0b900;color:#062746}.about-premium-actions>a:last-child{color:#fff;font-weight:850}.about-premium-hero aside{padding:30px;border:1px solid rgba(255,255,255,.17);border-radius:22px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.about-premium-hero aside>span{color:#f0b900;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.about-premium-hero blockquote{margin:14px 0 0;color:#fff;font-size:clamp(25px,3vw,39px);font-weight:700;line-height:1.3}.about-premium-hero blockquote strong{color:#f0b900}.about-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.about-stat-row article{padding:25px;border:1px solid #dce5ed;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(6,39,70,.055)}.about-stat-row strong,.about-stat-row span{display:block}.about-stat-row strong{color:#062746;font-size:38px;letter-spacing:-.04em}.about-stat-row span{margin-top:6px;color:#718195;font-size:11px;font-weight:750}.about-story-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(35px,7vw,100px);align-items:start;padding-top:80px!important;padding-bottom:80px!important}.about-story-lead h2,.about-sector-section>div>h2,.about-value-section>div>h2{margin:8px 0;color:#062746;font-size:clamp(38px,5vw,64px);line-height:1.05;letter-spacing:-.045em}.about-story-copy{padding-left:32px;border-left:3px solid #f0b900}.about-story-copy p{margin:0 0 20px;color:#52687a;font-size:17px;line-height:1.8}.about-sector-section{padding:clamp(36px,6vw,75px)!important;border-radius:28px;background:#f3f7fa}.about-sector-section>div:first-child{max-width:800px}.about-sector-section>div:first-child>p:last-child{color:#64748b;font-size:16px;line-height:1.65}.about-sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;margin-top:34px}.about-sector-grid article{padding:22px 18px;border:1px solid #dce5ed;border-radius:15px;background:#fff}.about-sector-grid span{color:#f0b900;font-size:18px;font-weight:900}.about-sector-grid h3{color:#062746}.about-sector-grid p{color:#718195;font-size:12px;line-height:1.55}.about-service-section{padding-top:78px!important;padding-bottom:78px!important}.about-service-section .section-title h2{font-size:clamp(34px,4vw,54px)}.about-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.about-service-grid article{position:relative;min-height:260px;padding:28px 24px;border:1px solid #dce5ed;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 13px 35px rgba(6,39,70,.055)}.about-service-grid article:after{content:"";position:absolute;right:-30px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:#eef5f8}.about-service-grid i{display:block;width:46px;height:5px;border-radius:10px;background:#f0b900}.about-service-grid h3{margin-top:27px;color:#062746;font-size:21px}.about-service-grid p{color:#64748b;line-height:1.65}.about-tech-section{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:clamp(35px,6vw,75px)!important;border-radius:28px;background:#062746;color:#fff}.about-tech-section h2{margin:8px 0;color:#fff;font-size:clamp(36px,4.5vw,59px);line-height:1.05}.about-tech-section>div:first-child>p:not(.eyebrow){color:#c9dae5;line-height:1.7}.about-tech-section>div:first-child>a{display:inline-flex;margin-top:13px;color:#f0b900;font-weight:850}.about-tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.about-tech-grid span{display:flex;align-items:center;min-height:72px;padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.07);font-weight:750}.about-tech-grid span:before{content:"✓";margin-right:10px;color:#f0b900}.about-value-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;padding-top:80px!important;padding-bottom:80px!important}.about-value-section>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:14px}.about-value-section article{padding:24px;border-top:3px solid #f0b900;border-radius:4px 4px 15px 15px;background:#f7fafc}.about-value-section article strong{color:#062746;font-size:18px}.about-value-section article p{color:#64748b;line-height:1.6}.about-final-cta{display:flex;justify-content:space-between;align-items:center;gap:40px;padding:clamp(35px,6vw,70px)!important;border-radius:27px;background:linear-gradient(125deg,#edf5f8,#fff8dc)}.about-final-cta h2{max-width:820px;margin:7px 0;color:#062746;font-size:clamp(35px,4.5vw,59px);line-height:1.06}.about-final-cta>div>p:last-child{max-width:720px;color:#64748b}.about-final-cta .hero-cta{flex:0 0 auto;background:#062746;color:#fff}@media(max-width:950px){.about-premium-hero,.about-story-section,.about-tech-section,.about-value-section{grid-template-columns:1fr}.about-premium-hero aside{display:none}.about-sector-grid{grid-template-columns:repeat(3,1fr)}.about-service-grid{grid-template-columns:repeat(2,1fr)}.about-story-copy{padding-left:0;border-left:0}.about-final-cta{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.about-premium-hero{min-height:auto;margin:10px;padding:36px 20px;border-radius:21px}.about-premium-hero h1{font-size:45px}.about-stat-row{grid-template-columns:1fr 1fr}.about-stat-row article{padding:18px}.about-stat-row strong{font-size:30px}.about-sector-grid,.about-service-grid,.about-tech-grid,.about-value-section>div:last-child{grid-template-columns:1fr}.about-service-grid article{min-height:auto}.about-final-cta{padding:30px 20px!important}}
/* Premium VendFront checkout */
.vf-checkout-page{max-width:1380px;margin:0 auto;padding:54px 28px 90px;background:#fff;color:#0a2342}.vf-checkout-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:32px}.vf-checkout-head h1{font-size:clamp(34px,5vw,58px);letter-spacing:-.045em;margin:5px 0 10px}.vf-checkout-head>div>p:last-child{color:#5f6f82;margin:0}.checkout-trust{display:flex;align-items:center;gap:9px;white-space:nowrap;color:#193655;font-size:13px;font-weight:800}.checkout-trust span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f2b705;color:#061c38}.checkout-trust i{width:24px;height:1px;background:#d8e0e8}.vf-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.vf-checkout-form{display:grid;gap:20px;background:transparent!important;padding:0!important;border:0!important;box-shadow:none!important}.checkout-step-card,.checkout-order-card{border:1px solid #dfe6ed;border-radius:20px;background:#fff;box-shadow:0 18px 55px rgba(6,28,56,.07)}.checkout-step-card{padding:28px}.checkout-step-title{display:flex;gap:15px;align-items:flex-start;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid #e7edf2}.checkout-step-title>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#071f3c;color:#f7c600;font-weight:900}.checkout-step-title h2{margin:0 0 3px;font-size:21px}.checkout-step-title p{margin:0;color:#718093;font-size:13px}.vf-checkout-form label{display:grid;gap:8px;color:#193655;font-size:13px;font-weight:800}.vf-checkout-form label b{color:#c38f00}.vf-checkout-form input:not([type=radio]),.vf-checkout-form select,.vf-checkout-form textarea{width:100%;border:1px solid #cfdae4!important;border-radius:11px!important;background:#fbfcfd!important;color:#0a2342!important;min-height:51px;padding:12px 14px!important;font:inherit;box-shadow:none!important}.vf-checkout-form input:focus,.vf-checkout-form textarea:focus{border-color:#0a315c!important;box-shadow:0 0 0 3px rgba(10,49,92,.1)!important;outline:0}.vf-checkout-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full-field{grid-column:1/-1}.fulfillment-options,.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.fulfillment-options label,.payment-options label{display:flex;align-items:flex-start;gap:11px;padding:17px;border:1px solid #d8e1e9;border-radius:13px;cursor:pointer;background:#fff}.fulfillment-options label:has(input:checked),.payment-options label:has(input:checked){border-color:#e2ad00;background:#fffaf0;box-shadow:0 0 0 2px rgba(242,183,5,.14)}.fulfillment-options input,.payment-options input{accent-color:#0a315c;margin-top:3px}.fulfillment-options span,.payment-options span{display:grid;gap:4px}.fulfillment-options small,.payment-options small{color:#6e7d8e;font-weight:500;line-height:1.45}.payment-options{grid-template-columns:1fr}.delivery-fields[hidden]{display:none}.checkout-submit-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;border-radius:17px;background:#071f3c;color:#fff;padding:22px 24px}.checkout-submit-bar div{display:grid;gap:3px}.checkout-submit-bar small{color:#b9c8d7}.checkout-submit-bar .primary-btn{background:#f5bf00;color:#071f3c;border:0}.checkout-order-card{position:sticky;top:110px;overflow:hidden}.checkout-order-title{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5ebf0}.checkout-order-title h2{margin:0;font-size:21px}.checkout-order-title a{font-size:13px;font-weight:800;color:#0a315c}.checkout-mini-items{max-height:390px;overflow:auto;padding:7px 24px}.checkout-mini-items article{display:flex;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid #edf1f4}.checkout-mini-items article div{display:grid;gap:5px}.checkout-mini-items b{font-size:13px;line-height:1.35}.checkout-mini-items small{color:#738194}.checkout-mini-items strong{font-size:13px;white-space:nowrap}.checkout-totals{padding:20px 24px;background:#f8fafc}.checkout-totals p{display:flex;justify-content:space-between;margin:0 0 12px}.checkout-totals .total{padding-top:16px;margin:16px 0 0;border-top:1px solid #dbe3ea;font-size:19px}.checkout-assurance{display:grid;gap:10px;padding:20px 24px;color:#5d6e81;font-size:12px}.checkout-assurance b{color:#0a2342;font-size:13px}.checkout-assurance span:before{content:'\2713';display:inline-grid;place-items:center;width:17px;height:17px;margin-right:8px;border-radius:50%;background:#edf5ff;color:#0a315c;font-weight:900}.form-message.error{color:#b42318}.success{max-width:940px;text-align:center;padding:85px 24px!important}.success .action-row{justify-content:center}
@media(max-width:980px){.vf-checkout-head{display:block}.checkout-trust{margin-top:22px}.vf-checkout-layout{grid-template-columns:1fr}.checkout-order-card{position:static;grid-row:1}.checkout-mini-items{max-height:280px}}
@media(max-width:640px){.vf-checkout-page{padding:30px 15px 60px}.checkout-trust{font-size:11px;gap:5px;overflow:hidden}.checkout-trust i{width:10px}.checkout-step-card{padding:20px 16px}.vf-checkout-form .form-grid,.fulfillment-options{grid-template-columns:1fr}.full-field{grid-column:auto}.checkout-submit-bar{display:grid}.checkout-submit-bar .primary-btn{width:100%}}

/* Product details, address book, and checkout parity */
.product-detail-link{display:block;width:100%;height:100%;color:inherit}.product-info h3 a{color:inherit;text-decoration:none}.product-info h3 a:hover{color:#0b4a7f}.product-detail-page{max-width:1320px;margin:auto;padding:32px 24px 84px}.product-breadcrumb{display:flex;gap:9px;align-items:center;overflow:hidden;margin:0 0 28px;color:#728093;font-size:13px;white-space:nowrap}.product-breadcrumb a{color:#315777}.product-breadcrumb b{overflow:hidden;text-overflow:ellipsis}.product-detail-layout{display:grid;grid-template-columns:minmax(340px,1fr) minmax(420px,.9fr);gap:56px;align-items:start}.product-detail-media{display:grid;place-items:center;min-height:540px;border:1px solid #e0e7ee;border-radius:24px;overflow:hidden;background:#f8fafc}.product-detail-media img{width:100%;height:540px;object-fit:contain;padding:34px;background:#fff}.product-detail-media>span{max-width:75%;font-size:26px;font-weight:700;text-align:center}.product-detail-copy h1{margin:6px 0 14px;color:#071f3c;font-size:clamp(34px,4vw,54px);font-weight:650;letter-spacing:-.04em;line-height:1.04}.product-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-detail-meta span{padding:7px 10px;border-radius:7px;background:#f0f4f7;color:#53677a;font-size:12px}.product-detail-meta .is-stock{background:#eaf7ee;color:#247342}.product-detail-price{display:flex;align-items:center;gap:13px;margin:20px 0}.product-detail-price strong{color:#071f3c;font-size:34px}.product-detail-price del{color:#8995a2;font-size:18px}.product-detail-buy{display:flex;gap:12px;margin:24px 0}.quantity-tier-box{overflow:hidden;margin:22px 0;border:1px solid #dbe5ed;border-radius:15px}.quantity-tier-box>div{display:grid;gap:2px;padding:15px 17px;background:#f7fafc}.quantity-tier-box span{color:#667789;font-size:12px}.quantity-tier-box table{width:100%;border-collapse:collapse}.quantity-tier-box th,.quantity-tier-box td{padding:10px 17px;border-top:1px solid #e7edf2;text-align:left;font-size:13px}.quantity-tier-box th{color:#607184;font-weight:600}.product-bundle-callout{padding:13px 15px;border-radius:10px;background:#fff7d8;color:#725300;font-weight:650}.product-detail-description{margin-top:30px;padding-top:25px;border-top:1px solid #e1e7ed}.product-detail-description h2{font-size:20px}.product-detail-description p,.product-detail-description li{color:#5c6c7c;line-height:1.7}.related-products{margin-top:70px}.address-book-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px;align-items:start}.address-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.address-card{padding:21px;border:1px solid #dce5ec;border-radius:15px;background:#fff}.address-card.is-default{border-color:#d5a500;box-shadow:0 0 0 2px rgba(242,183,5,.12)}.address-card>div,.address-card footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.address-card>div span{font-size:12px;font-weight:700;text-transform:uppercase}.address-card>div b{padding:4px 7px;border-radius:10px;background:#fff3bd;font-size:10px}.address-card h2{margin:18px 0 6px;font-size:18px}.address-card p{margin:4px 0;color:#657587;line-height:1.55}.address-card footer{margin-top:18px;padding-top:14px;border-top:1px solid #edf1f4}.address-card footer form{margin:0}.address-card footer button,.address-card footer a{border:0;background:none;color:#214e75;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.address-card footer button{color:#a63b32}.address-editor{position:sticky;top:105px}.checkout-address-picker{margin-bottom:17px}.checkout-address-picker small a{color:#285b84}.checkout-save-address{display:flex;align-items:center;gap:12px;margin-top:15px}.checkout-save-address label{display:flex!important;align-items:center;gap:8px}.checkout-save-address input[type=text],.checkout-save-address>input{min-height:40px!important;max-width:220px}
@media(max-width:900px){.product-detail-layout,.address-book-layout{grid-template-columns:1fr}.product-detail-media,.product-detail-media img{min-height:420px;height:420px}.address-editor{position:static}.address-card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.product-detail-page{padding:20px 15px 55px}.product-detail-layout{gap:28px}.product-detail-media,.product-detail-media img{min-height:300px;height:300px}.product-detail-media img{padding:20px}.product-detail-copy h1{font-size:33px}.product-detail-buy{display:grid}.quantity-tier-box th,.quantity-tier-box td{padding:9px 10px}.address-card-grid{grid-template-columns:1fr}.checkout-save-address{align-items:flex-start;flex-direction:column}.checkout-save-address>input{max-width:none!important;width:100%}}

/* Premium responsive header navigation and category mega menu */
.site-header {
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(230px, 1fr) auto;
    gap: 16px;
    overflow: visible;
    padding: 10px max(18px, calc((100vw - 1380px) / 2));
    z-index: 80;
}
.site-header .brand { min-width: 0; width: 100%; }
.site-header .brand-logo { width: min(100%, 280px); min-height: 50px; }
.site-header .brand-logo img { max-height: 64px; }
.site-header .header-search { width: 100%; max-width: 520px; justify-self: center; }
.site-navigation { position: static; display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.site-header .site-navigation > .site-nav-link,
.site-header .site-navigation > .nav-cart,
.category-mega-toggle {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 999px;
    padding: 0 11px;
    background: transparent;
    color: #52677a;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.site-header .site-navigation > .site-nav-link:hover,
.site-header .site-navigation > .site-nav-link:focus-visible,
.category-mega-toggle:hover,
.category-mega-toggle:focus-visible,
.category-mega-shell.is-open .category-mega-toggle { background: #eef5f8; color: #062746; outline: 0; }
.category-mega-shell { position: static; }
.category-mega-toggle i {
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .18s ease;
}
.category-mega-shell.is-open .category-mega-toggle i { transform: translateY(2px) rotate(225deg); }
.category-mega-panel {
    position: absolute;
    top: calc(100% + 9px);
    left: max(16px, calc((100vw - 1380px) / 2));
    right: max(16px, calc((100vw - 1380px) / 2));
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 170px;
    gap: 24px;
    max-height: min(70vh, 620px);
    overflow: auto;
    padding: 26px;
    border: 1px solid #dbe5ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(6,39,70,.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.category-mega-shell.is-open .category-mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.category-mega-intro {
    padding: 22px;
    border-radius: 17px;
    background: radial-gradient(circle at 100% 0, rgba(240,185,0,.28), transparent 35%), #062746;
    color: #fff;
}
.category-mega-intro > span { color: #f0b900; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.category-mega-intro h2 { margin: 9px 0 12px; color: #fff; font-size: 24px; line-height: 1.05; }
.category-mega-intro p { margin: 0; color: #c6d7e3; font-size: 12px; line-height: 1.55; }
.category-mega-intro a { display: inline-flex; gap: 8px; margin-top: 22px; color: #f0b900; font-size: 12px; font-weight: 850; }
.category-mega-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 26px; align-content: start; }
.category-mega-group h3 { margin: 0 0 8px; padding-bottom: 8px; border-bottom: 2px solid #f0b900; color: #062746; font-size: 12px; letter-spacing: .02em; }
.site-header .category-mega-group a {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 3px;
    border-radius: 6px;
    color: #52677a;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
}
.site-header .category-mega-group a:hover,
.site-header .category-mega-group a:focus-visible,
.site-header .category-mega-group a.is-active { padding-left: 8px; background: #eef5f8; color: #007cae; outline: 0; }
.category-mega-group small { min-width: 25px; padding: 3px 5px; border-radius: 99px; background: #f1f4f7; color: #718195; font-size: 9px; text-align: center; }
.site-header .category-mega-quick {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 17px;
    background: linear-gradient(145deg, #fff3bd, #f0b900);
    color: #062746;
}
.category-mega-quick span { font-size: 10px; }
.category-mega-quick strong { margin: 5px 0 13px; font-size: 19px; line-height: 1.08; }
.category-mega-quick b { font-size: 22px; }
.site-header .site-navigation > .nav-cart { padding: 0 12px; background: #062746; color: #fff; }
.site-header .site-navigation > .nav-cart:hover { background: #007cae; color: #fff; }
.nav-cart svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mobile-menu-toggle,
.mobile-menu-backdrop,
.mobile-menu-heading { display: none; }

@media (max-width: 1180px) {
    body.mobile-nav-open { overflow: hidden; }
    body .site-header nav#site-navigation a:not(.nav-cart) { display: flex !important; }
    .site-header {
        grid-template-columns: minmax(190px, 280px) minmax(220px, 1fr) auto;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .mobile-menu-toggle {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        border: 1px solid #d7e2ea;
        border-radius: 12px;
        padding: 0 14px;
        background: #fff;
        color: #062746;
        font-size: 12px;
        box-shadow: 0 7px 18px rgba(6,39,70,.07);
    }
    .mobile-menu-toggle > span { width: 19px; display: grid; gap: 4px; }
    .mobile-menu-toggle i { width: 100%; height: 2px; display: block; border-radius: 5px; background: currentColor; }
    .mobile-menu-backdrop {
        position: fixed;
        inset: 0;
        z-index: 88;
        border: 0;
        background: rgba(2,20,39,.52);
        backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        transition: opacity .22s ease, visibility .22s;
    }
    body.mobile-nav-open .mobile-menu-backdrop { display: block; opacity: 1; visibility: visible; }
    .site-header .site-navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 90;
        width: min(430px, 92vw);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 5px;
        overflow-y: auto;
        padding: 18px;
        background: #fff;
        box-shadow: -24px 0 70px rgba(2,20,39,.24);
        transform: translateX(105%);
        transition: transform .26s cubic-bezier(.2,.75,.25,1);
    }
    body.mobile-nav-open .site-header .site-navigation { transform: translateX(0); }
    .mobile-menu-heading { display: flex; align-items: center; justify-content: space-between; margin: -18px -18px 14px; padding: 22px 20px; background: #062746; color: #fff; }
    .mobile-menu-heading div { display: grid; }
    .mobile-menu-heading span { color: #f0b900; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .mobile-menu-heading strong { margin-top: 2px; font-size: 23px; }
    .mobile-menu-heading button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; font-size: 25px; line-height: 1; }
    .site-header .site-navigation > .site-nav-link,
    .category-mega-toggle { min-height: 48px; width: 100%; justify-content: space-between; border-radius: 10px; padding: 0 13px; color: #263f56; font-size: 14px; }
    .site-header .site-navigation > .site-nav-link { display: flex !important; border-bottom: 1px solid #edf1f4; }
    .category-mega-shell { position: relative; }
    .category-mega-panel {
        position: static;
        max-height: 0;
        display: block;
        overflow: hidden;
        padding: 0 11px;
        border: 0;
        border-radius: 12px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height .28s ease, padding .28s ease, background .28s ease;
    }
    .category-mega-shell.is-open .category-mega-panel { max-height: 1900px; padding: 14px 11px; background: #f4f8fa; }
    .category-mega-intro { padding: 17px; }
    .category-mega-intro h2 { font-size: 21px; }
    .category-mega-intro p { font-size: 11px; }
    .category-mega-intro a { margin-top: 14px; }
    .category-mega-groups { grid-template-columns: 1fr 1fr; gap: 18px 13px; margin: 18px 0; }
    .site-header .site-navigation .category-mega-intro a,
    .site-header .site-navigation .category-mega-group a,
    .site-header .site-navigation .category-mega-quick { display: flex !important; }
    .site-header .category-mega-group a { font-size: 10px; }
    .site-header .category-mega-quick { min-height: 105px; padding: 16px; }
    .category-mega-quick strong { font-size: 17px; }
    .site-header .site-navigation > .nav-cart { min-height: 52px; margin-top: 7px; justify-content: flex-start; border-radius: 12px; }
    .site-header .site-navigation > .nav-cart small { margin-left: auto; }
}

@media (max-width: 720px) {
    .site-header { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px 10px; padding: 9px 12px; }
    .site-header .brand { grid-column: 1; width: 100% !important; min-width: 0 !important; }
    .site-header .brand-logo { width: 100% !important; height: auto !important; min-height: 40px; border-radius: 0 !important; }
    .site-header .brand-logo img { max-height: 52px; }
    .mobile-menu-toggle { grid-column: 2; width: 100%; min-width: 0; padding: 0 12px; }
    .mobile-menu-toggle b { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
    .site-header .header-search { grid-column: 1 / -1; grid-row: 2; max-width: none; }
    .site-header .header-search input { min-height: 43px; }
    .site-header .header-search button { min-height: 43px; padding-inline: 15px; }
    .site-header .site-navigation { width: min(390px, 94vw); }
    .category-mega-groups { grid-template-columns: 1fr; }
}

.product-detail-page,.product-detail-layout,.product-detail-media,.product-detail-copy{min-width:0}.product-detail-page{width:100%}.product-detail-copy h1{overflow-wrap:anywhere}
@media(max-width:900px){.product-detail-layout,.address-book-layout{grid-template-columns:minmax(0,1fr)}}
@media(max-width:600px){.product-detail-page{max-width:100%;overflow:hidden}}

/* Premium homepage services block */
.vf-services-section {
    scroll-margin-top: 120px;
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 68px) !important;
    border: 1px solid #dbe5ec;
    border-radius: 30px;
    background: #f4f8fb !important;
    box-shadow: 0 22px 65px rgba(6, 39, 70, .09);
}
.vf-services-section::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #f0b900;
}
.vf-services-section .section-title {
    align-items: flex-end;
    margin-bottom: 34px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9e3ea;
}
.vf-services-section .section-title h2 {
    max-width: 760px;
    margin: 5px 0 0;
    color: #062746;
    font-size: clamp(36px, 4.5vw, 60px);
    letter-spacing: -.045em;
    line-height: 1.02;
}
.vf-services-section .section-title > a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid #b9c9d5;
    border-radius: 999px;
    background: #fff;
    color: #062746;
    font-size: 12px;
    font-weight: 850;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.vf-services-section .section-title > a:hover {
    border-color: #062746;
    background: #062746;
    color: #fff;
}
.vf-services-section .vf-service-grid {
    gap: 16px;
}
.vf-services-section .vf-service-card {
    position: relative;
    display: flex;
    min-height: 255px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #dbe4eb;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(6, 39, 70, .055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.vf-services-section .vf-service-card:hover {
    z-index: 1;
    border-color: #d3aa22;
    transform: translateY(-5px);
    box-shadow: 0 19px 42px rgba(6, 39, 70, .13);
}
.vf-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.vf-service-card__copy {
    padding: 0 44px 12px 0;
}
.vf-services-section .vf-service-card__icon {
    position: relative;
    display: grid;
    width: 56px;
    min-width: 56px;
    height: 56px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 15px;
    background: #e8f2f7;
    color: #007cae;
}
.vf-service-card__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}
.vf-service-card__label {
    color: #8b6800;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.vf-services-section .vf-service-card h3 {
    max-width: 250px;
    margin: 28px 0 9px;
    color: #062746;
    font-size: 22px;
    letter-spacing: -.02em;
    line-height: 1.15;
}
.vf-services-section .vf-service-card p {
    max-width: 290px;
    color: #617487;
    font-size: 13px;
    line-height: 1.62;
}
.vf-service-card__number {
    position: absolute;
    right: 18px;
    bottom: 11px;
    color: #eef3f6;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
    pointer-events: none;
}
@media (max-width: 900px) {
    .vf-services-section {
        border-radius: 24px;
    }
    .vf-services-section .vf-service-card {
        min-height: 250px;
    }
}
@media (max-width: 600px) {
    .vf-services-section {
        margin-right: 10px;
        margin-left: 10px;
        padding: 30px 16px !important;
        border-radius: 21px;
    }
    .vf-services-section .section-title {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 22px;
    }
    .vf-services-section .section-title h2 {
        font-size: 38px;
    }
    .vf-services-section .vf-service-card {
        min-height: 225px;
        padding: 21px;
    }
    .vf-service-card__copy {
        padding-right: 36px;
    }
    .vf-services-section .vf-service-card h3 {
        margin-top: 23px;
    }
}

.demo-admin-credentials {
    display: grid;
    gap: 6px;
    margin: 18px 0 22px;
    padding: 15px 17px;
    border: 1px solid #cbdfe9;
    border-radius: 11px;
    background: #eef7fb;
    color: #173a58;
    font-size: 12px;
}
.demo-admin-credentials strong { color: #062746; font-size: 14px; }
.demo-admin-credentials code { color: #006f76; font-weight: 850; user-select: all; }

/* VendFront supplied logo: preserve its natural proportions in every placement. */
.site-header .brand-logo {
    width: 150px !important;
    min-height: 68px;
    padding: 2px 0;
}
.site-header .brand-logo img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 68px !important;
    max-height: 68px !important;
    object-fit: contain;
    object-position: left center;
}
.footer-brand .footer-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}
@media (max-width: 760px) {
    .site-header .brand-logo {
        width: 126px !important;
        min-height: 58px;
    }
    .site-header .brand-logo img {
        height: 58px !important;
        max-height: 58px !important;
    }
}

/* Popular product ribbon and single favourite control */
.product-card .product-image {
    isolation: isolate;
}

.product-card .product-image > .product-popular-ribbon {
    position: absolute;
    z-index: 6;
    top: 8px;
    left: 9px;
    width: 72px;
    height: auto;
    display: block;
    filter: drop-shadow(0 8px 9px rgba(6, 39, 70, .22));
    transform: rotate(-3deg);
    transform-origin: 50% 20%;
    pointer-events: none;
}

.product-favourite-control {
    position: absolute;
    z-index: 8;
    top: 13px;
    right: 13px;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid #dce5ec;
    border-radius: 50%;
    color: #0a315c;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 20px rgba(6, 39, 70, .14);
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}

form.product-favourite-control button {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    padding: 0 0 2px;
    border: 0;
    border-radius: inherit;
    color: inherit;
    background: transparent;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}

.product-favourite-control:hover,
.product-favourite-control:focus-within,
a.product-favourite-control:focus {
    color: #fff;
    background: #0794c9;
    border-color: #0794c9;
    box-shadow: 0 10px 24px rgba(7, 148, 201, .3);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.product-card.has-popular-ribbon .offer-badge {
    top: 116px;
    left: 11px;
}

@media (max-width: 640px) {
    .product-card .product-image > .product-popular-ribbon {
        top: 7px;
        left: 7px;
        width: 58px;
    }

    .product-favourite-control {
        top: 9px;
        right: 9px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .product-card.has-popular-ribbon .offer-badge {
        top: 94px;
        left: 8px;
    }
}

/* Shared product-card Add button cart symbol */
.product-card .add-btn[data-add-product] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-card .add-btn[data-add-product]::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.1 10.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 1.9-1.4L21 7H7M10 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 4h2l2.1 10.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 1.9-1.4L21 7H7M10 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 640px) {
    .product-card .add-btn[data-add-product] {
        gap: 6px;
    }

    .product-card .add-btn[data-add-product]::before {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }
}

/* Immersive VendFront advantage panel */
.vf-benefits {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    max-width: 1400px;
    min-height: 610px;
    margin: 76px auto;
    padding: clamp(48px, 6vw, 84px) clamp(24px, 5vw, 70px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 30px;
    background:
        linear-gradient(90deg, rgba(3, 22, 45, .97) 0%, rgba(4, 28, 55, .88) 38%, rgba(4, 25, 49, .48) 70%, rgba(3, 18, 37, .32) 100%),
        linear-gradient(0deg, rgba(2, 17, 35, .85) 0%, rgba(2, 17, 35, 0) 58%),
        url('../vendfront-platform-workplace.jpg') center center / cover no-repeat;
    box-shadow: 0 34px 80px rgba(3, 23, 47, .22);
}
.vf-benefits::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        radial-gradient(circle at 72% 18%, rgba(240, 185, 0, .15), transparent 24%),
        linear-gradient(120deg, rgba(255,255,255,.045), transparent 38%);
    pointer-events: none;
}
.vf-benefits .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(38px, 5vw, 64px);
}
.vf-benefits .section-title > div { max-width: 650px; }
.vf-benefits .eyebrow {
    color: #f5bd00;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
}
.vf-benefits .section-title h2 {
    max-width: 630px;
    margin-top: 8px;
    color: #fff;
    font-size: clamp(40px, 5.2vw, 70px);
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .3);
}
.vf-benefits__intro {
    max-width: 560px;
    margin: 20px 0 0;
    color: rgba(237, 244, 250, .84);
    font-size: 17px;
    line-height: 1.65;
}
.vf-benefits .vf-benefit-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.vf-benefits .vf-benefit-grid article {
    min-height: 218px;
    padding: 24px 22px 22px;
    border: 1px solid rgba(255, 255, 255, .19);
    border-top: 1px solid rgba(255, 255, 255, .34);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(6, 30, 57, .80), rgba(5, 24, 47, .60));
    box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.vf-benefits .vf-benefit-grid article:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 189, 0, .72);
    background: linear-gradient(145deg, rgba(7, 39, 73, .92), rgba(4, 24, 47, .76));
}
.vf-benefit-number {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 34px;
    border: 1px solid rgba(245, 189, 0, .58);
    border-radius: 50%;
    color: #f5bd00;
    background: rgba(245, 189, 0, .09);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}
.vf-benefits .vf-benefit-grid strong {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
}
.vf-benefits .vf-benefit-grid p {
    margin: 10px 0 0;
    color: rgba(229, 238, 246, .78);
    font-size: 13px;
    line-height: 1.6;
}
@media (max-width: 1050px) {
    .vf-benefits { margin-inline: 22px; }
    .vf-benefits .vf-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vf-benefits .vf-benefit-grid article { min-height: 190px; }
    .vf-benefit-number { margin-bottom: 24px; }
}
@media (max-width: 600px) {
    .vf-benefits {
        min-height: 0;
        margin: 48px 12px;
        padding: 42px 18px 20px;
        border-radius: 22px;
        background:
            linear-gradient(180deg, rgba(3, 22, 45, .94) 0%, rgba(3, 22, 45, .78) 48%, rgba(3, 20, 40, .96) 100%),
            url('../vendfront-platform-workplace.jpg') 58% center / cover no-repeat;
    }
    .vf-benefits .section-title { margin-bottom: 30px; }
    .vf-benefits .section-title h2 { font-size: 40px !important; line-height: 1.02 !important; }
    .vf-benefits__intro { font-size: 15px; }
    .vf-benefits .vf-benefit-grid { grid-template-columns: 1fr; gap: 11px; }
    .vf-benefits .vf-benefit-grid article { min-height: 0; padding: 20px; }
    .vf-benefit-number { width: 34px; height: 34px; margin-bottom: 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .vf-benefits .vf-benefit-grid article { transition: none; }
}

/* Premium smarter vending technology panel */
.vf-tech {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(520px, .92fr) minmax(610px, 1.08fr);
    align-items: center;
    gap: clamp(42px, 4vw, 62px);
    width: calc(100% - 32px);
    max-width: 1500px;
    min-height: 600px;
    margin: 76px auto;
    padding: clamp(54px, 6vw, 90px) clamp(30px, 4vw, 58px) !important;
    border: 1px solid #e4edf6;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 12%, rgba(214, 232, 251, .42), transparent 28%),
        linear-gradient(130deg, #f8fbff 0%, #fff 53%, #f9fcff 100%);
    box-shadow: 0 30px 80px rgba(18, 56, 99, .10);
}
.vf-tech::before,
.vf-tech::after {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(59, 130, 205, .10);
    border-radius: 50%;
    pointer-events: none;
}
.vf-tech::before {
    left: -255px;
    bottom: -340px;
    width: 560px;
    height: 560px;
    box-shadow: 0 0 0 20px rgba(76, 143, 214, .025), 0 0 0 42px rgba(76, 143, 214, .018), 0 0 0 64px rgba(76, 143, 214, .014);
}
.vf-tech::after {
    right: -180px;
    top: -250px;
    width: 470px;
    height: 470px;
}
.vf-tech__copy { position: relative; z-index: 1; }
.vf-tech .eyebrow {
    margin: 0 0 28px;
    color: #1263b6;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .17em;
}
.vf-tech .vf-tech__copy h2 {
    max-width: 690px;
    margin: 0;
    color: #062746;
    font-size: clamp(48px, 4.4vw, 70px);
    line-height: .98;
    letter-spacing: -.052em;
    text-wrap: balance;
}
.vf-tech__copy > p:last-child {
    max-width: 660px;
    margin: 34px 0 0;
    color: #405976;
    font-size: clamp(16px, 1.45vw, 20px);
    line-height: 1.7;
}
.vf-tech .vf-tech-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}
.vf-tech-list article {
    display: flex;
    align-items: center;
    min-height: 136px;
    gap: 16px;
    padding: 20px 18px;
    border: 1px solid #dbe6f1;
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 13px 32px rgba(19, 60, 105, .09);
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.vf-tech-list article:hover {
    transform: translateY(-5px);
    border-color: #a8c9e9;
    box-shadow: 0 20px 42px rgba(19, 60, 105, .14);
}
.vf-tech-icon {
    display: grid;
    place-items: center;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f3f8fe, #eaf2fb);
    color: #1263b6;
}
.vf-tech-icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.vf-tech-icon svg text {
    fill: currentColor;
    stroke: none;
    font-size: 10px;
    font-weight: 900;
    font-family: inherit;
}
.vf-tech-list strong {
    color: #08294d;
    font-size: clamp(15px, 1.25vw, 18px);
    line-height: 1.35;
}
@media (max-width: 1100px) {
    .vf-tech {
        grid-template-columns: 1fr;
        width: auto;
        min-height: 0;
        margin-inline: 22px;
    }
    .vf-tech__copy { max-width: 820px; }
    .vf-tech-list article { min-height: 116px; }
}
@media (max-width: 650px) {
    .vf-tech {
        gap: 35px;
        margin: 48px 12px;
        padding: 42px 18px 22px !important;
        border-radius: 22px;
    }
    .vf-tech .eyebrow { margin-bottom: 20px; font-size: 10px; }
    .vf-tech .vf-tech__copy h2 { font-size: 42px; line-height: 1.02; }
    .vf-tech__copy > p:last-child { margin-top: 23px; font-size: 15px; }
    .vf-tech .vf-tech-list { grid-template-columns: 1fr; gap: 10px; }
    .vf-tech-list article { min-height: 92px; gap: 16px; padding: 15px 17px; border-radius: 14px; }
    .vf-tech-icon { flex-basis: 54px; width: 54px; height: 54px; }
    .vf-tech-icon svg { width: 33px; height: 33px; }
    .vf-tech-list strong { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
    .vf-tech-list article { transition: none; }
}

/* Balanced spacing for the homepage introduction */
.vf-intro {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: clamp(54px, 7vw, 100px);
    margin-top: clamp(60px, 7vw, 92px);
    margin-bottom: clamp(60px, 7vw, 92px);
    padding: clamp(52px, 6vw, 82px) clamp(30px, 5vw, 70px) !important;
    border-top: 1px solid #e2eaf1;
    border-bottom: 1px solid #e2eaf1;
}
.vf-intro > div { max-width: 690px; }
.vf-intro .eyebrow {
    margin: 0 0 20px;
    color: #1263b6;
    letter-spacing: .14em;
}
.vf-intro h2 {
    max-width: 680px;
    margin: 0;
    color: #062746;
    font-size: clamp(42px, 4.4vw, 62px);
    line-height: 1.04;
    letter-spacing: -.045em;
    text-wrap: balance;
}
.vf-intro > p {
    max-width: 590px;
    margin: 0;
    padding: 8px 0 8px clamp(24px, 3vw, 38px);
    border-left: 3px solid #f0b900;
    color: #52687a;
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.75;
}
.vf-intro.is-reveal-ready > div,
.vf-intro.is-reveal-ready > p {
    opacity: 0;
    filter: blur(7px);
    will-change: transform, opacity, filter;
    transition:
        transform .9s cubic-bezier(.22, 1, .36, 1),
        opacity .75s ease,
        filter .8s ease;
}

.vf-intro.is-reveal-preparing > div,
.vf-intro.is-reveal-preparing > p {
    transition: none !important;
}
.vf-intro.is-reveal-ready > div { transform: translate3d(-48px, 0, 0); }
.vf-intro.is-reveal-ready > p {
    transform: translate3d(48px, 0, 0);
    transition-delay: .12s;
}
.vf-intro.is-reveal-ready.is-visible > div,
.vf-intro.is-reveal-ready.is-visible > p {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}

/* Soft alternating entrances for the main homepage content sections. */
.is-reveal-ready .vf-reveal-item {
    opacity: 0;
    filter: blur(7px);
    will-change: transform, opacity, filter;
    transition:
        transform .9s cubic-bezier(.22, 1, .36, 1),
        opacity .75s ease,
        filter .8s ease;
    transition-delay: var(--vf-reveal-delay, 0ms);
}
.is-reveal-ready .vf-reveal-from-left { transform: translate3d(-48px, 0, 0); }
.is-reveal-ready .vf-reveal-from-right { transform: translate3d(48px, 0, 0); }
.is-reveal-ready .vf-reveal-from-up { transform: translate3d(0, 32px, 0); }
.is-reveal-preparing .vf-reveal-item { transition: none !important; }
.is-reveal-ready.is-visible .vf-reveal-item {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 900px) {
    .vf-intro {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 32px;
    }
    .vf-intro > p { max-width: 720px; }
}
@media (max-width: 600px) {
    .vf-intro {
        gap: 25px;
        margin: 44px 12px;
        padding: 40px 18px !important;
    }
    .vf-intro .eyebrow { margin-bottom: 15px; }
    .vf-intro h2 { font-size: 39px; line-height: 1.06; }
    .vf-intro > p {
        padding: 2px 0 2px 19px;
        font-size: 15px;
        line-height: 1.7;
    }
    .vf-intro.is-reveal-ready > div { transform: translate3d(-26px, 0, 0); }
    .vf-intro.is-reveal-ready > p { transform: translate3d(26px, 0, 0); }
    .vf-intro.is-reveal-ready.is-visible > div,
    .vf-intro.is-reveal-ready.is-visible > p { transform: translate3d(0, 0, 0); }
    .is-reveal-ready .vf-reveal-from-left { transform: translate3d(-26px, 0, 0); }
    .is-reveal-ready .vf-reveal-from-right { transform: translate3d(26px, 0, 0); }
    .is-reveal-ready .vf-reveal-from-up { transform: translate3d(0, 22px, 0); }
    .is-reveal-ready.is-visible .vf-reveal-item { transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
    .vf-intro.is-reveal-ready > div,
    .vf-intro.is-reveal-ready > p,
    .is-reveal-ready .vf-reveal-item {
        opacity: 1;
        filter: none;
        transform: none;
        transition: none;
    }
}

/* Reference-led service showcase composition. */
.vf-services-section {
    padding: clamp(38px, 4.8vw, 64px) clamp(24px, 4vw, 55px) 24px !important;
    border-color: #cfe0ee;
    border-radius: 28px;
    background: #f3f8fd !important;
}
.vf-services-section::before {
    width: 100%;
    height: 1px;
    background: #dbe8f2;
}
.vf-services-heading {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center !important;
    margin-bottom: 36px !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
.vf-services-heading__copy {
    grid-column: 2;
    text-align: center;
}
.vf-services-heading__copy .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #1454a0;
}
.vf-services-heading__copy .eyebrow::before,
.vf-services-heading__copy .eyebrow::after {
    content: "";
    width: 38px;
    height: 1px;
    background: #b58b1e;
}
.vf-services-section .vf-services-heading h2 {
    margin-top: 8px;
    font-size: clamp(35px, 4vw, 52px);
}
.vf-services-heading::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 99px;
    background: #d59c00;
    transform: translateX(-50%);
}
.vf-services-section .vf-services-heading > a {
    grid-column: 3;
    justify-self: end;
    min-width: 178px;
    min-height: 48px;
    justify-content: center;
    gap: 25px;
    border-color: #082d59;
    background: #082d59;
    color: #fff !important;
}
.vf-services-section .vf-services-heading > a:hover,
.vf-services-section .vf-services-heading > a:focus {
    color: #fff !important;
}
.vf-services-heading > a span {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
}
.vf-services-section .vf-service-grid {
    gap: 18px;
}
.vf-services-section .vf-service-card {
    --service-accent: #d69d00;
    --service-soft: #fff0c8;
    min-height: 230px;
    justify-content: flex-start;
    padding: 24px 24px 20px;
    border-color: #dde7ef;
    border-radius: 17px;
    box-shadow: 0 12px 28px rgba(8, 45, 89, .08);
}
.vf-services-section .vf-service-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--service-accent);
    opacity: 0;
    transition: opacity .2s ease;
}
.vf-services-section .vf-service-card:hover::after {
    opacity: 1;
}
.vf-services-section .vf-service-card--hot { --service-accent:#dc604c; --service-soft:#ffe0d8; }
.vf-services-section .vf-service-card--cold { --service-accent:#1766c4; --service-soft:#e4efff; }
.vf-services-section .vf-service-card--market { --service-accent:#16805d; --service-soft:#dcf6e9; }
.vf-services-section .vf-service-card--fresh { --service-accent:#7142b7; --service-soft:#efe2ff; }
.vf-services-section .vf-service-card--water { --service-accent:#008dad; --service-soft:#ddf7fb; }
.vf-service-card__head {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 16px;
}
.vf-services-section .vf-service-card__icon {
    width: 88px;
    min-width: 88px;
    height: 76px;
    overflow: visible;
    border-radius: 15px;
    background: var(--service-soft);
}
.vf-service-card__icon img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    filter: drop-shadow(0 5px 7px rgba(8, 45, 89, .1));
}
.vf-service-card__head > div {
    min-width: 0;
}
.vf-service-card__label {
    color: var(--service-accent);
    font-size: 10px;
}
.vf-services-section .vf-service-card h3 {
    margin: 8px 0 0;
    color: #061f42;
    font-size: 21px;
    line-height: 1.12;
}
.vf-service-card__arrow {
    align-self: start;
    color: var(--service-accent);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
}
.vf-services-section .vf-service-card > p {
    max-width: calc(100% - 40px);
    margin-top: 20px;
    color: #52657b;
    font-size: 13px;
    line-height: 1.55;
}
.vf-service-card__number {
    right: 18px;
    bottom: 14px;
    display: grid;
    min-width: 44px;
    height: 34px;
    place-items: center;
    border-radius: 99px;
    background: var(--service-soft);
    color: var(--service-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}
.vf-services-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 22px;
    padding: 20px 16px;
    border-radius: 16px;
    background: #082d59;
    color: #fff;
    box-shadow: 0 14px 28px rgba(8, 45, 89, .18);
}
.vf-services-trust > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
    padding: 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .22);
}
.vf-services-trust > div:last-child {
    border-right: 0;
}
.vf-services-trust__icon {
    display: grid;
    width: 48px;
    min-width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: #174879;
}
.vf-services-trust__icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}
.vf-services-trust p,
.vf-services-trust strong,
.vf-services-trust small {
    display: block;
    margin: 0;
}
.vf-services-trust strong {
    color: #f0b900;
    font-size: 22px;
    letter-spacing: -.02em;
    line-height: 1.1;
}
.vf-services-trust small {
    margin-top: 4px;
    color: #e0eaf3;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}
@media (max-width: 900px) {
    .vf-services-heading {
        grid-template-columns: 1fr auto;
    }
    .vf-services-heading__copy {
        grid-column: 1;
        text-align: left;
    }
    .vf-services-heading__copy .eyebrow {
        justify-content: flex-start;
    }
    .vf-services-heading__copy .eyebrow::before {
        display: none;
    }
    .vf-services-heading::after {
        left: 0;
        transform: none;
    }
    .vf-services-section .vf-services-heading > a {
        grid-column: 2;
    }
    .vf-services-trust {
        grid-template-columns: 1fr 1fr;
        row-gap: 20px;
    }
    .vf-services-trust > div:nth-child(2) {
        border-right: 0;
    }
}
@media (max-width: 600px) {
    .vf-services-section {
        scroll-margin-top: 160px;
    }
    body .vf-services-section .vf-services-heading {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 32px;
    }
    body .vf-services-section .vf-services-heading__copy,
    body .vf-services-section .vf-services-heading > a {
        grid-column: 1;
    }
    body .vf-services-section .vf-services-heading h2 {
        font-size: 38px !important;
    }
    body .vf-services-section .vf-services-heading > a {
        justify-self: start;
    }
    .vf-services-section .vf-service-card {
        min-height: 245px;
    }
    .vf-service-card__head {
        grid-template-columns: 76px minmax(0, 1fr) 15px;
        gap: 13px;
    }
    .vf-services-section .vf-service-card__icon {
        width: 76px;
        min-width: 76px;
        height: 68px;
    }
    .vf-services-section .vf-service-card h3 {
        font-size: 20px;
    }
    .vf-services-trust {
        grid-template-columns: 1fr 1fr;
        padding: 8px 16px;
    }
    .vf-services-trust > div {
        min-height: 112px;
        flex-direction: column;
        justify-content: center;
        gap: 9px;
        padding: 12px 6px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .18);
    }
    .vf-services-trust > div:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, .18);
    }
    .vf-services-trust > div:nth-child(n+3) {
        border-bottom: 0;
    }
    .vf-services-trust__icon {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .vf-services-section .vf-service-card,
    .vf-services-section .section-title > a {
        transition: none;
    }
}
/* Homepage image category marquee */
.home-image-category-carousel{position:relative;z-index:3;overflow:hidden;background:#fff;border-top:1px solid #e8edf2;border-bottom:1px solid #dce4ec;padding:18px 0 20px;box-shadow:0 12px 35px rgba(6,28,56,.055)}
.home-category-carousel-heading{max-width:1440px;margin:0 auto 13px;padding:0 30px;display:flex;align-items:end;justify-content:space-between;gap:20px}
.home-category-carousel-heading>div{display:grid;gap:1px}.home-category-carousel-heading span{color:#9c7100;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.home-category-carousel-heading strong{color:#071f3c;font-size:20px;letter-spacing:-.025em}.home-category-carousel-heading>a{color:#0a315c;font-size:12px;font-weight:900;text-decoration:none}.home-category-carousel-heading>a b{color:#d8a100;font-size:16px;margin-left:4px}
.home-category-marquee{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent)}
.home-category-marquee-track{display:flex;width:max-content;animation:vf-category-marquee 58s linear infinite;will-change:transform}.home-category-marquee:hover .home-category-marquee-track,.home-category-marquee:focus-within .home-category-marquee-track{animation-play-state:paused}
.home-category-marquee-group{display:flex;gap:13px;padding-right:13px}.home-image-category-card{width:235px;min-height:92px;display:grid;grid-template-columns:74px 1fr 18px;align-items:center;gap:12px;padding:9px 12px 9px 9px;border:1px solid #dfe6ed;border-radius:16px;background:linear-gradient(145deg,#fff 55%,#f8fafc);color:#071f3c;text-decoration:none;box-shadow:0 8px 24px rgba(6,28,56,.06);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.home-image-category-card:hover{transform:translateY(-3px);border-color:#d9aa12;box-shadow:0 14px 30px rgba(6,28,56,.12)}
.home-image-category-media{width:74px;height:74px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:radial-gradient(circle at 45% 35%,#fff 0,#f3f6f9 70%);border:1px solid #edf0f3}.home-image-category-media img{width:100%;height:100%;object-fit:contain;padding:5px;mix-blend-mode:multiply}.home-image-category-media>b{display:grid;place-items:center;width:100%;height:100%;background:#071f3c;color:#f4bd00;font-size:28px}
.home-image-category-copy{min-width:0;display:grid;gap:5px}.home-image-category-copy strong{font-size:13px;line-height:1.2}.home-image-category-copy small{color:#738194;font-size:10px;font-weight:700}.home-image-category-card>i{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#f5bd00;color:#071f3c;font-size:11px;font-style:normal;font-weight:900;opacity:.85}
@keyframes vf-category-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:700px){.home-image-category-carousel{padding:14px 0 16px}.home-category-carousel-heading{padding:0 16px;margin-bottom:10px}.home-category-carousel-heading strong{font-size:17px}.home-category-carousel-heading>a{font-size:11px}.home-category-marquee{overflow-x:auto;scroll-snap-type:x proximity;mask-image:none;-webkit-mask-image:none;scrollbar-width:none}.home-category-marquee::-webkit-scrollbar{display:none}.home-category-marquee-track{animation:none;padding-left:16px}.home-category-marquee-group{gap:10px;padding-right:10px}.home-category-marquee-group[aria-hidden=true]{display:none}.home-image-category-card{width:198px;min-height:78px;grid-template-columns:60px 1fr 16px;gap:9px;padding:8px;scroll-snap-align:start}.home-image-category-media{width:60px;height:60px}.home-image-category-copy strong{font-size:12px}}
@media(prefers-reduced-motion:reduce){.home-category-marquee-track{animation:none}.home-category-marquee{overflow-x:auto}.home-category-marquee-group[aria-hidden=true]{display:none}}

/* Larger image-first category cards */
.home-image-category-card{position:relative;width:190px;min-height:220px;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:9px 9px 13px;text-align:center}
.home-image-category-media{width:100%;height:150px;border-radius:13px;margin:0 0 11px;background:radial-gradient(circle at 50% 40%,#fff 0,#f2f5f8 76%)}
.home-image-category-media img{width:100%;height:100%;padding:8px;object-fit:contain}
.home-image-category-media>b{font-size:44px}
.home-image-category-copy{width:100%;display:grid;gap:4px;padding:0 22px 0 5px;text-align:left;position:relative}
.home-image-category-copy strong{font-size:13px;line-height:1.25;min-height:32px;display:flex;align-items:end}
.home-image-category-copy small{font-size:10px}
.home-image-category-card>i{position:absolute;right:13px;bottom:17px;width:21px;height:21px}
@media(max-width:700px){.home-image-category-card{width:164px;min-height:194px;padding:8px 8px 12px}.home-image-category-media{width:100%;height:126px;margin-bottom:9px}.home-image-category-media img{padding:6px}.home-image-category-copy{padding-right:20px}.home-image-category-copy strong{font-size:12px;min-height:30px}.home-image-category-card>i{right:11px;bottom:15px}}

/* Four-up immersive category carousel */
.home-category-marquee-group{gap:16px;padding-right:16px}
.home-image-category-card{width:calc((100vw - 95px)/4);min-height:292px;padding:8px 8px 15px;border-radius:19px}
.home-image-category-media{height:218px;margin-bottom:13px;padding:0;overflow:hidden;border-radius:14px;background:#eef2f5}
.home-image-category-media img{display:block;width:100%;height:100%;padding:0;object-fit:cover;object-position:center;mix-blend-mode:normal;transform:scale(1.01);transition:transform .45s ease}
.home-image-category-card:hover .home-image-category-media img{transform:scale(1.055)}
.home-image-category-copy{padding:0 30px 0 7px;gap:5px}.home-image-category-copy strong{font-size:15px;min-height:38px}.home-image-category-copy small{font-size:11px}.home-image-category-card>i{right:15px;bottom:20px;width:24px;height:24px}
@media(min-width:701px) and (max-width:1000px){.home-image-category-card{width:245px;min-height:252px}.home-image-category-media{height:180px}.home-image-category-copy strong{font-size:13px;min-height:33px}}
@media(max-width:700px){.home-category-marquee-group{gap:12px;padding-right:12px}.home-image-category-card{width:220px;min-height:252px;padding:7px 7px 13px}.home-image-category-media{height:180px;margin-bottom:11px}.home-image-category-media img{padding:0;object-fit:cover}.home-image-category-copy{padding-left:6px}.home-image-category-copy strong{font-size:13px;min-height:33px}.home-image-category-card>i{right:12px;bottom:17px}}

/* Category carousel arrow controls */
.home-category-carousel-actions{display:flex;align-items:center;gap:16px}.home-category-carousel-actions>a{color:#0a315c;font-size:12px;font-weight:900;text-decoration:none}.home-category-carousel-actions>a b{color:#d8a100;font-size:16px;margin-left:4px}.home-category-arrow-controls{display:flex;gap:7px}.home-category-arrow-controls button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #d8e1e9;border-radius:50%;background:#fff;color:#071f3c;font-size:18px;font-weight:900;cursor:pointer;box-shadow:0 5px 16px rgba(6,28,56,.08);transition:.2s ease}.home-category-arrow-controls button:hover{border-color:#f0b900;background:#f5bd00;transform:translateY(-2px);box-shadow:0 8px 19px rgba(6,28,56,.15)}.home-category-arrow-controls button:focus-visible{outline:3px solid rgba(10,49,92,.18);outline-offset:2px}.home-category-marquee.is-manual{overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;mask-image:linear-gradient(to right,transparent,#000 2%,#000 98%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 2%,#000 98%,transparent)}.home-category-marquee.is-manual::-webkit-scrollbar{display:none}.home-category-marquee.is-manual .home-category-marquee-track{animation:none}
.home-category-carousel-actions-bottom{max-width:1440px;margin:14px auto 0;padding:13px 30px 0;border-top:1px solid #e7edf2;justify-content:flex-end}
@media(max-width:700px){.home-category-carousel-heading{align-items:center}.home-category-carousel-actions>a{display:none}.home-category-carousel-actions{gap:0}.home-category-arrow-controls button{width:34px;height:34px}.home-category-marquee.is-manual{mask-image:none;-webkit-mask-image:none}}
@media(max-width:700px){.home-category-carousel-actions-bottom{margin-top:12px;padding:11px 16px 0;justify-content:space-between}.home-category-carousel-actions-bottom>a{display:inline-flex}.home-category-carousel-actions-bottom .home-category-arrow-controls button{width:36px;height:36px}}

/* Customer account experience */
.nav-account{white-space:nowrap}.nav-account.is-signed-in{color:#a77600!important}.account-auth-page,.account-form-page,.customer-account-page{max-width:1240px;margin:0 auto;padding:64px 28px 90px;color:#0a2342}.account-auth-heading,.account-form-intro{max-width:760px;margin-bottom:30px}.account-auth-heading h1,.account-form-intro h1,.account-welcome h1,.account-page-head h1{font-size:clamp(34px,5vw,56px);letter-spacing:-.045em;margin:4px 0 10px}.account-auth-heading>p:last-child,.account-form-intro>p:last-child,.account-welcome p,.account-page-head p{color:#68788a}.account-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.account-auth-card,.account-premium-form{padding:32px;border:1px solid #dde5ec;border-radius:22px;background:#fff;box-shadow:0 20px 60px rgba(6,28,56,.08)}.account-new-card{background:linear-gradient(145deg,#071f3c,#0b315a);color:#fff;border-color:#0b315a}.account-new-card p,.account-new-card li{color:#c5d2df}.account-auth-card h2{font-size:25px;margin:8px 0}.account-auth-card p{line-height:1.65}.account-auth-card ul{display:grid;gap:8px;padding-left:20px;margin:20px 0 26px}.account-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f4bd00;color:#071f3c;font-size:23px;font-weight:900}.account-auth-card label,.account-premium-form label{display:grid;gap:8px;margin:17px 0;color:#193655;font-size:13px;font-weight:800}.account-auth-card input,.account-premium-form input,.account-premium-form textarea{width:100%;border:1px solid #ccd7e1;border-radius:11px;background:#fbfcfd;min-height:51px;padding:12px 14px;font:inherit}.account-auth-card input:focus,.account-premium-form input:focus,.account-premium-form textarea:focus{outline:0;border-color:#0a315c;box-shadow:0 0 0 3px rgba(10,49,92,.1)}.account-auth-card .primary-btn,.account-premium-form .primary-btn{margin-top:8px}.account-text-link{display:inline-block;margin:18px 0 0;font-size:13px;font-weight:800;color:#0a315c}.account-alert{padding:15px 18px;margin:0 0 22px;border-radius:12px;font-weight:750}.account-alert.error{background:#fff0ef;color:#a32b21;border:1px solid #facbc7}.account-alert.success-note{background:#edf9f1;color:#176238;border:1px solid #bfe6cc}.account-form-page{max-width:920px}.account-form-page.narrow{max-width:700px}.account-premium-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.account-premium-form .full-field{grid-column:1/-1}.account-premium-form label small{color:#7b8998;font-weight:500}.account-premium-form>p{text-align:center;color:#6b7b8c}.account-welcome,.account-page-head{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:28px}.account-stat-row{display:grid;grid-template-columns:1fr 1fr 2fr;gap:15px;margin-bottom:22px}.account-stat-row article{display:grid;gap:5px;padding:22px;border-radius:16px;background:#071f3c;color:#fff}.account-stat-row strong{font-size:24px;overflow-wrap:anywhere}.account-stat-row span{color:#bdcbd8;font-size:12px}.account-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.account-option-grid>a{display:block;min-height:218px;padding:25px;border:1px solid #dce5ec;border-radius:19px;background:#fff;color:#0a2342;text-decoration:none;box-shadow:0 13px 38px rgba(6,28,56,.06);transition:.2s ease}.account-option-grid>a:hover{transform:translateY(-4px);border-color:#d8aa16;box-shadow:0 18px 45px rgba(6,28,56,.11)}.account-option-grid>a>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#071f3c;color:#f4bd00;font-weight:900}.account-option-grid h2{font-size:20px;margin:18px 0 8px}.account-option-grid p{color:#68788a;line-height:1.55;font-size:13px}.account-option-grid b{color:#9b7000;font-size:12px}.account-order-list{display:grid;gap:12px}.account-order-list article{display:grid;grid-template-columns:1fr 150px auto;align-items:center;gap:20px;padding:22px 24px;border:1px solid #dfe6ec;border-radius:16px;background:#fff}.account-order-list h2{margin:8px 0 3px}.account-order-list p,.account-order-list small{color:#6e7e90}.account-order-list article>div:nth-child(2){display:grid;gap:5px}.account-saved-grid .account-saved-item{position:relative}.account-saved-item>form button{width:100%;border:0;background:#fff1f0;color:#a33228;padding:10px;border-radius:0 0 12px 12px;font-weight:800;cursor:pointer}.product-save-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:0 12px 12px}.product-save-actions form{margin:0}.product-save-actions button,.product-save-actions a{width:100%;display:block;border:1px solid #dce4eb;border-radius:8px;background:#fff;color:#29445f;padding:7px 5px;text-align:center;text-decoration:none;font-size:10px;font-weight:800;cursor:pointer}.product-save-actions button:hover,.product-save-actions a:hover{border-color:#d6a713;background:#fff9e9}.account-compare-table{overflow-x:auto;border:1px solid #dce4eb;border-radius:18px;background:#fff}.compare-row{display:grid;grid-template-columns:150px repeat(6,minmax(180px,1fr));border-bottom:1px solid #e4eaf0}.compare-row:last-child{border-bottom:0}.compare-row>*{padding:18px;border-right:1px solid #e4eaf0}.compare-row>*:last-child{border-right:0}.compare-products>div{display:grid;gap:10px}.compare-products img{width:100%;height:120px;object-fit:contain}.checkout-account-note{margin-top:9px!important;font-size:13px}.checkout-account-note a{color:#9b7000;font-weight:900}
@media(max-width:900px){.account-option-grid{grid-template-columns:1fr 1fr}.account-stat-row{grid-template-columns:1fr 1fr}.account-stat-row article:last-child{grid-column:1/-1}.account-order-list article{grid-template-columns:1fr auto}.account-order-list article>a{grid-column:1/-1;text-align:center}}
@media(max-width:640px){.account-auth-page,.account-form-page,.customer-account-page{padding:38px 15px 65px}.account-auth-grid,.account-option-grid,.account-premium-form .form-grid{grid-template-columns:1fr}.account-auth-card,.account-premium-form{padding:23px 18px}.account-premium-form .full-field{grid-column:auto}.account-welcome,.account-page-head{display:block}.account-welcome>a,.account-page-head>a{margin-top:15px}.account-stat-row{grid-template-columns:1fr}.account-stat-row article:last-child{grid-column:auto}.account-order-list article{grid-template-columns:1fr}.account-order-list article>a{grid-column:auto}.product-save-actions{padding:0 8px 9px}}

/* Final mobile hierarchy guard for the premium services section. */
@media (max-width: 600px) {
    body .vf-services-section .section-title {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-bottom: 22px !important;
    }
    body .vf-services-section .section-title > div,
    body .vf-services-section .section-title h2 {
        width: 100%;
        max-width: none;
    }
    body .vf-services-section .section-title h2 {
        font-size: 38px !important;
        line-height: 1.04 !important;
    }
}
