/* =============================================================================
   NexArt Child Theme — Premium Design System v3.1
   Scope : variables + body.nexart-home-active + .nexart-hp
   Ne touche pas Elementor (.elementor-*) ni WooCommerce (.wc-*)
   ============================================================================= */

/* ── 1. VARIABLES ─────────────────────────────────────────────────────────── */
:root {
    --nx-bg:            #080808;
    --nx-bg-deep:       #040404;
    --nx-bg-2:          #0c0c0c;
    --nx-bg-card:       #111111;
    --nx-bg-card-2:     #161616;
    --nx-bg-footer:     #060606;
    --nx-surface:       var(--nx-bg-card);
    --nx-surface-2:     var(--nx-bg-card-2);
    --nx-border:        rgba(255,255,255,0.07);
    --nx-border-md:     rgba(255,255,255,0.12);
    --nx-border-bright: rgba(255,255,255,0.20);
    --nx-border-gold:   rgba(217,164,65,0.38);
    --nx-text:          #f5f5f5;
    --nx-text-soft:     rgba(245,245,245,0.80);
    --nx-text-muted:    #aaaaaa;
    --nx-text-mid:      rgba(245,245,245,0.48);
    --nx-text-dim:      #555555;
    --nx-gold:          #d9a441;
    --nx-gold-dark:     #b8862e;
    --nx-gold-light:    #e8b85a;
    --nx-gold-xlight:   #f0ca80;
    --nx-gold-glow:     rgba(217,164,65,0.20);
    --nx-accent:        var(--nx-gold);
    --nx-accent-hover:  var(--nx-gold-light);
    --nx-radius:        8px;
    --nx-radius-lg:     16px;
    --nx-radius-xl:     24px;
    --nx-transition:    0.22s ease;
    --nx-max:           1280px;
    --nx-font:          'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    /* Header base = chrome physique du header. Promo = bandeau site-wide.
       --nx-header-h = total offset utilise par toutes les pages pour reserver le top.
       Quand l'utilisateur ferme le bandeau (body.nx-promo-hidden), --nx-promo-h passe a 0px,
       ce qui retire automatiquement les 32px partout sans toucher aux fichiers PDP/cart/checkout. */
    --nx-header-base-h: 72px;
    --nx-promo-h:       32px;
    --nx-header-h:      calc(var(--nx-header-base-h) + var(--nx-promo-h));
}

body.nx-promo-hidden,
html.nx-promo-hidden { --nx-promo-h: 0px; }

/* ── 2. BASE ───────────────────────────────────────────────────────────────── */
body {
    background: var(--nx-bg);
    color: var(--nx-text);
    font-family: var(--nx-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ── 3. OCEANWP CHROME RESET — shortcode NexArt pages only ─────────────── */
body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
) :where(
    #site-header,
    .site-header,
    #top-bar-wrap,
    #top-bar,
    .page-header,
    .entry-header,
    .page-header-title,
    header.page-header,
    .page-header-inner,
    #breadcrumbs,
    .oceanwp-breadcrumbs,
    #footer-widgets,
    .site-footer,
    #footer,
    footer.oceanwp-footer,
    #sidebar,
    aside#secondary,
    .widget-area,
    .sidebar-container
) {
    display: none !important;
}

body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
) :where(.content-area, #primary) {
    width: 100% !important;
    float: none !important;
}

body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
),
body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
) :where(#page, .site, #content, #primary) {
    background: var(--nx-bg) !important;
    padding: 0 !important;
    margin: 0 !important;
}

body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
) :where(.entry-content, .content-area, .site-main, article, article.page, .entry, #content-wrap, .content-wrap) {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    background: transparent !important;
}

body:where(
    .nexart-home-active,
    .nexart-collections-active,
    .nexart-shop-active,
    .nexart-about-active,
    .nexart-mounting-active,
    .nexart-reviews-active,
    .nexart-faq-active,
    .nexart-contact-active,
    .nexart-legal-active
) #outer-wrap {
    padding-top: 0 !important;
}

/* ── 4. HEADER PREMIUM ─────────────────────────────────────────────────────── */
.nexart-custom-header {
    position: fixed;
    top: var(--nx-promo-h, 0px); left: 0; right: 0;
    z-index: 9999;
    height: var(--nx-header-base-h, var(--nx-header-h));
    background: rgba(6,6,6,0.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid var(--nx-border);
    transition: background var(--nx-transition), box-shadow var(--nx-transition), top var(--nx-transition);
    overflow: visible;
}

.nexart-custom-header.is-scrolled {
    background: rgba(6,6,6,0.97);
    box-shadow: 0 2px 40px rgba(0,0,0,0.9);
}

.nexart-header-inner {
    display: flex;
    align-items: center;
    height: var(--nx-header-base-h, var(--nx-header-h));
    max-width: var(--nx-max);
    margin: 0 auto;
    padding: 0 28px;
    gap: 0;
}

/* Logo */
.nexart-logo {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    flex-shrink: 0;
    margin-right: 40px;
}

.nexart-logo-img {
    display: block;
    height: 110px;
    width: auto;
    object-fit: contain;
}

.nexart-logo:hover .nexart-logo-img { opacity: 0.85; }

/* Nav desktop */
.nexart-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
    flex: 1;
}

.nexart-nav-item { position: relative; }

.nexart-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nx-text-muted) !important;
    text-decoration: none !important;
    padding: 7px 13px;
    border-radius: var(--nx-radius);
    transition: color var(--nx-transition), background var(--nx-transition);
    white-space: nowrap;
    position: relative;
}

.nexart-nav-link:hover,
.nexart-nav-link:focus-visible,
.nexart-nav-item.mega-active .nexart-nav-link {
    color: var(--nx-gold) !important;
    background: rgba(255,255,255,0.05);
}

.nexart-nav-link--active,
.nexart-nav-link--active:hover,
.nexart-nav-item .nexart-nav-link--active {
    color: var(--nx-gold) !important;
    background: transparent !important;
}

.nexart-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 13px;
    right: 13px;
    height: 2px;
    background: var(--nx-gold);
    border-radius: 2px;
    opacity: 0;
    transform: scaleX(0.55);
    transform-origin: center;
    transition: opacity var(--nx-transition), transform var(--nx-transition);
}

.nexart-nav-link:hover::after,
.nexart-nav-link:focus-visible::after,
.nexart-nav-link--active::after,
.nexart-nav-item.mega-active .nexart-nav-link::after {
    opacity: 1;
    transform: scaleX(1);
}

.nexart-nav-chevron {
    width: 14px; height: 14px;
    stroke: currentColor; fill: none; stroke-width: 2;
    transition: transform var(--nx-transition);
    flex-shrink: 0;
}

.nexart-nav-item.mega-active .nexart-nav-chevron {
    transform: rotate(180deg);
}

/* Actions droite */
.nexart-header-actions {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: auto;
    flex-shrink: 0;
}

.nexart-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    border-radius: var(--nx-radius);
    color: var(--nx-text-muted) !important;
    text-decoration: none !important;
    transition: color var(--nx-transition), background var(--nx-transition);
    position: relative;
}

.nexart-header-icon:hover {
    color: var(--nx-text) !important;
    background: rgba(255,255,255,0.06);
}

.nexart-header-icon svg {
    width: 18px; height: 18px;
    stroke: currentColor; fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.nexart-cart-count {
    position: absolute;
    top: 4px; right: 4px;
    min-width: 16px; height: 16px;
    background: var(--nx-gold);
    color: #000;
    font-size: 9px;
    font-weight: 800;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}

/* Hamburger */
.nexart-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: none; border: none;
    cursor: pointer;
    padding: 9px;
    border-radius: var(--nx-radius);
    flex-shrink: 0;
}

.nexart-menu-toggle span {
    display: block;
    height: 1.5px;
    background: var(--nx-text-muted);
    border-radius: 2px;
    transition: transform var(--nx-transition), opacity var(--nx-transition);
    transform-origin: center;
}

.nexart-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
    background: var(--nx-text);
}
.nexart-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.nexart-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
    background: var(--nx-text);
}

/* ── 5. MEGA MENU ────────────────────────────────────────────────────────────── */
.nexart-mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    width: 100vw;
    z-index: 9998;
    background: rgba(11,11,11,0.99);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255,255,255,0.10);
    border-bottom: 1px solid rgba(255,255,255,0.04);
    box-shadow: 0 28px 70px rgba(0,0,0,0.92), 0 8px 28px rgba(0,0,0,0.70);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}

.nexart-mega-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nexart-mega-inner {
    max-width: var(--nx-max);
    margin: 0 auto;
    padding: 20px 28px 24px;
}

/* Search dans mega */
.nexart-mega-search {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--nx-border);
}

.nexart-mega-search form {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border-md);
    border-radius: var(--nx-radius);
    overflow: hidden;
    max-width: 560px;
}

.nexart-mega-search input {
    flex: 1;
    background: none;
    border: none;
    padding: 12px 16px;
    color: var(--nx-text);
    font-family: var(--nx-font);
    font-size: 14px;
    outline: none;
}

.nexart-mega-search input::placeholder { color: var(--nx-text-dim); }

.nexart-mega-search button {
    padding: 12px 18px;
    background: var(--nx-gold);
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: background var(--nx-transition);
}

.nexart-mega-search button:hover { background: var(--nx-gold-light); }

/* Corps mega : catégories + callout */
.nexart-mega-body {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 40px;
    align-items: start;
}

.nexart-mega-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-text-dim);
    margin: 0 0 16px;
}

/* Grille des catégories dans mega : 6 cartes en 3x2 */
.nexart-mega-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.nexart-mega-card {
    position: relative;
    border-radius: var(--nx-radius);
    overflow: hidden;
    aspect-ratio: 3/4;
    text-decoration: none !important;
    border: 1px solid var(--nx-border);
    transition: border-color var(--nx-transition), transform var(--nx-transition);
}

.nexart-mega-card:hover {
    border-color: var(--nx-border-gold);
    transform: translateY(-2px);
}

.nexart-mega-card-bg {
    position: absolute; inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse at 58% 32%, rgba(217,164,65,0.13) 0%, transparent 56%),
        linear-gradient(180deg,#18140d 0%,#111111 44%,#070707 100%);
}

.nexart-mega-card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
    transition: transform var(--nx-transition), opacity var(--nx-transition);
}

.nexart-mega-card:hover .nexart-mega-card-img {
    transform: scale(1.04);
}

.nexart-mega-card[data-col="landscapes"]  .nexart-mega-card-bg,
.nexart-mega-card[data-col="automotive"]  .nexart-mega-card-bg,
.nexart-mega-card[data-col="abstract"]    .nexart-mega-card-bg,
.nexart-mega-card[data-col="space"]       .nexart-mega-card-bg,
.nexart-mega-card[data-col="cityscapes"]  .nexart-mega-card-bg,
.nexart-mega-card[data-col="blackmaps"]   .nexart-mega-card-bg {
    background:
        radial-gradient(ellipse at 58% 32%, rgba(217,164,65,0.13) 0%, transparent 56%),
        linear-gradient(180deg,#18140d 0%,#111111 44%,#070707 100%);
}

.nexart-mega-card-overlay {
    position: absolute; inset: 0;
    z-index: 2;
    background:
        linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.35) 56%, rgba(0,0,0,0.08) 100%),
        linear-gradient(180deg, rgba(217,164,65,0.10) 0%, transparent 45%);
}

.nexart-mega-card-label {
    position: absolute;
    bottom: 10px; left: 10px; right: 10px;
    z-index: 3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--nx-text);
}

/* Callout lateral mega */
.nexart-mega-callout {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border-gold);
    border-radius: var(--nx-radius-lg);
    padding: 28px 24px;
}

.nexart-mega-callout-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.nexart-mega-callout h4 {
    font-size: 14px;
    font-weight: 800;
    color: var(--nx-gold);
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.nexart-mega-callout p {
    font-size: 12px;
    color: var(--nx-text-muted);
    line-height: 1.65;
    margin: 0 0 20px;
}

.nexart-mega-callout-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.nexart-mega-callout-list li {
    font-size: 12px;
    color: var(--nx-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
}

.nexart-mega-callout-list li::before {
    content: '\2713';
    color: var(--nx-gold);
    font-weight: 700;
    font-size: 11px;
    flex-shrink: 0;
}

.nexart-mega-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--nx-gold) !important;
    text-decoration: none !important;
    transition: color var(--nx-transition);
}

.nexart-mega-cta:hover { color: var(--nx-gold-light) !important; }

/* ── 6. MOBILE MENU ──────────────────────────────────────────────────────────── */
.nexart-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 9996;
    background: rgba(6,6,6,0.99);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    padding: 0;
}

.nexart-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.nexart-mob-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--nx-border);
}

.nexart-mob-close {
    background: none; border: none;
    color: var(--nx-text-muted);
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    border-radius: var(--nx-radius);
    transition: color var(--nx-transition);
}

.nexart-mob-close:hover { color: var(--nx-text); }

.nexart-mob-nav {
    padding: 8px 16px;
}

.nexart-mob-accord { border-bottom: 1px solid var(--nx-border); }

.nexart-mob-accord-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none; border: none;
    padding: 16px 8px;
    color: var(--nx-text-muted);
    font-family: var(--nx-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-align: left;
}

.nexart-mob-accord-btn span { font-size: 18px; line-height: 1; }

.nexart-mob-accord.is-open .nexart-mob-accord-btn { color: var(--nx-text); }

.nexart-mob-accord-body {
    padding: 0 8px 16px 8px;
    flex-direction: column;
    gap: 2px;
}

.nexart-mob-accord-body a {
    font-size: 13px;
    color: var(--nx-text-muted) !important;
    text-decoration: none !important;
    padding: 9px 12px;
    border-radius: var(--nx-radius);
    display: block;
    transition: background var(--nx-transition), color var(--nx-transition);
}

.nexart-mob-accord-body a:hover {
    color: var(--nx-text) !important;
    background: rgba(255,255,255,0.05);
}

.nexart-mob-link {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--nx-text-muted) !important;
    text-decoration: none !important;
    padding: 16px 8px;
    border-bottom: 1px solid var(--nx-border);
    letter-spacing: 0.04em;
    transition: color var(--nx-transition);
}

.nexart-mob-link:hover { color: var(--nx-text) !important; }

.nexart-mob-actions {
    display: flex;
    gap: 12px;
    padding: 24px 24px;
    border-top: 1px solid var(--nx-border);
    margin-top: 8px;
}

.nexart-mob-actions .nexart-btn {
    flex: 1;
    justify-content: center;
}

/* ── 7. LAYOUT UTILITAIRES ───────────────────────────────────────────────────── */
.nexart-container {
    max-width: var(--nx-max);
    margin: 0 auto;
    padding: 0 28px;
}

.nexart-hp {
    background: var(--nx-bg);
    font-family: var(--nx-font);
    overflow-x: hidden;
    padding-top: var(--nx-header-h);
}

.nexart-hp * { box-sizing: border-box; }

.nexart-hp-section { padding: 96px 0; }

.nexart-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--nx-gold);
    margin: 0 0 14px;
}

.nexart-h2 {
    font-size: clamp(28px,4vw,44px);
    font-weight: 800;
    color: var(--nx-text);
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.nexart-sub {
    font-size: 15px;
    color: rgba(245,245,245,0.62);
    line-height: 1.7;
    margin: 0;
}

/* ── 8. BOUTONS ──────────────────────────────────────────────────────────────── */
.nexart-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 15px 32px;
    border-radius: var(--nx-radius);
    font-family: var(--nx-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform var(--nx-transition), box-shadow var(--nx-transition), background var(--nx-transition), border-color var(--nx-transition);
    border: none;
    white-space: nowrap;
    line-height: 1;
}

.nexart-btn--gold {
    background: var(--nx-gold);
    color: #000 !important;
}
.nexart-btn--gold:hover {
    background: var(--nx-gold-light);
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 36px var(--nx-gold-glow), 0 4px 16px rgba(0,0,0,0.4);
}

.nexart-btn--ghost {
    background: rgba(255,255,255,0.06);
    color: var(--nx-text) !important;
    border: 1px solid rgba(255,255,255,0.20);
}
.nexart-btn--ghost:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.32);
    color: var(--nx-text) !important;
    transform: translateY(-2px);
}

/* ── 9. HERO ─────────────────────────────────────────────────────────────────── */
.nexart-hp-hero {
    position: relative;
    min-height: calc(88vh - var(--nx-header-h));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.nexart-hp-hero::before { display: none; }

/* Image de fond plein-écran */
.nexart-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nexart-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

/* Overlay : protection texte côté gauche, fondu vers droite */
.nexart-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(4,4,4,0.97) 0%,
            rgba(4,4,4,0.91) 20%,
            rgba(4,4,4,0.70) 40%,
            rgba(4,4,4,0.26) 58%,
            rgba(4,4,4,0.06) 74%,
            transparent 86%
        ),
        linear-gradient(0deg,
            rgba(4,4,4,0.92) 0%,
            rgba(4,4,4,0.45) 14%,
            rgba(4,4,4,0.12) 28%,
            transparent 46%
        );
    z-index: 1;
}

/* Ligne dorée subtile en haut */
.nexart-hp-hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--nx-gold) 25%, var(--nx-gold-light) 50%, var(--nx-gold) 75%, transparent 100%);
    opacity: 0.30;
    z-index: 2;
}

.nexart-hero-content { display: none; }

.nexart-hero-body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
}

.nexart-hero-text {
    max-width: 530px;
    padding: 88px 0 64px;
}

.nexart-hero-eyebrow {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--nx-gold);
    margin: 0 0 26px;
}

.nexart-hero-title {
    font-size: clamp(56px, 7.5vw, 104px);
    font-weight: 900;
    color: var(--nx-text);
    line-height: 0.96;
    letter-spacing: -0.045em;
    margin: 0 0 36px;
}

.nexart-hero-desc {
    font-size: 16px;
    color: var(--nx-text-soft);
    line-height: 1.78;
    margin: 0 0 48px;
    max-width: 420px;
}

.nexart-hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

/* Glow ambiant hero côté visuel */
.nexart-hero-visual::before {
    content: '';
    position: absolute;
    inset: -70px;
    background:
        radial-gradient(ellipse 78% 58% at 54% 52%, rgba(217,164,65,0.11) 0%, transparent 56%),
        radial-gradient(ellipse 55% 42% at 46% 62%, rgba(180,110,18,0.07) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.nexart-showcase-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 700px;
}

.nexart-showcase-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03),
        0 0 120px rgba(217,164,65,0.09),
        0 90px 180px rgba(0,0,0,1),
        0 30px 80px rgba(0,0,0,0.78);
    background: var(--nx-bg-card);
}

.nexart-showcase-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.nexart-showcase-frame::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.01) 25%, transparent 45%);
    border-radius: inherit;
    z-index: 2;
    pointer-events: none;
}

/* Badges dimensions */
.nexart-dim-badge {
    position: absolute;
    background: rgba(6,6,6,0.88);
    border: 1px solid rgba(217,164,65,0.28);
    border-radius: 6px;
    padding: 5px 14px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(245,245,245,0.72);
    letter-spacing: 0.08em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
    z-index: 3;
}

.nexart-dim-w {
    bottom: 28%;
    left: 64%;
    transform: translateX(-50%);
}

.nexart-dim-h {
    top: 20%;
    right: 17%;
    transform: rotate(90deg);
}

/* ── 10. TRUST BAR ────────────────────────────────────────────────────────────── */
.nexart-trust-bar {
    position: relative;
    z-index: 2;
    background: rgba(4,4,4,0.72);
    border-top: 1px solid rgba(255,255,255,0.055);
    padding: 22px 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.nexart-trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    align-items: center;
}

.nexart-trust-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 20px;
}

.nexart-trust-item:first-child { padding-left: 0; }
.nexart-trust-item:last-child { padding-right: 0; }
.nexart-trust-item:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.06);
}

.nexart-trust-icon {
    color: var(--nx-gold);
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 22px;
}

.nexart-trust-icon svg {
    width: 20px; height: 20px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nexart-trust-icon.is-filled svg { fill: var(--nx-gold); stroke: none; }

.nexart-trust-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--nx-text);
    line-height: 1.3;
}

.nexart-trust-item span {
    font-size: 11px;
    color: rgba(245,245,245,0.60);
    line-height: 1.3;
}

/* ── 11. BENEFITS ─────────────────────────────────────────────────────────────── */
.nexart-hp-benefits {
    background: var(--nx-bg-2);
    border-top: 1px solid var(--nx-border);
    padding: 88px 0;
}

.nexart-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 14px;
}

.nexart-benefit-card {
    background:
        radial-gradient(ellipse 90% 55% at 50% 0%, rgba(217,164,65,0.045) 0%, transparent 58%),
        linear-gradient(158deg, #141414 0%, #0f0f0f 50%, #0b0b0b 100%);
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: 16px;
    padding: 38px 30px 34px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: border-color var(--nx-transition), transform var(--nx-transition), box-shadow var(--nx-transition);
    position: relative;
    overflow: hidden;
}

.nexart-benefit-card::before {
    content: '';
    position: absolute;
    top: 0; left: 20%; right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(217,164,65,0.32) 50%, transparent);
    opacity: 0;
    transition: opacity var(--nx-transition);
}

.nexart-benefit-card:hover {
    border-color: rgba(217,164,65,0.18);
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0,0,0,0.40), 0 0 24px rgba(217,164,65,0.05);
}

.nexart-benefit-card:hover::before { opacity: 1; }

.nexart-benefit-icon-wrap {
    width: 52px; height: 52px;
    border: 1px solid rgba(217,164,65,0.24);
    border-radius: 11px;
    background: rgba(217,164,65,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nexart-benefit-icon-wrap svg {
    width: 23px; height: 23px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nexart-benefit-card h3 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--nx-text);
    margin: 0 0 4px;
}

.nexart-benefit-card p {
    font-size: 13.5px;
    color: rgba(245,245,245,0.62);
    line-height: 1.74;
    margin: 0;
}

/* ── 12. COMPARISON — The NexArt Difference ─────────────────────────────────── */
.nexart-hp-comparison {
    background: var(--nx-bg-deep);
    padding: 104px 0 88px;
    border-top: 1px solid var(--nx-border);
}

.nexart-comp-header {
    text-align: center;
    margin-bottom: 68px;
}

.nexart-comp-header .nexart-h2 { margin-bottom: 12px; }

.nexart-comp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: end;
}

.nexart-comp-card {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-xl);
    overflow: hidden;
    transition: var(--nx-transition);
}

/* NexArt : héroïsé */
.nexart-comp-card--featured {
    border-color: var(--nx-gold);
    transform: translateY(-20px);
    box-shadow:
        0 0 0 1px rgba(217,164,65,0.1),
        0 30px 80px rgba(217,164,65,0.10),
        0 30px 60px rgba(0,0,0,0.6);
    background: linear-gradient(180deg, rgba(217,164,65,0.04) 0%, var(--nx-bg-card) 30%);
}

/* Badge "Best Choice" */
.nexart-comp-badge {
    padding: 10px 20px;
    background: var(--nx-gold);
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
}

.nexart-comp-img-wrap {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.nexart-comp-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.nexart-comp-card:hover .nexart-comp-img-wrap img {
    transform: scale(1.03);
}

.nexart-comp-card:not(.nexart-comp-card--featured) .nexart-comp-img-wrap::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.32);
    pointer-events: none;
}

.nexart-comp-content {
    padding: 26px 26px 30px;
}

.nexart-comp-content h3 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.nexart-comp-card--featured .nexart-comp-content h3 { color: var(--nx-gold); }
.nexart-comp-card:not(.nexart-comp-card--featured) .nexart-comp-content h3 { color: rgba(245,245,245,0.50); }

.nexart-comp-list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nexart-comp-list li {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1.4;
}

.nexart-comp-list li.check { color: var(--nx-text); }
.nexart-comp-list li.cross { color: rgba(245,245,245,0.44); }

.nexart-comp-list li::before {
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    width: 16px;
}

.nexart-comp-list li.check::before {
    content: '\2713';
    color: var(--nx-gold);
}
.nexart-comp-list li.cross::before {
    content: '\00D7';
    color: rgba(245,245,245,0.28);
}

/* CTA under comparison */
.nexart-comp-cta {
    text-align: center;
    margin-top: 56px;
}

/* ── 13. HOW IT WORKS ─────────────────────────────────────────────────────────── */
.nexart-hp-how {
    background: var(--nx-bg-2);
    border-top: 1px solid var(--nx-border);
    padding: 96px 0 88px;
}

.nexart-how-header {
    margin-bottom: 56px;
    max-width: 560px;
}

.nexart-how-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    position: relative;
}

/* Ligne de connexion subtile entre les étapes (desktop) */
.nexart-how-grid::before {
    content: '';
    position: absolute;
    top: 23%;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(217,164,65,0.10) 6%,
        rgba(217,164,65,0.20) 22%,
        rgba(217,164,65,0.20) 78%,
        rgba(217,164,65,0.10) 94%,
        transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.nexart-how-card {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius-lg);
    overflow: hidden;
    position: relative;
    transition: border-color var(--nx-transition), transform var(--nx-transition), box-shadow var(--nx-transition);
}

.nexart-how-card:hover {
    border-color: var(--nx-border-md);
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.36);
}

/* Image */
.nexart-how-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--nx-bg-card-2);
}

.nexart-how-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.nexart-how-card:hover .nexart-how-img img { transform: scale(1.04); }

/* Numéro */
.nexart-how-num {
    position: absolute;
    top: 12px; left: 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    color: var(--nx-gold);
    background: rgba(0,0,0,0.72);
    border: 1px solid var(--nx-border-gold);
    border-radius: 5px;
    padding: 3px 8px;
    backdrop-filter: blur(8px);
    z-index: 2;
}

.nexart-how-card:not(:last-child)::after { display: none; }

.nexart-how-body {
    padding: 20px 22px 26px;
}

.nexart-how-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--nx-text);
    margin: 0 0 8px;
}

.nexart-how-desc {
    font-size: 13px;
    color: rgba(245,245,245,0.60);
    line-height: 1.68;
    margin: 0;
}

/* CTA zone sous How It Works */
.nexart-how-cta {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.nexart-how-cta-sub {
    font-size: 12px;
    color: rgba(245,245,245,0.40);
    margin: 0;
    letter-spacing: 0.04em;
}

/* ── 14. FEATURED COLLECTIONS ────────────────────────────────────────────────── */
.nexart-hp-collections {
    background: var(--nx-bg);
    border-top: 1px solid var(--nx-border);
    padding: 96px 0;
}

.nexart-collections-hdr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}

.nexart-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--nx-gold) !important;
    text-decoration: none !important;
    padding: 8px 16px;
    border: 1px solid var(--nx-border-gold);
    border-radius: var(--nx-radius);
    background: rgba(217,164,65,0.06);
    transition: background var(--nx-transition), border-color var(--nx-transition), color var(--nx-transition);
    white-space: nowrap;
}

.nexart-view-all:hover {
    color: var(--nx-gold-light) !important;
    border-color: var(--nx-gold-light);
    background: rgba(217,164,65,0.10);
}

.nexart-coll-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

/* Collection card */
.nexart-coll-card {
    position: relative;
    border-radius: var(--nx-radius-lg);
    overflow: hidden;
    aspect-ratio: 2/3;
    text-decoration: none !important;
    border: 1px solid var(--nx-border);
    display: block;
    transition: transform var(--nx-transition), border-color var(--nx-transition), box-shadow var(--nx-transition);
}

.nexart-coll-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255,255,255,0.18);
    box-shadow: 0 28px 64px rgba(0,0,0,0.72);
}

/* ── Backgrounds enrichis par collection ─────────────────────────────────── */

/* LANDSCAPES — Forêt alpine, pics enneigés */
.nexart-coll-card[data-col="landscapes"] {
    background:
        radial-gradient(ellipse 90% 55% at 50% 16%, rgba(28,90,42,0.32) 0%, transparent 52%),
        radial-gradient(ellipse 72% 48% at 50% 88%, rgba(8,38,16,0.44) 0%, transparent 50%),
        linear-gradient(180deg, #040b05 0%, #081206 16%, #050d05 52%, #020503 100%);
}
/* Silhouette montagne */
.nexart-coll-card[data-col="landscapes"]::before {
    content: '';
    position: absolute;
    bottom: 22%; left: 0; right: 0;
    height: 54%;
    background: linear-gradient(to top, rgba(14,58,24,0.32) 0%, rgba(14,58,24,0.06) 100%);
    clip-path: polygon(
        0 100%, 0 66%, 8% 44%, 16% 58%, 28% 18%, 40% 50%,
        50% 8%, 62% 44%, 72% 20%, 84% 50%, 92% 34%, 100% 48%, 100% 100%
    );
    z-index: 1;
    pointer-events: none;
}
/* Soleil / lune subtil */
.nexart-coll-card[data-col="landscapes"]::after {
    content: '';
    position: absolute;
    top: 12%; right: 16%;
    width: 22%; aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255,220,120,0.18) 0%, rgba(255,210,80,0.07) 45%, transparent 65%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* AUTOMOTIVE — Carbone, vitesse, reflets métalliques */
.nexart-coll-card[data-col="automotive"] {
    background:
        radial-gradient(ellipse 80% 50% at 64% 28%, rgba(217,164,65,0.11) 0%, transparent 52%),
        radial-gradient(ellipse 55% 40% at 26% 70%, rgba(120,86,28,0.07) 0%, transparent 50%),
        linear-gradient(155deg, #15120d 0%, #1b1710 18%, #111111 50%, #070707 100%);
}
/* Stries lumineuses diagonales */
.nexart-coll-card[data-col="automotive"]::before {
    content: '';
    position: absolute; inset: 0;
    background:
        linear-gradient(108deg,
            transparent 0%, transparent 31%,
            rgba(217,164,65,0.07) 33%, rgba(245,204,120,0.13) 34%,
            rgba(217,164,65,0.07) 35%, transparent 37%,
            transparent 45%,
            rgba(165,120,45,0.05) 46%, rgba(217,164,65,0.09) 47%,
            rgba(165,120,45,0.05) 48%, transparent 50%
        );
    z-index: 1;
    pointer-events: none;
}
/* Seconde strie + reflet bas */
.nexart-coll-card[data-col="automotive"]::after {
    content: '';
    position: absolute; inset: 0;
    background:
        linear-gradient(108deg,
            transparent 55%, transparent 62%,
            rgba(165,120,45,0.04) 63%, rgba(217,164,65,0.06) 64%,
            rgba(165,120,45,0.04) 65%, transparent 67%
        ),
        linear-gradient(180deg,
            transparent 60%,
            rgba(120,86,28,0.06) 80%,
            rgba(80,58,22,0.10) 100%
        );
    z-index: 1;
    pointer-events: none;
}

/* ABSTRACT — Formes fluides, gold premium */
.nexart-coll-card[data-col="abstract"] {
    background:
        radial-gradient(ellipse 68% 60% at 28% 30%, rgba(217,164,65,0.34) 0%, rgba(120,78,22,0.24) 38%, transparent 60%),
        radial-gradient(ellipse 54% 46% at 76% 66%, rgba(90,62,24,0.26) 0%, transparent 54%),
        radial-gradient(ellipse 40% 30% at 60% 12%, rgba(217,164,65,0.16) 0%, transparent 50%),
        linear-gradient(180deg, #17130c 0%, #21180c 28%, #111111 62%, #050505 100%);
}
/* Orbe principal */
.nexart-coll-card[data-col="abstract"]::before {
    content: '';
    position: absolute;
    top: 4%; left: 46%;
    transform: translateX(-50%);
    width: 76%; aspect-ratio: 1;
    background: radial-gradient(circle at 38% 36%,
        rgba(217,164,65,0.42) 0%,
        rgba(154,98,28,0.28) 28%,
        rgba(70,42,10,0.14) 54%,
        transparent 66%
    );
    border-radius: 44% 56% 52% 48% / 46% 52% 48% 54%;
    filter: blur(8px);
    z-index: 1;
    pointer-events: none;
}
/* Second warm gold shadow */
.nexart-coll-card[data-col="abstract"]::after {
    content: '';
    position: absolute;
    bottom: 18%; right: 8%;
    width: 40%; aspect-ratio: 1;
    background: radial-gradient(circle, rgba(217,164,65,0.22) 0%, rgba(130,82,20,0.14) 42%, transparent 66%);
    border-radius: 52% 48% 46% 54% / 50% 52% 48% 50%;
    filter: blur(6px);
    z-index: 1;
    pointer-events: none;
}

/* SPACE — Cosmos, planète, champ d'étoiles */
.nexart-coll-card[data-col="space"] {
    background:
        radial-gradient(ellipse 60% 56% at 62% 24%, rgba(217,164,65,0.34) 0%, rgba(112,72,18,0.24) 38%, transparent 56%),
        radial-gradient(ellipse 44% 40% at 20% 76%, rgba(110,76,24,0.22) 0%, transparent 48%),
        radial-gradient(ellipse 34% 26% at 82% 70%, rgba(70,48,16,0.18) 0%, transparent 44%),
        linear-gradient(180deg, #050505 0%, #11100c 22%, #080807 56%, #030303 100%);
}
/* Planète */
.nexart-coll-card[data-col="space"]::before {
    content: '';
    position: absolute;
    top: 6%; left: 50%;
    transform: translateX(-50%);
    width: 62%; aspect-ratio: 1;
    background: radial-gradient(circle at 35% 32%,
        rgba(235,190,92,0.48) 0%,
        rgba(217,164,65,0.34) 24%,
        rgba(120,78,22,0.22) 50%,
        rgba(45,30,10,0.10) 66%,
        transparent 74%
    );
    border-radius: 50%;
    box-shadow:
        0 0 0 1px rgba(217,164,65,0.22),
        0 0 80px rgba(217,164,65,0.18);
    z-index: 1;
    pointer-events: none;
}
/* Champ d'étoiles */
.nexart-coll-card[data-col="space"]::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.55) 0.5px, transparent 0.5px),
        radial-gradient(circle, rgba(255,255,255,0.35) 0.5px, transparent 0.5px),
        radial-gradient(circle, rgba(217,164,65,0.22) 1px, transparent 1px);
    background-size: 30px 30px, 50px 48px, 68px 64px;
    background-position: 0 0, 18px 24px, 10px 42px;
    z-index: 1;
    pointer-events: none;
}

/* CITYSCAPES — Skyline urbaine, lumières ambrées */
.nexart-coll-card[data-col="cityscapes"] {
    background:
        radial-gradient(ellipse 88% 60% at 50% 22%, rgba(228,98,14,0.44) 0%, transparent 52%),
        radial-gradient(ellipse 68% 36% at 50% 64%, rgba(168,68,8,0.24) 0%, transparent 50%),
        radial-gradient(ellipse 44% 26%, rgba(238,108,12,0.14) 0%, transparent 46%) 50% 92% / 100% 100% no-repeat,
        linear-gradient(180deg, #1a0b02 0%, #2a0e03 14%, #1a0d03 44%, #0b0502 100%);
}
/* Skyline clip-path */
.nexart-coll-card[data-col="cityscapes"]::before {
    content: '';
    position: absolute;
    bottom: 22%; left: 0; right: 0;
    height: 40%;
    background: rgba(218,84,8,0.14);
    clip-path: polygon(
        0 100%, 0 58%, 3% 58%, 3% 30%, 5% 30%, 5% 18%,
        7% 18%, 7% 36%, 9% 36%, 9% 24%, 11% 24%, 11% 42%,
        13% 42%, 13% 32%, 15% 32%, 15% 54%, 17% 54%, 17% 36%,
        19% 36%, 19% 14%, 21% 14%, 21% 34%, 23% 34%, 23% 26%,
        25% 26%, 25% 50%, 28% 50%, 28% 36%, 31% 36%, 31% 60%,
        33% 60%, 33% 40%, 35% 40%, 35% 20%, 38% 20%, 38% 44%,
        41% 44%, 41% 30%, 44% 30%, 44% 52%, 47% 52%, 47% 36%,
        50% 36%, 50% 48%, 53% 48%, 53% 22%, 56% 22%, 56% 38%,
        59% 38%, 59% 28%, 62% 28%, 62% 52%, 65% 52%, 65% 38%,
        68% 38%, 68% 24%, 71% 24%, 71% 50%, 74% 50%, 74% 36%,
        77% 36%, 77% 56%, 80% 56%, 80% 40%, 83% 40%, 83% 28%,
        86% 28%, 86% 48%, 89% 48%, 89% 36%, 92% 36%, 92% 58%,
        95% 58%, 95% 42%, 97% 42%, 97% 54%, 100% 54%, 100% 100%
    );
    z-index: 1;
    pointer-events: none;
}
/* Lumières de fenêtres */
.nexart-coll-card[data-col="cityscapes"]::after {
    content: '';
    position: absolute;
    bottom: 22%; left: 0; right: 0;
    height: 36%;
    background-image:
        radial-gradient(circle, rgba(255,190,70,0.38) 0.8px, transparent 0.8px),
        radial-gradient(circle, rgba(255,200,100,0.28) 0.8px, transparent 0.8px),
        radial-gradient(circle, rgba(255,165,40,0.22) 1px, transparent 1px);
    background-size: 7px 8px, 11px 10px, 15px 12px;
    background-position: 2px 2px, 5px 5px, 8px 3px;
    z-index: 1;
    pointer-events: none;
}

/* BLACK MAPS — Minimal, grille dots, anneaux cartographiques */
.nexart-coll-card[data-col="blackmaps"] {
    background:
        radial-gradient(ellipse 68% 68% at 50% 36%, rgba(255,255,255,0.058) 0%, transparent 56%),
        radial-gradient(ellipse 42% 30% at 22% 72%, rgba(255,255,255,0.022) 0%, transparent 50%),
        linear-gradient(180deg, #1e1e1e 0%, #181818 28%, #111111 62%, #090909 100%);
}
/* Dot grid */
.nexart-coll-card[data-col="blackmaps"]::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 16px 16px;
    background-position: 8px 8px;
    z-index: 1;
    pointer-events: none;
}
/* Anneaux topographiques */
.nexart-coll-card[data-col="blackmaps"]::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 160%; aspect-ratio: 1;
    background:
        radial-gradient(circle, transparent 22%, rgba(255,255,255,0.04) 23%, transparent 24%),
        radial-gradient(circle, transparent 36%, rgba(255,255,255,0.032) 37%, transparent 38%),
        radial-gradient(circle, transparent 50%, rgba(255,255,255,0.025) 51%, transparent 52%),
        radial-gradient(circle, transparent 64%, rgba(255,255,255,0.018) 65%, transparent 66%);
    z-index: 1;
    pointer-events: none;
}

/* Overlay dégradé bas — au-dessus des pseudo-elements */
.nexart-coll-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.38) 38%, rgba(0,0,0,0.10) 58%, transparent 74%);
    z-index: 2;
}

.nexart-coll-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 18px 16px;
    z-index: 3;
}

.nexart-coll-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nx-text);
    display: block;
    margin-bottom: 3px;
    line-height: 1;
}

.nexart-coll-tagline {
    font-size: 10px;
    color: rgba(245,245,245,0.52);
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 2px;
    font-style: italic;
}

.nexart-coll-count {
    font-size: 10px;
    color: rgba(245,245,245,0.42);
    letter-spacing: 0.04em;
}

/* Arrow — légèrement visible au repos, plein au hover */
.nexart-coll-arrow {
    position: absolute;
    top: 14px; right: 14px;
    width: 28px; height: 28px;
    background: rgba(217,164,65,0.10);
    border: 1px solid rgba(217,164,65,0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0.25;
    transform: scale(0.88);
    transition: opacity var(--nx-transition), transform var(--nx-transition), background var(--nx-transition);
}

.nexart-coll-arrow svg {
    width: 14px; height: 14px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 2;
}

.nexart-coll-card:hover .nexart-coll-arrow {
    opacity: 1;
    transform: scale(1);
    background: rgba(217,164,65,0.18);
}

/* ── 15. FOOTER ──────────────────────────────────────────────────────────────── */
.nexart-footer {
    font-family: var(--nx-font);
    background: var(--nx-bg-footer);
}

/* Bande de confiance (niveau 1) */
.nexart-footer-trust {
    background: var(--nx-bg-card);
    border-top: 1px solid var(--nx-border);
    border-bottom: 1px solid var(--nx-border);
    padding: 26px 0;
}

.nexart-footer-trust-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.nexart-ft-item {
    display: flex;
    align-items: center;
    gap: 11px;
}

.nexart-ft-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: rgba(255,255,255,0.32);
}

.nexart-ft-icon svg {
    width: 20px; height: 20px;
    stroke: rgba(255,255,255,0.32);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nexart-ft-item strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--nx-text);
    line-height: 1.3;
}

.nexart-ft-item span {
    font-size: 10px;
    color: rgba(245,245,245,0.55);
    line-height: 1.3;
}

/* Footer principal (niveau 2) */
.nexart-footer-main {
    padding: 72px 0 56px;
    border-bottom: 1px solid var(--nx-border);
}

.nexart-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 48px;
}

/* Colonne brand */
.nexart-footer-brand .nexart-logo {
    display: inline-flex;
    margin-bottom: 18px;
    margin-right: 0;
}

.nexart-brand-tagline {
    font-size: 13px;
    color: rgba(245,245,245,0.58);
    line-height: 1.72;
    margin: 0 0 32px;
    max-width: 280px;
}

/* Newsletter block */
.nexart-newsletter-block {
    margin-bottom: 28px;
}

.nexart-newsletter-headline {
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
    margin: 0 0 5px;
    letter-spacing: -0.01em;
}

.nexart-newsletter-sub {
    font-size: 12px;
    color: rgba(245,245,245,0.50);
    margin: 0 0 14px;
    line-height: 1.5;
}

.nexart-newsletter-label { display: none; }

.nexart-newsletter-form {
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: var(--nx-radius);
    background: var(--nx-bg-card);
    transition: border-color var(--nx-transition);
}

.nexart-newsletter-form:focus-within {
    border-color: rgba(217,164,65,0.36);
}

.nexart-newsletter-form input {
    flex: 1;
    background: none;
    border: none;
    padding: 12px 14px;
    color: var(--nx-text);
    font-family: var(--nx-font);
    font-size: 13px;
    outline: none;
}

.nexart-newsletter-form input::placeholder { color: rgba(245,245,245,0.28); }

.nexart-newsletter-form button {
    padding: 12px 18px;
    background: var(--nx-gold);
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: background var(--nx-transition);
    flex-shrink: 0;
}

.nexart-newsletter-form button:hover { background: var(--nx-gold-light); }

.nx-footer-newsletter-success { margin-top: 10px; }

.nx-footer-success-msg {
    font-size: 12px;
    color: var(--nx-text-soft);
    line-height: 1.5;
}

.nx-footer-coupon-code {
    display: inline-block;
    color: var(--nx-gold);
    background: rgba(217,164,65,0.12);
    border: 1px dashed rgba(217,164,65,0.40);
    padding: 1px 8px;
    border-radius: 4px;
    letter-spacing: 0.06em;
    font-size: 13px;
    font-weight: 700;
    user-select: all;
    cursor: pointer;
}

/* Social icons */
.nexart-social {
    display: flex;
    gap: 8px;
}

.nexart-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: var(--nx-radius);
    color: rgba(245,245,245,0.55) !important;
    text-decoration: none !important;
    transition: border-color var(--nx-transition), color var(--nx-transition), background var(--nx-transition);
}

.nexart-social-link:hover {
    border-color: var(--nx-border-gold);
    color: var(--nx-gold) !important;
    background: rgba(217,164,65,0.07);
}

.nexart-social-link svg {
    width: 16px; height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}

/* Colonnes liens */
.nexart-footer-col h4 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(245,245,245,0.36);
    margin: 0 0 20px;
}

.nexart-footer-col ul {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.nexart-footer-col a {
    font-size: 13px;
    color: rgba(245,245,245,0.58) !important;
    text-decoration: none !important;
    transition: color var(--nx-transition);
    line-height: 1;
}

.nexart-footer-col a:hover { color: var(--nx-text) !important; }

/* Bottom bar (niveau 3) */
.nexart-footer-bottom {
    padding: 20px 0;
}

.nexart-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nexart-footer-bottom p {
    font-size: 12px;
    color: rgba(245,245,245,0.30);
    margin: 0;
    line-height: 1;
}

/* =============================================================================
   16. RESPONSIVE — 1280px
   ============================================================================= */
@media (max-width: 1280px) {
    .nexart-mega-grid { grid-template-columns: repeat(3,1fr); gap: 8px; }
}

/* =============================================================================
   17. RESPONSIVE — 1024px (tablette)
   ============================================================================= */
@media (max-width: 1024px) {

    /* Header : cacher nav, afficher hamburger */
    .nexart-nav { display: none !important; }
    .nexart-mega-panel { display: none !important; }
    .nexart-menu-toggle { display: flex; }

    /* Hero : masquer les badges dimension */
    .nexart-dim-badge { display: none; }
    /* Overlay solide sur mobile */
    .nexart-hero-overlay {
        background: rgba(4,4,4,0.80);
    }

    /* Trust — remove dividers on tablet */
    .nexart-trust-item { padding: 0 14px; }
    .nexart-trust-item:not(:last-child) { border-right: none; }
    .nexart-trust-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }

    /* Benefits */
    .nexart-benefits-grid { grid-template-columns: repeat(2,1fr); }

    /* Comparison */
    .nexart-comp-grid { grid-template-columns: 1fr; gap: 20px; }
    .nexart-comp-card--featured { transform: none; }

    /* How it works */
    .nexart-how-grid { grid-template-columns: repeat(2,1fr); }
    .nexart-how-grid::before { display: none; }

    /* Collections */
    .nexart-coll-grid { grid-template-columns: repeat(3,1fr); }

    /* Footer */
    .nexart-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .nexart-footer-brand { grid-column: span 2; }
    .nexart-footer-trust-grid { justify-content: center; }
}

/* =============================================================================
   18. RESPONSIVE — 768px (mobile)
   ============================================================================= */
@media (max-width: 768px) {

    .nexart-header-inner { padding: 0 16px; }
    .nexart-container { padding: 0 16px; }

    .nexart-hp-section { padding: 64px 0; }
    .nexart-hp-benefits { padding: 64px 0; }
    .nexart-hp-comparison { padding: 72px 0 60px; }
    .nexart-hp-how { padding: 64px 0 56px; }

    .nexart-hero-text { max-width: 100%; padding: 64px 0 48px; }
    .nexart-hero-title { font-size: clamp(44px, 13vw, 72px); }
    .nexart-hero-cta { flex-direction: column; }
    .nexart-hero-cta .nexart-btn { width: 100%; justify-content: center; }

    .nexart-trust-item { padding: 0; }
    .nexart-trust-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

    .nexart-benefits-grid { grid-template-columns: 1fr; gap: 10px; }

    .nexart-comp-grid { grid-template-columns: 1fr; }

    .nexart-how-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .nexart-how-cta { margin-top: 44px; }

    .nexart-coll-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
    .nexart-collections-hdr { flex-direction: column; align-items: flex-start; gap: 12px; }

    .nexart-footer-grid { grid-template-columns: 1fr; }
    .nexart-footer-brand { grid-column: auto; }
    .nexart-footer-trust-grid { flex-direction: column; align-items: flex-start; gap: 16px; }
    .nexart-footer-bottom-inner { flex-direction: column; align-items: flex-start; }
}

/* =============================================================================
   19. RESPONSIVE — 480px (mobile S)
   ============================================================================= */
@media (max-width: 480px) {
    .nexart-trust-grid { grid-template-columns: 1fr; }
    .nexart-how-grid { grid-template-columns: 1fr; }
    .nexart-coll-grid { grid-template-columns: repeat(2,1fr); gap: 6px; }
}

/* =============================================================================
   20. HERO BADGES (inline product pills)
   ============================================================================= */
.nexart-hero-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.nexart-hero-badge {
    font-size: 11px;
    font-weight: 500;
    color: rgba(245,245,245,0.62);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    padding: 5px 13px;
    border-radius: 100px;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.nexart-hero-badge--price {
    color: var(--nx-gold);
    background: rgba(217,164,65,0.10);
    border-color: rgba(217,164,65,0.30);
    font-weight: 600;
}

/* =============================================================================
   21. COLLECTION IMAGE SUPPORT (fallback CSS si absentes)
   ============================================================================= */
.nexart-coll-img-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nexart-coll-img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.nexart-coll-card.has-img:hover .nexart-coll-img-wrap img {
    transform: scale(1.06);
}

.nexart-coll-card.has-img::before,
.nexart-coll-card.has-img::after {
    display: none;
}

/* =============================================================================
   22. MATERIAL & FINISH — section editoriale produit
   ============================================================================= */
.nexart-hp-material {
    background: var(--nx-bg-deep);
    border-top: 1px solid var(--nx-border);
    padding: 104px 0;
}

.nexart-material-inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 88px;
    align-items: center;
}

.nexart-material-img-col {
    position: relative;
}

.nexart-material-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.09);
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.03),
        0 48px 120px rgba(0,0,0,0.92),
        0 0 80px rgba(217,164,65,0.055);
    background: var(--nx-bg-card);
}

.nexart-material-frame img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.nexart-material-frame:hover img {
    transform: scale(1.03);
}

.nexart-material-frame-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.01) 30%, transparent 50%);
    pointer-events: none;
    border-radius: inherit;
}

.nexart-material-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(245,245,245,0.52);
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--nx-border);
    border-radius: 100px;
    padding: 6px 16px;
    letter-spacing: 0.04em;
    margin-top: 22px;
}

.nexart-material-text-col { padding: 0; }

.nexart-material-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.nexart-mat-feature {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.nexart-mat-feat-icon {
    width: 44px; height: 44px;
    border: 1px solid var(--nx-border-gold);
    border-radius: 10px;
    background: rgba(217,164,65,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nexart-mat-feat-icon svg {
    width: 20px; height: 20px;
    stroke: var(--nx-gold);
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nexart-mat-feat-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
    margin: 0 0 6px;
    letter-spacing: -0.01em;
}

.nexart-mat-feat-text p {
    font-size: 13px;
    color: rgba(245,245,245,0.58);
    line-height: 1.68;
    margin: 0;
}

.nexart-material-cta { margin-top: 44px; }

@media (max-width: 1024px) {
    .nexart-material-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .nexart-hp-material { padding: 80px 0; }
}

/* =============================================================================
   10B. WHAT ARRIVES IN THE BOX
   ============================================================================= */
.nexart-hp-box {
    background: var(--nx-bg);
    border-top: 1px solid var(--nx-border);
    padding: 84px 0;
}

.nexart-box-inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr);
    gap: 48px;
    align-items: start;
}

.nexart-box-copy {
    max-width: 520px;
}

.nexart-box-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.nexart-box-item {
    min-height: 190px;
    padding: 24px 22px;
    border: 1px solid rgba(255,255,255,0.075);
    border-radius: var(--nx-radius-lg);
    background:
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(217,164,65,0.05) 0%, transparent 58%),
        linear-gradient(160deg, #151515 0%, #0e0e0e 100%);
}

.nexart-box-item span {
    display: block;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    color: var(--nx-gold);
}

.nexart-box-item strong {
    display: block;
    margin-bottom: 9px;
    color: var(--nx-text);
    font-size: 16px;
    line-height: 1.25;
}

.nexart-box-item p {
    margin: 0;
    color: var(--nx-text-mid);
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 1024px) {
    .nexart-box-inner { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 700px) {
    .nexart-hp-box { padding: 64px 0; }
    .nexart-box-grid { grid-template-columns: 1fr; }
    .nexart-box-item { min-height: 0; }
}

/* =============================================================================
   23. MOST WANTED — Best Sellers
   ============================================================================= */
.nexart-hp-bestsellers {
    background: var(--nx-bg);
    border-top: 1px solid var(--nx-border);
    padding: 96px 0;
}

.nexart-bs-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 20px;
}

.nexart-bs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.nexart-bs-card {
    background: var(--nx-bg-card);
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: var(--nx-radius-lg);
    overflow: hidden;
    transition: border-color var(--nx-transition), transform var(--nx-transition), box-shadow var(--nx-transition);
}

.nexart-bs-card:hover {
    border-color: rgba(255,255,255,0.14);
    transform: translateY(-5px);
    box-shadow: 0 22px 60px rgba(0,0,0,0.52);
}

.nexart-bs-img-wrap {
    display: block;
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    text-decoration: none !important;
}

/* Backgrounds CSS produits */
.nexart-bs-img-bg {
    position: absolute;
    inset: 0;
    transition: transform 0.5s ease;
}

.nexart-bs-card:hover .nexart-bs-img-bg { transform: scale(1.05); }

/* Real WooCommerce product image inside bestseller card */
.nexart-bs-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.nexart-bs-card:hover .nexart-bs-img-wrap img { transform: scale(1.05); }

/* Alpine Reflection */
.nexart-bs-img-bg[data-prod="alpine-reflection"] {
    background:
        radial-gradient(ellipse 82% 52% at 50% 62%, rgba(22,80,38,0.52) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 50% 16%, rgba(10,38,18,0.30) 0%, transparent 50%),
        linear-gradient(180deg, #020807 0%, #060f08 20%, #030b05 58%, #020503 100%);
}
.nexart-bs-img-bg[data-prod="alpine-reflection"]::before {
    content: '';
    position: absolute;
    bottom: 20%; left: 0; right: 0; height: 58%;
    background: linear-gradient(to top, rgba(16,60,26,0.40) 0%, rgba(16,60,26,0.05) 100%);
    clip-path: polygon(0 100%,0 64%,12% 38%,22% 56%,32% 14%,42% 48%,50% 4%,60% 40%,70% 16%,82% 46%,92% 30%,100% 44%,100% 100%);
}
.nexart-bs-img-bg[data-prod="alpine-reflection"]::after {
    content: '';
    position: absolute;
    top: 8%; right: 15%;
    width: 28%; aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255,228,130,0.20) 0%, rgba(255,210,75,0.08) 44%, transparent 65%);
    border-radius: 50%;
}

/* Midnight Drive */
.nexart-bs-img-bg[data-prod="midnight-drive"] {
    background:
        radial-gradient(ellipse 88% 52% at 62% 32%, rgba(217,164,65,0.13) 0%, transparent 52%),
        radial-gradient(ellipse 60% 40% at 26% 70%, rgba(120,86,28,0.08) 0%, transparent 50%),
        linear-gradient(156deg, #15120d 0%, #1b1710 18%, #111111 50%, #060606 100%);
}
.nexart-bs-img-bg[data-prod="midnight-drive"]::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(108deg,
        transparent 28%, transparent 36%,
        rgba(217,164,65,0.09) 38%, rgba(245,204,120,0.15) 39%,
        rgba(217,164,65,0.09) 40%, transparent 42%,
        transparent 50%,
        rgba(165,120,45,0.07) 51%, rgba(217,164,65,0.11) 52%,
        rgba(165,120,45,0.07) 53%, transparent 55%);
}
.nexart-bs-img-bg[data-prod="midnight-drive"]::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 28%;
    background: linear-gradient(0deg, rgba(92,66,24,0.22) 0%, transparent 100%);
}

/* Lunar Silence */
.nexart-bs-img-bg[data-prod="lunar-silence"] {
    background:
        radial-gradient(ellipse 58% 54% at 55% 26%, rgba(217,164,65,0.34) 0%, rgba(112,72,18,0.24) 40%, transparent 58%),
        radial-gradient(ellipse 40% 36% at 22% 76%, rgba(90,62,24,0.22) 0%, transparent 48%),
        linear-gradient(180deg, #050505 0%, #11100c 24%, #080807 58%, #010101 100%);
}
.nexart-bs-img-bg[data-prod="lunar-silence"]::before {
    content: '';
    position: absolute;
    top: 8%; left: 50%; transform: translateX(-50%);
    width: 58%; aspect-ratio: 1;
    background: radial-gradient(circle at 36% 32%,
        rgba(235,190,92,0.48) 0%, rgba(217,164,65,0.34) 22%,
        rgba(120,78,22,0.22) 46%, rgba(45,30,10,0.10) 64%, transparent 72%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(217,164,65,0.18), 0 0 64px rgba(217,164,65,0.18);
}
.nexart-bs-img-bg[data-prod="lunar-silence"]::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle, rgba(255,255,255,0.55) 0.5px, transparent 0.5px),
        radial-gradient(circle, rgba(255,255,255,0.32) 0.5px, transparent 0.5px),
        radial-gradient(circle, rgba(217,164,65,0.18) 1px, transparent 1px);
    background-size: 28px 28px, 46px 44px, 62px 58px;
    background-position: 0 0, 16px 20px, 9px 38px;
}

/* Black City Grid */
.nexart-bs-img-bg[data-prod="black-city-grid"] {
    background:
        radial-gradient(ellipse 68% 65% at 50% 34%, rgba(255,255,255,0.058) 0%, transparent 54%),
        linear-gradient(180deg, #1c1c1c 0%, #151515 30%, #0f0f0f 65%, #080808 100%);
}
.nexart-bs-img-bg[data-prod="black-city-grid"]::before {
    content: '';
    position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(255,255,255,0.068) 1px, transparent 1px);
    background-size: 18px 18px;
    background-position: 9px 9px;
}
.nexart-bs-img-bg[data-prod="black-city-grid"]::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 180%; aspect-ratio: 1;
    background:
        radial-gradient(circle, transparent 18%, rgba(255,255,255,0.042) 19%, transparent 20%),
        radial-gradient(circle, transparent 30%, rgba(255,255,255,0.034) 31%, transparent 32%),
        radial-gradient(circle, transparent 42%, rgba(255,255,255,0.026) 43%, transparent 44%),
        radial-gradient(circle, transparent 54%, rgba(255,255,255,0.018) 55%, transparent 56%);
}

.nexart-bs-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.16) 42%, transparent 64%);
}

.nexart-bs-badge {
    position: absolute;
    top: 14px; left: 14px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000;
    background: var(--nx-gold);
    padding: 4px 10px;
    border-radius: 100px;
}

.nexart-bs-body {
    padding: 18px 20px 22px;
}

.nexart-bs-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nx-gold);
    display: block;
    margin-bottom: 7px;
}

.nexart-bs-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--nx-text);
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.nexart-bs-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.nexart-bs-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    color: rgba(245,245,245,0.62);
    background: rgba(255,255,255,0.025);
    font-size: 10.5px;
    line-height: 1;
    white-space: nowrap;
}

.nexart-bs-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nexart-bs-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--nx-text);
    letter-spacing: -0.02em;
}

/* WooCommerce price HTML inside bestseller card */
.nexart-bs-price .woocommerce-Price-amount,
.nexart-bs-price .woocommerce-Price-amount bdi {
    font-size: 15px;
    font-weight: 800;
    color: var(--nx-text);
    letter-spacing: -0.02em;
    font-family: var(--nx-font);
}
.nexart-bs-price del .woocommerce-Price-amount,
.nexart-bs-price del .woocommerce-Price-amount bdi {
    font-size: 12px;
    font-weight: 500;
    color: rgba(245,245,245,0.38);
    text-decoration: line-through;
}
.nexart-bs-price del { opacity: 1; margin-right: 5px; text-decoration: none; }
.nexart-bs-price ins  { text-decoration: none; }

.nexart-bs-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--nx-gold) !important;
    text-decoration: none !important;
    padding: 7px 14px;
    border: 1px solid var(--nx-border-gold);
    border-radius: var(--nx-radius);
    background: rgba(217,164,65,0.06);
    transition: background var(--nx-transition), border-color var(--nx-transition), color var(--nx-transition);
}

.nexart-bs-cta:hover {
    background: rgba(217,164,65,0.13);
    border-color: var(--nx-gold);
    color: var(--nx-gold-light) !important;
}

@media (max-width: 1024px) {
    .nexart-bs-grid { grid-template-columns: repeat(2, 1fr); }
    .nexart-bs-header { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* =============================================================================
   24. CUSTOMER REVIEWS
   ============================================================================= */
.nexart-hp-reviews {
    background: var(--nx-bg-2);
    border-top: 1px solid var(--nx-border);
    padding: 96px 0;
}

.nexart-reviews-hdr {
    text-align: center;
    margin-bottom: 56px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.nexart-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nexart-review-card {
    background:
        radial-gradient(ellipse 82% 52% at 50% 0%, rgba(217,164,65,0.03) 0%, transparent 55%),
        linear-gradient(158deg, #141414 0%, #0f0f0f 100%);
    border: 1px solid rgba(255,255,255,0.065);
    border-radius: var(--nx-radius-lg);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: border-color var(--nx-transition), transform var(--nx-transition);
}

.nexart-review-card:hover {
    border-color: rgba(217,164,65,0.18);
    transform: translateY(-3px);
}

.nexart-review-stars {
    display: flex;
    gap: 3px;
}

.nexart-review-stars svg {
    width: 16px; height: 16px;
    fill: var(--nx-gold);
    stroke: none;
}

.nexart-review-quote {
    font-size: 15px;
    color: rgba(245,245,245,0.88);
    line-height: 1.74;
    margin: 0;
    font-style: italic;
    flex: 1;
}

.nexart-review-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nexart-review-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(217,164,65,0.12);
    border: 1px solid rgba(217,164,65,0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: var(--nx-gold);
    flex-shrink: 0;
    letter-spacing: 0;
}

.nexart-review-info { flex: 1; min-width: 0; }

.nexart-review-name {
    font-size: 13px;
    font-weight: 700;
    color: var(--nx-text);
    display: block;
    line-height: 1.3;
}

.nexart-review-location {
    font-size: 11px;
    color: rgba(245,245,245,0.44);
    display: block;
    line-height: 1.3;
    margin-top: 2px;
}

.nexart-review-verified {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--nx-gold);
    background: rgba(217,164,65,0.08);
    border: 1px solid rgba(217,164,65,0.20);
    padding: 3px 9px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
}

.nexart-reviews-cta {
    text-align: center;
    margin-top: 40px;
}

.nexart-reviews-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--nx-gold);
    border: 1px solid rgba(217,164,65,0.35);
    padding: 11px 28px;
    border-radius: 100px;
    letter-spacing: 0.02em;
    transition: background var(--nx-transition), color var(--nx-transition);
    text-decoration: none;
}

.nexart-reviews-link:hover {
    background: rgba(217,164,65,0.10);
    color: var(--nx-gold-light);
    text-decoration: none;
}

@media (max-width: 1024px) {
    .nexart-reviews-grid { grid-template-columns: 1fr; gap: 12px; }
    .nexart-reviews-hdr { text-align: left; margin-left: 0; margin-right: 0; }
}

/* =============================================================================
   25. FINAL CTA — avant footer
   ============================================================================= */
.nexart-hp-final-cta {
    background: var(--nx-bg-deep);
    border-top: 1px solid var(--nx-border);
    padding: 88px 0;
    position: relative;
    overflow: hidden;
}

.nexart-hp-final-cta::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60%; aspect-ratio: 2/1;
    background: radial-gradient(ellipse, rgba(217,164,65,0.07) 0%, transparent 72%);
    pointer-events: none;
}

.nexart-final-cta-inner {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    position: relative;
}

.nexart-final-cta-title {
    font-size: clamp(32px, 4.5vw, 52px);
    font-weight: 900;
    color: var(--nx-text);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
}

.nexart-final-cta-sub {
    font-size: 16px;
    color: rgba(245,245,245,0.58);
    line-height: 1.68;
    margin: 0 0 40px;
}

.nexart-final-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .nexart-hp-final-cta { padding: 64px 0; }
    .nexart-final-cta-btns { flex-direction: column; align-items: center; }
    .nexart-final-cta-btns .nexart-btn { width: 100%; max-width: 340px; justify-content: center; }
    .nexart-hp-material { padding: 64px 0; }
    .nexart-hp-bestsellers { padding: 64px 0; }
    .nexart-hp-reviews { padding: 64px 0; }
    .nexart-bs-grid { gap: 10px; }
}

/* ── MODERNCART — Override bouton flottant ─────────────────────────────────── */
.moderncart-floating-cart-button {
    background-color: #d9a441 !important;
    border: none !important;
    box-shadow: 0 4px 24px rgba(217,164,65,0.32) !important;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
    color: #080808 !important;
}
.moderncart-floating-cart-button:hover {
    background-color: #e8b85a !important;
    box-shadow: 0 6px 32px rgba(217,164,65,0.48) !important;
    transform: scale(1.07) !important;
}
.moderncart-floating-cart-count {
    background-color: #080808 !important;
    color: #d9a441 !important;
    border: 1.5px solid rgba(217,164,65,0.50) !important;
}
.moderncart-floating-cart-button-notification {
    background-color: #111111 !important;
    color: #d9a441 !important;
    border: 1px solid rgba(217,164,65,0.38) !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.48) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    border-radius: 8px !important;
}

/* ModernCart slide-out close button — global because the drawer opens off cart pages too. */
html body .moderncart-slide-out-header-close,
html body #moderncart-slide-out .moderncart-slide-out-header-close,
html body .moderncart-panel .moderncart-slide-out-header-close {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    color: rgba(245,245,245,0.94) !important;
}

html body .moderncart-slide-out-header-close:hover,
html body #moderncart-slide-out .moderncart-slide-out-header-close:hover,
html body .moderncart-panel .moderncart-slide-out-header-close:hover {
    background: rgba(217,164,65,0.08) !important;
    border-color: rgba(217,164,65,0.45) !important;
    color: #d9a441 !important;
}

html body .moderncart-slide-out-header-close svg,
html body #moderncart-slide-out .moderncart-slide-out-header-close svg,
html body .moderncart-panel .moderncart-slide-out-header-close svg {
    fill: currentColor !important;
    color: inherit !important;
}

html body .moderncart-slide-out-header-close svg path,
html body #moderncart-slide-out .moderncart-slide-out-header-close svg path,
html body .moderncart-panel .moderncart-slide-out-header-close svg path {
    fill: currentColor !important;
}


/* =============================================================================
   HOMEPAGE UPGRADE: BRAND PROOF
   ============================================================================= */
.nexart-hp-brand-proof {
    padding: 92px 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(217,164,65,0.12), transparent 34%),
        linear-gradient(135deg, #050505 0%, #101010 52%, #060606 100%);
    border-top: 1px solid rgba(217,164,65,0.14);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nexart-brand-proof-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 56px;
    align-items: start;
}

.nexart-brand-proof-copy .nexart-h2 {
    margin-bottom: 18px;
}

.nexart-brand-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--nx-border);
    background: rgba(255,255,255,0.035);
}

.nexart-brand-proof-item {
    min-height: 280px;
    padding: 34px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-right: 1px solid var(--nx-border);
}

.nexart-brand-proof-item:last-child { border-right: none; }

.nexart-brand-proof-item strong {
    color: var(--nx-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: auto;
}

.nexart-brand-proof-item span {
    color: var(--nx-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.nexart-brand-proof-item p {
    color: var(--nx-text-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 1024px) {
    .nexart-brand-proof-inner { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 768px) {
    .nexart-hp-brand-proof { padding: 68px 0; }
    .nexart-brand-proof-grid { grid-template-columns: 1fr; }
    .nexart-brand-proof-item {
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid var(--nx-border);
    }
    .nexart-brand-proof-item:last-child { border-bottom: none; }
}

/* =============================================================================
   MOBILE-FIRST HARDENING
   ============================================================================= */
body.nexart-home-active,
body.nexart-shop-active,
body.nexart-product-category-active,
body.nexart-product-active,
body.nexart-cart-active,
body.nexart-checkout-active,
body.nexart-account-active,
body.nexart-faq-active,
body.nexart-reviews-active,
body.nexart-mounting-active {
    overflow-x: hidden;
}

.nexart-hp img:not(.nexart-logo-img),
.nexart-footer img:not(.nexart-logo-img),
.nexart-mobile-menu img:not(.nexart-logo-img) {
    max-width: 100%;
    height: auto;
}

.nexart-btn,
.nexart-header-icon,
.nexart-menu-toggle,
.nexart-mob-close,
.nexart-mob-link,
.nexart-mob-accord-btn {
    min-height: 44px;
}

@media (max-width: 1024px) {
    :root { --nx-header-base-h: 64px; }

    .nexart-header-inner {
        padding: 0 18px;
        gap: 8px;
    }

    .nexart-logo {
        margin-right: auto;
        min-width: 0;
    }

    .nexart-logo-img {
        height: 56px;
        max-width: 196px;
    }

    .nexart-mobile-menu {
        top: var(--nx-header-h);
        height: calc(100dvh - var(--nx-header-h));
        padding-bottom: max(24px, env(safe-area-inset-bottom));
    }

    .nexart-mob-header {
        padding: 14px 18px;
    }

    .nexart-mob-nav {
        padding: 6px 14px 0;
    }

    .nexart-mob-accord-btn,
    .nexart-mob-link {
        padding: 14px 8px;
    }

    .nexart-mob-accord-body a {
        min-height: 42px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    :root { --nx-header-base-h: 60px; --nx-promo-h: 38px; }

    .nexart-logo-img {
        height: 50px;
        max-width: 176px;
    }

    .nexart-header-actions {
        gap: 0;
    }

    .nexart-header-icon,
    .nexart-menu-toggle {
        width: 42px;
        height: 42px;
    }

    .nexart-hero {
        min-height: calc(100svh - var(--nx-header-h));
    }

    .nexart-hero-title {
        font-size: clamp(38px, 11vw, 58px);
    }

    .nexart-footer-main {
        padding: 48px 0 38px;
    }

    .nexart-footer-col a,
    .nexart-footer-bottom a {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .nexart-header-inner,
    .nexart-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .nexart-logo-img {
        height: 44px;
        max-width: 154px;
    }

    .nexart-btn {
        width: 100%;
        justify-content: center;
        padding-left: 18px;
        padding-right: 18px;
        white-space: normal;
        line-height: 1.25;
        text-align: center;
    }

    .nexart-mob-actions {
        flex-direction: column;
        padding: 18px 18px max(24px, env(safe-area-inset-bottom));
    }

    .nexart-footer-trust,
    .nexart-footer-main,
    .nexart-footer-bottom {
        padding-left: 0;
        padding-right: 0;
    }
}

/* =============================================================================
   26. STICKY PROMO BAR (site-wide, all pages) — Sprint 2 #7
   Namespace .nx-promo-bar — INDEPENDANT du scoping body.nexart-home-active
   ============================================================================= */
.nx-promo-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: var(--nx-promo-h, 32px);
    z-index: 10000;
    background: var(--nx-bg-deep, #040404);
    border-bottom: 1px solid var(--nx-border, rgba(255,255,255,0.07));
    color: var(--nx-text-soft, rgba(245,245,245,0.80));
    font-family: var(--nx-font, 'Inter', sans-serif);
    transition: transform var(--nx-transition, 0.22s ease);
}

body.nx-promo-hidden .nx-promo-bar,
html.nx-promo-hidden .nx-promo-bar {
    display: none;
}

.nx-promo-bar-inner {
    position: relative;
    max-width: var(--nx-max, 1280px);
    margin: 0 auto;
    height: 100%;
    padding: 0 44px 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nx-promo-bar-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: var(--nx-text-soft, rgba(245,245,245,0.80));
    letter-spacing: 0.02em;
}

.nx-promo-bar-close {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--nx-text-soft, rgba(245,245,245,0.62));
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: color var(--nx-transition, 0.22s ease), background var(--nx-transition, 0.22s ease);
}

.nx-promo-bar-close:hover,
.nx-promo-bar-close:focus-visible {
    color: var(--nx-text, #f5f5f5);
    background: rgba(255,255,255,0.06);
    outline: none;
}

@media (max-width: 768px) {
    .nx-promo-bar-inner {
        padding: 4px 36px 4px 14px;
    }
    .nx-promo-bar-text {
        font-size: 11px;
        line-height: 1.25;
    }
    .nx-promo-bar-close {
        right: 8px;
    }
}

/* =============================================================================
   27. HOMEPAGE CRO — Hero price block + CTA text link (Sprint 1 #1, #2)
   ============================================================================= */
body.nexart-home-active .nexart-hero-price-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0 0 22px;
}

body.nexart-home-active .nexart-hero-price {
    font-size: 18px;
    font-weight: 800;
    color: var(--nx-gold);
    letter-spacing: -0.01em;
    line-height: 1.1;
}

body.nexart-home-active .nexart-hero-price-sub {
    font-size: 12px;
    font-weight: 500;
    color: var(--nx-text-muted);
    letter-spacing: 0.02em;
}

/* Hero CTA text link — visible only on mobile */
body.nexart-home-active .nexart-hero-cta-text-link {
    display: none;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--nx-text-soft);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-align: center;
    align-self: center;
    letter-spacing: 0.02em;
    transition: color var(--nx-transition);
}

body.nexart-home-active .nexart-hero-cta-text-link:hover {
    color: var(--nx-gold-light);
}

@media (max-width: 768px) {
    body.nexart-home-active .nexart-hero-cta-secondary {
        display: none;
    }
    body.nexart-home-active .nexart-hero-cta-text-link {
        display: inline-block;
    }
    body.nexart-home-active .nexart-hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
    body.nexart-home-active .nexart-hero-cta-primary {
        width: 100%;
        justify-content: center;
    }
    body.nexart-home-active .nexart-hero-price {
        font-size: 17px;
    }
}

/* =============================================================================
   28. HOMEPAGE CRO — Stats banner (Sprint 1 #3)
   ============================================================================= */
body.nexart-home-active .nexart-hp-stats-banner {
    padding: 56px 0;
    background: var(--nx-bg-deep);
    border-top: 1px solid var(--nx-border);
    border-bottom: 1px solid var(--nx-border);
}

body.nexart-home-active .nexart-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: stretch;
}

body.nexart-home-active .nexart-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    text-align: center;
}

body.nexart-home-active .nexart-stat-item + .nexart-stat-item {
    border-left: 1px solid var(--nx-border);
}

body.nexart-home-active .nexart-stat-num {
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 900;
    color: var(--nx-gold);
    line-height: 1;
    letter-spacing: -0.02em;
}

body.nexart-home-active .nexart-stat-num--text {
    font-size: clamp(18px, 2.2vw, 24px);
    letter-spacing: 0.06em;
}

body.nexart-home-active .nexart-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--nx-text-muted);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.4;
}

@media (max-width: 768px) {
    body.nexart-home-active .nexart-hp-stats-banner {
        padding: 36px 0;
    }
    body.nexart-home-active .nexart-stats-grid {
        grid-template-columns: 1fr;
    }
    body.nexart-home-active .nexart-stat-item {
        padding: 20px 16px;
    }
    body.nexart-home-active .nexart-stat-item + .nexart-stat-item {
        border-left: none;
        border-top: 1px solid var(--nx-border);
    }
}

/* =============================================================================
   29. HOMEPAGE CRO — Featured In logos (Sprint 1 #4)
   ============================================================================= */
body.nexart-home-active .nexart-hp-featured-in {
    padding: 48px 0 60px;
    background: var(--nx-bg);
    border-bottom: 1px solid var(--nx-border);
}

body.nexart-home-active .nexart-featured-in-label {
    margin: 0 0 22px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: var(--nx-text-muted);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.nexart-home-active .nexart-featured-in-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 28px 40px;
}

body.nexart-home-active .nexart-featured-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--nx-text-muted);
    opacity: 0.5;
    filter: grayscale(1);
    transition: opacity var(--nx-transition), filter var(--nx-transition), color var(--nx-transition);
}

body.nexart-home-active .nexart-featured-logo:hover {
    opacity: 1;
    filter: grayscale(0);
    color: var(--nx-text);
}

body.nexart-home-active .nexart-featured-logo svg {
    width: 160px;
    height: 36px;
    display: block;
}

@media (max-width: 768px) {
    body.nexart-home-active .nexart-hp-featured-in {
        padding: 36px 0 44px;
    }
    body.nexart-home-active .nexart-featured-in-row {
        gap: 18px 24px;
    }
    body.nexart-home-active .nexart-featured-logo svg {
        width: 130px;
        height: 30px;
    }
}

/* =============================================================================
   30. HOMEPAGE CRO — Reviews social proof header (Sprint 1 #5)
   ============================================================================= */
body.nexart-home-active .nexart-reviews-social-proof {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

body.nexart-home-active .nexart-reviews-social-stars {
    display: inline-flex;
    gap: 4px;
}

body.nexart-home-active .nexart-reviews-social-stars svg {
    width: 18px;
    height: 18px;
    fill: var(--nx-gold);
    stroke: none;
}

body.nexart-home-active .nexart-reviews-social-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--nx-text);
    letter-spacing: 0.01em;
}

body.nexart-home-active .nexart-reviews-social-link {
    font-size: 12px;
    font-weight: 600;
    color: var(--nx-gold);
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color var(--nx-transition);
}

body.nexart-home-active .nexart-reviews-social-link:hover {
    color: var(--nx-gold-light);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1024px) {
    body.nexart-home-active .nexart-reviews-social-proof {
        align-items: flex-start;
    }
}

/* =============================================================================
   31. HOMEPAGE CRO — Final CTA reassurance line (Sprint 1 #6)
   ============================================================================= */
body.nexart-home-active .nexart-final-cta-reassure {
    margin: 22px 0 0;
    font-size: 12px;
    color: var(--nx-text-muted);
    letter-spacing: 0.02em;
    line-height: 1.5;
}

/* =============================================================================
   32. HOMEPAGE V4 — refonte premium (prefixe .nxh-)
   Scope : body.nexart-home-active .nxh-*
   Ne touche pas la section .nexart-hp-comparison (conservee intacte)
   ============================================================================= */

body.nexart-home-active .nxh-hero,
body.nexart-home-active .nxh-trust,
body.nexart-home-active .nxh-best,
body.nexart-home-active .nxh-steps,
body.nexart-home-active .nxh-loved,
body.nexart-home-active .nxh-final {
    color: var(--nx-text);
    background: var(--nx-bg);
}

/* ---- Utilitaires partages -------------------------------------------------- */
body.nexart-home-active .nxh-eyebrow {
    display: block;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--nx-gold);
}

body.nexart-home-active .nxh-h2 {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: var(--nx-text);
}

body.nexart-home-active .nxh-section-head {
    text-align: center;
    margin-bottom: 44px;
}

body.nexart-home-active .nxh-link-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--nx-gold);
    text-decoration: none;
    transition: color var(--nx-transition), letter-spacing var(--nx-transition);
}
body.nexart-home-active .nxh-link-gold:hover {
    color: var(--nx-gold-light);
    letter-spacing: 0.16em;
}

/* Boutons ------------------------------------------------------------------- */
body.nexart-home-active .nxh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    min-height: 48px;
    border-radius: 4px;
    font-family: var(--nx-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background var(--nx-transition), color var(--nx-transition), border-color var(--nx-transition), transform var(--nx-transition), box-shadow var(--nx-transition);
}
body.nexart-home-active .nxh-btn--gold {
    background: var(--nx-gold);
    color: #0a0a0a;
    border-color: var(--nx-gold);
    box-shadow: 0 6px 22px -10px rgba(217,164,65,0.55);
}
body.nexart-home-active .nxh-btn--gold:hover {
    background: var(--nx-gold-light);
    border-color: var(--nx-gold-light);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px -10px rgba(217,164,65,0.75);
}
body.nexart-home-active .nxh-btn--ghost {
    background: transparent;
    color: var(--nx-text);
    border-color: var(--nx-border-md);
}
body.nexart-home-active .nxh-btn--ghost:hover {
    border-color: var(--nx-gold);
    color: var(--nx-gold-light);
    transform: translateY(-1px);
}
body.nexart-home-active .nxh-btn-play {
    display: inline-block;
    font-size: 9px;
    transform: translateY(-1px);
}

/* ---- 1. HERO (pleine largeur + image background + texte overlay) --------- */
body.nexart-home-active .nxh-hero {
    position: relative;
    overflow: hidden;
    background: #050505;
    min-height: clamp(560px, 78vh, 760px);
    display: flex;
    align-items: center;
    padding: calc(var(--nx-header-h) + 24px) 0 64px;
}
body.nexart-home-active .nxh-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
body.nexart-home-active .nxh-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}
body.nexart-home-active .nxh-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.72) 22%, rgba(0,0,0,0.30) 45%, rgba(0,0,0,0) 65%),
        linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.50) 100%);
}
body.nexart-home-active .nxh-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: inherit;
}
body.nexart-home-active .nxh-hero-text {
    max-width: 520px;
}
body.nexart-home-active .nxh-hero-title {
    margin: 0 0 22px;
    font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
    font-size: clamp(48px, 6.4vw, 86px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -0.012em;
    color: var(--nx-text);
    text-shadow: 0 2px 24px rgba(0,0,0,0.55);
}
body.nexart-home-active .nxh-hero-desc {
    margin: 0 0 36px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--nx-text-soft);
    max-width: 440px;
    text-shadow: 0 1px 14px rgba(0,0,0,0.45);
}
body.nexart-home-active .nxh-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ---- 2. TRUST -------------------------------------------------------------- */
body.nexart-home-active .nxh-trust {
    padding: 32px 0;
    border-top: 1px solid var(--nx-border);
    border-bottom: 1px solid var(--nx-border);
    background: #060606;
}
body.nexart-home-active .nxh-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
body.nexart-home-active .nxh-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 12px;
    position: relative;
}
body.nexart-home-active .nxh-trust-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: var(--nx-border);
}
body.nexart-home-active .nxh-trust-ico {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body.nexart-home-active .nxh-trust-ico svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: var(--nx-gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.nexart-home-active .nxh-trust-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--nx-text);
    margin-bottom: 2px;
    letter-spacing: 0.01em;
}
body.nexart-home-active .nxh-trust-item span {
    display: block;
    font-size: 12px;
    color: var(--nx-text-muted);
    line-height: 1.45;
}

/* ---- 3. BEST SELLERS ------------------------------------------------------- */
body.nexart-home-active .nxh-best {
    padding: 88px 0 72px;
}
body.nexart-home-active .nxh-best-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}
body.nexart-home-active .nxh-best-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform var(--nx-transition);
}
body.nexart-home-active .nxh-best-card:hover {
    transform: translateY(-3px);
}
body.nexart-home-active .nxh-best-img {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 6px;
    overflow: hidden;
    background: var(--nx-bg-card-2);
    border: 1px solid var(--nx-border);
    margin-bottom: 14px;
}
body.nexart-home-active .nxh-best-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
body.nexart-home-active .nxh-best-card:hover .nxh-best-img img {
    transform: scale(1.04);
}
body.nexart-home-active .nxh-best-img-placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(80% 80% at 30% 30%, rgba(217,164,65,0.20) 0%, rgba(0,0,0,0) 60%),
        linear-gradient(135deg, #131313 0%, #1a1a1a 60%, #0c0c0c 100%);
}
body.nexart-home-active .nxh-best-body {
    text-align: center;
    padding: 0 4px;
}
body.nexart-home-active .nxh-best-cat {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--nx-text-muted);
    margin-bottom: 6px;
}
body.nexart-home-active .nxh-best-name {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--nx-text);
    line-height: 1.35;
}
body.nexart-home-active .nxh-best-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px;
}
body.nexart-home-active .nxh-stars {
    display: inline-flex;
    gap: 1px;
}
body.nexart-home-active .nxh-stars svg {
    width: 12px;
    height: 12px;
    fill: var(--nx-gold);
}
body.nexart-home-active .nxh-best-rcount {
    font-size: 11px;
    color: var(--nx-text-muted);
}
body.nexart-home-active .nxh-best-price {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--nx-text);
}
body.nexart-home-active .nxh-best-cta {
    margin-top: 36px;
    text-align: center;
}
body.nexart-home-active .nxh-best-empty {
    text-align: center;
    padding: 48px 24px;
    border: 1px dashed var(--nx-border-md);
    border-radius: var(--nx-radius-lg);
    background: var(--nx-bg-card);
}
body.nexart-home-active .nxh-best-empty p {
    margin: 0 0 18px;
    color: var(--nx-text-soft);
    font-size: 15px;
}

/* ---- 5. STEPS -------------------------------------------------------------- */
body.nexart-home-active .nxh-steps {
    padding: 80px 0 96px;
    background: #060606;
    border-top: 1px solid var(--nx-border);
}
body.nexart-home-active .nxh-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
body.nexart-home-active .nxh-step-card {
    display: flex;
    flex-direction: column;
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    overflow: hidden;
    transition: border-color var(--nx-transition), transform var(--nx-transition);
}
body.nexart-home-active .nxh-step-card:hover {
    border-color: var(--nx-border-md);
    transform: translateY(-2px);
}
body.nexart-home-active .nxh-step-img {
    position: relative;
    aspect-ratio: 1/1;
    background: #efeae0;
    overflow: hidden;
}
body.nexart-home-active .nxh-step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.nexart-home-active .nxh-step-num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    background: var(--nx-gold);
    color: #0a0a0a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 2px 10px -2px rgba(0,0,0,0.6);
}
body.nexart-home-active .nxh-step-body {
    padding: 16px 16px 20px;
    text-align: center;
}
body.nexart-home-active .nxh-step-body h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 700;
    color: var(--nx-text);
    letter-spacing: 0.01em;
}
body.nexart-home-active .nxh-step-body p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--nx-text-muted);
}
body.nexart-home-active .nxh-step-card--bonus {
    background: linear-gradient(180deg, rgba(217,164,65,0.05) 0%, var(--nx-bg-card) 100%);
    border: 1px solid var(--nx-border-gold);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 16px;
}
body.nexart-home-active .nxh-step-bonus-ico {
    margin-bottom: 14px;
}
body.nexart-home-active .nxh-step-bonus-ico svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: var(--nx-gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ---- 6. LOVED -------------------------------------------------------------- */
body.nexart-home-active .nxh-loved {
    padding: 72px 0 48px;
}
body.nexart-home-active .nxh-loved .nxh-section-head {
    margin-bottom: 32px;
}
body.nexart-home-active .nxh-loved-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
body.nexart-home-active .nxh-loved-card {
    background: var(--nx-bg-card);
    border: 1px solid var(--nx-border);
    border-radius: var(--nx-radius);
    padding: 18px;
    transition: border-color var(--nx-transition), transform var(--nx-transition);
}
body.nexart-home-active .nxh-loved-card:hover {
    border-color: var(--nx-border-md);
    transform: translateY(-2px);
}
body.nexart-home-active .nxh-loved-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
body.nexart-home-active .nxh-loved-avatar {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--nx-bg-card-2);
    border: 1px solid var(--nx-border-md);
    display: inline-block;
    position: relative;
}
body.nexart-home-active .nxh-loved-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
body.nexart-home-active .nxh-loved-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
body.nexart-home-active .nxh-loved-meta strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--nx-text);
}
body.nexart-home-active .nxh-loved-stars {
    display: inline-flex;
    gap: 1px;
}
body.nexart-home-active .nxh-loved-stars svg {
    width: 11px;
    height: 11px;
    fill: var(--nx-gold);
}
body.nexart-home-active .nxh-loved-quote {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--nx-text-soft);
}
body.nexart-home-active .nxh-loved-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 22px;
    flex-wrap: wrap;
}
body.nexart-home-active .nxh-loved-summary {
    font-size: 12px;
    color: var(--nx-text-muted);
    letter-spacing: 0.02em;
}
body.nexart-home-active .nxh-loved-badges {
    display: inline-flex;
    align-items: center;
    gap: 18px;
}
body.nexart-home-active .nxh-loved-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: var(--nx-text-muted);
    letter-spacing: 0.02em;
}
body.nexart-home-active .nxh-loved-badge svg {
    width: 13px;
    height: 13px;
    fill: var(--nx-gold);
}

/* ---- 7. FINAL CTA ---------------------------------------------------------- */
body.nexart-home-active .nxh-final {
    padding: 24px 0 96px;
}
body.nexart-home-active .nxh-final-card {
    display: grid;
    grid-template-columns: 320px 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 22px;
    border-radius: var(--nx-radius-lg);
    border: 1px solid var(--nx-border-gold);
    background:
        linear-gradient(135deg, rgba(217,164,65,0.05) 0%, rgba(0,0,0,0) 60%),
        var(--nx-bg-card);
    box-shadow:
        0 30px 60px -30px rgba(0,0,0,0.6),
        0 0 0 1px rgba(217,164,65,0.10);
}
body.nexart-home-active .nxh-final-visual {
    position: relative;
    border-radius: var(--nx-radius);
    overflow: hidden;
    aspect-ratio: 16/10;
    background: var(--nx-bg-card-2);
}
body.nexart-home-active .nxh-final-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
body.nexart-home-active .nxh-final-body {
    padding: 0 8px;
}
body.nexart-home-active .nxh-final-title {
    margin: 0 0 8px;
    font-family: 'Cormorant Garamond','Playfair Display',Georgia,serif;
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.15;
    font-weight: 500;
    color: var(--nx-text);
}
body.nexart-home-active .nxh-final-sub {
    margin: 0 0 14px;
    font-size: 14px;
    color: var(--nx-text-soft);
}
body.nexart-home-active .nxh-final-piliers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}
body.nexart-home-active .nxh-final-piliers li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--nx-text-muted);
    letter-spacing: 0.02em;
}
body.nexart-home-active .nxh-final-piliers svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--nx-gold);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}
body.nexart-home-active .nxh-final-cta {
    padding-right: 8px;
}

/* ---- Fade-up animation (subtile) ------------------------------------------ */
@keyframes nxh-fade-up {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: no-preference) {
    body.nexart-home-active .nxh-hero-text,
    body.nexart-home-active .nxh-hero-visual,
    body.nexart-home-active .nxh-trust-item,
    body.nexart-home-active .nxh-best-card,
    body.nexart-home-active .nxh-step-card,
    body.nexart-home-active .nxh-loved-card,
    body.nexart-home-active .nxh-final-card {
        animation: nxh-fade-up 0.55s ease both;
    }
    body.nexart-home-active .nxh-hero-visual { animation-delay: 0.08s; }
    body.nexart-home-active .nxh-trust-item:nth-child(2) { animation-delay: 0.05s; }
    body.nexart-home-active .nxh-trust-item:nth-child(3) { animation-delay: 0.10s; }
    body.nexart-home-active .nxh-trust-item:nth-child(4) { animation-delay: 0.15s; }
    body.nexart-home-active .nxh-best-card:nth-child(2)  { animation-delay: 0.05s; }
    body.nexart-home-active .nxh-best-card:nth-child(3)  { animation-delay: 0.10s; }
    body.nexart-home-active .nxh-best-card:nth-child(4)  { animation-delay: 0.15s; }
    body.nexart-home-active .nxh-best-card:nth-child(5)  { animation-delay: 0.20s; }
    body.nexart-home-active .nxh-best-card:nth-child(6)  { animation-delay: 0.25s; }
    body.nexart-home-active .nxh-step-card:nth-child(2)  { animation-delay: 0.06s; }
    body.nexart-home-active .nxh-step-card:nth-child(3)  { animation-delay: 0.12s; }
    body.nexart-home-active .nxh-step-card:nth-child(4)  { animation-delay: 0.18s; }
    body.nexart-home-active .nxh-step-card:nth-child(5)  { animation-delay: 0.24s; }
}

/* ---- Responsive ------------------------------------------------------------ */
@media (max-width: 1180px) {
    body.nexart-home-active .nxh-best-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    body.nexart-home-active .nxh-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    body.nexart-home-active .nxh-hero {
        min-height: clamp(480px, 70vh, 620px);
        padding-top: calc(var(--nx-header-h) + 16px);
        padding-bottom: 48px;
    }
    body.nexart-home-active .nxh-hero-overlay {
        background:
            linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.82) 30%, rgba(0,0,0,0.55) 55%, rgba(0,0,0,0.20) 80%),
            linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.55) 100%);
    }
    body.nexart-home-active .nxh-trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    body.nexart-home-active .nxh-trust-item:nth-child(2)::after,
    body.nexart-home-active .nxh-trust-item:not(:last-child)::after {
        display: none;
    }
    body.nexart-home-active .nxh-loved-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    body.nexart-home-active .nxh-final-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
    body.nexart-home-active .nxh-final-piliers {
        justify-content: center;
    }
    body.nexart-home-active .nxh-final-cta {
        padding-right: 0;
    }
    body.nexart-home-active .nxh-final-visual {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    body.nexart-home-active .nxh-best-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    body.nexart-home-active .nxh-steps-grid {
        grid-template-columns: 1fr;
    }
    body.nexart-home-active .nxh-trust-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    body.nexart-home-active .nxh-trust {
        padding: 22px 0;
    }
    body.nexart-home-active .nxh-loved-grid {
        grid-template-columns: 1fr;
    }
    body.nexart-home-active .nxh-loved-foot {
        gap: 14px;
    }
    body.nexart-home-active .nxh-hero {
        min-height: clamp(440px, 80vh, 580px);
    }
    body.nexart-home-active .nxh-hero-bg img {
        object-position: 70% center;
    }
    body.nexart-home-active .nxh-hero-overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.78) 100%);
    }
    body.nexart-home-active .nxh-hero-title {
        font-size: clamp(40px, 11vw, 64px);
    }
    body.nexart-home-active .nxh-hero-cta .nxh-btn {
        flex: 1 1 auto;
    }
    body.nexart-home-active .nxh-best { padding: 56px 0 48px; }
    body.nexart-home-active .nxh-steps { padding: 56px 0 64px; }
    body.nexart-home-active .nxh-loved { padding: 48px 0 32px; }
    body.nexart-home-active .nxh-final { padding: 16px 0 64px; }
}
