/* ============================================================
   CUSTOM FLOW AIRSOFT — Design System
   Palette: deep forest night + military tan accent
   Fonts: Bebas Neue (display) + Barlow Condensed (UI) + Barlow (body)
   ============================================================ */

/* ── Variables ── */
:root {
    --bg:          #111512;
    --bg-card:     #181d17;
    --bg-sidebar:  #141914;
    --bg-hover:    #1f271e;
    --bg-input:    #1a1f19;
    --primary:     #3d6b30;
    --primary-h:   #4e8a3d;
    --accent:      #c8a228;
    --accent-dim:  #a0821e;
    --accent-pale: #c8a22822;
    --text:        #d5d0bc;
    --text-muted:  #7a8070;
    --text-dim:    #4a5248;
    --border:      #232b22;
    --border-mid:  #2e3b2d;
    --border-strong:#3a4d38;
    --badge-new:   #2e6e3a;
    --badge-new-t: #7dd68a;
    --badge-offer: #7a2020;
    --badge-offer-t:#ff8080;
    --badge-pop:   #7a5a10;
    --badge-pop-t: #f0c050;
    --shadow-card: 0 6px 24px rgba(0,0,0,.5);
    --shadow-modal:0 20px 60px rgba(0,0,0,.8);
    --radius:      8px;
    --radius-lg:   12px;
    --transition:  0.18s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Barlow', 'Barlow Condensed', system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.5;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
a { color: inherit; text-decoration: none; }
input, select { font-family: inherit; }

/* ── Container ── */
.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.top-bar {
    background: #0c100c;
    border-bottom: 1px solid var(--border);
    font-size: 0.82rem;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.4px;
    color: var(--text-muted);
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar-link {
    color: var(--accent-dim);
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.7;
    transition: opacity var(--transition);
    white-space: nowrap;
}
.top-bar-link:hover { opacity: 1; }

/* Top bar labels */
.top-bar-label {
    color: var(--text-dim);
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-right: 4px;
    flex-shrink: 0;
}

/* Brand strip */
.brand-strip {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    flex: 1;
}
.brand-chip {
    display: inline-block;
    padding: 1px 8px;
    background: var(--bg-hover);
    border: 1px solid var(--border);
    border-radius: 3px;
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all var(--transition);
}
.brand-chip:hover {
    color: var(--accent-dim);
    border-color: var(--accent-dim);
}
.brand-logo-chip {
    height: 44px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.85;
    flex-shrink: 0;
    transition: opacity var(--transition);
}
.brand-logo-chip:hover {
    opacity: 1;
}

/* Payment methods bar */
.top-bar-payments {
    background: #090d09;
    border-bottom: 1px solid var(--border);
    font-size: 0.7rem;
}
.payment-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.85rem;
}
.top-bar-brands .brand-strip {
    flex: 1;
    justify-content: center;
}
.top-bar-brands .top-bar-label {
    display: none;
}
.payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pm-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    color: var(--text-muted);
    font-weight: 500;
}
.pm-img {
    height: 28px;
    width: auto;
    display: block;
}
.pm-img-lg {
    height: 36px;
    width: auto;
    display: block;
}
.pm-img-ship {
    height: 28px;
    width: auto;
    display: block;
}
.pm-img-wa {
    height: 24px;
    width: auto;
    display: block;
}
.pm-img-social {
    height: 24px;
    width: auto;
    display: block;
}
.pm-img-social-lg {
    height: 30px;
    width: auto;
    display: block;
}
.pm-img-ship {
    height: 22px;
    width: auto;
    display: block;
}
.pm-img-wa {
    height: 18px;
    width: auto;
    display: block;
}
.pm-item svg {
    flex-shrink: 0;
    opacity: 0.7;
}
.pm-divider {
    width: 1px;
    height: 14px;
    background: var(--border-mid);
    flex-shrink: 0;
}
.pm-shipping {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    color: var(--accent-dim);
    font-weight: 600;
}
.pm-shipping img {
    flex-shrink: 0;
}
.pm-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    color: var(--accent-dim);
    font-weight: 700;
    font-size: 0.75rem;
    transition: opacity var(--transition);
    text-decoration: none;
}
.pm-phone:hover { opacity: 0.8; }
.pm-phone img, .pm-social img {
    flex-shrink: 0;
}
.pm-social {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    color: var(--accent-dim);
    font-weight: 700;
    font-size: 0.75rem;
    transition: opacity var(--transition);
    text-decoration: none;
}
.pm-social:hover { opacity: 0.8; }
.pm-social svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.pm-img-social {
    height: 18px;
    width: auto;
    display: block;
}

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
    background: #0e1310;
    border-bottom: 2px solid var(--border-mid);
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 4px 20px rgba(0,0,0,.6);
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Brand */
.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
}
.brand-hex { flex-shrink: 0; }
.brand-logo {
    height: 64px;
    width: auto;
    flex-shrink: 0;
    display: block;
}
.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
.brand-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.65rem;
    letter-spacing: 3px;
    color: var(--accent);
    line-height: 1;
}
.brand-tagline {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2.5px;
    color: var(--text-dim);
    text-transform: uppercase;
    margin-top: 2px;
}

/* Search */
.search-wrap {
    flex: 1;
    max-width: 520px;
    position: relative;
    display: flex;
    align-items: center;
}
.search-ico {
    position: absolute;
    left: 13px;
    color: var(--text-dim);
    pointer-events: none;
    flex-shrink: 0;
}
.search-field {
    width: 100%;
    padding: 9px 36px 9px 38px;
    background: var(--bg-input);
    border: 1px solid var(--border-mid);
    border-radius: var(--radius);
    color: var(--text);
    font-size: 0.9rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.search-field::placeholder { color: var(--text-dim); }
.search-field:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(61,107,48,.15);
}
.search-clear {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: var(--text-dim);
    padding: 4px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--transition);
}
.search-clear:hover { color: var(--text); }

/* Cart trigger */
.cart-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: var(--bg-input);
    border: 1px solid var(--border-mid);
    color: var(--text-muted);
    padding: 0 14px;
    height: 44px;
    border-radius: var(--radius);
    flex-shrink: 0;
    transition: all var(--transition);
}
.cart-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--text-muted);
}
.cart-trigger:hover {
    border-color: var(--accent-dim);
    color: var(--accent);
}
.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    background: var(--accent);
    color: #0e1310;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.cart-badge[data-count="0"] { display: none; }

/* ============================================================
   CATEGORY NAV
   ============================================================ */
.cat-nav {
    background: #0e1310;
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 85px;
    z-index: 190;
}
.cat-nav-inner {
    display: flex;
    gap: 2px;
    overflow-x: auto;
    padding-top: 0;
    padding-bottom: 0;
    scrollbar-width: none;
}
.cat-nav-inner::-webkit-scrollbar { display: none; }

.cat-btn {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 13px 18px;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--text-muted);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all var(--transition);
    position: relative;
    flex-shrink: 0;
}
.cat-btn svg { opacity: 0.7; transition: opacity var(--transition); }
.cat-btn:hover {
    color: var(--text);
    border-bottom-color: var(--border-strong);
}
.cat-btn:hover svg { opacity: 1; }
.cat-btn.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.cat-btn.active svg { opacity: 1; color: var(--accent); }

/* ============================================================
   STORE LAYOUT (sidebar + products)
   ============================================================ */
.store-layout {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    align-items: start;
    padding-top: 28px;
    padding-bottom: 60px;
}

/* ── Filter Sidebar ── */
.filter-sidebar {
    background: var(--bg-sidebar);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px;
    position: sticky;
    top: 133px;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--border-mid) transparent;
}
.filter-sidebar::-webkit-scrollbar { width: 4px; }
.filter-sidebar::-webkit-scrollbar-track { background: transparent; }
.filter-sidebar::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 2px; }

.fs-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.fs-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: var(--text-muted);
}
.fs-reset {
    background: none;
    border: none;
    color: var(--text-dim);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.3px;
    padding: 2px 0;
    transition: color var(--transition);
}
.fs-reset:hover { color: var(--accent-dim); }

/* Filter group */
.fg { margin-bottom: 4px; }
.fg-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--primary-h);
    margin-bottom: 10px;
}
.fg-opts { display: flex; flex-direction: column; gap: 5px; }
.fg-sep {
    border: none;
    border-top: 1px solid var(--border);
    margin: 14px 0;
}

/* Filter option (radio) */
.fopt {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    padding: 5px 6px;
    border-radius: 5px;
    transition: background var(--transition);
}
.fopt:hover { background: var(--bg-hover); }
.fopt input[type="radio"] { display: none; }
.fopt-dot {
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--border-strong);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all var(--transition);
    position: relative;
}
.fopt-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    transition: transform 0.15s ease;
}
.fopt input[type="radio"]:checked ~ .fopt-dot {
    border-color: var(--accent);
}
.fopt input[type="radio"]:checked ~ .fopt-dot::after {
    transform: translate(-50%, -50%) scale(1);
}
.fopt-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: color var(--transition);
}
.fopt input[type="radio"]:checked ~ .fopt-dot ~ .fopt-text { color: var(--text); }
.fopt:hover .fopt-text { color: var(--text); }
.fopt-hint {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    font-style: normal;
    color: var(--text-dim);
    margin-left: auto;
}

/* Toggle switch */
.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 6px 6px;
    border-radius: 5px;
    transition: background var(--transition);
}
.toggle-row:hover { background: var(--bg-hover); }
.toggle-row .fg-label { margin: 0; }
.toggle-wrap { flex-shrink: 0; }
.toggle-input { display: none; }
.toggle-track {
    display: flex;
    align-items: center;
    width: 34px;
    height: 18px;
    background: var(--border-mid);
    border-radius: 9px;
    padding: 2px;
    transition: background 0.2s;
    cursor: pointer;
}
.toggle-thumb {
    width: 14px;
    height: 14px;
    background: var(--text-dim);
    border-radius: 50%;
    transition: all 0.2s;
    margin-left: 0;
}
.toggle-input:checked ~ .toggle-track { background: var(--primary); }
.toggle-input:checked ~ .toggle-track .toggle-thumb {
    background: white;
    margin-left: 16px;
}

/* ============================================================
   PRODUCTS AREA
   ============================================================ */
.products-area { min-width: 0; }

/* Results bar */
.results-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 18px;
    gap: 12px;
    flex-wrap: wrap;
}
.results-count {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    color: var(--text-muted);
    letter-spacing: 0.3px;
}
.results-sep {
    color: var(--text-dim);
    font-size: 0.8rem;
}
.sort-wrap { display: flex; align-items: center; gap: 8px; }
.sort-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    color: var(--text-dim);
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.sort-select {
    background: var(--bg-input);
    border: 1px solid var(--border-mid);
    color: var(--text-muted);
    padding: 6px 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    border-radius: var(--radius);
    cursor: pointer;
    transition: border-color var(--transition);
}
.sort-select:focus { outline: none; border-color: var(--primary); }

/* ── Product Grid ── */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

/* Loading skeletons */
.skeleton {
    height: 340px;
    background: linear-gradient(
        90deg,
        var(--bg-card) 25%,
        var(--bg-hover) 50%,
        var(--bg-card) 75%
    );
    background-size: 200% 100%;
    animation: shimmer 1.6s infinite;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
}
@keyframes shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ── Product Card ── */
.product-card {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-card);
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
    animation: fadeUp 0.3s ease backwards;
}
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}
.product-card:hover {
    transform: translateY(-5px);
    border-color: var(--border-strong);
    box-shadow: 0 12px 32px rgba(0,0,0,.6), 0 0 0 1px var(--border-strong);
}

/* Card image */
.card-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: #1a201a;
    overflow: hidden;
    flex-shrink: 0;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 8px;
    transition: transform 0.4s ease;
}
.product-card:hover .card-img img { transform: scale(1.06); }
.card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
}
.card-img-placeholder svg { opacity: 0.35; }

/* Badge */
.card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 9px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    z-index: 2;
    backdrop-filter: blur(4px);
}
.badge-new    { background: var(--badge-new);   color: var(--badge-new-t); }
.badge-offer  { background: var(--badge-offer); color: var(--badge-offer-t); }
.badge-popular{ background: var(--badge-pop);   color: var(--badge-pop-t); }

/* Stock overlay (out of stock) */
.card-oos-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.card-oos-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff8080;
    border: 1px solid #ff8080;
    padding: 5px 14px;
    border-radius: 3px;
    background: rgba(0,0,0,.5);
}

/* Card body */
.card-body {
    padding: 15px 16px 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}
.card-cat {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary-h);
}
.card-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.25;
    letter-spacing: 0.2px;
    flex: 1;
}
.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.card-tag {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.7rem;
    padding: 3px 8px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: 3px;
    color: var(--text-dim);
    letter-spacing: 0.2px;
}
.card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 4px;
    border-top: 1px solid var(--border);
}
.card-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: var(--accent);
    letter-spacing: 1px;
    line-height: 1;
}
.card-actions {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
}
.btn-detail {
    background: none;
    border: 1px solid var(--border-mid);
    color: var(--text-muted);
    padding: 5px 10px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all var(--transition);
    white-space: nowrap;
}
.btn-detail:hover {
    border-color: var(--border-strong);
    color: var(--text);
}
.btn-add {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #d8e8d0;
    padding: 6px 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all var(--transition);
    white-space: nowrap;
}
.btn-add:hover {
    background: var(--primary-h);
    border-color: var(--primary-h);
    color: white;
}
.btn-add:disabled,
.btn-add.oos {
    background: var(--border);
    border-color: var(--border);
    color: var(--text-dim);
    cursor: not-allowed;
}

/* No results */
.no-results {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 60px 20px;
    color: var(--text-dim);
    text-align: center;
}
.no-results p { font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; }
.btn-reset-all {
    background: none;
    border: 1px solid var(--border-strong);
    color: var(--text-muted);
    padding: 8px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: var(--radius);
    transition: all var(--transition);
    cursor: pointer;
}
.btn-reset-all:hover {
    background: var(--bg-hover);
    color: var(--text);
}

/* ============================================================
   FILTER FAB (mobile)
   ============================================================ */
.filter-fab {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 300;
    background: var(--primary);
    color: #d8e8d0;
    border: none;
    padding: 12px 22px;
    border-radius: 30px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    gap: 8px;
    align-items: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.5);
    transition: background var(--transition);
}
.filter-fab:hover { background: var(--primary-h); }
.fab-badge {
    background: var(--accent);
    color: #0e1310;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 299;
    backdrop-filter: blur(2px);
}
.filter-backdrop.visible { display: block; }

/* ============================================================
   PRODUCT DETAIL MODAL
   ============================================================ */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 400;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.modal.open { display: flex; }
.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.88);
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.modal-panel {
    position: relative;
    background: var(--bg-card);
    border: 1px solid var(--border-mid);
    border-radius: var(--radius-lg);
    max-width: 740px;
    width: 100%;
    max-height: 92vh;
    overflow-y: auto;
    box-shadow: var(--shadow-modal);
    scrollbar-width: thin;
    scrollbar-color: var(--border-mid) transparent;
    animation: modalIn 0.22s ease;
}
.modal-panel::-webkit-scrollbar { width: 4px; }
.modal-panel::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 2px; }
@keyframes modalIn {
    from { opacity: 0; transform: scale(.96) translateY(8px); }
    to   { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--bg);
    border: 1px solid var(--border);
    color: var(--text-muted);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all var(--transition);
}
.modal-close:hover {
    background: var(--bg-hover);
    color: white;
    border-color: var(--border-strong);
}
.modal-body { padding: 28px; }
.modal-img {
    width: 100%;
    height: 300px;
    background: #1a201a;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 8px;
}
.modal-cat {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--primary-h);
    margin-bottom: 6px;
}
.modal-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
    line-height: 1.15;
    letter-spacing: 0.2px;
}
.modal-desc {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin-bottom: 22px;
}
.modal-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}
.spec-item {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 10px 12px;
}
.spec-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text-dim);
    margin-bottom: 4px;
}
.spec-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
}
.modal-footer-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.modal-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.2rem;
    color: var(--accent);
    letter-spacing: 1px;
}
.modal-btn-add {
    flex: 1;
    min-width: 160px;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #d8e8d0;
    padding: 11px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: var(--radius);
    transition: all var(--transition);
    cursor: pointer;
}
.modal-btn-add:hover {
    background: var(--primary-h);
    border-color: var(--primary-h);
    color: white;
}
.modal-btn-add:disabled {
    background: var(--border);
    border-color: var(--border);
    color: var(--text-dim);
    cursor: not-allowed;
}
.modal-stock-ok  { color: #7dd68a; font-family:'Barlow Condensed',sans-serif; font-size:.85rem; font-weight:600; }
.modal-stock-out { color: #ff8080; font-family:'Barlow Condensed',sans-serif; font-size:.85rem; font-weight:600; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.cart-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 350;
    backdrop-filter: blur(2px);
    display: none;
}
.cart-backdrop.open { display: block; }

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100vw;
    height: 100vh;
    background: var(--bg-sidebar);
    border-left: 1px solid var(--border-mid);
    z-index: 360;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(.4,0,.2,1);
    box-shadow: -10px 0 40px rgba(0,0,0,.6);
}
.cart-drawer.open { transform: translateX(0); }

.cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 22px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}
.cart-heading {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    letter-spacing: 2.5px;
    color: var(--text-muted);
}
.cart-close-btn {
    background: none;
    border: 1px solid var(--border);
    color: var(--text-dim);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}
.cart-close-btn:hover {
    background: var(--bg-hover);
    color: var(--text);
    border-color: var(--border-strong);
}

.cart-items {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 12px 16px;
    scrollbar-width: thin;
    scrollbar-color: var(--border-mid) transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cart-items::-webkit-scrollbar { width: 4px; }
.cart-items::-webkit-scrollbar-track { background: transparent; }
.cart-items::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 2px; }
.cart-items::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 2px; }

.cart-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 40px 0;
    color: var(--text-dim);
    text-align: center;
}
.cart-empty svg { opacity: 0.3; }
.cart-empty p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 200px;
}

/* Cart item */
.cart-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    animation: fadeUp 0.2s ease;
    flex-shrink: 0;
}
.cart-item-img {
    width: 48px;
    height: 48px;
    background: #1a201a;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.cart-item-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 0.95rem;
    color: var(--accent);
    letter-spacing: 0.5px;
}
.cart-item-remove {
    background: none;
    border: none;
    color: var(--text-dim);
    font-size: 1.1rem;
    padding: 2px 4px;
    line-height: 1;
    transition: color var(--transition);
    flex-shrink: 0;
    margin-top: 1px;
}
.cart-item-remove:hover { color: #ff8080; }

.cart-foot {
    padding: 18px 22px;
    border-top: 1px solid var(--border);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
}
#cartTotal {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--accent);
    letter-spacing: 1px;
}
.cart-note {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    color: var(--text-dim);
    line-height: 1.4;
}
.cart-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary);
    color: #d8e8d0;
    padding: 12px;
    border-radius: var(--radius);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all var(--transition);
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 100%;
}
.cart-wa:hover { background: var(--primary-h); color: white; }

/* Cart steps */
.cart-step {
    display: contents;
}
.cart-step-hidden {
    display: none !important;
}
/* Cart form (Step 2) */
.cart-form-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 22px;
    scrollbar-width: thin;
    scrollbar-color: var(--border-mid) transparent;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cart-form-body::-webkit-scrollbar { width: 4px; }
.cart-form-body::-webkit-scrollbar-thumb { background: var(--border-mid); border-radius: 2px; }
.cart-back-btn {
    background: none;
    border: 1px solid var(--border);
    color: var(--text-dim);
    padding: 8px 12px;
    border-radius: var(--radius);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all var(--transition);
    align-self: flex-start;
}
.cart-back-btn:hover { border-color: var(--border-strong); color: var(--text-muted); }
.cart-form-group { display: flex; flex-direction: column; gap: 4px; }
.cart-form-group label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--text-muted);
}
.cart-form-group input, .cart-form-group textarea {
    padding: 9px 12px;
    background: var(--bg-input);
    border: 1px solid var(--border-mid);
    border-radius: var(--radius);
    color: var(--text);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .9rem;
    transition: border-color var(--transition);
    resize: vertical;
}
.cart-form-group input:focus, .cart-form-group textarea:focus { outline: none; border-color: var(--primary); }
.cart-form-group textarea {
    font-family: 'Barlow', sans-serif;
    font-size: .85rem;
    min-height: 60px;
}

/* Cart quantity controls */
.cart-qty {
    display: flex;
    align-items: center;
    gap: 2px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    flex-shrink: 0;
}
.cart-qty button {
    background: none;
    border: none;
    color: var(--text-dim);
    width: 26px;
    height: 26px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition);
    font-family: inherit;
}
.cart-qty button:hover { background: var(--bg-hover); color: var(--text); }
.cart-qty span {
    padding: 0 6px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: var(--text);
    min-width: 20px;
    text-align: center;
}
.cart-item-subtotal {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .75rem;
    color: var(--text-dim);
}
.cart-item-info .cart-item-qty-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: #0c100c;
    border-top: 1px solid var(--border);
    margin-top: auto;
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 3px;
    color: var(--text-dim);
    display: block;
    margin-bottom: 4px;
}
.footer-brand p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    color: var(--text-dim);
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    color: var(--text-dim);
}
.footer-links a { transition: color var(--transition); }
.footer-links a:hover { color: var(--text-muted); }
.footer-admin { opacity: 0.5; }
.footer-admin:hover { opacity: 0.8; }

/* ============================================================
   FLOATING WHATSAPP BUTTON
   ============================================================ */
.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 500;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0,0,0,.4);
    transition: transform var(--transition), box-shadow var(--transition);
    animation: waPulse 2s ease-in-out infinite;
}
.wa-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(0,0,0,.5);
}
.wa-float img {
    width: 100%;
    height: 100%;
    display: block;
}
@keyframes waPulse {
    0%, 100% { box-shadow: 0 4px 20px rgba(0,0,0,.4); }
    50% { box-shadow: 0 4px 28px rgba(37,211,102,.5); }
}

/* ============================================================
   UTILITIES
   ============================================================ */
[hidden] { display: none !important; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .store-layout {
        grid-template-columns: 1fr;
    }
    .filter-sidebar {
        display: none;
        position: fixed;
        inset: 0;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 82vh;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        z-index: 310;
        overflow-y: auto;
    }
    .filter-sidebar.mobile-open { display: block; }
    .filter-fab { display: flex; }
    .wa-float { bottom: 80px; right: 16px; width: 52px; height: 52px; }
    .top-bar {
        font-size: 0.7rem;
    }
    .top-bar-inner {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .brand-logo-chip { height: 30px; }
    .payment-bar { font-size: 0.7rem; gap: 8px; }
    .pm-img, .pm-img-ship { height: 20px; }
    .pm-img-lg { height: 26px; }
    .pm-img-wa, .pm-img-social { height: 16px; }
    .pm-img-social-lg { height: 20px; }
    .brand-strip { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .brand-strip::-webkit-scrollbar { display: none; }
    .payment-bar { font-size: 0.65rem; gap: 6px; }
    .pm-img, .pm-img-ship { height: 18px; }
    .pm-img-lg { height: 24px; }
    .pm-img-wa, .pm-img-social { height: 14px; }
    .pm-img-social-lg { height: 18px; }
    .modal-specs { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .header-inner { gap: 12px; }
    .brand-name { font-size: 1.35rem; }
    .brand-tagline { display: none; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .card-body { padding: 11px 12px 12px; }
    .card-price { font-size: 1.35rem; }
    .cart-drawer { width: 100%; }
    .cart-items { grid-template-columns: 1fr; padding: 10px 14px; }
    .modal-body { padding: 20px; }
    .modal-img { height: 220px; }
    .modal-title { font-size: 1.4rem; }
    .modal-specs { grid-template-columns: repeat(2, 1fr); }
    .modal-footer-row { flex-direction: column; align-items: stretch; }
    .modal-price { text-align: center; }
}

@media (max-width: 380px) {
    .products-grid { grid-template-columns: 1fr; }
}

/* Payment options in cart form */
.payment-opts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.payment-opt {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 7px 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .82rem;
    color: var(--text-muted);
    transition: all var(--transition);
    flex: 1;
    justify-content: center;
    min-width: 80px;
}
.payment-opt:hover { border-color: var(--border-strong); color: var(--text); }
.payment-opt input[type="radio"] { display: none; }
.payment-dot {
    width: 10px; height: 10px;
    border: 1.5px solid var(--border-strong);
    border-radius: 50%;
    flex-shrink: 0;
    transition: all var(--transition);
    position: relative;
}
.payment-dot::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 5px; height: 5px;
    background: var(--accent);
    border-radius: 50%;
    transition: transform .15s ease;
}
.payment-opt input[type="radio"]:checked ~ .payment-dot { border-color: var(--accent); }
.payment-opt input[type="radio"]:checked ~ .payment-dot::after { transform: translate(-50%,-50%) scale(1); }
.payment-opt input[type="radio"]:checked ~ span:last-child { color: var(--text); }
.payment-opt:has(input:checked) { border-color: var(--accent-dim); background: var(--bg-hover); }

/* Add button quantity badge */
.btn-add { position: relative; }
.btn-add.in-cart { background: var(--primary); }
.add-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    background: rgba(255,255,255,.2);
    border-radius: 3px;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1;
}

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 2px solid var(--accent-dim);
    outline-offset: 1px;
}
.search-field:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(61,107,48,.15);
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.hero-banner {
    background: #0e1310;
    border-bottom: 2px solid var(--border-mid);
    padding: 50px 0 46px;
    position: relative;
    overflow: hidden;
}
.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 50%, rgba(200,162,40,.04) 0%, transparent 60%),
                radial-gradient(ellipse at 20% 50%, rgba(61,107,48,.06) 0%, transparent 60%);
    pointer-events: none;
}
.hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-text { max-width: 680px; }
.hero-tag {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--accent-dim);
    border: 1px solid var(--accent-dim);
    padding: 4px 14px;
    border-radius: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--text);
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.hero-accent { color: var(--accent); }
.hero-desc {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 28px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.hero-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition);
}
.hero-btn-primary {
    background: var(--primary);
    color: #d8e8d0;
    border: 1px solid var(--primary);
}
.hero-btn-primary:hover { background: var(--primary-h); color: white; }
.hero-btn-wa {
    background: #25d366;
    color: white;
    border: 1px solid #25d366;
}
.hero-btn-wa:hover { filter: brightness(1.1); }
.hero-legal {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .7rem;
    color: var(--text-dim);
    letter-spacing: .5px;
}

/* ============================================================
   FOOTER PROFESSIONAL
   ============================================================ */
.site-footer {
    background: #0a0e0a;
    border-top: 2px solid var(--border);
    margin-top: auto;
    padding: 36px 0 24px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 28px;
}
.footer-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: var(--accent);
    margin-bottom: 12px;
}
.footer-desc {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .82rem;
    color: var(--text-dim);
    line-height: 1.6;
    margin-bottom: 14px;
}
.footer-section h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.footer-section a {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .82rem;
    color: var(--text-dim);
    text-decoration: none;
    padding: 2px 0;
    transition: color var(--transition);
}
.footer-section a:hover { color: var(--accent-dim); }
.footer-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 0 0 18px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.footer-copy {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .72rem;
    color: var(--text-dim);
}
.footer-legal-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-badge {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid var(--border-mid);
    color: var(--text-muted);
    text-transform: uppercase;
}

/* Responsive hero/footer */
@media (max-width: 768px) {
    .hero-title { font-size: 2.2rem; }
    .hero-desc { font-size: .9rem; }
    .hero-banner { padding: 36px 0 32px; }
    .footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .footer-bottom { flex-direction: column; text-align: center; }
}

/* Product card subtle shadow enhancement */
.product-card { transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,.7), 0 0 0 1px var(--border-strong); }

/* Image loading placeholder background */
.card-img { background: #161e16; }
.card-img-placeholder { color: var(--text-dim); }
