/* ================================================================
   BOLÉ Homepage v4 — Luxury Dark Design
   THEME-VERSION: 20260618-v4
   ================================================================ */

/* ── Global Base ── */
html, body {
    margin: 0;
    padding: 0;
    background: #0d0d1a;
    overflow-x: hidden;
}

/* ── Full-Bleed Base ── */
.bole-fullscreen {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}
.bole-fullscreen #wpadminbar { position: fixed; }

.bole-home {
    font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Noto Sans SC', 'Helvetica Neue', sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
    width: 100vw;
    max-width: 100vw;
    background: #0d0d1a;
}

/* ================================================================
   GLOBAL — Kill external floating elements on homepage
   ================================================================ */
body.home .wmc-sidebar,
body.home .ast-scroll-to-top,
body.home .ast-scroll-top,
body.home #ast-scroll-top,
body.home .pll-parent-menu-item,
body.home .ast-header-break-point,
body.home .elementor-widget-container:empty,
body.home div[class*="elementor-"]:empty {
    display: none !important;
}

/* ================================================================
   SECTION GAP FIX — Kill white seams between sections
   ================================================================ */
.bh-hero,
.bh-brands,
.bh-collections,
.bh-trending,
.bh-proof,
.bh-about,
.bh-shipping,
.bh-newsletter,
section[data-animate] {
    margin-top: 0;
    margin-bottom: 0;
}

/* Kill Astra container white backgrounds */
.ast-container, .content-area, .site-content, #primary, #main, .site-main {
    background: transparent !important;
}

/* ================================================================
   PRELOADER
   ================================================================ */
#bh-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: #0a0a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease;
}
.bh-preloader-logo {
    color: #c9a96e;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 8px;
    animation: preloaderPulse 1.5s ease-in-out infinite;
}
@keyframes preloaderPulse {
    0%, 100% { opacity: 0.4; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1); }
}

/* ================================================================
   SECTION 1 — Hero with Dual Video Crossfade
   ================================================================ */
.bh-hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    min-height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #0d0d1a;
}

/* Ensure no parent constrains the hero */
.bole-home .bh-hero {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}

/* Dual video: both stacked, opacity transition */
.bh-hero-video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    background: #0d0d1a;
}
.bh-hero-video-active {
    opacity: 1;
    z-index: 0;
}
.bh-hero-video[src=""],
.bh-hero-video:not([src]) {
    display: none;
}
.bh-hero-video::-webkit-media-controls,
.bh-hero-video::-webkit-media-controls-panel,
.bh-hero-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

/* Image fallback slides */
.bh-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}
@keyframes kenBurnsZoom {
    0%   { transform: scale(1); }
    100% { transform: scale(1.06); }
}
.bh-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    opacity: 0;
    transform: scale(1.12);
    filter: blur(6px);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                filter 1.0s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.bh-hero-slide.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    animation: kenBurnsZoom 8s ease-out forwards;
}
.bh-hero-slide:not(.active) { animation: none; }

.bh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.35) 45%,
        rgba(0, 0, 0, 0.15) 75%,
        rgba(0, 0, 0, 0.0) 100%
    );
}

.bh-hero-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #0d0d1a 0%, #1a1a35 50%, #0d0d1f 100%);
}

/* Hero Content */
.bh-hero-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 3;
    text-align: left;
    max-width: 560px;
    padding: 0;
}
.bh-hero-brand {
    font-size: 48px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #c9a96e;
    margin: 0 0 24px 0;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s 0.15s ease-out forwards;
}
.bh-hero-title {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.3;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s 0.3s ease-out forwards;
}
.bh-hero-sub {
    font-size: clamp(15px, 2vw, 18px);
    color: #b0b0b0;
    margin: 0 0 10px 0;
    font-weight: 300;
    letter-spacing: 4px;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s 0.45s ease-out forwards;
}
.bh-hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 42px 0;
    font-weight: 300;
    line-height: 1.7;
    max-width: 440px;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s 0.6s ease-out forwards;
}
.bh-hero-btn {
    display: inline-block;
    padding: 15px 44px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    animation: heroFadeIn 0.8s 0.75s ease-out forwards;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.1);
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1.2);
}
.bh-hero-btn:hover {
    background: rgba(201, 169, 110, 0.1);
    border-color: #c9a96e;
    color: #c9a96e;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25), inset 0 1px 0 rgba(201,169,110,0.15);
    transform: translateY(-2px);
}
@keyframes heroFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

/* Hero Arrow Buttons */
@keyframes arrowPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}
.bh-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #c9a96e;
    background: rgba(0, 0, 0, 0.4);
    color: #c9a96e;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.3s, transform 0.2s;
    animation: arrowPulse 2s ease-in-out infinite;
    outline: none;
}
.bh-hero-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}
.bh-hero:hover .bh-hero-arrow {
    opacity: 1;
}
.bh-hero-arrow-left {
    left: 30px;
}
.bh-hero-arrow-right {
    right: 30px;
}

.bh-hero-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 12px;
}
.bh-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.bh-hero-dot:hover {
    border-color: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}
.bh-hero-dot.active {
    background: #c9a96e;
    border-color: #c9a96e;
    width: 24px;
    border-radius: 4px;
    cursor: default;
    transform: none;
}

/* Hero text re-animation trigger */
.bh-hero-content.animate-in .bh-hero-brand { animation: heroFadeIn 0.8s 0.15s ease-out forwards; }
.bh-hero-content.animate-in .bh-hero-title { animation: heroFadeIn 0.8s 0.3s ease-out forwards; }
.bh-hero-content.animate-in .bh-hero-sub   { animation: heroFadeIn 0.8s 0.45s ease-out forwards; }
.bh-hero-content.animate-in .bh-hero-desc  { animation: heroFadeIn 0.8s 0.6s ease-out forwards; }
.bh-hero-content.animate-in .bh-hero-btn   { animation: heroFadeIn 0.8s 0.75s ease-out forwards; }

/* ================================================================
   SECTION 2 — Daily Selection
   ================================================================ */
.bh-daily {
    padding: 78px 32px 82px;
}
.bole-home > .bh-daily {
    opacity: 1;
    transform: none;
    background:
        radial-gradient(ellipse at 16% 12%, rgba(201, 169, 110, 0.13), transparent 34%),
        radial-gradient(ellipse at 88% 4%, rgba(80, 118, 118, 0.12), transparent 34%),
        linear-gradient(180deg, #f8f9fa 0%, #eef2ef 100%);
}
.bh-gold-title {
    color: #c9a96e !important;
}
.bh-dark-sub {
    color: #666 !important;
}

.bh-daily-inner {
    max-width: 1240px;
    margin: 0 auto;
}
.bh-daily-copy {
    display: grid;
    grid-template-columns: minmax(260px, 430px) minmax(0, 1fr);
    gap: 34px;
    align-items: end;
    margin-bottom: 34px;
}
.bh-daily-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    gap: 18px;
}
.bh-daily-feature,
.bh-daily-mini,
.bh-daily-stats a {
    color: inherit;
    text-decoration: none;
}
.bh-daily-feature {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(17,24,39,.08);
    background: #101723;
    box-shadow: 0 22px 58px rgba(17,24,39,.12);
}
.bh-daily-media {
    position: absolute;
    inset: 0;
    background: #101723 center/cover no-repeat;
    transition: transform .45s ease;
}
.bh-daily-feature:hover .bh-daily-media {
    transform: scale(1.035);
}
.bh-daily-overlay {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 8px;
    padding: 34px;
    background: linear-gradient(transparent, rgba(7,10,15,.82));
    color: #fff;
}
.bh-daily-overlay span,
.bh-daily-mini em {
    color: #d8bd79;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.bh-daily-overlay strong {
    max-width: 680px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
}
.bh-daily-overlay em {
    color: rgba(255,255,255,.72);
    font-style: normal;
    font-size: 14px;
}
.bh-daily-side {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr)) auto;
    gap: 14px;
}
.bh-daily-mini {
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 126px;
    padding: 12px;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 30px rgba(17,24,39,.07);
}
.bh-daily-mini-img {
    display: block;
    width: 124px;
    height: 102px;
    border-radius: 6px;
    background: #111827 center/cover no-repeat;
}
.bh-daily-mini strong {
    display: -webkit-box;
    color: #111827;
    font-size: 17px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bh-daily-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.bh-daily-stats a {
    padding: 14px 10px;
    border: 1px solid rgba(201,169,110,.22);
    border-radius: 8px;
    background: rgba(255,255,255,.66);
    text-align: center;
}
.bh-daily-stats strong {
    display: block;
    color: #111827;
    font-size: 19px;
    font-variant-numeric: tabular-nums;
}
.bh-daily-stats span {
    display: block;
    margin-top: 3px;
    color: #8a6a34;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bh-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(118px, auto);
    grid-auto-flow: dense;
    gap: 12px;
    max-width: 1240px;
    margin: 0 auto;
    isolation: isolate;
}

/* Asymmetric spans */
.bh-brand-span-lg { grid-column: span 2; grid-row: span 1; }
.bh-brand-span-md { grid-column: span 1; grid-row: span 1; }
.bh-brand-span-sm { grid-column: span 1; grid-row: span 1; }

.bh-brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    min-height: 0;
}
.bh-brand-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(201, 169, 110, 0.25);
    border-color: rgba(201, 169, 110, 0.4);
    z-index: 10;
}
.bh-brand-card-inner {
    text-align: center;
    padding: 18px;
}
.bh-brand-logo-img {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}
.bh-brand-card:hover .bh-brand-logo-img {
    opacity: 1;
    filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(201,169,110,0.4));
}
.bh-brand-name {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    display: block;
}
.bh-brand-card:hover .bh-brand-name {
    color: #c9a96e;
}

.bh-mobile-cat-rail {
    display: none !important;
}

/* ================================================================
   SECTION 2B — Editable Homepage Content
   ================================================================ */
.bh-edit {
    padding: 76px 32px 84px;
    scroll-margin-top: 100px;
    background:
        radial-gradient(ellipse at 15% 8%, rgba(201,169,110,.13), transparent 34%),
        radial-gradient(ellipse at 88% 18%, rgba(90,115,108,.13), transparent 32%),
        linear-gradient(180deg, #f1f4f2 0%, #ffffff 100%);
}
.bh-edit-inner {
    max-width: 1240px;
    margin: 0 auto;
}
.bh-edit-copy {
    display: grid;
    grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
    gap: 32px;
    align-items: end;
    margin-bottom: 34px;
}
.bh-edit-kicker {
    grid-column: 1 / -1;
    margin: 0 0 -18px;
    color: #a58349;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}
.bh-edit-title {
    margin: 0;
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    letter-spacing: 0;
}
.bh-edit-desc {
    margin: 0;
    max-width: 680px;
    color: #59616f;
    font-size: 15px;
    line-height: 1.75;
}
.bh-edit-explorer {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    grid-template-areas:
        "lead side"
        "strip strip";
    gap: 18px;
}
.bh-edit-explorer a {
    color: inherit;
    text-decoration: none;
}
.bh-edit-lead {
    grid-area: lead;
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(17,24,39,.1);
    background: #101723;
    box-shadow: 0 24px 62px rgba(17,24,39,.14);
}
.bh-edit-lead-media,
.bh-edit-path-img {
    background: #101723 center/cover no-repeat;
}
.bh-edit-lead-media {
    position: absolute;
    inset: 0;
    transition: transform .5s ease, filter .5s ease;
}
.bh-edit-lead:hover .bh-edit-lead-media {
    transform: scale(1.035);
    filter: saturate(1.08);
}
.bh-edit-lead::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5,8,12,.84) 0%, rgba(5,8,12,.42) 52%, rgba(5,8,12,.06) 100%),
        linear-gradient(0deg, rgba(5,8,12,.66) 0%, transparent 42%);
}
.bh-edit-lead-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 590px;
    max-width: 520px;
    padding: 42px;
    color: #fff6dc;
}
.bh-edit-label {
    color: #d8bd79;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.bh-edit-lead-body h3 {
    margin: 14px 0 14px;
    color: #fff6dc;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.8vw, 64px);
    line-height: .96;
    letter-spacing: 0;
}
.bh-edit-lead-body p {
    margin: 0;
    max-width: 430px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
}
.bh-edit-action {
    display: inline-flex;
    width: fit-content;
    margin-top: 28px;
    padding: 13px 18px;
    border: 1px solid rgba(216,189,121,.42);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff6dc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background .24s ease, border-color .24s ease, transform .24s ease;
}
.bh-edit-lead:hover .bh-edit-action,
.bh-edit-path:hover em {
    border-color: rgba(216,189,121,.78);
    background: rgba(216,189,121,.16);
    transform: translateY(-1px);
}
.bh-edit-side {
    grid-area: side;
    display: grid;
    grid-template-rows: repeat(2, minmax(190px, 1fr)) auto;
    gap: 14px;
}
.bh-edit-path {
    display: grid;
    grid-template-columns: minmax(150px, 43%) minmax(0, 1fr);
    min-height: 190px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(17,24,39,.08);
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 38px rgba(17,24,39,.08);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.bh-edit-path:hover {
    transform: translateY(-4px);
    border-color: rgba(201,169,110,.42);
    box-shadow: 0 22px 52px rgba(17,24,39,.13);
}
.bh-edit-path-img {
    min-height: 100%;
}
.bh-edit-path-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 24px 22px;
}
.bh-edit-path-copy strong {
    display: block;
    color: #111827;
    font-size: 24px;
    line-height: 1.15;
}
.bh-edit-path-copy em {
    width: fit-content;
    margin-top: 8px;
    padding: 10px 13px;
    border: 1px solid rgba(165,131,73,.28);
    border-radius: 999px;
    color: #8a6a34;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: background .24s ease, border-color .24s ease, transform .24s ease;
}
.bh-edit-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.bh-edit-index a,
.bh-edit-service-strip a {
    border: 1px solid rgba(201,169,110,.2);
    border-radius: 8px;
    background: rgba(255,255,255,.64);
}
.bh-edit-index a {
    display: grid;
    gap: 5px;
    padding: 14px 12px;
    text-align: center;
}
.bh-edit-index span {
    color: #8a6a34;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bh-edit-index strong {
    color: #111827;
    font-size: 19px;
    font-variant-numeric: tabular-nums;
}
.bh-edit-service-strip {
    grid-area: strip;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.bh-edit-service-strip a {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    transition: border-color .24s ease, background .24s ease, transform .24s ease;
}
.bh-edit-service-strip a:hover {
    border-color: rgba(201,169,110,.45);
    background: rgba(255,255,255,.86);
    transform: translateY(-2px);
}
.bh-edit-service-strip span {
    color: #a58349;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.bh-edit-service-strip strong {
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
}
.bh-edit-service-strip em {
    display: -webkit-box;
    color: #657080;
    font-size: 13px;
    font-style: normal;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ================================================================
   Homepage Category Modal
   ================================================================ */
.bh-category-modal {
    position: fixed;
    inset: 0;
    z-index: 10020;
    display: grid;
    place-items: center;
    padding: 28px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
}
.bh-category-modal[hidden] {
    display: none !important;
}
.bh-category-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.bh-category-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(4, 6, 10, .86) !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.bh-category-modal-panel {
    position: relative;
    width: min(940px, 100%);
    max-height: min(720px, calc(100vh - 56px));
    overflow: auto;
    border: 1px solid rgba(216, 189, 121, .22);
    border-radius: 18px;
    background:
        radial-gradient(ellipse at 18% 0%, rgba(216,189,121,.18), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,247,.96));
    box-shadow: 0 40px 110px rgba(0,0,0,.32);
    padding: 34px;
    transform: translateY(14px) scale(.98);
    transition: transform .22s ease;
}
.bh-category-modal.active .bh-category-modal-panel {
    transform: translateY(0) scale(1);
}
.bh-category-modal-close {
    position: absolute;
    top: 20px;
    right: 22px;
    display: grid;
    place-items: center;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 50%;
    background: rgba(255,255,255,.46);
    color: transparent;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 10px 24px rgba(17,24,39,.08), inset 0 1px 0 rgba(255,255,255,.62);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body .bh-category-modal .bh-category-modal-close,
body .bh-category-modal .bh-category-modal-close:hover,
body .bh-category-modal .bh-category-modal-close:focus,
body .bh-category-modal .bh-category-modal-close:active {
    all: unset !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(17,24,39,.1) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.86) !important;
    box-shadow: 0 12px 26px rgba(17,24,39,.12) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}
body .bh-category-modal .bh-category-modal-close,
body .bh-category-modal .bh-category-modal-close:hover,
body .bh-category-modal .bh-category-modal-close:focus,
body .bh-category-modal .bh-category-modal-close:active {
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.72) !important;
    color: transparent !important;
}
.bh-category-modal-close::before,
.bh-category-modal-close::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #101723;
}
.bh-category-modal-close::before {
    transform: rotate(45deg);
}
.bh-category-modal-close::after {
    transform: rotate(-45deg);
}
.bh-category-modal-close:hover {
    transform: translateY(-1px);
    border-color: rgba(201,169,110,.32);
    background: rgba(255,255,255,.72);
    box-shadow: 0 14px 30px rgba(17,24,39,.12), inset 0 1px 0 rgba(255,255,255,.72);
}
.bh-category-modal-close:focus-visible {
    outline: 2px solid rgba(201,169,110,.45);
    outline-offset: 3px;
}
.bh-category-modal-kicker {
    margin: 0 0 8px;
    color: #a58349;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.bh-category-modal h2 {
    margin: 0 0 24px;
    color: #111827;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: 0;
}
.bh-category-modal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.bh-category-modal-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 120px;
    overflow: hidden;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(17,24,39,.08);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.bh-category-modal-card:hover {
    transform: translateY(-3px);
    border-color: rgba(201,169,110,.42);
    box-shadow: 0 22px 46px rgba(17,24,39,.13);
}
.bh-category-modal-img {
    min-height: 120px;
    background: #111827 center/cover no-repeat;
}
.bh-category-modal-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 18px;
}
.bh-category-modal-copy strong {
    color: #111827;
    font-size: 18px;
    line-height: 1.18;
}
.bh-category-modal-copy em {
    color: #8a6a34;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.bp-product-img.bw-img-failed,
.bp-series-card-img.bw-img-failed,
.bh-hot-img.bw-img-failed,
.bw-pcard.bw-img-failed,
.bw-pcard-img-empty {
    position: relative;
    background:
        radial-gradient(ellipse at 50% 18%, rgba(216,189,121,.18), transparent 38%),
        linear-gradient(135deg, #101723 0%, #151b27 100%) !important;
}
.bp-product-img.bw-img-failed::before,
.bp-series-card-img.bw-img-failed::before,
.bh-hot-img.bw-img-failed::before,
.bw-pcard.bw-img-failed::before,
.bw-pcard-img-empty::before {
    content: "Image pending";
    position: absolute;
    inset: auto 16px 16px 16px;
    display: grid;
    place-items: center;
    min-height: 34px;
    border: 1px solid rgba(216,189,121,.28);
    border-radius: 999px;
    color: rgba(255,255,255,.76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

/* Scroll animation initial state */
.bh-js-ready [data-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.bh-js-ready .bole-home > .bh-brands {
    opacity: 1;
    transform: none;
}
.bh-js-ready .bole-home > .bh-daily,
.bh-js-ready .bole-home > .bh-mobile-cat-rail {
    opacity: 1;
    transform: none;
}
[data-animate].bh-animated {
    opacity: 1;
    transform: translateY(0);
}

/* ================================================================
   SECTION 3 — Curated Collections
   ================================================================ */
.bh-collections {
    padding: 80px 32px 100px;
    background: #0a0a0a;
}
.bh-collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    isolation: isolate;
}
.bh-collection-card {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    min-height: 0;
}
.bh-collection-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}
.bh-collection-img {
    width: 100%;
    height: 420px;
    min-height: 300px;
    background-color: #161616;
    background-size: cover;
    background-position: center;
    transition: filter 0.4s ease;
    position: relative;
}
.bh-collection-card:hover .bh-collection-img {
    filter: brightness(1.2);
}
.bh-collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 28px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}
.bh-collection-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}
.bh-collection-card:hover .bh-collection-title {
    color: #c9a96e;
}
.bh-collection-sub {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1px;
}

/* ================================================================
   SECTION 4 — Trending Now (dark cards)
   ================================================================ */
.bh-trending {
    padding: 80px 32px 70px;
    max-width: 1240px;
    margin: 0 auto;
    background: #0d0d1a;
}

.bh-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.bh-section-title {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
    letter-spacing: 1px;
}
.bh-section-sub {
    font-size: 15px;
    color: #888;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.bh-hot-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.bh-hot-card {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: block;
}
.bh-hot-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    border-color: #c9a96e;
}

.bh-hot-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.bh-hot-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.4s ease;
}
.bh-hot-card:hover .bh-hot-img img {
    transform: scale(1.05);
}

.bh-hot-info {
    padding: 16px 18px 20px;
    text-align: center;
}
.bh-hot-name {
    font-size: 13px;
    font-weight: 500;
    color: #ccc;
    margin: 0 0 6px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bh-hot-price {
    font-size: 14px;
    color: #c9a96e;
    font-weight: 600;
}
.bh-hot-price del {
    font-size: 12px;
    color: #666;
    margin-right: 6px;
}
.bh-hot-price ins { text-decoration: none; }

.bh-empty {
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 40px 0;
}
.bh-empty a { color: #c9a96e; text-decoration: underline; }

/* ================================================================
   SECTION 5 — Social Proof Bar
   ================================================================ */
.bh-proof {
    background: #0a0a0a;
    border-top: 1px solid rgba(201, 169, 110, 0.15);
    border-bottom: 1px solid rgba(201, 169, 110, 0.15);
    padding: 56px 32px;
}
.bh-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.bh-proof-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #c9a96e;
    margin-bottom: 6px;
    letter-spacing: 2px;
    font-variant-numeric: tabular-nums;
}
.bh-proof-icon {
    display: block;
    font-size: 36px;
    color: #c9a96e;
    margin-bottom: 6px;
}
.bh-proof-label {
    display: block;
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ================================================================
   SECTION 6 — About (left text + right image)
   ================================================================ */
.bh-about {
    padding: 80px 32px 90px;
    max-width: 1240px;
    margin: 0 auto;
    background: #ffffff;
}
.bh-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.bh-about-text .bh-section-title { text-align: left; }
.bh-about-body {
    margin-top: 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.85;
}
.bh-about-body p { margin: 0 0 16px 0; }
.bh-about-body p:last-child { margin-bottom: 0; }

.bh-about-image {
    position: relative;
}
.bh-about-img-wrapper {
    width: 100%;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.bh-about-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.1), transparent 60%);
}

/* ================================================================
   SECTION 7 — Newsletter CTA
   ================================================================ */
.bh-newsletter {
    background: #0a0a0a;
    padding: 80px 32px 90px;
}
.bh-newsletter-inner {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
.bh-newsletter-title {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    color: #c9a96e;
    margin: 0 0 12px 0;
    letter-spacing: 2px;
}
.bh-newsletter-sub {
    font-size: 15px;
    color: #888;
    margin: 0 0 32px 0;
    font-weight: 300;
}
.bh-newsletter-form {
    display: flex;
    gap: 12px;
    max-width: 440px;
    margin: 0 auto 16px;
}
.bh-newsletter-input {
    flex: 1;
    padding: 14px 20px;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}
.bh-newsletter-input:focus {
    border-color: #c9a96e;
}
.bh-newsletter-input::placeholder { color: #555; }
.bh-newsletter-btn {
    padding: 14px 32px;
    background: transparent;
    border: 1px solid #c9a96e;
    border-radius: 30px;
    color: #c9a96e;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bh-newsletter-btn:hover {
    background: #c9a96e;
    color: #0a0a0a;
}
.bh-newsletter-note {
    font-size: 12px;
    color: #555;
    margin: 0;
}

/* ================================================================
   Responsive: Tablet (max-width: 1024px)
   ================================================================ */
@media (max-width: 1024px) {
    .bh-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bh-brand-span-lg { grid-column: span 2; grid-row: span 2; }
    .bh-brand-span-md { grid-column: span 1; grid-row: span 2; }
    .bh-brand-span-sm { grid-column: span 1; grid-row: span 1; }

    .bh-collections-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
    .bh-edit-copy {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bh-edit-explorer {
        grid-template-columns: 1fr;
        grid-template-areas:
            "lead"
            "side"
            "strip";
    }
    .bh-edit-lead,
    .bh-edit-lead-body {
        min-height: 480px;
    }
    .bh-collection-img { height: 320px; }

    .bh-hot-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .bh-daily-copy,
    .bh-edit-copy {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .bh-daily-layout {
        grid-template-columns: 1fr;
    }
    .bh-daily-feature {
        min-height: 460px;
    }
    .bh-daily-side {
        grid-template-rows: none;
    }
    .bh-proof-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .bh-about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .bh-about-image { order: -1; }
    .bh-about-img-wrapper { aspect-ratio: 16 / 9; }
    .bh-newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
}

/* ================================================================
   Responsive: Mobile (max-width: 640px)
   ================================================================ */
@media (max-width: 640px) {
    .bh-hero {
        height: 52vh;
        height: 52svh;
        min-height: 360px;
    }
    .bh-hero-content {
        left: 18px;
        right: 18px;
        bottom: 58px;
        max-width: none;
        text-align: left;
    }
    .bh-hero-brand { font-size: 19px; letter-spacing: 3px; margin-bottom: 8px; }
    .bh-hero-title { font-size: clamp(28px, 10vw, 40px); margin-bottom: 8px; line-height: 1.02; }
    .bh-hero-sub { font-size: 12px; letter-spacing: 1.5px; }
    .bh-hero-desc { max-width: 310px; font-size: 11.5px; line-height: 1.5; margin-bottom: 14px; }
    .bh-hero-btn { padding: 11px 22px; font-size: 10.5px; letter-spacing: 1.8px; }
    .bh-hero-dots { bottom: 14px; }
    .bh-hero-arrow {
        display: none;
    }
    .bh-mobile-cat-rail {
        display: flex !important;
        gap: 10px;
        width: 100%;
        padding: 12px 14px 14px;
        overflow-x: auto;
        background: linear-gradient(180deg, #f8f9fa 0%, #eef2ef 100%);
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .bh-mobile-cat-rail::-webkit-scrollbar {
        display: none;
    }
    .bh-mobile-cat-rail a {
        flex: 0 0 86px;
        display: grid;
        place-items: center;
        gap: 4px;
        min-height: 86px;
        padding: 9px 8px;
        border: 1px solid rgba(17,24,39,.08);
        border-radius: 16px;
        background: rgba(255,255,255,.84);
        box-shadow: 0 10px 24px rgba(17,24,39,.08);
        color: #111827;
        text-decoration: none;
        scroll-snap-align: start;
    }
    .bh-mobile-cat-rail span {
        display: grid;
        place-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #111827;
        color: #d8bd79;
        font-size: 13px;
        font-weight: 800;
    }
    .bh-mobile-cat-rail strong {
        max-width: 100%;
        color: #111827;
        font-size: 11px;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bh-mobile-cat-rail em {
        color: #8a6a34;
        font-size: 10px;
        font-style: normal;
        font-weight: 800;
    }

    .bh-brands {
        padding: 64px 16px 48px;
    }
    .bh-daily {
        padding: 34px 14px 42px;
    }
    .bh-daily-copy {
        margin-bottom: 16px;
    }
    .bh-daily .bh-edit-kicker {
        margin-bottom: -10px;
    }
    .bh-daily .bh-edit-title {
        font-size: clamp(28px, 10vw, 40px);
        line-height: 1.02;
    }
    .bh-daily .bh-edit-desc {
        font-size: 12px;
        line-height: 1.55;
    }
    .bh-daily-feature {
        min-height: 300px;
        border-radius: 10px;
    }
    .bh-daily-overlay {
        padding: 20px;
    }
    .bh-daily-overlay strong {
        font-size: clamp(28px, 10vw, 42px);
        line-height: 1;
    }
    .bh-daily-mini {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 88px;
        border-radius: 10px;
    }
    .bh-daily-mini-img {
        width: 92px;
        height: 88px;
    }
    .bh-daily-mini strong {
        font-size: 13px;
        -webkit-line-clamp: 2;
    }
    .bh-daily-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
    .bh-daily-stats a {
        padding: 12px 8px;
    }
    .bh-daily-stats strong {
        font-size: 20px;
    }
    .bh-daily-stats span {
        font-size: 9px;
        letter-spacing: 1px;
    }
    .bh-brand-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-auto-rows: minmax(140px, auto);
    }
    .bh-brand-span-lg { grid-column: span 2; grid-row: span 1; }
    .bh-brand-span-md { grid-column: span 1; grid-row: span 1; }
    .bh-brand-span-sm { grid-column: span 1; grid-row: span 1; }

    .bh-collections {
        padding: 48px 16px 64px;
    }
    .bh-edit {
        padding: 42px 14px 48px;
    }
    .bh-edit-copy {
        margin-bottom: 20px;
    }
    .bh-edit-title {
        font-size: clamp(30px, 11vw, 44px);
    }
    .bh-edit-desc {
        font-size: 13px;
        line-height: 1.6;
    }
    .bh-edit-explorer {
        gap: 12px;
    }
    .bh-edit-lead,
    .bh-edit-lead-body {
        min-height: 330px;
    }
    .bh-edit-lead-body {
        padding: 24px;
    }
    .bh-edit-lead-body h3 {
        font-size: clamp(30px, 12vw, 42px);
    }
    .bh-edit-lead-body p {
        font-size: 13px;
        line-height: 1.55;
    }
    .bh-edit-path {
        grid-template-columns: 102px minmax(0, 1fr);
        min-height: 118px;
        border-radius: 10px;
    }
    .bh-edit-path-copy {
        padding: 14px;
        gap: 6px;
    }
    .bh-edit-path-copy strong {
        font-size: 18px;
    }
    .bh-edit-path-copy em {
        margin-top: 4px;
        padding: 8px 10px;
        font-size: 10px;
    }
    .bh-edit-path-copy em,
    .bh-edit-action {
        max-width: 100%;
        white-space: normal;
        line-height: 1.25;
    }
    .bh-edit-index,
    .bh-edit-service-strip {
        grid-template-columns: 1fr;
    }
    .bh-edit-index {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
    .bh-edit-index a {
        padding: 12px 8px;
    }
    .bh-edit-index span {
        font-size: 9px;
    }
    .bh-edit-index strong {
        font-size: 18px;
    }
    .bh-edit-service-strip a {
        padding: 14px 16px;
    }
    .bh-category-modal {
        padding: 16px;
    }
    .bh-category-modal-panel {
        padding: 26px 18px 20px;
        max-height: calc(100vh - 32px);
    }
    .bh-category-modal-grid {
        grid-template-columns: 1fr;
    }
    .bh-category-modal-card {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 104px;
    }
    .bh-category-modal-img {
        min-height: 104px;
    }
    .bh-collection-img { height: 260px; }
    .bh-collection-title { font-size: 18px; }

    .bh-trending,
    .bh-hot {
        padding: 48px 16px 40px;
    }
    .bh-hot-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .bh-hot-name { font-size: 12px; }
    .bh-hot-price { font-size: 13px; }

    .bh-proof {
        padding: 40px 16px;
    }
    .bh-proof-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .bh-proof-num { font-size: 28px; }
    .bh-proof-icon { font-size: 28px; }

    .bh-about {
        padding: 48px 16px 60px;
    }

    .bh-newsletter {
        padding: 56px 16px 64px;
    }
}

/* ================================================================
   Responsive: Small Mobile (max-width: 480px)
   ================================================================ */
@media (max-width: 480px) {
    .bh-brand-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(120px, auto);
        gap: 8px;
    }
    .bh-brand-span-lg { grid-column: span 2; grid-row: span 1; }
    .bh-brand-span-md { grid-column: span 1; grid-row: span 1; }
    .bh-brand-span-sm { grid-column: span 1; grid-row: span 1; }
    .bh-brand-card-inner { padding: 16px; }
    .bh-brand-logo-img { width: 60px; height: 60px; }
    .bh-brand-name { font-size: 11px; letter-spacing: 2px; }

    .bh-hot-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .bh-proof-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .bh-proof-num { font-size: 24px; }
}

/* ================================================================
   Premium Storefront Pass — daily showroom, modal, listing density
   ================================================================ */
.bh-category-modal {
    background: transparent !important;
}

.bh-category-modal-backdrop {
    all: unset;
    position: absolute;
    inset: 0;
    display: block;
    background:
        radial-gradient(circle at 18% 10%, rgba(216, 189, 121, .13), transparent 24%),
        radial-gradient(circle at 80% 18%, rgba(107, 136, 136, .12), transparent 26%),
        rgba(4, 6, 10, .88) !important;
    cursor: pointer;
}

.bh-category-modal-panel {
    overflow: hidden auto;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(242,245,244,.96)),
        radial-gradient(circle at 0 0, rgba(216,189,121,.18), transparent 34%) !important;
}

.bh-category-modal-close {
    all: unset !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 40px !important;
    height: 40px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(17,24,39,.1) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.86) !important;
    box-shadow: 0 12px 26px rgba(17,24,39,.12) !important;
    cursor: pointer !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

.bh-category-modal-close::before,
.bh-category-modal-close::after {
    content: "" !important;
    position: absolute !important;
    width: 15px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #111827 !important;
}

.bh-category-modal-close::before { transform: rotate(45deg) !important; }
.bh-category-modal-close::after { transform: rotate(-45deg) !important; }

.bh-category-modal-close:hover {
    transform: translateY(-1px) scale(1.03) !important;
    border-color: rgba(201,169,110,.42) !important;
    box-shadow: 0 16px 34px rgba(17,24,39,.16) !important;
}

.bh-category-modal-card {
    position: relative;
    isolation: isolate;
    border-radius: 14px;
}

.bh-category-modal-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(216,189,121,.2), transparent 42%);
    opacity: 0;
    transition: opacity .22s ease;
}

.bh-category-modal-card:hover::after {
    opacity: 1;
}

.bh-daily {
    position: relative;
    overflow: hidden;
}

.bh-daily::before {
    content: "";
    position: absolute;
    inset: 28px max(24px, calc((100vw - 1240px) / 2)) auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,.55), transparent);
    opacity: .7;
}

.bh-daily-feature {
    min-height: 560px;
    border-radius: 14px;
    box-shadow: 0 28px 80px rgba(16,23,35,.18);
}

.bh-daily-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4,6,10,.12), transparent 48%),
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.18), transparent 22%);
    pointer-events: none;
}

.bh-daily-overlay {
    z-index: 2;
}

.bh-daily-mini {
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 16px 40px rgba(16,23,35,.08);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.bh-daily-mini:hover {
    transform: translateX(4px);
    border-color: rgba(201,169,110,.34);
    box-shadow: 0 22px 48px rgba(16,23,35,.12);
}

.bh-daily-mini-img {
    border-radius: 10px;
}

.bh-edit {
    background:
        radial-gradient(ellipse at 8% 8%, rgba(201,169,110,.1), transparent 30%),
        radial-gradient(ellipse at 92% 20%, rgba(103,128,128,.12), transparent 32%),
        linear-gradient(180deg, #f5f7f5, #eef2ef);
}

.bh-edit-explorer {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
    gap: 18px;
}

.bh-edit-lead {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(17,24,39,.08);
    border-radius: 14px;
    background: #111827;
    box-shadow: 0 24px 70px rgba(17,24,39,.14);
}

.bh-edit-lead-media {
    position: absolute;
    inset: 0;
    background: #111827 center/cover no-repeat;
    transition: transform .55s ease;
}

.bh-edit-lead:hover .bh-edit-lead-media {
    transform: scale(1.04);
}

.bh-edit-lead-body {
    position: absolute;
    inset: auto 0 0;
    display: grid;
    gap: 12px;
    min-height: 0;
    padding: 38px;
    color: #fff;
    background: linear-gradient(transparent, rgba(5,8,13,.9));
}

.bh-edit-path,
.bh-edit-index a,
.bh-edit-service-strip a {
    border-radius: 14px;
}

.bh-edit-path {
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(16,23,35,.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bh-edit-path:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 52px rgba(16,23,35,.13);
}

.bh-edit-service-strip {
    grid-column: 1 / -1;
}

.bh-edit-service-strip a {
    background:
        linear-gradient(135deg, rgba(17,24,39,.96), rgba(31,38,52,.96)),
        radial-gradient(circle at 10% 0, rgba(216,189,121,.16), transparent 38%);
    border-color: rgba(216,189,121,.22);
}

.bh-edit-service-strip a strong,
.bh-edit-service-strip a em {
    color: rgba(255,255,255,.88);
}

.bh-hot-grid {
    grid-template-columns: repeat(auto-fill, minmax(178px, 1fr));
    gap: 18px;
}

.bh-hot-card {
    border-radius: 12px;
    background: linear-gradient(180deg, #151a24, #0f141e);
    box-shadow: 0 18px 44px rgba(0,0,0,.2);
}

.bh-hot-img {
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 50% 35%, rgba(216,189,121,.12), transparent 34%),
        #0b0f16;
}

.bh-hot-img img {
    object-fit: cover;
    padding: 0;
}

.bh-hot-info {
    min-height: 112px;
    padding: 14px 14px 16px;
    text-align: left;
}

.bh-hot-name {
    color: rgba(255,255,255,.88);
    font-size: 13px;
    min-height: 36px;
}

.bp-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 22px;
}

.bp-product-card {
    border-radius: 14px;
}

.bp-product-img {
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at 50% 35%, rgba(216,189,121,.08), transparent 32%),
        #0b0f16;
}

.bp-product-info {
    min-height: 128px;
    padding: 15px 14px 14px;
}

.brand-page-dark .bp-product-card {
    border-radius: 14px;
}

.brand-page-dark .bp-product-img {
    aspect-ratio: 1 / 1;
}

.brand-page-dark .bp-product-info {
    min-height: 132px;
}

@media (prefers-reduced-motion: reduce) {
    .bh-daily-media,
    .bh-edit-lead-media,
    .bh-hot-img img,
    .bp-product-img img {
        transition: none !important;
    }
}

@media (max-width: 920px) {
    .bh-edit-explorer,
    .bh-daily-layout {
        grid-template-columns: 1fr;
    }

    .bh-edit-lead {
        min-height: 400px;
    }

    .bh-daily-feature {
        min-height: 390px;
    }
}

@media (max-width: 640px) {
    .bh-category-modal {
        padding: 12px;
    }

    .bh-category-modal-panel {
        width: 100%;
        border-radius: 18px;
        padding: 24px 14px 16px;
    }

    .bh-category-modal-close {
        top: 12px !important;
        right: 12px !important;
        width: 36px !important;
        height: 36px !important;
    }

    .bh-category-modal h2 {
        padding-right: 42px;
        font-size: 28px;
    }

    .bh-category-modal-card {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 92px;
    }

    .bh-category-modal-img {
        min-height: 92px;
    }

    .bh-edit-explorer {
        display: grid;
        gap: 12px;
    }

    .bh-edit-lead {
        min-height: 320px;
    }

    .bh-edit-lead-body {
        padding: 22px;
    }

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

    .bp-product-info,
    .brand-page-dark .bp-product-info {
        min-height: 116px;
        padding: 11px 10px 12px;
    }
}
