/*
Theme Name: Hidraqueen Theme
Description: Tema personalizado para Hidraqueen    - Indumentaria deportiva mayorista
Version: 1.5.58 
Author: Hidraqueen
Text Domain: hidraqueen 
*/ 
  
/* Hidraqueen - Diseño                                            Minimalista con Franjas */  
 
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

:root {
    --site-header-height: 92px;
    --site-header-junction: 84px;
}

/* Brillo en loaders: el <rect> queda fijo; el movimiento es del linearGradient (SMIL en el SVG). */
svg.nav-logo-button__mark.hq-mark-svg--loader .hq-loader-shine-rect {
    pointer-events: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Formularios: permitir selección  y edición de texto */
input,
textarea,
select {
    -webkit-user-select: auto;
    user-select: text;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

body.nav-drawer-open {
    overflow: hidden;
}

/* ==========================================================================
   HEADER (franja clara / oscura + botón central; menú en cajón desde abajo)
   ========================================================================== */

.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 200000;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.5rem 1rem;
    clip: auto;
    overflow: visible;
    white-space: normal;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.site-header.site-header--split {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--site-header-height);
    z-index: 12000;
    background: transparent;
    pointer-events: none; 
    --hq-nav-fuchsia-main: #ff00ff;
    --hq-nav-fuchsia-glow: #ff77ff;
    --hq-nav-fuchsia-dark: #8b008b;
    --hq-nav-btn-press-ms: 0.45s;
    --hq-nav-btn-press-ease: cubic-bezier(0.25, 0.82, 0.28, 1);
    --hq-nav-btn-frame: clamp(72px, 20vw, 88px);
}

.header-split {
    display: flex;
    flex-direction: column;
    height: 100%;
    pointer-events: none;
}

.header-split__top {
    height: var(--site-header-junction);
    flex-shrink: 0;
    background: #1c1c1c;
 
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-image: radial-gradient(#252525 1px, transparent 1px);
  background-size: 4px 4px;
}

.header-split__bottom {
    flex: 1;
    min-height: 0;
    background: #161616;
    background-image: none;
    background-size: auto;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  background-image: radial-gradient(#2a2a2a 1px, transparent 1px);
  background-size: 4px 4px;
  border-bottom: 3px solid #0d0d0d;
}

/*
 * Botón del nav: assets/EJEMPLO/ai_studio_code(77).html (marco + retro + icono; estado “checked” = menú abierto).
 */
.site-header--split .nav-menu-trigger.button-frame {
    pointer-events: auto;
    position: absolute;
    left: 50%;
    top: var(--site-header-junction);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    width: var(--hq-nav-btn-frame);
    height: var(--hq-nav-btn-frame);
    margin: 0;
    padding: clamp(4px, 1.1vw, 9px);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 30%, #757575 0%, #000 100%);
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.38),
        inset 0 2px 4px rgba(0, 0, 0, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:
        transform 0.2s ease,
        box-shadow var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease),
        background-color var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease);
}

.site-header--split .nav-menu-trigger.button-frame:active {
    background: radial-gradient(circle at 50% 30%, #f14aff 0%, #595959 100%);
    background-color: transparent;
}

.site-header--split .nav-menu-trigger.button-frame:hover {
    transform: translate(-50%, -50%) scale(1.03);
}

body.nav-drawer-open .site-header--split .nav-menu-trigger.button-frame {
    background: radial-gradient(circle at 50% 30%, #f14aff 0%, #595959 100%);
    background-color: transparent;
    box-shadow:
        0 0 clamp(14px, 5vw, 32px) rgba(255, 0, 255, 0.72),
        0 10px 22px rgba(0, 0, 0, 0.22);
}

body.nav-drawer-open .site-header--split .nav-menu-trigger.button-frame:hover {
    transform: translate(-50%, -50%) scale(1.02);
}

.site-header--split .retro-button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 30%, #333333 0%, #000000 100%);
    transform: scale(1);
    box-shadow:
        inset 0 8px 16px rgba(255, 255, 255, 0.1),
        inset 0 -8px 16px rgba(0, 0, 0, 0.78);
    transition:
        transform var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease),
        box-shadow var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease),
        background var(--hq-nav-btn-press-ms) ease;
}

.site-header--split .retro-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    opacity: 0.06;
    pointer-events: none;
}

.site-header--split .retro-button::after {
    content: '';
    position: absolute;
    top: 5%;
    left: 15%;
    width: 70%;
    height: 35%;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%);
    border-radius: 50% 50% 40% 40%;
    pointer-events: none;
}

body.nav-drawer-open .site-header--split .retro-button {
    background: radial-gradient(
        circle at 50% 30%,
        var(--hq-nav-fuchsia-glow) 0%,
        var(--hq-nav-fuchsia-main) 60%,
        var(--hq-nav-fuchsia-dark) 100%
    );
    transform: scale(0.96);
    box-shadow:
        inset 0 5px 15px rgba(0, 0, 0, 0.4),
        inset 0 0 clamp(8px, 2.5vw, 24px) rgba(255, 255, 255, 0.38),
        0 0 clamp(8px, 2.5vw, 20px) rgba(255, 0, 255, 0.55);
}

body:not(.nav-drawer-open) .site-header--split .retro-button:active {
    transform: scale(0.94);
    box-shadow:
        inset 0 12px 24px rgba(0, 0, 0, 0.9),
        inset 0 -4px 8px rgba(255, 255, 255, 0.05);
}

.site-header--split .retro-button:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 3px;
}

.site-header--split .icon-svg,
.site-header--split .nav-logo-button__mark {
    width: 65%;
    height: auto;
    max-height: 70%;
    display: block;
    pointer-events: none;
    flex-shrink: 0;
    position: relative;
    z-index: 5; 
    transform: scale(1);
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.65));
    transition:
        transform var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease),
        filter var(--hq-nav-btn-press-ms) var(--hq-nav-btn-press-ease);
}

body.nav-drawer-open .site-header--split .icon-svg,
body.nav-drawer-open .site-header--split .nav-logo-button__mark {
    filter:
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 14px rgba(255, 0, 255, 0.75));
    transform: scale(0.98);
}

.site-header--split img.nav-logo-button__mark.icon-svg {
    object-fit: contain;
}

/* Ticker LED izquierda — ref.  assets/EJEMPLO/ai_studio_code(89).html; misma banda vertical que .site-header__social-rail */
.site-header__heavy-led {
    pointer-events: none;
    position: absolute;
    right:calc(57% + (var(--hq-nav-btn-frame) / 2) + clamp(8px, 2.2vw, 16px));   
    
    left: auto;
    top: 44px;
    transform: translateY(-50%) scale(0.7);
    transform-origin: right center;
    z-index: 12001;
    max-width: min(34vw, 182px);
}

.site-header__heavy-led .heavy-led-tag {
    display: inline-flex;
    align-items: center;
    height: clamp(42px, 11vw, 50px);
    background: linear-gradient(180deg, #222 0%, #0a0a0a 100%);
    border: 2px solid #292929;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.site-header__heavy-led .side-bracket {
    width: clamp(22px, 6vw, 30px);
    height: 100%;
    flex-shrink: 0;
    background: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-right: 2px solid #000;
    position: relative;
    z-index: 5;
}

.site-header__heavy-led .side-bracket.right {
    border-right: none;
    border-left: 2px solid #000;
}

.site-header__heavy-led .industrial-bolt {
    display: block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    box-shadow:
        inset 2px 2px 2px #000,
        1px 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
}

.site-header__heavy-led .industrial-bolt::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #111;
    transform: rotate(45deg);
}

.site-header__heavy-led .led-viewport {
    width: clamp(96px, 28vw, 140px);
    height: clamp(28px, 7.5vw, 34px);
    flex-shrink: 0;
    background: #000;
    margin: 0 clamp(4px, 1.5vw, 8px);
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 1);
    overflow: hidden;
}

.site-header__heavy-led .led-content {
    font-family: "DotGothic16", sans-serif;
    color: #ff00ff;
    font-size: clamp(11px, 3.2vw, 16px);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    text-shadow: 0 0 10px #ff00ff;
    animation:
        hq-led-ticker 20s linear infinite,
        hq-led-blink 0.1s infinite alternate;
}

.site-header__heavy-led .pixel-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.4) 1px, transparent 1px);
    background-size: 3px 3px;
    z-index: 10;
    pointer-events: none;
}

@keyframes hq-led-ticker {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-150%);
    }
}

@keyframes hq-led-blink {
    0% {
        opacity: 0.85;
    }
    100% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header__heavy-led .led-content {
        animation: none;
        transform: none;
    }
}

@media (max-width: 400px) {
    .site-header__heavy-led {
        max-width: min(40vw, 140px);
        transform: translateY(-50%) scale(0.616);
        transform-origin: right center;
    }
}

/* Redes a la derecha del logo —  mismo   layout; estilo ref. assets/EJEMPLO/ai_studio_code(86).html (btn-node) */
.site-header__social-rail {
    pointer-events: auto;
    position: absolute;
    left: calc(50% + (var(--hq-nav-btn-frame) / 2) + clamp(8px, 2.2vw, 16px));
    top: 44px;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(5px, 1.6vw, 10px);
    max-width: min(46vw, 210px);
    z-index: 12001;
}

.site-header__social-rail .social-btn.social-link.site-header__social-link {
    width: clamp(32px, 9vw, 42px);
    height: clamp(32px, 9vw, 42px);
    min-width: 32px;
    min-height: 32px;
    line-height: 0;
    border-radius: 50%;
    border: 1px solid #222222;
    background: radial-gradient(circle at 50% 30%, #252525 0%, #000000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: inherit;
    cursor: pointer;
    box-shadow: inset 0 4px 2.3px rgba(0, 0, 0, 0.8), 2px 2px 4.8px rgba(0, 0, 0, 0.6);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}
 
.site-header__social-rail .social-btn.social-link.site-header__social-link svg {
    width: clamp(14px, 4.05vw, 18px);
    height: clamp(14px, 4.05vw, 18px);
    flex-shrink: 0;
    display: block;
    overflow: visible;
    fill: #555555;
    transition:
        fill 0.3s ease,
        color 0.3s ease,
        filter 0.3s ease;
    position: relative;
    z-index: 2;
}

.site-header__social-rail .social-btn.social-link.site-header__social-link:hover,
.site-header__social-rail .social-btn.social-link.site-header__social-link.hq-social-tease-active {
    border-color: #ff00ff;
    background: radial-gradient(circle at 50% 30%, #252525 0%, #000000 100%);
    box-shadow:
        0 0 25px rgba(255, 0, 255, 0.6),
        inset 0 0 10px rgba(255, 0, 255, 0.4);
}

.site-header__social-rail .social-btn.social-link.site-header__social-link:hover svg,
.site-header__social-rail .social-btn.social-link.site-header__social-link.hq-social-tease-active svg {
    fill: #ffffff;
    filter: drop-shadow(0 0 8px #ff00ff);
}

.site-header__social-rail .social-btn.social-link.site-header__social-link:active {
    box-shadow:
        inset 0 10px 15px rgba(0, 0, 0, 1),
        0 2px 5px rgba(0, 0, 0, 0.5);
    background: radial-gradient(circle at 50% 40%, #151515 0%, #000000 100%);
}

.site-header__social-rail .social-btn.social-link.site-header__social-link:focus-visible {
    outline: 2px solid #5eead4;
    outline-offset: 2px;
}

@media (max-width: 360px) {
    .site-header__social-rail {
        max-width: min(38vw, 120px);
        gap: 4px;
    }
}

/* Cajón de navegación — panel estilo “Sport Premium”   (ref. ejemplo 78) */
.site-nav-drawer {
    --sport-bg-black: #080808;
    --sport-fuchsia: #ff00ff;
    --sport-fuchsia-glow: rgba(255, 0, 255, 0.5);
    --sport-border-metal: #333333;
    --sport-text-gray: #a0a0a0;

    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10500;
    max-height: calc(100dvh - var(--site-header-height));
    max-height: calc(100svh - var(--site-header-height));
    transform: translateY(100%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
}

body.nav-drawer-open .site-nav-drawer {
    transform: translateY(0);
    pointer-events: auto;
}

.site-nav-drawer .sport-menu-panel.main-nav {
    display: block;
    margin: 0;
    width: 100%;
    max-width: none;
    background: #111111;
    /* Hoja a pantalla completa:  pegada abajo, redondeo solo arriba */
   
    padding:
        26px
        max(1.1rem, env(safe-area-inset-right, 0px))
        calc(1.1rem + env(safe-area-inset-bottom, 0px))
        max(1.1rem, env(safe-area-inset-left, 0px));
    position: relative;

    border: solid #222222;
    border-width: 1px 0 0;
    box-sizing: border-box;
}

.site-nav-drawer .sport-menu-panel.main-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-image: radial-gradient(#222222 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

.site-nav-drawer .sport-menu-panel.main-nav > * {
    position: relative;
    z-index: 1;
}

.site-nav-drawer .panel-header {
    color: #444444;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-align: center;
}

.site-nav-drawer .menu-list.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav-drawer .menu-item {
    margin-bottom: 12px;
}

.site-nav-drawer .menu-item:last-child {
    margin-bottom: 0;
}

.site-nav-drawer .menu-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--sport-text-gray);
    font-size: 18px;
    font-weight: 500;
    padding: 18px 25px;
    border-radius: 15px;
    background: linear-gradient(145deg, #151515, #0d0d0d);
    border: 1px solid #1a1a1a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    box-shadow:
        6px 6px 12px #050505,
        -1px -1px 2px rgba(255, 255, 255, 0.05);
}

.site-nav-drawer .menu-link:hover {
    color: #ffffff;
    transform: scale(1.02);
    border-color: var(--sport-fuchsia);
    box-shadow:
        0 0 20px var(--sport-fuchsia-glow),
        inset 0 0 10px var(--sport-fuchsia-glow);
}

.site-nav-drawer .menu-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: var(--sport-fuchsia);
    transition: height 0.3s ease;
    box-shadow: 0 0 10px var(--sport-fuchsia);
    border-radius: 0 2px 2px 0;
}

.site-nav-drawer .menu-link:hover::before {
    height: 60%;
}

.site-nav-drawer .menu-link:focus-visible {
    outline: 2px solid var(--sport-fuchsia);
    outline-offset: 3px;
}

.site-nav-drawer .social-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #222222;
}

.site-nav-drawer .social-btn.social-link {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: #111111;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: inherit;
    transition: all 0.3s ease;
    border: 1px solid #1a1a1a;
    box-shadow: 4px 4px 8px #050505;
}
 
.site-nav-drawer .social-btn.social-link svg {
    width: calc(22px * 0.9);
    height: calc(22px * 0.9);
    flex-shrink: 0;
    display: block;
    fill: #666666;
    transition:
        fill 0.3s ease,
        color 0.3s ease;
}

.site-nav-drawer .social-btn.social-link:hover {
    background: #000000;
    border-color: var(--sport-fuchsia);
    box-shadow: 0 0 15px var(--sport-fuchsia-glow);
}

.site-nav-drawer .social-btn.social-link:hover svg {
    fill: #ffffff;
} 

.site-nav-drawer .social-btn.social-link:focus-visible {
    outline: 2px solid var(--sport-fuchsia);
    outline-offset: 3px;
}

.nav-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--site-header-height);
    bottom: 0;
    z-index: 10400;
    background: rgba(0, 0, 0, 0.52);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.32s ease,
        visibility 0.32s ease;
    pointer-events: none;
}

body.nav-drawer-open .nav-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
    .site-nav-drawer {
        transition-duration: 0.01ms;
    }

    .site-nav-drawer .menu-link,
    .site-nav-drawer .menu-link::before,
    .site-nav-drawer .social-btn.social-link,
    .site-nav-drawer .social-btn.social-link svg {
        transition-duration: 0.01ms;
    }

    .site-nav-drawer .menu-link:hover {
        transform: none;
    }

    .nav-overlay {
        transition-duration: 0.01ms;
    }
 
    .site-header--split .nav-menu-trigger.button-frame,
    .site-header--split .retro-button,
    .site-header--split .icon-svg,
    .site-header--split .nav-logo-button__mark {
        transition-duration: 0.01ms;
    }

    svg.nav-logo-button__mark.hq-mark-svg--loader .hq-loader-shine-rect {
        display: none !important;
    }
}

/* ==========================================================================
   HERO SECTION  
   ========================================================================== */

.hero-section {
    position: relative;
    min-height: calc(100vh - var(--site-header-height)) !important;
    margin-top: var(--site-header-height) !important;
    padding-top: 0 !important;
    overflow: hidden;
    background: #ffffff;
}

/* Flex solo en hero clásico; el 3D usa capas absolutas para no tapar el GLB */
.hero-section:not(.hero-3d) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hero-content {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    text-align: center;
    max-width: 800px;
    padding: 0 clamp(1rem, 4vw, 2rem);
    z-index: 3;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-weight: 700;
    margin: 0 0 clamp(1rem, 3vw, 1.5rem);
    color: #212529;
}

.hero-content p {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    color: #495057;
    margin: 0 0 clamp(2rem, 5vw, 3rem);
    line-height: 1.6;
}

/* Hero — bloque de texto ejemplo 79: tamaños explícitos (13 / 18 / 12 px) */
.hero-content .tagline-superior {
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.35;
    color: #ff00ff;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0 0 15px;
    display: block;
}

.hero-content .titulo-boutique {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #cccccc;
    margin: 0 auto 35px;
    max-width: 400px;
}

@media screen and (max-width: 380px) {
    .hero-content .tagline-superior {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .hero-content .titulo-boutique {
        font-size: 16px;
        letter-spacing: 1.5px;
    }
}

.hero-button {
    display: inline-block;
    padding: clamp(0.8rem, 2.5vw, 1rem) clamp(2rem, 5vw, 3rem);
    background: #212529;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-button:hover:not(.btn-premium) {
    background: #495057;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Estilos adicionales para hero con  video/imagen */
.hero-section.has-background .hero-content h1,
.hero-section.has-background .hero-content p {
    color: white;
}

.hero-section.has-background .hero-content .tagline-superior {
    color: #ff00ff;
}

.hero-section.has-background .hero-content .titulo-boutique {
    color: #cccccc;
}

.hero-section.has-background .hero-button:not(.btn-premium) {
    background: rgba(255, 255, 255, 0.9);
    color: #212529;
    backdrop-filter: blur(10px);
}

.hero-section.has-background .hero-button:not(.btn-premium):hover {
    background: rgba(255, 255, 255, 1);
    color: #212529;
}

.hero-section.has-background .hero-button.btn-premium {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: none;
}

.hero-section.has-background .hero-button.btn-premium:hover {
    border-color: #ff00ff;
    color: #ff00ff;
    background: transparent;
}

/* Animaciones */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación para el fondo del hero */
@keyframes heroBackgroundMove {
    0% {
        background-position: 0% center;
    }
    25% {
        background-position: 100% center;
    }
    50% {
        background-position: 50% center;
    }
    75% {
        background-position: 0% center;
    }
    100% {
        background-position: 0% center;
    }
}

/*
 * Márgenes/min-height del hero clásico en móvil. 
 * Debe ser :not(.hero-3d): si aplica a .hero-section puro, compite con el hero GLB y el
 * Customizer (CSS adicional) puede sumar reglas que dejan el bloque 3D sin altura coherente.
 */
@media screen and (max-width: 768px) {
    .hero-section:not(.hero-3d) {
        margin-top: var(--site-header-height) !important;
        padding-top: 0 !important;
        min-height: calc(100vh - var(--site-header-height)) !important;
    }
}

@media screen and (max-width: 480px) {
    .hero-section:not(.hero-3d) {
        margin-top: var(--site-header-height) !important;
        padding-top: 0 !important;
        min-height: calc(100vh - var(--site-header-height)) !important;
    }
}

@media screen and (max-width: 360px) {
    .hero-section:not(.hero-3d) {
        margin-top: var(--site-header-height) !important;
        padding-top: 0 !important;
        min-height: calc(100vh - var(--site-header-height)) !important;
    }
}

.hero-content h1 {
    animation: fadeInUp 0.8s ease-out;
}

.hero-content p {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-content .tagline-superior {
    animation: fadeInUp 0.8s ease-out;
}

.hero-content .titulo-boutique {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-button {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* ==========================================================================
   HERO 3D (GLB + fondo negro, model-viewer) 
   ========================================================================== */

.hero-section.hero-3d {
    position: relative;
    display: block;
    background: #000000 !important;
    background-image: none !important;
    color: #e8eaed;
    /* dvh: barra URL dinámica; svh: viewport “pequeño” estable — evita lienzo WebGL a tamaño 0 al animar Chrome Android. */
    min-height: calc(100dvh - var(--site-header-height)) !important;
    min-height: calc(100svh - var(--site-header-height)) !important;
    height: calc(100dvh - var(--site-header-height));
    height: calc(100svh - var(--site-header-height));
    margin-top: var(--site-header-height) !important;
    padding: 0 !important;
    overflow: hidden;
}

/* Anula fondos/animaciones  del hero vía ::before del Customizer o CSS viejo */
.hero-section.hero-3d::before,
.hero-section.hero-3d::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    animation: none !important;
}

.hero-3d-stage {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
    min-height: 100%;
    /* Estilo “croma” / estudio: viñeta interior muy suave verde-menta (sin tapar el 3D) */
    box-shadow:
        inset 0 0 100px rgba(0, 255, 200, 0.045),
        inset 0 -30px 90px rgba(0, 0, 0, 0.35);
}

/*
 * Spinner de carga del GLB : hijo directo de .hero-section.hero-3d (no del stage),
 * así queda por encima de la viñeta (z-index 3). Dentro del stage quedaría tapado en móvil.
 */
.hero-3d-loader {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12rem;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0)
        env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.hero-section.hero-3d:not(.hero-3d--model-loading) .hero-3d-loader {
    opacity: 0;
    visibility: hidden;
}

.hero-section.hero-3d:not(.hero-3d--model-loading) .hero-3d-loader .hq-loader-shine-rect {
    animation: none;
    opacity: 0;
}

/* Mark del menú dentro del loader GLB */ 
.hero-3d-loader__mark-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(64px, 16vw, 120px);
    height: clamp(64px, 16vw, 120px);
}

.hero-3d-loader__mark-spin svg.nav-logo-button__mark { 
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
}

.hero-3d-loader-svg {
    display: block;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    transform: translateZ(0);
}

.hero-3d-loader-svg-track {
    stroke: rgba(255, 255, 255, 0.28);
}

.hero-3d-loader-svg-arc {
    stroke: rgba(255, 255, 255, 0.98);
}

.hero-3d-model {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 45vh;
    background-color: #000000;
    --poster-color: #000000;
    /* Escritorio: permite scroll vertical de la página al arrastrar sobre  el hero. */
    touch-action: pan-y;
}

/*
 * Sin camera-controls: el visor no captura órbita; pan-y permite scroll vertical de la página al arrastrar sobre el hero.
 */
@media screen and (max-width: 896px) {
    .hero-3d-model {
        touch-action: pan-y;
    }
}

.hero-3d-empty {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    background: radial-gradient(ellipse 70% 55% at 50% 45%, #1a1d24 0%, #000000 72%);
    opacity: 0.95;
}

/* Viñeta: oscurece   bordes */
.hero-3d-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: radial-gradient(ellipse 85% 70% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.38) 100%);
}

.hero-section.hero-3d .hero-content.hero-3d-overlay {
    position: absolute;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 6;
    width: min(42rem, calc(100% - 1.5rem));
    max-width: none;
    margin: 0;
    /* Ejemplo 79: ~80px de aire bajo el bloque + safe area */
    padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 4vw, 2rem)
        calc(80px + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
    box-sizing: border-box;
}

.hero-section.hero-3d .hero-content.hero-3d-overlay .hero-button,
.hero-section.hero-3d .hero-content.hero-3d-overlay a.hero-button {
    pointer-events: auto;
}

/* Textos sobre 3D — refuerzo lectura (sombra propia; el contenedor ya no aplica sombra global) */
.hero-section.hero-3d .hero-content .tagline-superior,
.hero-section.hero-3d .hero-content .titulo-boutique {
    text-shadow:
        0 0 1.5rem rgba(0, 0, 0, 0.9),
        0 0.08em 0.22em rgba(0, 0, 0, 0.88);
}

.hero-section.hero-3d .hero-content .tagline-superior {
    color: #ff00ff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-section.hero-3d .hero-content .titulo-boutique {
    color: #cccccc;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 35px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Botón ejemplo 79 — mismo bloque para hero 3D y cualquier .hero-content */
.hero-content .hero-button.btn-premium {
    font-family: inherit;
    background: transparent;
    color: #ffffff;
    padding: 16px 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
    transition:
        border-color 0.5s ease,
        color 0.5s ease,
        letter-spacing 0.5s ease,
        box-shadow 0.5s ease;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

@media screen and (max-width: 480px) {
    .hero-content .hero-button.btn-premium {
        padding: 14px 36px;
        font-size: 11px;
        letter-spacing: 3px;
    }
}

.hero-content .hero-button.btn-premium:hover {
    background: transparent;
    border-color: #ff00ff;
    color: #ff00ff;
    letter-spacing: 6px;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3);
    transform: none;
}

.hero-3d-admin-hint {
    pointer-events: auto;
    margin-top: 1.25rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 193, 7, 0.85);
    text-shadow: none;
} 

@media screen and (max-width: 768px) {
    .hero-section.hero-3d {
        margin-top: var(--site-header-height) !important;
        min-height: calc(100dvh - var(--site-header-height)) !important;
        min-height: calc(100svh - var(--site-header-height)) !important;
        height: calc(100dvh - var(--site-header-height));
        height: calc(100svh - var(--site-header-height));
    }

    .hero-3d-loader {
        background: rgba(0, 0, 0, 0.58);
    }

    .hero-3d-loader-svg {
        width: 72px;
        height: 72px;
    }

    .hero-3d-loader__mark-spin {
        width: clamp(72px, 18vw, 132px);
        height: clamp(72px, 18vw, 132px);
    }

    .hero-section.hero-3d .hero-content.hero-3d-overlay {
        width: min(40rem, calc(100% - 1.25rem));
        padding: clamp(0.85rem, 3vw, 1.5rem) clamp(0.85rem, 3vw, 1.25rem)
            calc(80px + env(safe-area-inset-bottom, 0px));
    }

    .hero-3d-model {
        min-height: min(58dvh, 560px);
    }
}

/* Landscape móvil: menos alto útil —  bajar min-height del visor para no forzar clip con overflow:hidden. */
@media screen and (max-width: 896px) and (max-height: 480px) {
    .hero-3d-model {
        min-height: 38vh;
    }
}

@media screen and (max-width: 480px) {
    .hero-section.hero-3d {
        min-height: calc(100dvh - var(--site-header-height)) !important;
        min-height: calc(100svh - var(--site-header-height)) !important;
        height: calc(100dvh - var(--site-header-height));
        height: calc(100svh - var(--site-header-height));
    }
}

@media screen and (max-width: 360px) {
    .hero-section.hero-3d {
        min-height: calc(100dvh - var(--site-header-height)) !important;
        min-height: calc(100svh - var(--site-header-height)) !important;
        height: calc(100dvh - var(--site-header-height));
        height: calc(100svh - var(--site-header-height));
    }
}

/* Telas Supplex —  bloque unificado (ejemplo 80) */
.supplex-section {
    --supplex-fuchsia: #ff00ff;
    --supplex-fuchsia-glow: rgba(255, 0, 255, 0.2);
    --supplex-bg: #f8f9fa;
    --supplex-text: #1a1a1a;
    --supplex-muted: #666666;

    padding: clamp(3.5rem, 10vw, 6.25rem) clamp(1rem, 4vw, 1.25rem);
    background-color: var(--supplex-bg);
    color: var(--supplex-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.supplex-section__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.supplex-tech-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--supplex-fuchsia);
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
}

.supplex-section-title {
    font-size: clamp(1.75rem, 5vw, 2.625rem);
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 1.15;
}

.supplex-section-subtitle {
    font-style: italic;
    color: var(--supplex-muted);
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    margin: 0 0 40px;
    font-weight: 300;
    line-height: 1.45;
}

.supplex-main-description {
    max-width: 800px;
    margin: 0 auto 80px;
    line-height: 1.8;
    font-size: 16px;
    color: #444444;
    font-weight: 400;
    text-align: center;
}

.supplex-main-description strong {
    font-weight: 600;
}

.supplex-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
    text-align: center;
}

.supplex-benefit-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
}

.supplex-benefit-card:hover {
    transform: translateY(-10px);
    border-color: var(--supplex-fuchsia);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.supplex-icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition:
        background 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.supplex-benefit-card:hover .supplex-icon-box {
    background: var(--supplex-fuchsia);
    border-color: var(--supplex-fuchsia);
    box-shadow: 0 0 15px var(--supplex-fuchsia-glow);
}

.supplex-benefit-icon-svg {
    width: 24px;
    height: 24px;
    fill: #333333;
    transition: fill 0.4s ease;
}

.supplex-benefit-card:hover .supplex-benefit-icon-svg {
    fill: #ffffff;
}

.supplex-benefit-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--supplex-text);
}

.supplex-benefit-text {
    font-size: 14px;
    color: var(--supplex-muted);
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
}

.supplex-benefit-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--supplex-fuchsia);
    transition: width 0.4s ease;
}

.supplex-benefit-card:hover::after {
    width: 100%;
}

.supplex-section-cta {
    margin-top: clamp(2.5rem, 6vw, 4rem);
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1rem, 3vw, 1.5rem);
    background: #1a1a1a;
    border-radius: 4px;
}

.supplex-section-cta__inner {
    max-width: 800px;
    margin: 0 auto;
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
}

.supplex-section-cta__inner p {
    margin: 0;
}

@media (prefers-reduced-motion: reduce) {
    .supplex-benefit-card,
    .supplex-benefit-card::after,
    .supplex-icon-box,
    .supplex-benefit-icon-svg {
        transition-duration: 0.01ms;
    }

    .supplex-benefit-card:hover,
    .supplex-benefit-card.hq-in-view {
        transform: none;
    }

    .mayorista-section .info-card,
    .mayorista-section .icon-circle,
    .mayorista-section .icon-circle svg path {
        transition-duration: 0.01ms;
    }

    .mayorista-section .info-card:hover,
    .mayorista-section .info-card.hq-in-view {
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .supplex-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-top: 2rem;
    }

    .supplex-main-description {
        margin-bottom: 3rem;
    }

    .supplex-benefit-card:hover,
    .supplex-benefit-card.hq-in-view {
        transform: none;
    }
}

/* Nuestra Colección —  ejemplo 81 (fondo oscuro, grilla) */
.products-section.seccion-coleccion {
    --coleccion-fucsia: #ff00ff;
    --coleccion-fucsia-glow: rgba(255, 0, 255, 0.4);
    --coleccion-negro: #000000;
    --coleccion-gris-borde: #1a1a1a;

    padding: clamp(3.5rem, 10vw, 6.25rem) 5%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: var(--coleccion-negro);
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.seccion-coleccion__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.coleccion-encabezado {
    text-align: center;
    margin-bottom: clamp(3rem, 8vw, 5rem);
}

.coleccion-tagline {
    color: var(--coleccion-fucsia);
    font-size: 11px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.coleccion-titulo-principal {
    font-size: clamp(1.625rem, 5vw, 2.25rem);
    font-weight: 100;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.coleccion-grid-productos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.coleccion-tarjeta {
    position: relative;
    background: #080808;
    border: 1px solid var(--coleccion-gris-borde);
    border-radius: 4px;
    overflow: hidden;
    transition:
        transform 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease;
}

.coleccion-tarjeta:hover {
    border-color: var(--coleccion-fucsia);
    box-shadow: 0 0 25px var(--coleccion-fucsia-glow);
    transform: translateY(-5px);
}

.coleccion-visor-imagen {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background-color: #111111;
    position: relative;
} 

.coleccion-visor-imagen img.coleccion-producto-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    opacity: 0.8;
    transition:
        transform 1s ease,
        opacity 0.5s ease;
    display: block;
    position: relative;
    z-index: 1;
}

.coleccion-visor-imagen--with-loader img.coleccion-producto-img {
    opacity: 0;
}

.coleccion-visor-imagen--with-loader.coleccion-img-loaded img.coleccion-producto-img {
    opacity: 0.8;
}

.coleccion-tarjeta:hover .coleccion-visor-imagen img.coleccion-producto-img {
    transform: scale(1.05);
    opacity: 1;
}

/* Placeholder de carga: mismo mark que el menú, giro suave ida/vuelta */
.coleccion-img-loader {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111111;
    pointer-events: none;
    transition:
        opacity 0.45s ease,
        visibility 0.45s ease;
}

.coleccion-visor-imagen.coleccion-img-loaded .coleccion-img-loader {
    opacity: 0;
    visibility: hidden; 
}
 
.coleccion-visor-imagen.coleccion-img-loaded .coleccion-img-loader .hq-loader-shine-rect {
    animation: none;
    opacity: 0;
}

.coleccion-img-loader__mark-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(31px, 11.2vw, 62px);
    height: clamp(31px, 11.2vw, 62px);
}

/* Mark a tamaño del marco del loader */ 
.coleccion-img-loader__mark-spin svg.nav-logo-button__mark {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
}

.coleccion-cuerpo-info {
    padding: 30px;
    text-align: center;
    border-top: 1px solid var(--coleccion-gris-borde);
}

.coleccion-categoria {
    font-size: 9px;
    color: var(--coleccion-fucsia);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.coleccion-nombre-producto {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1.3;
}

.coleccion-descripcion-producto {
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    font-weight: 300;
    margin: 0;
}

.coleccion-footer-accion {
    margin-top: clamp(3rem, 8vw, 5rem);
}

a.coleccion-btn-catalogo {
    display: inline-block;
    background: transparent;
    color: #ffffff;
    padding: 20px 60px;
    border: 1px solid #333333;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 12px;
    text-decoration: none;
    transition:
        background 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease;
}

a.coleccion-btn-catalogo:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/*
 * Táctil / sin hover: Supplex + Venta mayorista — .hq-in-view
 * (IntersectionObserver + delay en hidraqueen.js).
 */
@media (hover: none), (pointer: coarse) {
    .supplex-benefit-card.hq-in-view {
        transform: translateY(-10px);
        border-color: var(--supplex-fuchsia);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

    .supplex-benefit-card.hq-in-view .supplex-icon-box {
        background: var(--supplex-fuchsia);
        border-color: var(--supplex-fuchsia);
        box-shadow: 0 0 15px var(--supplex-fuchsia-glow);
    }

    .supplex-benefit-card.hq-in-view .supplex-benefit-icon-svg {
        fill: #ffffff;
    }

    .supplex-benefit-card.hq-in-view::after {
        width: 100%;
    }

    .mayorista-section .info-card.hq-in-view {
        border-color: var(--sport-fuchsia, #ff00ff);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
    }

    @media (prefers-reduced-motion: no-preference) {
        .mayorista-section .info-card.hq-in-view {
            transform: translateY(-5px);
        }
    }

    .mayorista-section .info-card.hq-in-view .icon-circle {
        background: #000;
        border-color: #000;
    }

    .mayorista-section .info-card.hq-in-view .icon-circle svg path {
        fill: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coleccion-tarjeta,
    .coleccion-visor-imagen img.coleccion-producto-img {
        transition-duration: 0.01ms;
    }

    .coleccion-tarjeta:hover {
        transform: none;
    }
}

@media screen and (max-width: 600px) {
    .coleccion-grid-productos {
        grid-template-columns: 1fr;
    }

    .coleccion-titulo-principal {
        font-size: 26px;
    }
}

/* Galería Smart Go / Bogotá  (ejemplo 84) */
.bogota-section.store-section {
    --store-fucsia: var(--sport-fuchsia, #ff00ff);
    --store-fucsia-glow: rgba(255, 0, 255, 0.4);
    --store-negro-hero: #000000;
    --store-negro-card: #080808;
    --store-borde-tech: #1a1a1a;
    --store-blanco-suave: #e0e0e0;

    padding: clamp(3.5rem, 9vw, 6.25rem) 0;
    margin: 0;
    background: var(--store-negro-hero);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bogota-section.store-section > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 1.25rem);
}

.bogota-section .header-store {
    text-align: center;
    margin-bottom: clamp(3rem, 8vw, 5rem);
}

.bogota-section .distribuidor-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--store-fucsia);
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.bogota-section h2.store-title {
    font-size: clamp(1.75rem, 5vw, 2.625rem);
    font-weight: 100;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.bogota-section .store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
    gap: 40px;
    align-items: stretch;
}

.bogota-section .info-panel {
    background: var(--store-negro-card);
    padding: clamp(2rem, 5vw, 3.125rem);
    border-radius: 4px;
    border: 1px solid var(--store-borde-tech);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: border-color 0.4s ease;
    text-align: left;
}

.bogota-section .info-panel:hover {
    border-color: var(--store-fucsia);
}

.bogota-section .cta-box {
    border-left: 3px solid var(--store-fucsia);
    padding: 15px 25px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: clamp(2rem, 5vw, 3.125rem);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
}

.bogota-section .cta-box p {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    font-weight: 200;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
    color: var(--store-blanco-suave);
}

.bogota-section .location-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bogota-section .detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 14px;
    color: #888;
    line-height: 1.4;
}

.bogota-section .detail-item::before {
    content: "";
    min-width: 6px;
    height: 6px;
    background: var(--store-fucsia);
    border-radius: 50%;
    margin-top: 6px;
    box-shadow: 0 0 10px var(--store-fucsia);
    flex-shrink: 0;
}

.bogota-section .detail-label {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.bogota-section .map-viewport {
    background: var(--store-negro-card);
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--store-borde-tech);
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

@media (prefers-reduced-motion: no-preference) {
    .bogota-section .map-viewport:hover {
        border-color: var(--store-fucsia);
        box-shadow: 0 0 40px var(--store-fucsia-glow);
    }
}

.bogota-section .store-map-inner {
    width: 100%;
    height: 500px;
    background: #111;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.bogota-section .map-locator-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 10px;
    color: var(--store-fucsia);
    letter-spacing: 3px;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border: 1px solid var(--store-fucsia);
    pointer-events: none;
}

.bogota-section .store-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: grayscale(1) invert(0.9) contrast(1.2) brightness(0.8);
    opacity: 0.7;
    transition: opacity 0.4s ease, filter 0.4s ease;
}

@media (prefers-reduced-motion: no-preference) {
    .bogota-section .map-viewport:hover .store-map-iframe {
        opacity: 1;
        filter: grayscale(0.5) invert(0.9) contrast(1.1);
    }
}

@media (max-width: 768px) {
    .bogota-section h2.store-title {
        font-size: 32px;
    }

    .bogota-section .info-panel {
        padding: 30px;
    }

    .bogota-section .store-map-inner {
        height: 350px;
    }
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1rem);
    padding: clamp(1rem, 3vw, 1.3rem) clamp(1.5rem, 4vw, 2rem);
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: clamp(1rem, 3vw, 1.2rem);
    box-shadow: 
        0 8px 32px rgba(37, 211, 102, 0.3),
        0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.whatsapp-btn:hover::before {
    left: 100%;
}

.whatsapp-btn:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 12px 48px rgba(37, 211, 102, 0.4),
        0 4px 16px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

.whatsapp-btn:active {
    transform: translateY(-2px) scale(1);
}

.whatsapp-icon {
    width: clamp(20px, 5vw, 24px);
    height: clamp(20px, 5vw, 24px);
    fill: currentColor;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 480px) {
    .whatsapp-btn {
        padding: clamp(0.8rem, 3vw, 1rem) clamp(1.2rem, 4vw, 1.5rem);
        font-size: clamp(0.9rem, 3vw, 1rem);
    }
}

/* Venta mayorista / contacto (ejemplo 82) */
/* Sin título ni fila “Redes Sociales” bajo  WhatsApp (el PHP ya no lo imprime; refuerzo ante caché/HTML viejo). */
#contacto.mayorista-section .social-links,
#contacto.mayorista-section .mayorista-social {
    display: none !important;
}

.contact-section.mayorista-section {
    padding: clamp(3.5rem, 9vw, 6.25rem) 0;
    background: #f9f9fb;
    text-align: center;
}

.mayorista-section .mayorista-section__inner.contact-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(1rem, 4vw, 1.25rem);
}

.mayorista-section .tech-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: var(--sport-fuchsia, #ff00ff);
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: block;
}

.mayorista-section h2.main-title {
    font-size: clamp(1.75rem, 5vw, 2.625rem);
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 1.25rem 0;
    text-transform: uppercase;
    color: #111;
}

.mayorista-section .desc-principal {
    max-width: 700px;
    margin: 0 auto clamp(3rem, 8vw, 5rem);
    line-height: 1.8;
    font-size: clamp(0.95rem, 2.5vw, 1rem);
    color: #666;
    font-weight: 300;
}

.mayorista-section .info-comercial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: clamp(3rem, 8vw, 5rem);
    text-align: center;
}

.mayorista-section .info-card {
    background: #fff;
    padding: 40px 25px;
    border-radius: 2px;
    border: 1px solid #eee;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

@media (prefers-reduced-motion: no-preference) {
    .mayorista-section .info-card {
        transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
    }

    .mayorista-section .info-card:hover {
        transform: translateY(-5px);
    }
}

.mayorista-section .info-card:hover {
    border-color: var(--sport-fuchsia, #ff00ff);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
}

.mayorista-section .icon-circle {
    width: 55px;
    height: 55px;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    transition: background 0.4s ease, border-color 0.4s ease;
}

.mayorista-section .info-card:hover .icon-circle {
    background: #000;
    border-color: #000;
}

.mayorista-section .icon-circle svg {
    width: 24px;
    height: 24px;
    transition: fill 0.4s ease;
}

.mayorista-section .icon-circle svg path {
    fill: #333;
}

.mayorista-section .info-card:hover .icon-circle svg path {
    fill: #fff;
}

.mayorista-section .card-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.mayorista-section .card-text {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    font-weight: 300;
    margin: 0;
}

.mayorista-section .whatsapp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

.mayorista-section .wa-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #aaa;
    margin: 0;
}

.mayorista-section .btn-wa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 18px 45px;
    width: 100%;
    max-width: 380px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid #000;
    box-sizing: border-box;
}

.mayorista-section .btn-wa:hover {
    background: transparent;
    color: #000;
    border-color: var(--sport-fuchsia, #ff00ff);
    box-shadow: 0 10px 25px rgba(255, 0, 255, 0.2);
}

.mayorista-section .btn-wa .icon-wa {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(28px, 6vw, 32px);
    height: clamp(28px, 6vw, 32px);
    background: #000;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #000;
}

/* Hover general de social-link removido */

.social-icon {
    width: clamp(12px, 3vw, 14px);
    height: clamp(12px, 3vw, 14px);
    fill: currentColor;
}

/* Footer */
.site-footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: clamp(1.5rem, 4vw, 2rem);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    opacity: 0.8;
    line-height: 1.6;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.footer-content a:hover {
    color: #f8f9fa;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

/* ==========================================================================
   SECCIÓN TESTIMONIOS (EJEMPLO) 
   ========================================================================== */

.testimonials-section {
    padding: clamp(3rem, 8vw, 6rem) 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(1.5rem, 4vw, 2rem);
    margin-top: clamp(2rem, 5vw, 3rem);
}

.testimonial-card {
    background: white;
    padding: clamp(1.5rem, 4vw, 2rem);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-text {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    line-height: 1.6;
    color: #495057;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonial-author strong {
    color: #212529;
    font-size: clamp(0.9rem, 2.2vw, 1rem);
}

.testimonial-author span {
    color: #6c757d;
    font-size: clamp(0.8rem, 2vw, 0.9rem);
}

/* Responsive  */ 
@media (max-width: 768px) {
    .mayorista-section .info-comercial-grid {
        grid-template-columns: 1fr;
    }

    .mayorista-section .info-card:hover,
    .mayorista-section .info-card.hq-in-view {
        transform: none;
    }

    .social-link {
        width: 30px;
        height: 30px;
    }
    
    .social-icon {
        width: 12px;
        height: 12px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    /* Animación más suave en móviles */
    @keyframes heroBackgroundMove {
        0% {
            background-position: 0% center;
        }
        50% {
            background-position: 100% center;
        }
        100% {
            background-position: 0% center;
        }
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .social-link {
        width: 28px;
        height: 28px;
    }
    
    .social-icon {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 360px) {
    .social-link {
        width: 26px;
        height: 26px;
    }
    
    .social-icon {
        width: 9px;
        height: 9px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .social-link {
        width: 30px;
        height: 30px;
    }
    
     .social-icon {
        width: 12px;
        height: 12px;
    }
}

@media (min-width: 1200px) {
    .social-link {
        width: 32px;
        height: 32px;
    }
    
     .social-icon {
        width: 14px;
        height: 14px;
    }
} 