        /* Todo el texto de navegación y mega menú en mayúsculas */
        header nav a, header nav span:not(.sr-only), header nav button,
        header nav p, header nav li,
        #mega-tienda a, #mega-tienda span, #mega-tienda p, #mega-tienda button {
            text-transform: uppercase;
        }
        :root {
            --shop-max-w: 1800px; --shop-radius: 25px;
            --hunter-gold: #c9a96e; --hunter-gold-dark: #8b7548;
            --zb-color-text: #0a0a0a; --zb-color-text-muted: #6b7280;
            --zb-font-body: 'Geist Sans Variable', system-ui, sans-serif; --zb-font-heading: 'Geist Sans Variable', system-ui, sans-serif;
        }
        *, *::before, *::after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        html {
            text-rendering: optimizeLegibility;
            font-optical-sizing: auto;
            font-feature-settings: "kern", "liga", "calt", "ss01", "cv11";
        }
        html { overflow-x: hidden; }
        body { margin: 0; padding: 0; font-family: 'Geist Sans Variable', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; font-weight: 450; color: #0a0a0a; max-width: 100vw; overflow-x: hidden; }
        /* Descripciones: peso suficiente para WCAG AA (contraste + legibilidad) */
        .prose { font-weight: 450; color: #374151; line-height: 1.75; }
        .prose p { font-weight: 450; margin: 0.6em 0; }
        .prose li { font-weight: 450; margin: 0.3em 0; }
        /* Negritas e itálica explícitas (dist.css no tiene @tailwindcss/typography) */
        .prose strong, .prose b { font-weight: 700 !important; color: #0a0a0a; }
        .prose em, .prose i { font-style: italic; }
        /* Headings dentro de descripciones */
        .prose h2, .prose h3, .prose h4, .prose h5 { font-weight: 700; color: #0a0a0a; line-height: 1.3; margin-top: 1.4em; margin-bottom: 0.4em; }
        .prose h2 { font-size: 1.2em; }
        .prose h3 { font-size: 1.1em; }
        .prose h4 { font-size: 1.0em; }
        /* Listas */
        .prose ul { list-style-type: disc; padding-left: 1.75em; margin: 0.6em 0; }
        .prose ol { list-style-type: decimal; padding-left: 1.75em; margin: 0.6em 0; }
        .prose li > ul, .prose li > ol { margin: 0.15em 0; }
        /* Links, separadores, citas */
        .prose a { color: #2563eb; text-decoration: underline; }
        .prose a:hover { color: #1d4ed8; }
        .prose hr { border: none; border-top: 1px solid #e2e8f0; margin: 1.2em 0; }
        .prose blockquote { border-left: 3px solid #d1d5db; padding-left: 1em; color: #6b7280; margin: 1em 0; font-style: italic; }
        .prose code { background: #f3f4f6; border-radius: 4px; padding: 0.1em 0.35em; font-size: 0.875em; font-family: ui-monospace,monospace; }
        .prose pre { background: #0a0a0a; color: #e2e8f0; border-radius: 8px; padding: 1em 1.25em; overflow-x: auto; margin: 1em 0; }
        .prose pre code { background: none; padding: 0; color: inherit; }
        /* Tablas */
        .prose table { width: 100%; border-collapse: collapse; margin: 1em 0; font-size: 0.9em; }
        .prose th { background: #f8fafc; font-weight: 600; text-align: left; }
        .prose th, .prose td { border: 1px solid #e2e8f0; padding: 0.45em 0.75em; }
        /* Imágenes y tablas no sobresalen en móvil */
        .prose img { max-width: 100%; height: auto; display: block; }
        @media (max-width: 639px) {
            .prose table { display: block; overflow-x: auto; max-width: 100%; }
            .prose pre  { overflow-x: auto; white-space: pre-wrap; word-break: break-word; }
        }
        p { font-weight: 450; }
        /* Textos secundarios: no bajar de 440 para contraste mínimo AA */
        .text-\[\#64748b\], .text-\[\#94a3b8\] { font-weight: 440; }
        [x-cloak] { display: none !important; }
        /* ── Animación pulso corazón wishlist ── */
        @keyframes hc-heart-pulse {
            0%   { transform: scale(1); }
            35%  { transform: scale(1.32); }
            70%  { transform: scale(0.9); }
            100% { transform: scale(1); }
        }
        /* ── Vista lista/tabla de productos ── */
        .hc2-view-table .hc2-view-grid-inner {
            display: block !important;
            grid-template-columns: none !important;
        }
        /* Card: fila horizontal */
        .hc2-view-table .hc2-view-grid-inner > a {
            display: flex !important;
            flex-direction: row !important;
            align-items: stretch !important;
            gap: 0 !important;
            height: 116px !important;
            margin-bottom: 6px !important;
            border-radius: 12px !important;
            overflow: hidden !important;
        }
        /* Imagen: cuadrado fijo a la izquierda */
        .hc2-view-table .hc2-view-grid-inner > a .aspect-square {
            width: 116px !important;
            min-width: 116px !important;
            height: 116px !important;
            border-radius: 0 !important;
            flex-shrink: 0 !important;
            position: relative !important;
        }
        /* Info: flex fila, centrado verticalmente */
        .hc2-view-table .hc2-view-grid-inner > a > div:last-child {
            flex: 1 !important;
            display: flex !important;
            flex-direction: row !important;
            align-items: center !important;
            gap: 16px !important;
            padding: 0 20px !important;
            overflow: hidden !important;
            min-width: 0 !important;
        }
        /* Marca: oculta en tabla */
        .hc2-view-table .hc2-view-grid-inner > a > div:last-child > p:not(.hc2-nombre) {
            display: none !important;
        }
        /* Nombre */
        .hc2-view-table .hc2-nombre {
            flex: 1 !important;
            white-space: nowrap !important;
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            font-size: 15px !important;
            padding-top: 0 !important;
            display: block !important;
            -webkit-line-clamp: unset !important;
            min-width: 0 !important;
        }
        /* SKU: visible en tabla */
        .hc2-view-table .hc2-sku {
            display: block !important;
            flex-shrink: 0 !important;
            width: 110px !important;
            text-align: right !important;
            color: #94a3b8 !important;
            font-size: 11px !important;
            font-family: monospace !important;
        }
        /* Fila precio + carrito */
        .hc2-view-table .hc2-price-row {
            display: flex !important;
            align-items: center !important;
            gap: 10px !important;
            flex-shrink: 0 !important;
        }
        /* Precio en tabla */
        .hc2-view-table .hc2-price-row > p {
            white-space: nowrap !important;
            font-size: 16px !important;
            font-weight: 700 !important;
            padding-top: 0 !important;
            min-width: 80px !important;
            text-align: right !important;
            flex: unset !important;
        }
        /* Botón carrito — píldora */
        .hc2-view-table .hc2-table-cart-btn {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 5px !important;
            width: auto !important;
            height: 32px !important;
            padding: 0 14px !important;
            background: #0a0a0a !important;
            color: white !important;
            border-radius: 9999px !important;
            flex-shrink: 0 !important;
            cursor: pointer !important;
            transition: background .2s !important;
            white-space: nowrap !important;
        }
        .hc2-view-table .hc2-table-cart-btn:hover {
            background: #333 !important;
        }
        .hc2-view-table .hc2-table-cart-btn span {
            display: inline !important;
            font-size: 12px !important;
            font-weight: 600 !important;
            letter-spacing: .02em !important;
        }
        /* Columnas dinámicas via CSS var (solo desktop) */
        @media(min-width:1024px){
            .hc2-view-grid-inner { grid-template-columns: repeat(var(--shop-cols,4), minmax(0,1fr)) !important; }
        }

        /* ── Sin scroll horizontal en menús ─────────────────────────── */
        #mega-tienda, #mega-tienda * { max-width: 100%; }
        #mega-tienda a, #mega-tienda span, #mega-tienda button { overflow-wrap: break-word; word-break: break-word; }
        header .lg\:hidden { overflow-x: hidden; }

        /* ── Header no sticky en móvil/tablet ────────────────────────── */
        @media (max-width: 1023px) {
            header { position: relative !important; top: auto !important; left: auto !important; right: auto !important; }
            .fss-section { padding-top: 0 !important; }
            .fss-hero-top { margin-top: 0 !important; }
            #hc2-nav-inner { height: 62px !important; }
            .fss-section { height: calc(100vh - 109px) !important; }
            #hc2-topbar { height: 35px !important; }
            #hc2-topbar-inner { height: 35px !important; padding-left: 4px !important; padding-right: 4px !important; }
            #hc2-topbar button { padding: 2px 6px !important; }
            /* Ficha producto: header relativo → solo 10px de separación */
            .hc2-producto-top { padding-top: 10px !important; }
        }

        /* ── Bottom nav móvil: ajuste back-to-top + WhatsApp ──────────── */
        @media (max-width: 1023px) {
            #back-to-top { bottom: calc(1.5rem + 68px) !important; }
            /* Sube el FAB de WhatsApp por encima de la barra inferior móvil. */
            #hc-wa-fab { bottom: calc(16px + 68px) !important; }
        }

        /* ── Vista tabla en móvil: nombre+precio+carrito apilados ──────── */
        @media (max-width: 1023px) {
            .hc2-view-table .hc2-view-grid-inner > a {
                height: 120px !important;
            }
            .hc2-view-table .hc2-view-grid-inner > a > div:first-child {
                width: 90px !important;
                min-width: 90px !important;
                aspect-ratio: unset !important;
            }
            .hc2-view-table .hc2-view-grid-inner > a > div:last-child {
                flex-direction: column !important;
                align-items: flex-end !important;
                justify-content: center !important;
                gap: 4px !important;
                padding: 0 12px !important;
            }
            .hc2-view-table .hc2-nombre {
                white-space: normal !important;
                -webkit-line-clamp: 2 !important;
                display: -webkit-box !important;
                -webkit-box-orient: vertical !important;
                font-size: 12px !important;
                width: 100% !important;
                text-align: right !important;
                flex: unset !important;
            }
            .hc2-view-table .hc2-sku {
                display: none !important;
            }
            .hc2-view-table .hc2-price-row {
                flex-direction: row !important;
                align-items: center !important;
                justify-content: flex-end !important;
                gap: 6px !important;
            }
            .hc2-view-table .hc2-price-row > p {
                font-size: 13px !important;
                min-width: unset !important;
                text-align: right !important;
                padding-top: 0 !important;
            }
            .hc2-view-table .hc2-table-cart-btn {
                width: auto !important;
                height: 24px !important;
                min-height: 0 !important;
                min-width: 0 !important;
                border-radius: 9999px !important;
                padding: 0 10px !important;
                font-size: 11px !important;
            }
        }

        /* ── Botón favoritos tienda: círculo pequeño en móvil ─────────── */
        @media (max-width: 1023px) {
            button[title="Favoritos"] {
                width: 16px !important;
                height: 16px !important;
                padding: 0 !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
                top: 12px !important;
                right: 10px !important;
            }
            button[title="Favoritos"] svg {
                width: 10px !important;
                height: 10px !important;
                flex-shrink: 0;
            }
        }

        /* ── Film strip hero ──────────────────────────────────────────── */
        .fss-section {
            background: #ffffff;
            height: calc(100vh - 99px);
            min-height: 400px;
            box-sizing: border-box;
            padding: 25px 0 50px;
            user-select: none;
            display: flex;
            flex-direction: column;
        }
        .fss-viewport {
            overflow: hidden;
            flex: 1;
            position: relative;
        }
        .fss-track {
            display: flex;
            gap: 30px;
            height: 100%;
            will-change: transform;
        }
        .fss-frame {
            flex-shrink: 0;
            height: 100%;
            /* width set by JS: Math.round(vw * 0.95) */
        }
        .fss-frame-inner {
            position: relative;
            height: 100%;
            border: 5px solid #fff;
            border-radius: 25px;
            overflow: hidden;
            background: #1a1a1a;
        }
        .fss-frame img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: filter 0.45s;
        }
        .fss-frame.fss-dim img {
            filter: brightness(0.25) saturate(0.6);
        }
        .fss-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 55%, transparent 100%);
            pointer-events: none;
            z-index: 1;
        }
        .fss-content {
            position: absolute;
            bottom: 60px;
            left: 0; right: 0;
            padding: 0 2.5rem;
            color: #fff;
            z-index: 2;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 1.5rem;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.4s 0.1s, transform 0.4s 0.1s;
            pointer-events: none;
        }
        .fss-frame.fss-active .fss-content {
            opacity: 1;
            transform: none;
            pointer-events: auto;
        }
        .fss-heading {
            font-size: clamp(1.5rem, 3.5vw, 2.75rem);
            font-weight: 900;
            letter-spacing: -0.02em;
            line-height: 1.1;
            margin: 0 0 0.4rem;
            text-transform: uppercase;
        }
        /* Slider responsive: imagen/video escritorio vs móvil */
        .hc-bg--mob { display: none; }
        @media (max-width: 768px) {
          .hc-bg--desk { display: none; }
          .hc-bg--mob  { display: block; }
        }
        .fss-subheading {
            font-size: clamp(0.8rem, 1.3vw, 0.9875rem);
            color: rgba(255,255,255,0.82);
            margin: 0;
        }
        .fss-controls {
            position: absolute;
            bottom: 26px;
            left: 0; right: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 1.25rem;
            z-index: 20;
            pointer-events: none;
        }
        .fss-arrow {
            pointer-events: auto;
            background: transparent;
            border: none;
            color: rgba(255,255,255,0.65);
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: color 0.25s ease, transform 0.25s ease;
            padding: 0.5rem 0;
        }
        .fss-arrow:hover { color: #fff; }
        .fss-arrow--prev:hover { transform: translateX(-4px); }
        .fss-arrow--next:hover { transform: translateX(4px); }
        .fss-dots {
            display: none; /* ocultos en móvil */
            gap: 6px;
            align-items: center;
            pointer-events: auto;
        }
        @media (min-width: 640px) {
            .fss-dots { display: flex; }
        }
        .fss-dot {
            width: 6px; height: 6px;
            border-radius: 50%;
            background: rgba(255,255,255,0.55);
            border: none; cursor: pointer; padding: 0;
            transition: all 0.3s;
        }
        .fss-dot.fss-dot--active {
            background: rgba(255,255,255,0.7);
            width: 20px;
            border-radius: 3px;
        }

        /* ── Botón CTA hero ───────────────────────────────────────────── */
        .hc-cta {
            position: relative;
            isolation: isolate;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            background: #fff;
            color: #0a0a0a;
            border: 1.5px solid #0a0a0a;
            border-radius: 999px;
            padding: 0.72rem 2rem;
            font-size: 0.95rem;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
            transition: color 0.38s ease;
            cursor: pointer;
            flex-shrink: 0;
        }
        .hc-cta::before {
            content: '';
            position: absolute;
            bottom: 0; top: auto; left: 0;
            width: 100%; height: 0%;
            background: #0a0a0a;
            border-radius: 50% 50% 0 0 / 30px 30px 0 0;
            transition: height 0.75s cubic-bezier(0.4,0,0.2,1);
            z-index: -1;
        }
        .hc-cta:hover::before { height: 160%; }
        .hc-cta:hover { color: #fff; transition: color 0.5s ease; }
        .hc-cta span { position: relative; z-index: 1; }

        /* ── Category carousel ───────────────────────────────────────── */
        .hcc { padding: 40px 0 56px; background: #fff; }
        .hcc-header { max-width: 1400px; margin: 0 auto 1.8rem; padding: 0 5.5%; }
        .hcc-title { font-size: clamp(1.4rem,2.5vw,1.9rem); font-weight: 800; letter-spacing: -0.03em; color: #0a0a0a; margin: 0 0 0.35rem; }
        .hcc-sub { font-size: 0.93rem; color: #888; margin: 0; }
        .hcc-viewport { overflow: hidden; cursor: grab; padding: 8px 0 16px; }
        .hcc-viewport.dragging { cursor: grabbing; }
        .hcc-track { display: flex; gap: 16px; width: max-content; will-change: transform; padding: 0 5.5%; }
        .hcc-card {
            flex: 0 0 auto;
            width: calc((100vw - 49px) / 3.8);
            height: calc(calc((100vw - 49px) / 3.8) * 1.15);
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            transition: transform 0.28s ease, box-shadow 0.28s ease;
        }
        .hcc-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(0,0,0,0.15); }
        /* Split variant */
        .hcc-card--split .hcc-img { flex: 0 0 62%; position: relative; overflow: hidden; }
        .hcc-card--split .hcc-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; transition: transform 0.5s ease; }
        .hcc-card--split:hover .hcc-img img { transform: scale(1.04); }
        .hcc-card--split .hcc-body { flex: 1; padding: 0.95rem 1.2rem 1.1rem; display: flex; flex-direction: column; justify-content: center; background: #fafafa; }
        .hcc-card--split .hcc-name { font-size: 0.9rem; font-weight: 700; color: #0a0a0a; letter-spacing: -0.01em; margin-bottom: 0.28rem; display: block; }
        .hcc-card--split .hcc-tagline { font-size: 0.76rem; color: #777; margin-bottom: 0.6rem; line-height: 1.4; display: block; }
        .hcc-card--split .hcc-underline { display: block; height: 1.5px; background: #0a0a0a; width: 0; transition: width 0.38s cubic-bezier(0.4,0,0.2,1); }
        .hcc-card--split:hover .hcc-underline { width: 100%; }
        /* Full variant — contain por defecto, cover solo para /tienda */
        .hcc-card--full { background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 2px 8px rgba(0,0,0,0.08); }
        .hcc-card--full img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain !important; object-position: center top; transition: transform 0.5s ease; }
        .hcc-card--full .hcc-overlay { display: none; }
        .hcc-card--full .hcc-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.65rem 1.1rem; background: rgba(255,255,255,0.95); border-top: 1px solid rgba(0,0,0,0.07); }
        .hcc-card--full .hcc-name { color: #0a0a0a; }
        .hcc-card--full .hcc-tagline { color: #555; }
        .hcc-card--full .hcc-underline { background: #0a0a0a; }
        /* Tienda: cover con overlay oscuro */
        .hcc-card--full[href="/tienda"] { background: #111; }
        .hcc-card--full[href="/tienda"] img { object-fit: cover !important; object-position: center; }
        .hcc-card--full[href="/tienda"] .hcc-overlay { display: block; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.18) 55%, transparent 100%); pointer-events: none; }
        .hcc-card--full[href="/tienda"] .hcc-body { background: transparent; border-top: none; padding: 0; bottom: 1.3rem; left: 1.3rem; right: 1.3rem; }
        .hcc-card--full[href="/tienda"] .hcc-name { color: #fff; }
        .hcc-card--full[href="/tienda"] .hcc-tagline { color: rgba(255,255,255,0.7); }
        .hcc-card--full[href="/tienda"] .hcc-underline { background: #fff; }
        .hcc-card--full:hover img { transform: scale(1.04); }
        .hcc-card--full .hcc-name { display: block; font-size: 0.9rem; font-weight: 700; color: #0a0a0a; letter-spacing: -0.01em; margin-bottom: 0.28rem; }
        .hcc-card--full .hcc-tagline { display: block; font-size: 0.76rem; color: #555; margin-bottom: 0.6rem; line-height: 1.4; }
        .hcc-card--full .hcc-underline { display: block; height: 1.5px; background: #0a0a0a; width: 0; transition: width 0.38s cubic-bezier(0.4,0,0.2,1); }
        .hcc-card--full:hover .hcc-underline { width: 100%; }
        /* Fallback (no image) */
        .hcc-card--noimag { background: linear-gradient(135deg, #0a0a0a 0%, #111111 100%); }
        .hcc-card--noimag .hcc-body { position: absolute; bottom: 1.3rem; left: 1.3rem; right: 1.3rem; }
        .hcc-card--noimag .hcc-name { display: block; font-size: 0.9rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin-bottom: 0.28rem; }
        .hcc-card--noimag .hcc-underline { display: block; height: 1.5px; background: rgba(255,255,255,0.6); width: 0; transition: width 0.38s cubic-bezier(0.4,0,0.2,1); }
        .hcc-card--noimag:hover .hcc-underline { width: 100%; }

        @media (max-width: 640px) {
            .fss-section { height: calc(100vh - 99px); }
            .fss-frame-inner { border-width: 3px; border-radius: 18px; }
            .fss-content { padding: 0 1.25rem; bottom: 52px; }
            .fss-heading { font-size: 1.25rem; }
            /* Categorías: carta más ancha y altura proporcional en móvil */
            .hcc-card {
                width: calc((100vw - 49px) / 1.15);
                height: calc(calc((100vw - 49px) / 1.15) * 1.15);
            }
            /* Hero páginas interiores: centrado vertical simétrico en móvil */
            [style*="padding-top:calc(137px"], [style*="padding-top:calc(25px + 112px"] {
                padding-top: 2rem !important;
                padding-bottom: 1.25rem !important;
            }
            [style*="padding-top:calc(137px"] > *:last-child,
            [style*="padding-top:calc(25px + 112px"] > *:last-child {
                margin-bottom: 0 !important;
            }
            /* Tienda: sin padding-top en móvil */
            .hc2-view-grid, .hc2-view-table {
                padding-top: 0 !important;
            }
        }

        /* ══════════════════════════════════════════════════════════
           BLOQUE: VIDEO EMBED (.hve)
           ══════════════════════════════════════════════════════════ */
        .hve-wrapper{position:relative;width:100%;height:calc(100vh - 129px);border-radius:20px;overflow:hidden;background:#000;min-height:400px}
        .hve-iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}
        .hve-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.38);display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}
        .hve-overlay__inner{pointer-events:auto;padding:2rem;max-width:780px;display:flex;flex-direction:column;align-items:center}
        .hve-heading{font-size:clamp(1.8rem,4vw,3.5rem);font-weight:900;letter-spacing:-0.04em;line-height:1.05;color:#fff;margin:0 0 0.75rem;text-shadow:0 2px 12px rgba(0,0,0,0.4)}
        .hve-subtitle{font-size:clamp(0.95rem,1.4vw,1.15rem);color:rgba(255,255,255,0.85);margin:0 0 1.75rem;line-height:1.55;text-shadow:0 1px 6px rgba(0,0,0,0.35)}
        @media(max-width:768px){.hve-wrapper{height:auto;min-height:unset;aspect-ratio:16/9;border-radius:13px}}

        /* ══════════════════════════════════════════════════════════
           BLOQUE: FEATURED PRODUCT (.hfp)
           ══════════════════════════════════════════════════════════ */
        .hfp{--hfp-gold:#c9a96e;--hfp-gold-dark:#8b7548;--hfp-radius:25px;font-family:var(--zb-font-body);background:#fff;border:1px solid #e5e7eb;border-radius:var(--hfp-radius);overflow:hidden;width:100%;position:relative}
        .hfp-inner{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
        .hfp-col--image{display:flex;gap:16px;padding:48px 32px 48px 48px;background:#fff;position:relative}
        .hfp-thumbs{display:flex;flex-direction:column;gap:10px;flex-shrink:0}
        .hfp-thumb{width:58px;height:58px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#fff;transition:border-color .2s}
        .hfp-thumb img{width:100%;height:100%;object-fit:cover}
        .hfp-thumb--active,.hfp-thumb:hover{border-color:var(--hfp-gold)}
        .hfp-main-img-wrap{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:var(--hfp-radius);overflow:hidden}
        .hfp-main-img{display:block;width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;transition:opacity .18s}
        .hfp-badge{position:absolute;width:120px;height:120px;background:rgba(255,255,255,0.92);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,0.12)}
        .hfp-badge__ring{position:absolute;inset:0;animation:hfp-spin 14s linear infinite}
        .hfp-badge__ring span{position:absolute;top:50%;left:50%;display:block;width:1em;height:1em;line-height:1;text-align:center;font-size:.78rem;font-weight:800;text-transform:uppercase;color:#0a0a0a;transform-origin:0 0}
        .hfp-badge__icon{position:relative;z-index:1;width:32px;height:32px;color:var(--hfp-gold);display:flex;align-items:center;justify-content:center}
        @keyframes hfp-spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
        .hfp-col--info{padding:56px 56px 48px 48px;display:flex;flex-direction:column;justify-content:center;gap:1rem}
        .hfp-brand{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--hfp-gold);text-decoration:none}
        .hfp-name{font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;color:#0a0a0a;margin:0}
        .hfp-rating{display:flex;align-items:center;gap:6px}
        .hfp-stars{display:flex;gap:2px}
        .hfp-rating__num{font-size:.85rem;font-weight:700;color:#0a0a0a}
        .hfp-rating__count{font-size:.8rem;color:#9ca3af}
        .hfp-price{display:flex;align-items:baseline;gap:10px}
        .hfp-price__current{font-size:clamp(1.5rem,2.2vw,2rem);font-weight:800;color:#0a0a0a;letter-spacing:-.03em}
        .hfp-price__original{font-size:1rem;color:#9ca3af;text-decoration:line-through}
        .hfp-desc{font-size:.9375rem;line-height:1.65;color:#6b7280;margin:0;max-width:440px}
        .hfp-variants{display:flex;align-items:center;gap:10px}
        .hfp-variants__label{font-size:.8rem;font-weight:600;color:#374151}
        .hfp-swatches{display:flex;gap:8px}
        .hfp-swatch{width:44px;height:44px;border-radius:50%;border:2px solid transparent;outline:2px solid transparent;cursor:pointer;transition:outline-color .2s}
        @media(min-width:1024px){.hfp-swatch{width:26px;height:26px}}
        .hfp-swatch--active,.hfp-swatch:hover{outline-color:var(--hfp-gold);outline-offset:2px}
        .hfp-stock{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#16a34a;margin:0}
        .hfp-cta{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-size:.9375rem;font-weight:700;padding:1rem 2.5rem;border-radius:999px;text-decoration:none;background:#fff;color:#0a0a0a;border:1.5px solid #0a0a0a;transition:color .38s ease;align-self:flex-start;cursor:pointer}
        .hfp-cta::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0%;background:#0a0a0a;border-radius:50% 50% 0 0/30px 30px 0 0;transition:height .75s cubic-bezier(.4,0,.2,1);z-index:-1}
        .hfp-cta:hover::before{height:160%}
        .hfp-cta:hover{color:#fff;transition:color .5s ease}
        .hfp-cta span{position:relative;z-index:1}
        .hfp-highlights{display:flex;border-top:1px solid #f0ede8;background:#fff}
        .hfp-highlight{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:28px 16px;text-align:center;border-right:1px solid #f0ede8}
        .hfp-highlight:last-child{border-right:none}
        .hfp-highlight__icon{color:var(--hfp-gold)}
        .hfp-highlight__value{font-size:.85rem;font-weight:700;color:#0a0a0a;letter-spacing:-.01em}
        .hfp-highlight__label{font-size:.72rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}
        @media(max-width:900px){.hfp-inner{grid-template-columns:1fr}.hfp-col--image{padding:32px 24px;min-height:360px}.hfp-col--info{padding:32px 24px}.hfp-highlights{flex-wrap:wrap}.hfp-highlight{flex:1 1 33%;border-bottom:1px solid #f0ede8}}
        @media(max-width:640px){.hfp{margin-left:0!important;margin-right:0!important;border-radius:16px}.hfp-inner{min-height:auto}.hfp-col--image{padding:16px;min-height:auto}.hfp-col--info{padding:20px 16px}.hfp-name{font-size:1.5rem}.hfp-highlight{flex:1 1 45%;padding:16px 8px}.hfp-highlight__value{font-size:.78rem}.hfp-highlight__label{font-size:.65rem}.hfp-main-img-wrap{height:260px}.hfp-main-img{height:100%;aspect-ratio:auto}}
        @media(max-width:480px){.hfp-badge{transform:scale(0.65);transform-origin:top left}.hfp-col--image{min-height:180px}.hfp-col--info{padding:16px}.hfp-highlight{flex:1 1 45%;padding:12px 6px}}

        /* ══════════════════════════════════════════════════════════
           BLOQUE: IMAGE COMPARE (.zb-imgcmp)
           ══════════════════════════════════════════════════════════ */
        .zb-imgcmp{user-select:none}
        .zb-imgcmp__wrapper{position:relative;overflow:hidden;height:calc(100vh - 220px);border-radius:16px;cursor:ew-resize}
        .zb-imgcmp__img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
        .zb-imgcmp__top{position:absolute;inset:0;z-index:1}
        .zb-imgcmp__bar{position:absolute;top:0;bottom:0;width:3px;background:#fff;z-index:2;transform:translateX(-50%);cursor:ew-resize;box-shadow:0 0 6px rgba(0,0,0,.3)}
        .zb-imgcmp__handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;color:#374151;cursor:ew-resize}
        .zb-imgcmp__handle svg{width:14px;height:14px;flex-shrink:0}
        .zb-imgcmp__label{position:absolute;bottom:16px;z-index:3;background:rgba(0,0,0,.55);color:#fff;font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:999px;pointer-events:none;letter-spacing:.02em}
        .zb-imgcmp__label--a{left:16px}
        .zb-imgcmp__label--b{right:16px}
        @media(max-width:640px){.zb-imgcmp{padding:0!important;margin-left:0!important;margin-right:0!important}.zb-imgcmp__wrapper{height:260px}.zb-imgcmp__handle{width:34px;height:34px}}

        /* ══════════════════════════════════════════════════════════
           BLOQUE: HOTSPOTS (.hc-hs)
           ══════════════════════════════════════════════════════════ */
        .hc-hs__grid{display:grid;grid-template-columns:2fr 1fr;min-height:640px}
        .hc-hs__stage{position:relative;overflow:visible;border-radius:0 20px 20px 0}
        .hc-hs__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
        .hc-hs__dot{position:absolute;transform:translate(-50%,-50%);cursor:pointer;z-index:5}
        .hc-hs__pulse{width:36px;height:36px;border-radius:50%;background:rgba(201,169,110,.2);border:2px solid #c9a96e;display:flex;align-items:center;justify-content:center;animation:hc-hs-p 2s ease-in-out infinite;transition:background .2s}
        .hc-hs__dot:hover .hc-hs__pulse,.hc-hs__dot--open .hc-hs__pulse{background:rgba(201,169,110,.4)}
        .hc-hs__core{width:10px;height:10px;border-radius:50%;background:#c9a96e}
        @keyframes hc-hs-p{0%,100%{box-shadow:0 0 0 0 rgba(201,169,110,.5)}50%{box-shadow:0 0 0 8px rgba(201,169,110,0)}}
        .hc-hs__card{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%) scale(.9);width:210px;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.14);display:flex;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;z-index:20;white-space:normal}
        .hc-hs__dot--open .hc-hs__card{opacity:1;transform:translateX(-50%) scale(1);pointer-events:auto}
        .hc-hs__dot--cardleft .hc-hs__card{left:auto;right:100%;transform:translateX(0) scale(.9)}
        .hc-hs__dot--cardleft.hc-hs__dot--open .hc-hs__card{transform:translateX(0) scale(1)}
        .hc-hs__card-img{width:70px;height:70px;object-fit:cover;flex-shrink:0}
        .hc-hs__card-body{padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:3px}
        .hc-hs__card-name{font-size:.75rem;font-weight:600;color:#0a0a0a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .hc-hs__card-price{font-size:.82rem;color:#c9a96e;font-weight:700}
        .hc-hs__card-link{font-size:.72rem;color:#666;text-decoration:none}
        .hc-hs__card-link:hover{color:#0a0a0a}
        .hc-hs__panel{background:#fff;padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:1.2rem;border-radius:20px 0 0 20px}
        .hc-hs__panel-badge{font-size:.68rem;font-weight:700;letter-spacing:.12em;color:#c9a96e;text-transform:uppercase}
        .hc-hs__panel-img{border-radius:12px;overflow:hidden;aspect-ratio:4/3;background:#fff}
        .hc-hs__panel-img img{width:100%;height:100%;object-fit:contain;display:block}
        .hc-hs__panel-name{font-size:1.1rem;font-weight:700;color:#0a0a0a;line-height:1.25}
        .hc-hs__panel-price{font-size:1.5rem;font-weight:800;color:#0a0a0a;display:flex;align-items:baseline;gap:.4rem}
        .hc-hs__panel-vat{font-size:.72rem;color:#888;font-weight:400}
        .hc-hs__panel-cta{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;background:#fff;color:#0a0a0a;border:1.5px solid #0a0a0a;border-radius:999px;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .38s ease;align-self:flex-start;cursor:pointer}
        .hc-hs__panel-cta::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0%;background:#0a0a0a;border-radius:50% 50% 0 0/30px 30px 0 0;transition:height .75s cubic-bezier(.4,0,.2,1);z-index:-1}
        .hc-hs__panel-cta:hover::before{height:160%}
        .hc-hs__panel-cta:hover{color:#fff;transition:color .5s ease}
        @media(max-width:640px){
            .hc-hs-wrap{margin-left:0!important;margin-right:0!important;border-radius:0!important;border-left:none!important;border-right:none!important}
            .hc-hs__grid{grid-template-columns:1fr;min-height:auto}
            .hc-hs__stage{border-radius:0;min-height:0;overflow:hidden}
            .hc-hs__img{height:auto;object-fit:contain}
            .hc-hs__panel{border-radius:0;padding:1.5rem 1.25rem}
            .hc-hs__card{display:none}
        }

        /* ══════════════════════════════════════════════════════════
           BLOQUE: BEST SELLERS (.hps)
           ══════════════════════════════════════════════════════════ */
        .hps{--hps-gold:#c9a96e;padding:5rem 2.5rem;font-family:var(--zb-font-body)}
        .hps-inner{max-width:var(--shop-max-w);margin:0 auto}
        .hps-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem;flex-wrap:wrap}
        .hps-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hps-gold);margin-bottom:.5rem}
        .hps-title{font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:900;letter-spacing:-.03em;color:#0a0a0a;margin:0 0 .35rem}
        .hps-subtitle{font-size:.9375rem;color:#6b7280;margin:0}
        .hps-view-all{font-size:.875rem;font-weight:600;color:#0a0a0a;text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;gap:.4rem;border-bottom:2px solid var(--hps-gold);padding-bottom:.1em;transition:gap .2s,color .2s;flex-shrink:0}
        .hps-view-all:hover{gap:.7rem;color:var(--hps-gold)}
        .hps-grid{display:grid;grid-template-columns:repeat(var(--hps-cols,4),1fr);gap:1rem}
        .hps-card{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e8e8e8;transition:border-color .25s,box-shadow .25s}
        .hps-card:hover{border-color:#d0d0d0;box-shadow:0 4px 20px rgba(0,0,0,.08)}
        .hps-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}
        .hps-card__media-wrap{position:relative;overflow:hidden;aspect-ratio:1/1;background:#f8f8f8}
        .hps-card__media{position:absolute;inset:0}
        .hps-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .5s,transform .5s ease-out}
        .hps-card__img--primary{opacity:1;z-index:1}
        .hps-card:hover .hps-card__img--primary{transform:scale(1.05)}
        .hps-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:10;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transition:opacity .2s,transform .2s;color:#0a0a0a}
        @media(min-width:1024px){.hps-card__wishlist{width:34px;height:34px;opacity:0;transform:translateY(-4px)}}
        @media(min-width:1024px){.hps-card:hover .hps-card__wishlist{opacity:1;transform:translateY(0)}}
        .hps-card__quick-add{position:absolute;bottom:0;left:0;right:0;z-index:10;background:#0a0a0a;color:#fff;border:none;padding:.7rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),background .2s}
        .hps-card:hover .hps-card__quick-add{transform:translateY(0)}
        .hps-card__quick-add:hover{background:var(--hps-gold);color:#0a0a0a}
        .hps-card__info{padding:.75rem .875rem .875rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
        .hps-card__brand{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hps-gold)}
        .hps-card__name{font-size:.9375rem;font-weight:600;color:#0a0a0a;margin:0;line-height:1.35}
        .hps-card__price{display:flex;align-items:baseline;gap:.5rem;margin-top:.25rem}
        .hps-card__price-current{font-size:1.0625rem;font-weight:800;color:#0a0a0a}
        .hps-card__price-compare{font-size:.8125rem;color:#6b7280;text-decoration:line-through}
        .hps-card__vat-note{font-size:.6875rem;color:#6b7280;opacity:.7}
        @media(max-width:1024px){.hps-grid{grid-template-columns:repeat(2,1fr)}}
        @media(max-width:768px){.hps{padding:3rem 1rem}.hps-card__quick-add{transform:translateY(0)}.hps-card__wishlist{opacity:1;transform:translateY(0)}}

        /* ══════════════════════════════════════════════════════════
           BLOQUE: BRANDS MARQUEE (.zb-bmq) — bandas diagonales
           ══════════════════════════════════════════════════════════ */
        .zb-bmq{overflow:hidden;padding:1rem 0}
        .zb-bmq__band{overflow:hidden;white-space:nowrap;padding:.875rem 0}
        .zb-bmq__band--top{background:#c8a96e;color:#0f172a;transform:rotate(-1deg);margin-bottom:-8px;position:relative;z-index:1}
        .zb-bmq__band--bottom{background:#0f172a;color:#fff;transform:rotate(1deg);position:relative;z-index:0}
        .zb-bmq__track{display:inline-flex;align-items:center;will-change:transform}
        .zb-bmq__track--ltr{animation:zb-bmq-ltr 25s linear infinite}
        .zb-bmq__track--rtl{animation:zb-bmq-rtl 30s linear infinite}
        @keyframes zb-bmq-ltr{0%{transform:translateX(0)}100%{transform:translateX(-33.33%)}}
        @keyframes zb-bmq-rtl{0%{transform:translateX(-33.33%)}100%{transform:translateX(0)}}
        .zb-bmq__item{font-size:clamp(.875rem,1.5vw,1.125rem);font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:0 1rem;text-decoration:none;color:inherit;white-space:nowrap}
        a.zb-bmq__item:hover{opacity:.7}
        .zb-bmq__sep{font-size:.75rem;opacity:.4;padding:0 .25rem}
        @media(max-width:640px){.zb-bmq__band{padding:.625rem 0}.zb-bmq__item{padding:0 .625rem}}

        /* ── hc-btn-wave ─────────────────────────────────────────────── */
        .hc-btn-wave{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.45rem;padding:.58rem 1.4rem;border:1.5px solid #0a0a0a;border-radius:999px;font-size:.82rem;font-weight:600;color:#0a0a0a;text-decoration:none;background:transparent;transition:color .38s ease;cursor:pointer;white-space:nowrap}
        .hc-btn-wave>span{position:relative;z-index:2;pointer-events:none}
        .hc-btn-wave::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0%;background:#0a0a0a;border-radius:50% 50% 0 0/30px 30px 0 0;transition:height .75s cubic-bezier(.4,0,.2,1);z-index:1}
        .hc-btn-wave:hover::before,.hc-btn-wave:focus-visible::before{height:160%}
        .hc-btn-wave:hover,.hc-btn-wave:focus-visible{color:#fff;transition:color .5s ease}
        .hc-btn-wave--inverse{background:transparent;color:#fff}
        .hc-btn-wave--inverse::before{background:#0a0a0a;top:0;bottom:auto;height:160%;border-radius:0 0 50% 50%/0 0 30px 30px}
        .hc-btn-wave--inverse:hover::before,.hc-btn-wave--inverse:focus-visible::before{height:0%}
        .hc-btn-wave--inverse:hover,.hc-btn-wave--inverse:focus-visible{color:#0a0a0a}

        /* ══════════════════════════════════════════════════════════
           A11Y · Tamaño mínimo de toque en móvil (44×44 px)
           Aplica solo en pantallas ≤768px para no romper desktop.
           Excepciones: iconos de menú/UI internos marcados con
           .a11y-no-min (caso por caso).
           ══════════════════════════════════════════════════════════ */
        @media (max-width: 768px) {
            button:not(.a11y-no-min),
            a.btn:not(.a11y-no-min),
            [role="button"]:not(.a11y-no-min),
            input[type="submit"]:not(.a11y-no-min),
            input[type="button"]:not(.a11y-no-min),
            .hc-btn-wave,
            .hps-card__wishlist {
                min-height: 44px;
                min-width: 44px;
            }
            /* Inputs táctiles: comodidad similar */
            input[type="text"],
            input[type="email"],
            input[type="tel"],
            input[type="password"],
            input[type="search"],
            input[type="number"],
            select,
            textarea {
                min-height: 44px;
                font-size: 16px; /* evita zoom auto en iOS */
            }
        }
        /* ── WCAG AA — focus visible ────────────────────────────────── */
        a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid #0a0a0a;outline-offset:2px;border-radius:2px}
        /* Mejorar contraste textos secondary */
        .text-gray-400,.text-\[\#94a3b8\]{color:#6b7280!important}
        /* reCAPTCHA v3: derecha, colapsado al logo (~70px), expande al hover.
           right:-186px oculta el texto; solo el escudo Google es visible. */
        .grecaptcha-badge {
            right: -186px !important;
            bottom: 76px !important;
            transition: right 0.3s ease !important;
        }
        .grecaptcha-badge:hover {
            right: 0 !important;
        }
