/* Home page — monochrome black & white */

body.home-bw-theme {
    --accent: #ffffff;
    --accent-dark: #d4d4d4;
    --accent-light: #ffffff;
    --accent-rgb: 255, 255, 255;

    background-color: #000 !important;
}

body.home-bw-theme .noise-overlay {
    opacity: 0.012;
}

/* Tailwind accent utilities */
body.home-bw-theme .text-accent {
    color: #fff !important;
}

body.home-bw-theme .text-accent\/35 {
    color: rgba(255, 255, 255, 0.35) !important;
}

body.home-bw-theme .text-accent\/40 {
    color: rgba(255, 255, 255, 0.4) !important;
}

body.home-bw-theme .text-accent\/50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.home-bw-theme .text-accent\/60 {
    color: rgba(255, 255, 255, 0.6) !important;
}

body.home-bw-theme .text-accent\/70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

body.home-bw-theme .text-accent\/75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.home-bw-theme .bg-accent {
    background-color: #fff !important;
}

body.home-bw-theme .bg-accent\/10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

body.home-bw-theme .bg-accent\/12 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

body.home-bw-theme .bg-accent\/15 {
    background-color: rgba(255, 255, 255, 0.12) !important;
}

body.home-bw-theme .bg-accent\/20 {
    background-color: rgba(255, 255, 255, 0.16) !important;
}

body.home-bw-theme .border-accent {
    border-color: #fff !important;
}

body.home-bw-theme .border-accent\/15 {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

body.home-bw-theme .border-accent\/20 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body.home-bw-theme .border-accent\/25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

body.home-bw-theme .border-accent\/30 {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

body.home-bw-theme .via-accent\/20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

body.home-bw-theme .via-accent\/50 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

body.home-bw-theme .shadow-accent\/10,
body.home-bw-theme .shadow-accent\/15,
body.home-bw-theme .shadow-accent\/20 {
    --tw-shadow-color: rgba(255, 255, 255, 0.12) !important;
}

body.home-bw-theme .hover\:text-accent:hover,
body.home-bw-theme .hover\:text-accent-light:hover {
    color: #fff !important;
}

body.home-bw-theme .hover\:bg-accent:hover,
body.home-bw-theme .hover\:bg-accent-light:hover {
    background-color: #f5f5f5 !important;
}

body.home-bw-theme .hover\:bg-accent\/10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

body.home-bw-theme .hover\:border-accent:hover,
body.home-bw-theme .hover\:border-accent\/25:hover,
body.home-bw-theme .hover\:border-accent\/30:hover {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

body.home-bw-theme .group:hover .group-hover\:text-accent,
body.home-bw-theme .group:hover .group-hover\:text-accent-light {
    color: #fff !important;
}

body.home-bw-theme .group:hover .group-hover\:text-accent\/40 {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.home-bw-theme .group:hover .group-hover\:border-accent\/30 {
    border-color: rgba(255, 255, 255, 0.35) !important;
}

body.home-bw-theme .group:hover .group-hover\:bg-accent\/10 {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

body.home-bw-theme .type-section-eyebrow {
    color: rgba(255, 255, 255, 0.45) !important;
}

body.home-bw-theme .type-card-price {
    color: #fff !important;
}

body.home-bw-theme .text-green,
body.home-bw-theme .text-green\/60,
body.home-bw-theme .text-green\/70 {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.home-bw-theme .bg-green\/10 {
    background-color: rgba(255, 255, 255, 0.08) !important;
}

body.home-bw-theme .border-green\/20 {
    border-color: rgba(255, 255, 255, 0.18) !important;
}

/* ── Live chat — monochrome (toggle + panel) ── */
body.home-bw-theme #lc-widget {
    --lc-accent: #ffffff;
    --lc-accent-light: #f5f5f5;
    --lc-accent-dark: #e5e5e5;
    --lc-accent-soft: rgba(255, 255, 255, 0.12);
    --lc-accent-soft-2: rgba(255, 255, 255, 0.06);
    --lc-accent-border: rgba(255, 255, 255, 0.28);
    --lc-accent-glow: rgba(255, 255, 255, 0.16);
    --lc-bg: #000000;
    --lc-surface: #0a0a0a;
    --lc-border: rgba(255, 255, 255, 0.1);
    --lc-text-muted: rgba(255, 255, 255, 0.45);
    --lc-text-soft: rgba(255, 255, 255, 0.65);
}

body.home-bw-theme #lc-toggle {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(8, 8, 8, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
        0 10px 32px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.home-bw-theme #lc-toggle:hover {
    background: rgba(16, 16, 16, 0.96);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.home-bw-theme #lc-toggle i {
    font-size: 19px;
}

body.home-bw-theme #lc-toggle .lc-badge {
    background: #ffffff;
    color: #000000;
}

body.home-bw-theme #lc-panel {
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.72);
}

body.home-bw-theme .lc-header {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
}

body.home-bw-theme .lc-msg.user .lc-bubble,
body.home-bw-theme #lc-start-form button[type="submit"],
body.home-bw-theme #lc-send {
    background: #ffffff;
    background-image: none;
    color: #000000;
}

body.home-bw-theme #lc-start-form button[type="submit"]:hover,
body.home-bw-theme #lc-send:hover {
    background: #f0f0f0;
    filter: none;
}

body.home-bw-theme .lc-intro-tab {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.55);
}

body.home-bw-theme .lc-intro-tab.active {
    background: #ffffff;
    border-color: transparent;
    color: #000000;
}

body.home-bw-theme .lc-past-item {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.home-bw-theme #lc-widget .lc-select-trigger {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

body.home-bw-theme #lc-widget .lc-select-value {
    color: rgba(255, 255, 255, 0.92);
}

body.home-bw-theme #lc-widget .lc-select-trigger:hover {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.06);
}

body.home-bw-theme #lc-widget .lc-select.is-open .lc-select-trigger {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

body.home-bw-theme #lc-widget .lc-select-chevron {
    color: rgba(255, 255, 255, 0.45);
}

body.home-bw-theme #lc-widget .lc-select-menu {
    border-color: rgba(255, 255, 255, 0.14);
    background: #111111;
    scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
}

body.home-bw-theme #lc-widget .lc-select-option {
    color: rgba(255, 255, 255, 0.82);
}

body.home-bw-theme #lc-widget .lc-select-option:hover,
body.home-bw-theme #lc-widget .lc-select-option:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

body.home-bw-theme #lc-widget .lc-select-option.is-selected {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

body.home-bw-theme #lc-widget .lc-intro input {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

body.home-bw-theme #lc-widget .lc-intro input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

body.home-bw-theme #lc-widget .lc-intro input:focus {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
    outline: none;
}

body.home-bw-theme .lc-reply-preview {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .lc-emoji-btn.active,
body.home-bw-theme .lc-emoji-btn:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.home-bw-theme .lc-emoji-popup {
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 18px 48px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

body.home-bw-theme .lc-media-mode.active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    color: #ffffff;
    box-shadow:
        0 1px 10px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.home-bw-theme .lc-gif-search-wrap input:focus {
    border-color: rgba(255, 255, 255, 0.28);
}

body.home-bw-theme .lc-emoji-cat.active {
    background: rgba(255, 255, 255, 0.1);
}

body.home-bw-theme .lc-hours.online .lc-hours-label {
    background: #ffffff;
    background-image: none;
    color: #000000;
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .lc-hours.online .lc-hours-dot {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .lc-hours.online .lc-hours-sublabel {
    color: rgba(255, 255, 255, 0.6);
}

body.home-bw-theme .lc-past-item:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
}

body.home-bw-theme .lc-past-back-btn {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: #f5f5f5;
}

body.home-bw-theme .lc-past-back-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

body.home-bw-theme .lc-readonly-bar {
    background: rgba(255, 255, 255, 0.06);
    border-top-color: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.85);
}

body.home-bw-theme .scroll-top-btn {
    color: #ffffff;
}

body.home-bw-theme .scroll-top-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

body.home-bw-theme .scroll-top-btn:focus-visible {
    outline-color: rgba(255, 255, 255, 0.45);
}

/* Hero — editorial monochrome */
body.home-bw-theme .hero-title {
    font-size: clamp(2rem, 4.8vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

body.home-bw-theme .hero-title--rich {
    font-weight: 800;
}

body.home-bw-theme .hero-title--rich .hw-muted {
    color: rgba(163, 163, 163, 0.92);
    font-weight: 800;
}

body.home-bw-theme .hero-title--rich .hw-box {
    display: inline;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    padding: 0.02em 0.26em;
    margin: 0 0.05em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.18em;
    vertical-align: baseline;
}

body.home-bw-theme .hero-title--rich .hw-outline {
    color: transparent;
    -webkit-text-stroke: 1.25px rgba(255, 255, 255, 0.38);
    font-weight: 900;
    paint-order: stroke fill;
}

body.home-bw-theme .hero-title--rich .hw-blur {
    color: rgba(140, 140, 140, 0.45);
    filter: blur(1.75px);
    font-weight: 800;
}

body.home-bw-theme .hero-lead {
    color: rgba(212, 212, 212, 0.88);
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .hero-btn-primary,
body.home-bw-theme .feat-card-buy,
body.home-bw-theme .bg-accent.text-page {
    color: #000 !important;
    background: #fff !important;
    border-radius: 9999px;
    box-shadow: 0 4px 24px rgba(255, 255, 255, 0.12) !important;
    padding: 0.75rem 1.5rem;
    font-size: var(--text-body);
}

body.home-bw-theme .hero-btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.75rem 1.5rem;
    font-size: var(--text-body);
}

/* Featured card */
body.home-bw-theme .feat-card-main,
body.home-bw-theme #featCard {
    border-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06),
        0 20px 50px rgba(0, 0, 0, 0.65) !important;
}

body.home-bw-theme .feat-card-buy {
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.1) !important;
}

body.home-bw-theme .hero-btn-primary:hover {
    background: #f0f0f0 !important;
    box-shadow: 0 6px 28px rgba(255, 255, 255, 0.18) !important;
}

body.home-bw-theme .hero-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.07);
}

/* Platform cards */
body.home-bw-theme .platform-card {
    border-color: rgba(255, 255, 255, 0.1);
}

body.home-bw-theme .platform-card:hover {
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 22px 52px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.home-bw-theme .platform-card--featured {
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 52px -10px rgba(255, 255, 255, 0.08);
}

body.home-bw-theme .platform-card--featured:hover {
    border-color: rgba(255, 255, 255, 0.32);
}

body.home-bw-theme .platform-card-num {
    color: rgba(255, 255, 255, 0.1);
}

body.home-bw-theme .platform-card:hover .platform-card-num {
    color: rgba(255, 255, 255, 0.22);
}

body.home-bw-theme .platform-card-top-pill {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

body.home-bw-theme .platform-card-cta-arrow {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

body.home-bw-theme .plat-card-num {
    color: rgba(255, 255, 255, 0.1);
}

body.home-bw-theme .plat-card:hover .plat-card-num {
    color: rgba(255, 255, 255, 0.22);
}

body.home-bw-theme .plat-card-cta-arrow {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

/* ── Dashboard / marketplace ── */
body.home-bw-theme .dash-platform-wrap {
    position: relative;
    margin-bottom: 0.625rem;
}

body.home-bw-theme .dash-platform-wrap--desktop {
    display: none;
}

body.home-bw-theme .dash-platform-wrap--mobile {
    display: block;
}

body.home-bw-theme .dash-platform-wrap--mobile .dash-platform-strip {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.home-bw-theme .dash-platform-wrap--mobile .dash-platform-scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    align-items: stretch;
}

body.home-bw-theme .dash-platform-wrap--mobile .dash-platform-scroll .pill-btn {
    width: 100%;
    min-width: 0;
}

body.home-bw-theme .pill-btn {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    grid-template-areas: 'icon label count';
    align-items: center;
    column-gap: 9px;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    font-family: Sora, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-align: start;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

body.home-bw-theme .pill-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

body.home-bw-theme .pill-btn.is-active {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.38);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .pill-btn .pill-icon {
    grid-area: icon;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

body.home-bw-theme .pill-btn.is-active .pill-icon {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.24);
}

body.home-bw-theme .pill-label {
    grid-area: label;
    min-width: 0;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

body.home-bw-theme .pill-count {
    grid-area: count;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    padding: 3px 8px;
    border-radius: 999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-bw-theme .pill-btn.is-active .pill-count {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
}

body.home-bw-theme .pill-btn--featured {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 12px 14px;
    font-size: 0.875rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
    border-color: rgba(255, 255, 255, 0.2);
}

body.home-bw-theme .pill-btn--featured.is-active {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-color: rgba(255, 255, 255, 0.42);
}

body.home-bw-theme .pill-btn--featured .pill-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9375rem;
}

body.home-bw-theme .pill-btn--all {
    background: rgba(255, 255, 255, 0.03);
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.18);
}

body.home-bw-theme .pill-btn--all.is-active {
    border-style: solid;
}

@media (max-width: 1023px) {
    body.home-bw-theme .dash-platform-wrap--mobile {
        padding: 6px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.025);
        border: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    }

    body.home-bw-theme .dash-platform-wrap--mobile .dash-platform-strip {
        gap: 5px;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .dash-platform-scroll {
        gap: 3px;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .pill-btn {
        min-height: 34px;
        padding: 6px 9px;
        font-size: 0.6875rem;
        grid-template-columns: 22px minmax(0, 1fr) auto;
        column-gap: 7px;
        border-radius: 10px;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .pill-btn .pill-icon {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        font-size: 0.6875rem;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .pill-count {
        min-width: 1.5rem;
        padding: 2px 6px;
        font-size: 0.5625rem;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .pill-btn--featured {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 0.75rem;
        grid-template-columns: 24px minmax(0, 1fr) auto;
    }

    body.home-bw-theme .dash-platform-wrap--mobile .pill-btn--featured .pill-icon {
        width: 24px;
        height: 24px;
        font-size: 0.75rem;
    }
}

@media (min-width: 1024px) {
    body.home-bw-theme .dash-platform-wrap--desktop {
        display: block;
        position: relative;
        margin-bottom: 1.5rem;
    }

    body.home-bw-theme .dash-platform-wrap--desktop::before,
    body.home-bw-theme .dash-platform-wrap--desktop::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 28px;
        pointer-events: none;
        z-index: 1;
    }

    body.home-bw-theme .dash-platform-wrap--desktop::before {
        left: 0;
        background: linear-gradient(90deg, #050505 0%, transparent 100%);
    }

    body.home-bw-theme .dash-platform-wrap--desktop::after {
        right: 0;
        background: linear-gradient(270deg, #050505 0%, transparent 100%);
    }

    body.home-bw-theme .dash-platform-wrap--mobile {
        display: none;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .dash-platform-strip {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 2px 2px 6px;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .dash-platform-strip::-webkit-scrollbar {
        display: none;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 999px;
        white-space: nowrap;
        scroll-snap-align: start;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.8125rem;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn .pill-icon {
        width: auto;
        height: auto;
        background: transparent;
        border: none;
        font-size: 0.9375rem;
        padding: 0;
        flex-shrink: 0;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-label {
        white-space: nowrap;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-count {
        min-width: 0;
        padding: 0;
        background: transparent;
        border: none;
        border-radius: 0;
        font-family: inherit;
        font-size: 0.8125rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.42);
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn:hover {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.28);
        color: #ffffff;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn.is-active {
        background: #ffc720;
        border-color: #ffc720;
        color: #0a0a0a;
        box-shadow: none;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn.is-active .pill-icon {
        background: transparent;
        border: none;
        color: #0a0a0a;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn.is-active .pill-label {
        color: #0a0a0a;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn.is-active .pill-count {
        color: rgba(0, 0, 0, 0.48);
        background: transparent;
        border: none;
    }

    body.home-bw-theme .dash-platform-wrap--desktop .pill-btn--all {
        border-style: solid;
        background: transparent;
    }
}

body.home-bw-theme .dash-nav-filter-btn {
    background: rgba(8, 8, 8, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
}

body.home-bw-theme .dash-filter-badge,
body.home-bw-theme #navFilterBadge {
    background: #ffffff;
}

body.home-bw-theme .dash-custom-check {
    border-color: rgba(255, 255, 255, 0.28);
    background: transparent;
    color: #000;
}

body.home-bw-theme .dash-custom-check.is-on {
    border-color: #ffffff;
    background: #ffffff;
}

body.home-bw-theme .review-quote {
    border-inline-start-color: rgba(255, 255, 255, 0.2);
}

body.home-bw-theme .review-quote::before {
    color: rgba(255, 255, 255, 0.08);
}

body.home-bw-theme .faq-item.open {
    border-color: rgba(255, 255, 255, 0.16);
}

body.home-bw-theme .vouch-stars .fa-star.text-accent,
body.home-bw-theme .vouch-stars .fa-star.text-accent\/70 {
    color: #fff !important;
}

body.home-bw-theme .live-dot {
    background: #fff !important;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.45) !important;
}

/* Navbar contact button */
body.home-bw-theme header .border-accent\/25 {
    border-color: rgba(255, 255, 255, 0.25) !important;
}

body.home-bw-theme header a.border-accent\/25:hover {
    background: #fff !important;
    color: #000 !important;
}

/* ==========================================================
   Hero V2 — editorial monochrome layout
   ========================================================== */

body.home-bw-theme .hero-v2 {
    min-height: 0;
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    background: #000;
    border-bottom: none;
}

body.home-bw-theme .hero-v2::after {
    display: none;
}

body.home-bw-theme .hero-v2__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

body.home-bw-theme .hero-v2__bg .dot-grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
}

body.home-bw-theme .hero-v2__watermark {
    position: absolute;
    top: 50%;
    inset-inline-end: -0.04em;
    transform: translateY(-52%);
    font-size: clamp(12rem, 38vw, 28rem);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: rgba(255, 255, 255, 0.025);
    user-select: none;
}

body.home-bw-theme .hero-v2__rule {
    position: absolute;
    top: 18%;
    bottom: 22%;
    inset-inline-start: clamp(0.5rem, 3vw, 2rem);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.12) 80%, transparent);
}

body.home-bw-theme .hero-v2__inner {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding-top: clamp(2rem, 5vh, 3rem);
    padding-bottom: clamp(1.5rem, 3vh, 2rem);
}

body.home-bw-theme .hero-v2__stage {
    flex: 0 1 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 3rem);
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    body.home-bw-theme .hero-v2__stage {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, 400px);
        gap: clamp(2.5rem, 5vw, 5rem);
        align-items: center;
    }
}

body.home-bw-theme .hero-v2__copy {
    position: relative;
    z-index: 2;
    max-width: 38rem;
    padding-inline-start: clamp(1rem, 3vw, 1.75rem);
}

body.home-bw-theme .hero-v2__copy .hero-headline-wrap {
    margin-top: 0 !important;
    margin-bottom: clamp(1.25rem, 2.5vh, 1.75rem);
}

body.home-bw-theme .hero-v2__copy .hero-lead {
    max-width: 42ch;
    margin-bottom: clamp(1.25rem, 3vh, 1.75rem);
    margin-inline-start: 0;
    padding-inline-start: 0;
    border-inline-start: none;
    font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
    line-height: 1.75;
    color: rgba(200, 200, 200, 0.82);
}

body.home-bw-theme .hero-v2__copy .hero-actions {
    margin-top: 0;
}

body.home-bw-theme .hero-v2__copy .hero-btns {
    gap: 0.75rem;
}

body.home-bw-theme .hero-v2__copy .hero-note {
    margin-top: 0.75rem;
}

/* Featured lot ticket */
body.home-bw-theme .hero-lot {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    background: rgba(8, 8, 8, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.125rem;
    padding: 1.25rem 1.375rem 1.125rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 20px 50px rgba(0, 0, 0, 0.5);
    animation: none !important;
    transition: border-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1024px) {
    body.home-bw-theme .hero-lot {
        margin-inline: 0;
        margin-inline-start: auto;
        align-self: center;
    }

    body.home-bw-theme .hero-lot:hover {
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow:
            0 0 0 1px rgba(255, 255, 255, 0.07),
            0 28px 60px rgba(0, 0, 0, 0.6),
            0 0 40px -16px rgba(255, 255, 255, 0.05);
        transform: translateY(-2px);
    }
}

body.home-bw-theme .hero-lot__corner {
    position: absolute;
    width: 12px;
    height: 12px;
    pointer-events: none;
}

body.home-bw-theme .hero-lot__corner--tl {
    top: 0.625rem;
    inset-inline-start: 0.625rem;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-inline-start: 1px solid rgba(255, 255, 255, 0.35);
}

body.home-bw-theme .hero-lot__corner--br {
    bottom: 0.625rem;
    inset-inline-end: 0.625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.35);
}

body.home-bw-theme .hero-lot__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

body.home-bw-theme .hero-lot__lot-num {
    font-size: var(--text-2xs);
    font-weight: 600;
    letter-spacing: 0.16em;
    color: rgba(163, 163, 163, 0.7);
}

body.home-bw-theme .hero-lot__badge {
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--text-2xs);
}

body.home-bw-theme .hero-lot__body {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

body.home-bw-theme .hero-lot__cta-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.home-bw-theme .hero-lot__identity {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

body.home-bw-theme .hero-lot__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.625rem;
    flex-shrink: 0;
}

body.home-bw-theme .hero-lot__handle {
    font-size: clamp(1.5rem, 3.5vw, 1.875rem);
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

body.home-bw-theme .hero-lot__meta {
    font-size: var(--text-2xs);
    color: rgba(163, 163, 163, 0.85);
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home-bw-theme .hero-lot__price-block {
    text-align: start;
    min-width: 0;
}

body.home-bw-theme .hero-lot__price-label {
    display: block;
    font-size: var(--text-2xs);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(115, 115, 115, 0.9);
    margin-bottom: 0.2rem;
}

body.home-bw-theme .hero-lot__price {
    font-size: clamp(1.5rem, 3.2vw, 1.75rem);
    letter-spacing: -0.035em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

body.home-bw-theme .hero-lot__buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.625rem 1.25rem;
    font-size: var(--text-body-sm);
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

body.home-bw-theme .hero-lot__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    margin-top: 0.875rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

body.home-bw-theme .hero-lot__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--text-2xs);
    font-weight: 600;
    color: rgba(163, 163, 163, 0.8);
}

body.home-bw-theme .hero-lot__trust-item i {
    font-size: 0.625rem;
    opacity: 0.55;
}

/* Scroll hint — bottom corner of hero */
body.home-bw-theme .hero-v2__scroll-hint {
    position: absolute;
    bottom: 1.75rem;
    inset-inline-start: clamp(1.25rem, 4vw, 2rem);
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(115, 115, 115, 0.6);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.home-bw-theme .hero-v2__scroll-hint:hover {
    color: rgba(255, 255, 255, 0.55);
}

body.home-bw-theme .hero-v2__scroll-line {
    display: block;
    width: 1px;
    height: 2.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent);
    animation: scrollPulse 2.2s ease-in-out infinite;
}

body.home-bw-theme .hero-v2__scroll-text {
    font-size: var(--text-2xs);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

/* Mobile layout */
@media (max-width: 1023px) {
    body.home-bw-theme .hero-v2__stage {
        display: flex;
        flex-direction: column;
    }

    body.home-bw-theme .hero-v2__copy {
        display: contents;
    }

    body.home-bw-theme .hero-v2__copy .hero-headline-wrap {
        order: 1;
    }

    body.home-bw-theme .hero-v2__copy .hero-lead {
        order: 2;
    }

    body.home-bw-theme .hero-lot {
        order: 3;
    }

    body.home-bw-theme .hero-v2__copy .hero-actions {
        order: 4;
    }

    body.home-bw-theme .hero-v2__watermark {
        font-size: clamp(8rem, 42vw, 14rem);
        inset-inline-end: -0.1em;
        opacity: 0.6;
    }

    body.home-bw-theme .hero-lot:hover {
        transform: none;
    }
}

/* RTL */
html[dir="rtl"] body.home-bw-theme .hero-v2__rule {
    inset-inline-start: auto;
    inset-inline-end: clamp(0.5rem, 3vw, 2rem);
}

@media (min-width: 1024px) {
    body.home-bw-theme .hero-v2__watermark {
        inset-inline-end: 8%;
        font-size: clamp(14rem, 32vw, 24rem);
    }
}

html[dir="rtl"] body.home-bw-theme .hero-lot {
    margin-inline-start: 0;
    margin-inline-end: auto;
}

/* ── Navbar glass ── */
body.home-bw-theme #navbar {
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(16px) saturate(1.2);
    -webkit-backdrop-filter: blur(16px) saturate(1.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.home-bw-theme #navbar .bg-accent {
    background: #fff !important;
}

body.home-bw-theme #navbar .text-page {
    color: #000 !important;
}

body.home-bw-theme #navbar .group:hover .text-white {
    color: #fff !important;
}

/* ── Navbar cart button ── */
body.home-bw-theme .nav-cart-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.home-bw-theme .nav-cart-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.25);
}

body.home-bw-theme .nav-cart-btn__icon {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.2s ease, transform 0.2s ease;
}

body.home-bw-theme .nav-cart-btn:hover .nav-cart-btn__icon {
    color: #ffffff;
    transform: scale(1.06);
}

body.home-bw-theme .nav-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-family: Sora, sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000000;
    background: #ffffff;
    border: 2px solid #000000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

html[dir="rtl"] body.home-bw-theme .nav-cart-badge {
    right: auto;
    left: -6px;
}

body.home-bw-theme .nav-cart-badge--mobile {
    position: static;
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    font-size: 0.6875rem;
    border-width: 1.5px;
    box-shadow: none;
}

/* ── Global vignette softer on home ── */
body.home-bw-theme > div[style*="radial-gradient"] {
    opacity: 0.45;
}

/* ── Scanlines texture ── */
body.home-bw-theme .hero-v2__scanlines {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 2px,
        rgba(255, 255, 255, 0.04) 2px,
        rgba(255, 255, 255, 0.04) 3px
    );
    pointer-events: none;
}

/* Lot card — icon & badge pulse */
body.home-bw-theme .hero-lot__icon .feat-pl-icon-box__icon {
    filter: grayscale(1) brightness(1.35);
}

body.home-bw-theme .hero-lot__badge .live-dot {
    animation: bwPulse 2s ease-in-out infinite;
}

@keyframes bwPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

/* Live feed — glued under hero */
body.home-bw-theme .home-live-strip {
    position: relative;
    z-index: 5;
    padding-bottom: clamp(1.25rem, 3vh, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: #000;
}

body.home-bw-theme .home-live-strip .home-proof__ticker {
    margin-bottom: 0;
}

/* Platforms section — smooth hero handoff */
body.home-bw-theme .home-platforms {
    position: relative;
    background: #000;
}

body.home-bw-theme .home-platforms .type-section-eyebrow {
    margin-bottom: 0.875rem;
}

/* ── Social proof band (after platform grid) ── */
body.home-bw-theme .home-proof {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.home-bw-theme .home-proof__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

body.home-bw-theme .home-proof__stats .stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.875rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    transition: border-color 0.25s ease, background 0.25s ease;
}

body.home-bw-theme .home-proof__stats .stat-item:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

body.home-bw-theme .home-proof__stats .stat-value {
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-variant-numeric: tabular-nums;
}

body.home-bw-theme .home-proof__stats .stat-label {
    font-size: var(--text-2xs);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(115, 115, 115, 0.95);
}

body.home-bw-theme .home-proof__ticker {
    padding: 0.875rem 1rem 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.875rem;
    background: rgba(255, 255, 255, 0.02);
}

body.home-bw-theme .home-proof__ticker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

body.home-bw-theme .home-proof__ticker-label {
    font-size: var(--text-2xs);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(163, 163, 163, 0.85);
}

body.home-bw-theme .home-proof__ticker-sep {
    width: 1px;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

body.home-bw-theme .home-proof__ticker-title {
    font-size: var(--text-body-sm);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.65);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.home-bw-theme .home-proof__ticker-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--text-2xs);
    font-weight: 600;
    color: rgba(115, 115, 115, 0.9);
    text-decoration: none;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

body.home-bw-theme .home-proof__ticker-link:hover {
    color: #fff;
}

body.home-bw-theme .home-proof__ticker-track {
    mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}

body.home-bw-theme .home-proof__ticker .ticker-track span[style*="color"] i,
body.home-bw-theme .home-proof__ticker .ticker-track .text-caption i {
    filter: grayscale(1) brightness(1.4) !important;
}

body.home-bw-theme .home-proof__ticker .ticker-track .text-accent\/70,
body.home-bw-theme .home-proof__ticker .ticker-track .font-display {
    color: rgba(255, 255, 255, 0.75) !important;
}

body.home-bw-theme .home-proof__ticker .ticker-track .text-green\/40,
body.home-bw-theme .home-proof__ticker .ticker-track .bg-green\/40 {
    color: rgba(163, 163, 163, 0.7) !important;
    background-color: rgba(163, 163, 163, 0.35) !important;
}

@media (max-width: 479px) {
    body.home-bw-theme .home-proof__stats {
        grid-template-columns: 1fr;
    }
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.35; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.15); }
}

@media (prefers-reduced-motion: reduce) {
    body.home-bw-theme .hero-lot__badge .live-dot,
    body.home-bw-theme .hero-v2__scroll-line {
        animation: none !important;
    }
}
