/* ═══════════════════════════════════════════════════════════
   GAZAB Clothing — Luxury Premium Design v3
   ═══════════════════════════════════════════════════════════ */

/* ─── Page Loader ─── */
.page-loader {
    background: #faf9f7;
}
.loader-logo-wrap {
    background: var(--white);
    padding: 18px 28px;
    border-radius: 12px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 1px 0 rgba(201,169,110,0.2);
    margin: 0 auto 32px;
    display: inline-block;
    border: 1px solid rgba(201,169,110,0.12);
}
.loader-logo { height: 44px; margin: 0 auto; animation: pulseLogo 1.4s ease-in-out infinite; }
.loader-bar {
    width: 100px;
    height: 1px;
    background: var(--gray-200);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.loader-bar span {
    display: block;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    animation: loaderSlide 1.2s ease-in-out infinite;
}
.loader-tagline {
    font-family: var(--font-body);
    font-size: 0.52rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gray-400);
    margin-top: 24px;
    font-weight: 300;
}

/* ─── Scroll Progress ─── */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), rgba(201,169,110,0.6), var(--gold), transparent);
    z-index: 9999;
    width: 0%;
    transition: width 0.1s linear;
    pointer-events: none;
}

/* ─── Body Premium Background ─── */
body {
    background: #faf9f7;
}
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 95% 5%, rgba(201,169,110,0.05) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 5% 95%, rgba(0,0,0,0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ─── Logo Premium ─── */
.logo {
    position: relative;
    background: var(--white);
    box-shadow: 0 2px 16px rgba(0,0,0,0.06), 0 1px 0 rgba(201,169,110,0.15);
    border: 1px solid rgba(201,169,110,0.1);
}
.logo:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.1), 0 1px 0 rgba(201,169,110,0.3);
    border-color: rgba(201,169,110,0.2);
}

/* ─── Header Premium ─── */
.nav-main a.active .nav-text { color: var(--black); }
.site-header.scrolled .header-float {
    background: rgba(250, 249, 247, 0.97);
}
.icon-btn:hover {
    background: rgba(201,169,110,0.07);
    border-color: rgba(201,169,110,0.2);
}
.cart-count {
    background: var(--gold);
    color: var(--black);
    font-weight: 800;
    box-shadow: 0 2px 8px rgba(201,169,110,0.4);
}

@media (min-width: 769px) {
    .mobile-drawer { display: none !important; }
}

/* ─── Marquee Premium ─── */
.marquee-bar {
    background: linear-gradient(180deg, #0f0f0e 0%, #0a0a09 100%);
    border-bottom: 1px solid rgba(201,169,110,0.15);
}

/* ─── Trust Strip Luxury ─── */
.trust-strip {
    background: var(--black);
    border: none;
    color: var(--white);
    padding: 32px 0;
}
.trust-item {
    padding: 16px 24px;
    border-right: 1px solid rgba(255,255,255,0.06);
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 6px;
    transition: background 0.3s;
}
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,0.06); }
.trust-item:hover { background: rgba(201,169,110,0.06); }
.trust-item span {
    color: var(--gold);
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    font-family: var(--font-body);
    font-weight: 500;
}
.trust-item p { color: rgba(255,255,255,0.7); font-size: 0.78rem; font-weight: 300; }

/* ─── Buttons Luxury ─── */
.btn {
    font-family: var(--font-body);
    letter-spacing: 0.2em;
    font-weight: 500;
    border-radius: 2px;
}
.btn-primary {
    background: var(--black);
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.btn-primary:hover {
    background: #1a1a18;
    box-shadow: 0 10px 40px rgba(0,0,0,0.28);
}
.btn-outline:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.14);
}
.btn-shine::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
}

/* ─── Section Labels & Titles Luxury ─── */
.section-label {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.58rem;
    letter-spacing: 0.42em;
    color: var(--gold);
}
.section-label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: var(--gold);
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.7;
}
.section-title {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.1em;
}
.section-line {
    background: linear-gradient(90deg, var(--gold), rgba(201,169,110,0.3));
    height: 1px;
    width: 48px;
}

/* ─── Product Cards Luxury ─── */
.product-card {
    transition: transform 0.6s var(--ease-out);
}
.product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    transition: border-color 0.5s;
    pointer-events: none;
    z-index: 5;
    border-radius: 2px;
}
.product-card:hover::before {
    border-color: rgba(201,169,110,0.35);
}
.product-image { border-radius: 2px; }
.product-image::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 45%;
    background: linear-gradient(to top, rgba(0,0,0,0.22), transparent);
    opacity: 0;
    transition: opacity 0.6s;
    z-index: 1;
}
.product-card:hover .product-image::after { opacity: 1; }
.product-info h3 {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
}
.product-price .current {
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.product-badge {
    border-radius: 1px;
    font-family: var(--font-body);
    font-size: 0.52rem;
    letter-spacing: 0.18em;
}
.product-badge-gold {
    background: linear-gradient(135deg, var(--gold) 0%, #b8943f 100%);
    color: var(--black);
}
.product-overlay-btn {
    border: 1px solid rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: var(--font-body);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    border-radius: 2px;
}

.product-grid-featured {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

/* ─── Category Cards Luxury ─── */
.category-card { border-radius: 2px; }
.category-card h3 {
    font-family: var(--font-body);
    font-weight: 400;
    letter-spacing: 0.22em;
    font-size: clamp(0.78rem, 1.4vw, 0.9rem);
}
.category-index {
    color: var(--gold);
    opacity: 0.8;
    font-family: var(--font-body);
    font-size: 0.5rem;
    letter-spacing: 0.3em;
}
.category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid transparent;
    z-index: 3;
    transition: border-color 0.4s;
    pointer-events: none;
}
.category-card:hover::before { border-color: rgba(201,169,110,0.4); }

/* ─── Brand Strip Luxury ─── */
.brand-strip {
    background: linear-gradient(180deg, #0a0a09 0%, #111110 100%);
}
.brand-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,0.04), transparent);
    pointer-events: none;
}
.brand-strip-track span:nth-child(odd) {
    background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(201,169,110,0.18));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ─── Bento / Why Section Luxury ─── */
.bento-section {
    padding: clamp(80px, 10vw, 130px) 0;
    background: linear-gradient(180deg, var(--off-white) 0%, #f0eeea 100%);
}
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.bento-item {
    background: var(--white);
    border: 1px solid rgba(201,169,110,0.1);
    padding: clamp(32px, 4vw, 48px);
    border-radius: 2px;
    transition: all 0.5s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.bento-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, var(--gold), rgba(201,169,110,0.3));
    opacity: 0;
    transition: opacity 0.4s;
}
.bento-item:hover {
    border-color: rgba(201,169,110,0.25);
    box-shadow: 0 16px 48px rgba(0,0,0,0.07);
    transform: translateY(-4px);
}
.bento-item:hover::after { opacity: 1; }
.bento-item--large { grid-column: span 6; }
.bento-item--medium { grid-column: span 4; }
.bento-item--small { grid-column: span 3; }
.bento-num {
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: rgba(201,169,110,0.2);
    line-height: 1;
    margin-bottom: 20px;
    font-style: italic;
}
.bento-item h3 {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    color: var(--black);
}
.bento-item p {
    font-size: 0.88rem;
    color: var(--gray-500);
    line-height: 1.75;
    font-weight: 300;
}

/* ─── Testimonials Luxury ─── */
.testimonials-section {
    padding: clamp(80px, 10vw, 130px) 0;
    background: var(--white);
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.testimonial-card {
    padding: 40px 36px;
    border: 1px solid rgba(201,169,110,0.12);
    border-radius: 2px;
    background: #faf9f7;
    transition: all 0.5s var(--ease-out);
    position: relative;
    overflow: hidden;
}
.testimonial-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}
.testimonial-card:hover {
    border-color: rgba(201,169,110,0.3);
    box-shadow: 0 16px 48px rgba(0,0,0,0.07);
    background: var(--white);
}
.testimonial-card:hover::after { opacity: 1; }
.testimonial-card::before {
    content: '\201C';
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: 5rem;
    line-height: 1;
    color: var(--gold);
    opacity: 0.2;
    position: absolute;
    top: 12px; left: 22px;
}
.testimonial-stars {
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 0.78rem;
    margin-bottom: 18px;
}
.testimonial-text {
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: 1.08rem;
    color: var(--gray-700);
    line-height: 1.8;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.testimonial-author strong {
    display: block;
    font-family: var(--font-body);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-author span {
    font-size: 0.72rem;
    color: var(--gold);
    font-weight: 400;
}

/* ─── Editorial Block Luxury ─── */
.editorial-content {
    background: var(--black);
    color: var(--white);
}
.editorial-content .section-label { color: var(--gold); }
.editorial-content .section-label::before { background: var(--gold); }
.editorial-content h2 {
    color: var(--white);
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.02em;
    line-height: 1.25;
}
.editorial-text { color: rgba(255,255,255,0.5) !important; font-weight: 300; }
.editorial-content .btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #b8943f 100%);
    color: var(--black);
    box-shadow: 0 6px 28px rgba(201,169,110,0.35);
}
.editorial-content .btn-primary:hover {
    box-shadow: 0 12px 40px rgba(201,169,110,0.45);
    transform: translateY(-3px);
}

/* ─── Newsletter Luxury ─── */
.newsletter-section {
    background: linear-gradient(135deg, #0a0a09 0%, #14130f 50%, #0a0a09 100%);
    position: relative;
}
.newsletter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 80% at 20% 50%, rgba(201,169,110,0.05) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 80% 50%, rgba(201,169,110,0.03) 0%, transparent 60%);
    pointer-events: none;
}
.newsletter-section .section-label { color: var(--gold); }
.newsletter-section .section-label::before { background: var(--gold); }
.newsletter-section .section-title { color: var(--white); }
.newsletter-section p { color: rgba(255,255,255,0.45); font-weight: 300; }
.newsletter-form .form-control {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(201,169,110,0.2);
    color: var(--white);
    backdrop-filter: blur(8px);
    border-radius: 2px 0 0 2px;
}
.newsletter-form .form-control::placeholder { color: rgba(255,255,255,0.3); }
.newsletter-form .form-control:focus {
    border-color: rgba(201,169,110,0.5);
    box-shadow: 0 0 0 3px rgba(201,169,110,0.1);
}
.newsletter-form .btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, #b8943f 100%);
    color: var(--black);
    flex-shrink: 0;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(201,169,110,0.3);
    border-radius: 0 2px 2px 0;
}
.newsletter-form .btn-primary:hover {
    box-shadow: 0 8px 32px rgba(201,169,110,0.45);
}

/* ─── Page Header Luxury ─── */
.page-header {
    background: var(--black);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 20% 60%, rgba(201,169,110,0.07) 0%, transparent 60%),
        radial-gradient(ellipse 40% 60% at 80% 30%, rgba(201,169,110,0.04) 0%, transparent 50%);
    pointer-events: none;
}
.page-header .section-label { color: var(--gold); }
.page-header .section-label::before { background: var(--gold); }
.page-header h1 { color: var(--white); }
.page-header::after { background: var(--gold); }

/* ─── Shop Filter Luxury ─── */
.filter-sidebar {
    border-radius: 2px;
    border: 1px solid rgba(201,169,110,0.1);
    background: var(--white);
}
.filter-list a.active {
    background: rgba(201,169,110,0.06);
    border-left: 2px solid var(--gold);
    padding-left: 16px !important;
}

/* ─── Product Detail Luxury ─── */
.product-gallery-main {
    border-radius: 2px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.12);
}
.product-detail-info {
    background: linear-gradient(180deg, #faf9f7 0%, var(--white) 100%);
    padding: clamp(32px, 4vw, 48px);
    border-radius: 2px;
    border: 1px solid rgba(201,169,110,0.1);
}

/* ─── Auth Layout Luxury ─── */
.auth-page-split {
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.auth-visual {
    background: linear-gradient(145deg, #0a0a09 0%, #141410 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.auth-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(201,169,110,0.1) 0%, transparent 60%);
}
.auth-visual .auth-logo-box {
    background: var(--white);
    padding: 20px 28px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 36px;
    box-shadow: 0 12px 48px rgba(0,0,0,0.3), 0 1px 0 rgba(201,169,110,0.15);
    border: 1px solid rgba(201,169,110,0.1);
}
.auth-visual .auth-logo-box img { height: 52px; }
.auth-visual h2 {
    font-family: var(--font-body);
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 300;
}
.auth-visual p {
    color: rgba(255,255,255,0.4);
    text-align: center;
    max-width: 300px;
    margin-top: 16px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 0.9rem;
}
.auth-form-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #faf9f7;
}
.auth-card {
    border-radius: 2px;
    border: 1px solid rgba(201,169,110,0.1);
    box-shadow: 0 24px 80px rgba(0,0,0,0.08);
    background: var(--white);
}

/* ─── Cart / Checkout Luxury ─── */
.cart-summary, .checkout-summary {
    border-radius: 2px;
    border: 1px solid rgba(201,169,110,0.1);
    box-shadow: 0 16px 48px rgba(0,0,0,0.06);
    background: var(--white);
}
.checkout-form-card {
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(201,169,110,0.1);
    border-radius: 2px;
    background: var(--white);
}

/* ─── Forms Luxury ─── */
.form-control {
    font-family: var(--font-body);
    font-weight: 300;
    border-radius: 2px;
    border-color: var(--gray-200);
    transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px var(--gold-light) !important;
}

/* ─── Pagination Luxury ─── */
.pagination a:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}

/* ─── About Page Luxury ─── */
.content-block .about-logo-box {
    display: inline-block;
    background: var(--white);
    padding: 18px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    margin: 0 auto 36px;
    border: 1px solid rgba(201,169,110,0.1);
}
.content-block .about-logo-box img { height: 68px; margin: 0; }
.content-split > div {
    padding: 40px;
    background: var(--white);
    border: 1px solid rgba(201,169,110,0.1);
    border-radius: 2px;
    transition: all 0.5s var(--ease-out);
}
.content-split > div:hover {
    border-color: rgba(201,169,110,0.25);
    box-shadow: 0 16px 48px rgba(0,0,0,0.07);
    transform: translateY(-3px);
}

/* ─── Focus Style Luxury ─── */
:focus-visible {
    outline: 1px solid var(--gold);
    outline-offset: 4px;
}

/* ─── Section Numbers (Luxury Touch) ─── */
.section-number {
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: clamp(4rem, 8vw, 7rem);
    font-style: italic;
    color: rgba(201,169,110,0.1);
    line-height: 1;
    position: absolute;
    top: -20px;
    right: 0;
    pointer-events: none;
    user-select: none;
}

/* ─── Reduced Motion ─── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .scroll-progress { display: none; }
}

/* ─── Responsive Overrides ─── */
@media (max-width: 1024px) {
    .bento-item--large, .bento-item--medium { grid-column: span 6; }
    .bento-item--small { grid-column: span 6; }
    .testimonial-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .auth-page-split { grid-template-columns: 1fr; }
    .auth-visual { display: none; }
}
@media (max-width: 768px) {
    .testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .bento-item--large, .bento-item--medium, .bento-item--small { grid-column: span 12; }
    .product-detail-info { padding: 24px; }
    .newsletter-form { flex-direction: column; }
    .newsletter-form .form-control { border-radius: 2px !important; }
    .newsletter-form .btn-primary { border-radius: 2px !important; width: 100%; }
}

/* ═══════════════════════════════════════════════════════════
   BENTO V2 — Luxury Asymmetric Grid  (replaces old bento)
   ═══════════════════════════════════════════════════════════ */

/* ── Section wrapper ── */
.bento-section-v2 {
    position: relative;
    padding: clamp(90px, 11vw, 150px) 0;
    background: linear-gradient(180deg, #f0eeea 0%, #ece9e3 50%, #f0eeea 100%);
    overflow: hidden;
    isolation: isolate;
}

/* Decorative large background word with parallax */
.bento-bg-word {
    position: absolute;
    bottom: -0.18em;
    right: -0.04em;
    font-family: var(--font-display);
    font-size: clamp(7rem, 18vw, 18rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(0,0,0,0.028);
    pointer-events: none;
    user-select: none;
    z-index: 0;
    will-change: transform;
}

.bento-v2-head {
    margin-bottom: clamp(48px, 6vw, 80px);
    position: relative;
    z-index: 1;
}

/* ── Grid ── */
.bento-grid-v2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
    position: relative;
    z-index: 1;
}

/* Card 1 — featured, spans 7 cols × 2 rows */
.bento-grid-v2 .bv2:nth-child(1) { grid-column: 1 / 8; grid-row: 1 / 3; }
/* Card 2 — top-right */
.bento-grid-v2 .bv2:nth-child(2) { grid-column: 8 / 13; grid-row: 1; }
/* Card 3 — bottom-right */
.bento-grid-v2 .bv2:nth-child(3) { grid-column: 8 / 13; grid-row: 2; }
/* Cards 4-6 — bottom row */
.bento-grid-v2 .bv2:nth-child(4) { grid-column: 1 / 5;  grid-row: 3; }
.bento-grid-v2 .bv2:nth-child(5) { grid-column: 5 / 9;  grid-row: 3; }
.bento-grid-v2 .bv2:nth-child(6) { grid-column: 9 / 13; grid-row: 3; }

/* ── Base card ── */
.bv2 {
    position: relative;
    background: var(--white);
    border: 1px solid rgba(201,169,110,0.14);
    padding: clamp(28px, 3.5vw, 46px);
    overflow: hidden;
    will-change: transform;
    /* No border-radius — sharp luxury edges */
}

/* Hover state (CSS layer, JS adds 3-D on top) */
.bv2:hover {
    box-shadow: 0 28px 80px rgba(0,0,0,0.1), 0 8px 24px rgba(0,0,0,0.06);
    border-color: rgba(201,169,110,0.38);
}

/* ── Shine sweep on hover ── */
.bv2__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent 0%,
        transparent 35%,
        rgba(255,255,255,0.22) 50%,
        transparent 65%,
        transparent 100%
    );
    background-size: 250% 250%;
    background-position: -100% -100%;
    pointer-events: none;
    z-index: 6;
    transition: background-position 0.75s ease;
}
.bv2:hover .bv2__shine {
    background-position: 220% 220%;
}

/* ── Number ── */
.bv2__num {
    display: block;
    font-family: var(--font-cormorant, 'Cormorant Garamond', serif);
    font-size: clamp(2.8rem, 4vw, 4rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(201,169,110,0.22);
    margin-bottom: 22px;
    transition: color 0.45s var(--ease-out);
}
.bv2:hover .bv2__num { color: rgba(201,169,110,0.5); }

/* ── Title ── */
.bv2__title {
    font-family: var(--font-body);
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

/* ── Body text ── */
.bv2__text {
    font-size: 0.9rem;
    color: var(--gray-500);
    line-height: 1.78;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

/* ══ Dark featured card ══ */
.bv2--dark {
    background: linear-gradient(148deg, #0d0d0c 0%, #141410 65%, #0f0f0e 100%);
    border-color: rgba(201,169,110,0.16);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}
.bv2--dark:hover {
    box-shadow:
        0 32px 100px rgba(0,0,0,0.28),
        0 8px 32px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(201,169,110,0.22);
    border-color: rgba(201,169,110,0.45);
}

/* Radial gold glow inside dark card */
.bv2__glow {
    position: absolute;
    top: -25%;
    right: -15%;
    width: 65%;
    height: 90%;
    background: radial-gradient(ellipse, rgba(201,169,110,0.14) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
    animation: bv2GlowPulse 6s ease-in-out infinite alternate;
}
@keyframes bv2GlowPulse {
    0%   { opacity: 0.7; transform: scale(1); }
    100% { opacity: 1;   transform: scale(1.18) translateX(-5%); }
}

.bv2--dark .bv2__shine {
    background: linear-gradient(
        120deg,
        transparent 0%,
        transparent 35%,
        rgba(201,169,110,0.07) 50%,
        transparent 65%,
        transparent 100%
    );
    background-size: 250% 250%;
    background-position: -100% -100%;
}

.bv2--dark .bv2__num   { color: rgba(201,169,110,0.28); }
.bv2--dark:hover .bv2__num { color: rgba(201,169,110,0.65); }
.bv2--dark .bv2__title { color: rgba(255,255,255,0.92); }
.bv2--dark .bv2__text  { color: rgba(255,255,255,0.42); }

/* Icon */
.bv2__body { position: relative; z-index: 1; }
.bv2__icon {
    margin-bottom: 22px;
    color: var(--gold);
    opacity: 0.65;
    transition: opacity 0.35s;
}
.bv2--dark:hover .bv2__icon { opacity: 1; }

/* Footer row of dark card */
.bv2__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.07);
    position: relative;
    z-index: 1;
}
.bv2__tag {
    font-family: var(--font-body);
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.bv2--dark:hover .bv2__tag { opacity: 1; }
.bv2__arrow {
    color: rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    transition: color 0.3s, transform 0.4s var(--ease-out);
}
.bv2--dark:hover .bv2__arrow {
    color: var(--gold);
    transform: translateX(5px);
}

/* ══ Warm accent card (03) ══ */
.bv2--warm {
    background: linear-gradient(148deg, #faf9f7 0%, #f3f0ea 100%);
}

/* Live / dropping soon indicator */
.bv2__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: var(--font-body);
    font-size: 0.58rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray-400);
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.bv2__live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
    animation: bv2LivePulse 2.2s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgba(201,169,110,0.5);
}
@keyframes bv2LivePulse {
    0%   { transform: scale(1);    box-shadow: 0 0 0 0   rgba(201,169,110,0.5); }
    50%  { transform: scale(1.15); box-shadow: 0 0 0 6px rgba(201,169,110,0); }
    100% { transform: scale(1);    box-shadow: 0 0 0 0   rgba(201,169,110,0); }
}

/* ══ Statement card (06) ══ */
.bv2--statement {
    background: var(--black);
    border-color: rgba(201,169,110,0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 180px;
}
.bv2--statement:hover {
    box-shadow: 0 24px 80px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(201,169,110,0.2);
    border-color: rgba(201,169,110,0.45);
}
.bv2__statement-text {
    font-family: var(--font-serif);
    font-size: clamp(1.5rem, 2.5vw, 2.1rem);
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.bv2__statement-text em {
    font-style: italic;
    background: linear-gradient(120deg, #a8893f, var(--gold), #e8d5a3, var(--gold));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: bv2GoldShimmer 5s ease-in-out infinite alternate;
}
@keyframes bv2GoldShimmer {
    0%   { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.bv2__season {
    display: block;
    font-family: var(--font-body);
    font-size: 0.52rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.22);
    margin-top: 18px;
    position: relative;
    z-index: 1;
}

/* ══ Scroll reveal (b-reveal) ══ */
.b-reveal {
    opacity: 0;
    transition:
        opacity   0.8s var(--ease-out),
        transform 0.8s var(--ease-out);
    transition-delay: var(--bd, 0s);
}
.b-reveal[data-dir="left"]   { transform: translateX(-60px); }
.b-reveal[data-dir="right"]  { transform: translateX(60px); }
.b-reveal[data-dir="top"]    { transform: translateY(-40px); }
.b-reveal[data-dir="bottom"] { transform: translateY(60px); }
.b-reveal.b-visible {
    opacity: 1;
    transform: none;
}

/* ══ Responsive ══ */
@media (max-width: 1100px) {
    .bento-grid-v2 .bv2:nth-child(1) { grid-column: 1 / 13; grid-row: auto; }
    .bento-grid-v2 .bv2:nth-child(2) { grid-column: 1 / 7;  grid-row: auto; }
    .bento-grid-v2 .bv2:nth-child(3) { grid-column: 7 / 13; grid-row: auto; }
    .bento-grid-v2 .bv2:nth-child(4) { grid-column: 1 / 7;  grid-row: auto; }
    .bento-grid-v2 .bv2:nth-child(5) { grid-column: 7 / 13; grid-row: auto; }
    .bento-grid-v2 .bv2:nth-child(6) { grid-column: 1 / 13; grid-row: auto; }
    .bv2--dark { min-height: 280px; }
}
@media (max-width: 640px) {
    .bento-grid-v2 { gap: 10px; }
    .bento-grid-v2 .bv2:nth-child(n) { grid-column: 1 / -1; grid-row: auto; }
    .bv2--statement { min-height: auto; }
    .bento-bg-word { display: none; }
}
