  /* ─── RESET & BASE ─── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body { font-family: 'Montserrat', sans-serif; color: #393737; background: #fff; overflow-x: hidden; }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }
    button { border: none; background: none; cursor: pointer; font-family: inherit; }

    /* ─── CSS VARIABLES ─── */
    :root {
      --gold-dark: #c9a227;
      --gold-mid:  #d4aa2e;
      --gold-light: #e8d48b;
      --gold-gradient: linear-gradient(135deg, #c9a227, #e8d48b, #c9a227);
      --charcoal: #393737;
      --silver: #C4CBCA;
      --pink-soft: #FADFE9;
      --cream: #F0E9E9;
      --white: #FFFFFF;
    }

    /* ─── UTILITIES ─── */
    .gold-divider { height: 1px; background: linear-gradient(90deg, transparent, #c9a227, #e8d48b, #c9a227, transparent); border: none; margin: 0; }
    .gold-text { background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .fade-in.visible { opacity: 1; transform: translateY(0); }
    .fade-in-left { opacity: 0; transform: translateX(-36px); transition: opacity 0.8s ease, transform 0.8s ease; }
    .fade-in-left.visible { opacity: 1; transform: translateX(0); }
    .fade-in-right { opacity: 0; transform: translateX(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
    .fade-in-right.visible { opacity: 1; transform: translateX(0); }

    /* ─── BUTTONS ─── */
    .btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--charcoal); color: white;
      padding: 14px 36px; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      transition: background 0.3s, transform 0.2s;
    }
    .btn-primary:hover { background: var(--gold-gradient); color: var(--charcoal); transform: translateY(-2px); }
    .btn-outline {
      display: inline-flex; align-items: center; gap: 8px;
      border: 1.5px solid var(--charcoal); color: var(--charcoal);
      padding: 13px 36px; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; transition: all 0.3s;
    }
    .btn-outline:hover { background: var(--charcoal); color: white; }
    .btn-gold {
      display: inline-flex; align-items: center; gap: 8px;
      background: var(--gold-gradient); color: var(--charcoal);
      padding: 14px 36px; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; transition: opacity 0.2s, transform 0.2s;
    }
    .btn-gold:hover { opacity: 0.9; transform: translateY(-2px); }

    /* ─── SECTION HEADERS ─── */
    .section-header { text-align: center; margin-bottom: 48px; }
    .section-eyebrow {
      font-size: 0.62rem; font-weight: 700; letter-spacing: 0.3em;
      text-transform: uppercase; color: var(--gold-dark); margin-bottom: 10px;
      display: flex; align-items: center; justify-content: center; gap: 12px;
    }
    .section-eyebrow::before, .section-eyebrow::after {
      content: ''; display: inline-block; width: 32px; height: 1px;
      background: linear-gradient(90deg, transparent, var(--gold-dark));
    }
    .section-eyebrow::after { background: linear-gradient(90deg, var(--gold-dark), transparent); }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; color: var(--charcoal); line-height: 1.15;
    }
    .section-title em { font-style: italic; }
    .section-subtitle { font-size: 0.88rem; color: #888; line-height: 1.75; margin-top: 12px; max-width: 480px; margin-left: auto; margin-right: auto; }

   
    /* ════════════════════════════════════════
       1. HERO BANNER — Mensaje de bienvenida de Lorena, sin foto
       WooCommerce: ACF text block en página Tienda
    ════════════════════════════════════════ */
    .hero-banner {
      background: var(--pink-soft);
      padding: 72px 48px 64px;
      text-align: center;
      position: relative; overflow: hidden;
    }
    .hero-banner::before {
      content: ''; position: absolute; top: -60px; right: -80px;
      width: 360px; height: 360px; border-radius: 50%;
      background: radial-gradient(circle, rgba(201,162,39,0.08) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-banner::after {
      content: ''; position: absolute; bottom: -40px; left: -60px;
      width: 280px; height: 280px; border-radius: 50%;
      background: radial-gradient(circle, rgba(201,162,39,0.06) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-promo-badge {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(57,55,55,0.07); border: 1px solid rgba(57,55,55,0.15);
      padding: 6px 18px; font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase; color: var(--charcoal);
      margin-bottom: 24px; width: fit-content; margin-left: auto; margin-right: auto;
      display: flex; position: relative; z-index: 1;
    }
    .hero-promo-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-dark); animation: pulse 2s infinite; }
    @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.3)} }
    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 700;
      color: var(--charcoal); line-height: 1.15; margin-bottom: 22px;
      position: relative; z-index: 1;
    }
    .hero-title em { font-style: italic; color: var(--gold-dark); -webkit-text-fill-color: var(--gold-dark); }
    .hero-subtitle {
      font-size: 0.96rem; color: #5a5a5a; line-height: 1.9; margin-bottom: 36px;
      max-width: 640px; margin-left: auto; margin-right: auto;
      position: relative; z-index: 1;
    }
    .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; z-index: 1; }
    @media (max-width: 768px) {
      .hero-banner { padding: 52px 20px 44px; }
      .hero-title { font-size: clamp(1.7rem, 6vw, 2.3rem); }
      .hero-subtitle { font-size: 0.88rem; }
      .hero-ctas { flex-direction: column; align-items: center; }
    }

    /* ── FILTROS RÁPIDOS POR CATEGORÍA ── */
    .quick-filters {
      background: white;
      border-bottom: 1px solid #eeeeee;
      position: sticky; top: 72px; z-index: 98;
    }
    .quick-filters-inner {
      max-width: 1400px; margin: 0 auto;
      padding: 14px 48px;
      display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
      align-items: center;
    }
    .quick-filters-inner::-webkit-scrollbar { display: none; }
    .filter-pill {
      flex-shrink: 0;
      padding: 10px 22px;
      border: 1.5px solid #e0e0e0;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--charcoal); background: white;
      cursor: pointer; transition: all 0.2s; white-space: nowrap;
      text-decoration: none; display: inline-block;
    }
    .filter-pill:hover { border-color: var(--charcoal); background: var(--charcoal); color: white; }
    .filter-pill.active { border-color: var(--charcoal); background: var(--charcoal); color: white; }
    @media (max-width: 768px) {
      .quick-filters { top: 56px; }
      .quick-filters-inner { padding: 10px 20px; gap: 6px; }
      .filter-pill { padding: 8px 16px; font-size: 0.65rem; }
    }

    /* ════════════════════════════════════════
       2. VALUES BAR
    ════════════════════════════════════════ */
    .values-bar { background: #fafafa; border-bottom: 1px solid #f0f0f0; }
    .values-inner {
      max-width: 1400px; margin: 0 auto; padding: 0 48px;
      display: flex; align-items: stretch; justify-content: space-between;
      overflow-x: auto; scrollbar-width: none;
    }
    .values-inner::-webkit-scrollbar { display: none; }
    .value-item {
      display: flex; align-items: center; gap: 12px;
      padding: 18px 20px; flex-shrink: 0; border-right: 1px solid #eee;
      transition: background 0.2s;
    }
    .value-item:last-child { border-right: none; }
    .value-item:hover { background: white; }
    .value-icon { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .value-icon svg { width: 22px; height: 22px; stroke: var(--gold-dark); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
    .value-text { font-size: 0.75rem; font-weight: 700; color: var(--charcoal); line-height: 1.3; }
    .value-text small { display: block; font-size: 0.65rem; font-weight: 400; color: #999; margin-top: 1px; }

    /* ════════════════════════════════════════
       3. (cat-carousel estilos eliminados — reemplazados por .quick-filters pills)
    ════════════════════════════════════════ */

    /* ════════════════════════════════════════
       COLECCIONES ESPECIALES — bloques verticales con foto
       Bloque 1: 50/50 Look Invitada + Look Profesional (con foto)
       Bloque 2: Colección especial Verano 2026 (con foto + velo dorado)
    ════════════════════════════════════════ */
    .colecciones-especiales { }
    .colecciones-duo {
      display: grid; grid-template-columns: 1fr 1fr;
    }
    .coleccion-block {
      position: relative; overflow: hidden;
      min-height: 620px;
      display: flex; flex-direction: column;
      justify-content: flex-end;
      padding: 48px 52px;
      cursor: pointer; text-decoration: none;
    }
    .coleccion-block img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center top;
      z-index: 0; transition: transform 0.7s ease;
    }
    .coleccion-block:hover img { transform: scale(1.04); }
    .coleccion-block::after {
      content: ''; position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(to top, rgba(57,55,55,0.88) 0%, rgba(57,55,55,0.3) 45%, transparent 100%);
      transition: background 0.3s;
    }
    .coleccion-block:hover::after {
      background: linear-gradient(to top, rgba(57,55,55,0.93) 0%, rgba(57,55,55,0.38) 50%, transparent 100%);
    }
    .coleccion-block-content { position: relative; z-index: 2; }
    .coleccion-tag {
      font-size: 0.58rem; font-weight: 700; letter-spacing: 0.3em;
      text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px;
    }
    .coleccion-block-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.9rem, 2.6vw, 2.8rem); font-weight: 700;
      color: white; line-height: 1.1; margin-bottom: 16px;
    }
    .coleccion-block-title em {
      font-style: italic;
      background: var(--gold-gradient); -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; background-clip: text;
    }
    .coleccion-block-desc {
      font-size: 0.84rem; line-height: 1.75;
      color: rgba(255,255,255,0.68); margin-bottom: 28px; max-width: 320px;
    }
    /* Bloque especial verano — foto con velo rosado Barbie y hover rosa suave */
    .coleccion-verano {
      position: relative; overflow: hidden;
      min-height: 480px;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      text-align: center; padding: 80px 48px;
      cursor: pointer; text-decoration: none;
    }
    .coleccion-verano img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; object-position: center;
      z-index: 0; transition: transform 0.7s ease;
    }
    .coleccion-verano:hover img { transform: scale(1.04); }
    .coleccion-verano::after {
      content: ''; position: absolute; inset: 0; z-index: 1;
      
      
      /* Estado normal: Rosado Barbie con transparencia */
      background: rgba(252,209,236,0.55);
      transition: background 0.3s;
    }
    .coleccion-verano:hover::after { 
      /* Estado hover: Rosa suave (#FADFE9) con transparencia */
      background: rgba(250,223,233,0.65); 
    }
    .coleccion-verano-content { position: relative; z-index: 2; }
    .coleccion-verano-tag {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase;
      color: rgba(57,55,57,0.6); margin-bottom: 14px;
    }
    .coleccion-verano-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 700;
      color: var(--charcoal); line-height: 1.1; margin-bottom: 16px;
    }
    .coleccion-verano-title em { font-style: italic; }
    .coleccion-verano-desc {
      font-size: 0.9rem; color: rgba(57,55,55,0.72); line-height: 1.75;
      max-width: 480px; margin-bottom: 32px;
    }
    @media (max-width: 768px) {
      .colecciones-duo { grid-template-columns: 1fr; }
      .coleccion-block { min-height: 480px; padding: 36px 28px; }
      .coleccion-verano { min-height: 400px; padding: 60px 24px; }
    }
    /* ════════════════════════════════════════
       5. MÁS VENDIDAS
       Equivalente a "Comprar superventas" de CT — carrusel horizontal.
       WooCommerce: [best_selling_products limit="8" columns="4"]
       o wc_get_products(['orderby'=>'popularity','limit'=>8])
    ════════════════════════════════════════ */
    .bestsellers {
      padding: 80px 0;
      background: white;
    }
    .bestsellers-header {
      max-width: 1400px; margin: 0 auto; padding: 0 48px;
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-bottom: 40px; gap: 20px; flex-wrap: wrap;
    }
    .bestsellers-nav { display: flex; gap: 8px; }
    .bs-nav-btn {
      width: 44px; height: 44px; border: 1.5px solid #e0e0e0;
      display: flex; align-items: center; justify-content: center;
      color: #888; transition: all 0.2s; cursor: pointer;
    }
    .bs-nav-btn:hover { border-color: var(--charcoal); color: var(--charcoal); }
    .bs-nav-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }

    /* Scroll track */
    .bs-track-wrap {
      padding: 0 48px; overflow: hidden; position: relative;
    }
    .bs-track {
      display: flex; gap: 20px;
      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    /* ─── Product card (reutilizado en todas las secciones) ─── */
    .product-card {
      flex-shrink: 0; width: calc(25% - 16px);
      background: white; cursor: pointer; position: relative;
    }
    .product-card:hover .product-image-wrap img { transform: scale(1.05); }
    .product-card:hover .product-add-btn { opacity: 1; transform: translateY(0); }
    .product-image-wrap {
      position: relative; overflow: hidden;
      aspect-ratio: 3/4; background: #f5f5f5;
    }
    .product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
    .product-badge {
      position: absolute; top: 12px; left: 12px;
      background: var(--gold-gradient); color: var(--charcoal);
      font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em;
      padding: 4px 10px; text-transform: uppercase; z-index: 2;
    }
    .product-badge.bestseller { background: var(--charcoal); color: white; border: 1px dashed rgba(201,162,39,0.5); }
    .product-badge.sale { background: #b91c1c; color: white; }
    .product-wishlist {
      position: absolute; top: 10px; right: 10px;
      width: 34px; height: 34px; background: white; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      z-index: 2; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: background 0.2s, transform 0.2s;
    }
    .product-wishlist:hover { background: var(--gold-gradient); transform: scale(1.1); }
    .product-wishlist:hover svg { stroke: white; }
    .product-wishlist svg { width: 15px; height: 15px; stroke: var(--charcoal); fill: none; stroke-width: 2; }
    .product-add-btn {
      position: absolute; bottom: 0; left: 0; right: 0;
      background: var(--charcoal); color: white; text-align: center;
      padding: 13px; font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      opacity: 0; transform: translateY(100%); transition: opacity 0.3s, transform 0.3s; z-index: 2;
    }
    .product-add-btn:hover { background: var(--gold-gradient); color: var(--charcoal); }
    .product-info { padding: 14px 2px 2px; }
    .product-cat-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #bbb; margin-bottom: 5px; }
    .product-name { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 600; color: var(--charcoal); margin-bottom: 7px; line-height: 1.3; }
    .product-price { font-size: 0.9rem; font-weight: 700; color: var(--gold-dark); }
    .product-price .original { font-size: 0.78rem; font-weight: 400; color: #bbb; text-decoration: line-through; margin-left: 6px; }
    .product-swatches { display: flex; gap: 5px; margin-top: 8px; }
    .swatch-dot { width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid #eee; cursor: pointer; transition: transform 0.2s; }
    .swatch-dot:hover { transform: scale(1.2); }
    .swatch-dot.active { box-shadow: 0 0 0 1.5px white, 0 0 0 3px var(--gold-dark); }
    
    /* ─── BESTSELLERS CARRUSEL ─── */
    .bs-track-wrap { padding: 0 200px; overflow: hidden; display: flex; justify-content: center; }
    .bs-track { display: flex; gap: 28px; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .bs-track .product-card { width: 300px; flex-shrink: 0; }

    /* (promo-banner CSS eliminado — reemplazado por coleccion-verano) */

    /* ════════════════════════════════════════
       NOVEDADES — carrusel horizontal
       WooCommerce: [products limit="8" orderby="date" order="DESC"]
       Badge NUEVO dorado automático 10 días (YITH Badge Management).
    ════════════════════════════════════════ */
    .novedades-section {
      padding: 80px 0;
      background: linear-gradient(180deg, white 0%, #fdf9f6 100%);
    }
    .novedades-section .section-header { max-width: 1400px; margin: 0 auto; padding: 0 48px; margin-bottom: 0; }
    .novedades-carousel-header {
      max-width: 1400px; margin: 0 auto; padding: 0 48px;
      display: flex; align-items: flex-end; justify-content: space-between;
      margin-bottom: 32px; gap: 20px; flex-wrap: wrap;
    }
    .novedades-carousel-header .section-header { margin-bottom: 0; text-align: left; padding: 0; }
    .novedades-nav { display: flex; gap: 8px; }
    .nov-nav-btn {
      width: 44px; height: 44px; border: 1.5px solid #e0e0e0;
      display: flex; align-items: center; justify-content: center;
      color: #888; transition: all 0.2s; cursor: pointer; background: none;
    }
    .nov-nav-btn:hover { border-color: var(--charcoal); color: var(--charcoal); }
    .nov-nav-btn svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }
    .novedades-track-wrap { padding: 0 160px; overflow: hidden; display: flex; justify-content: center; }
    .novedades-track { display: flex; gap: 28px; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .novedades-track .product-card { width: 260px; flex-shrink: 0; }
    .novedades-cta { text-align: center; margin-top: 48px; padding: 0 48px; }

    .price-original {
    font-size: 0.8rem;
    color: #bbb;
    text-decoration: line-through;
    margin-left: 6px;
    font-weight: 400;
    }
    
    .price-rebajado {
        font-weight: 700;
        color: var(--charcoal);
    }
    
    .product-sizes { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 9px; }
    .product-size-dot { width: 28px; height: 28px; border: 1px solid rgba(57,55,55,0.18); display: flex; align-items: center; justify-content: center; font-size: 0.55rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; transition: all 0.2s; cursor: pointer; }
    .product-size-dot:hover { border-color: var(--gold-dark); color: var(--gold-dark); }
    .product-color-dots { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }
    .product-color-dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
    
    /* ════════════════════════════════════════
       8. ASESORÍA BANNER (mid-page)
       CTA a la asesoría de imagen.
       Siempre visible en la home de tienda.
    ════════════════════════════════════════ */
    .asesoria-strip {
      background: linear-gradient(135deg, var(--charcoal) 0%, #4a4040 60%, #3a2e2e 100%);
      padding: 72px 48px;
      position: relative; overflow: hidden;
    }
    .asesoria-strip::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(circle at 80% 50%, rgba(201,162,39,0.1) 0%, transparent 60%);
    }
    .asesoria-strip-inner {
      max-width: 1400px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
      position: relative; z-index: 1;
    }
    .asesoria-left {}
    .asesoria-eyebrow { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .asesoria-eyebrow::after { content: ''; display: inline-block; height: 1px; flex: 1; background: rgba(201,162,39,0.3); }
    .asesoria-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 700; color: white; line-height: 1.15; margin-bottom: 16px; }
    .asesoria-title em { font-style: italic; background: var(--gold-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .asesoria-text { font-size: 0.88rem; color: rgba(255,255,255,0.68); line-height: 1.8; margin-bottom: 32px; }
    .asesoria-services { display: flex; flex-direction: column; gap: 12px; }
    .asesoria-service { display: flex; align-items: center; gap: 12px; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
    .asesoria-service::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-dark); flex-shrink: 0; }
    .asesoria-service strong { color: white; font-weight: 600; }
    /* Lado derecho — tarjeta precio */
    .asesoria-right {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(201,162,39,0.2);
      padding: 40px; text-align: center;
    }
    .asesoria-price-from { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
    .asesoria-price { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; color: white; line-height: 1; margin-bottom: 4px; }
    .asesoria-price-note { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-bottom: 28px; }
    .asesoria-features { display: flex; flex-direction: column; gap: 8px; margin-bottom: 32px; }
    .asesoria-feature { font-size: 0.75rem; color: rgba(255,255,255,0.65); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; display: flex; align-items: center; gap: 8px; }
    .asesoria-feature::before { content: '✓'; color: var(--gold-dark); font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }

    /* ════════════════════════════════════════
       9. VIDEO / SOBRE LORENA
       Equivalente a "Productos legendarios, y con razón" de CT.
       Video de marca o imagen editorial + frase de Lorena.
    ════════════════════════════════════════ */
    .brand-video {
      background: #f7f4f1; padding: 80px 48px;
    }
    .brand-video-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
    .video-container {
      position: relative; aspect-ratio: 16/9;
      background: var(--charcoal); overflow: hidden; margin-bottom: 40px;
      cursor: pointer;
    }
    .video-container img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; transition: opacity 0.3s; }
    .video-container:hover img { opacity: 0.85; }
    .video-play-btn {
      position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
    }
    .play-circle {
      width: 80px; height: 80px; border-radius: 50%;
      background: rgba(255,255,255,0.92); display: flex; align-items: center; justify-content: center;
      transition: transform 0.3s, background 0.3s;
      box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    }
    .video-container:hover .play-circle { transform: scale(1.1); background: var(--gold-gradient); }
    .play-circle svg { width: 28px; height: 28px; fill: var(--charcoal); margin-left: 4px; }
    .video-caption { font-size: 0.72rem; color: #bbb; letter-spacing: 0.08em; margin-bottom: 32px; }
    .brand-pillars { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
    .brand-pillar {
      padding: 0 32px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--charcoal); position: relative;
    }
    .brand-pillar::after { content: '✦'; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); color: var(--gold-dark); font-size: 0.5rem; }
    .brand-pillar:last-child::after { display: none; }

    /* ════════════════════════════════════════
       10. INSTAGRAM / FEED VISUAL
       Últimas fotos del perfil de Lorena.
       Plugin: Smash Balloon Social Photo Feed.
    ════════════════════════════════════════ */
    .instagram-section { padding: 72px 48px; background: white; }
    .instagram-inner { max-width: 1400px; margin: 0 auto; }
    .ig-handle {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 0.78rem; font-weight: 700; color: var(--charcoal); margin-top: 8px;
      transition: color 0.2s;
    }
    .ig-handle:hover { color: var(--gold-dark); }
    .ig-handle svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .ig-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin-top: 32px; }
    .ig-cell { position: relative; overflow: hidden; aspect-ratio: 1; background: #f5f5f5; cursor: pointer; }
    .ig-cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
    .ig-cell:hover img { transform: scale(1.08); }
    .ig-overlay { position: absolute; inset: 0; background: rgba(57,55,55,0.5); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; }
    .ig-cell:hover .ig-overlay { opacity: 1; }
    .ig-overlay svg { width: 32px; height: 32px; stroke: white; fill: none; stroke-width: 1.8; }


    /* ════════════════════════════════════════
       RESPONSIVE
    ════════════════════════════════════════ */
    @media (max-width: 1200px) {
      .product-card { width: calc(33.33% - 14px); }
      .novedades-track .product-card { width: calc(33.33% - 14px); }
      .ig-grid { grid-template-columns: repeat(4, 1fr); }
    }
    @media (max-width: 1024px) {
      .nav-inner, .brand-video, .instagram-section, .asesoria-strip { padding-left: 32px; padding-right: 32px; }
      .novedades-track-wrap, .novedades-carousel-header, .novedades-cta { padding-left: 32px; padding-right: 32px; }
      .bs-track-wrap { padding: 0 32px; }
      .bestsellers-header { padding: 0 32px; }
      .footer-top { grid-template-columns: 1fr 1fr; padding: 48px 32px; }
      .footer-bottom { padding: 20px 32px; }
      .asesoria-strip-inner { grid-template-columns: 1fr; gap: 40px; }
      .asesoria-right { max-width: 440px; margin: 0 auto; }
    }
    @media (max-width: 768px) {
      .nav-inner { padding: 0 20px; }
      .nav-menu { display: none; }
      .nav-hamburger { display: flex; }
      .values-inner { padding: 0 20px; }
      .bestsellers { padding: 56px 0; }
      .bestsellers-header { padding: 0 20px; }
      .bs-track-wrap { padding: 0 20px; }
      .product-card { width: calc(50% - 8px); }
      .novedades-section { padding: 56px 0; }
      .novedades-track-wrap { padding: 0 20px; }
      .novedades-carousel-header { padding-left: 20px; padding-right: 20px; }
      .novedades-cta { padding: 0 20px; }
      .novedades-track .product-card { width: calc(50% - 10px); }
      .asesoria-strip { padding: 56px 20px; }
      .brand-video { padding: 56px 20px; }
      .brand-pillars { flex-direction: column; gap: 14px; }
      .brand-pillar::after { display: none; }
      .instagram-section { padding: 56px 20px; }
      .ig-grid { grid-template-columns: repeat(3, 1fr); }
      .footer-top { grid-template-columns: 1fr 1fr; padding: 48px 20px 40px; }
      .footer-bottom { flex-direction: column; text-align: center; padding: 20px; }
      .footer-links { justify-content: center; flex-wrap: wrap; }
    }
    @media (max-width: 480px) {
      .ig-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-top { grid-template-columns: 1fr; }
      .novedades-track .product-card { width: calc(80vw - 20px); }
    }
    
    
    
    /* ════════════════════════════════════════
       OUTLET BANNER — entre Más vendidas y Colecciones especiales
       Enlaza a outlet.html con los dos tipos de badge como preview visual
    ════════════════════════════════════════ */
    .outlet-banner {
      background: var(--charcoal);
      position: relative; overflow: hidden;
    }
    .outlet-banner::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(201,162,39,0.07) 0%, transparent 70%);
      pointer-events: none;
    }
    .outlet-banner-inner {
      max-width: 1400px; margin: 0 auto;
      padding: 56px 48px;
      display: grid; grid-template-columns: 1fr auto;
      align-items: center; gap: 48px;
    }
    .outlet-left { display: flex; flex-direction: column; gap: 16px; }
    .outlet-eyebrow {
      font-size: 0.6rem; font-weight: 700; letter-spacing: 0.35em;
      color: var(--gold-dark); text-transform: uppercase;
    }
    .outlet-title {
      font-family: 'Cinzel', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700; color: white; line-height: 1.1;
    }
    .outlet-title em {
      font-style: normal;
      background: var(--gold-gradient);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    }
    .outlet-desc {
      font-size: 0.85rem; color: rgba(255,255,255,0.6);
      line-height: 1.7; max-width: 460px;
    }
    .outlet-badges-preview {
      display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    }
    .outlet-badge-pill {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em;
      padding: 7px 14px; border-radius: 2px;
    }
    .outlet-badge-pill.sale {
      background: var(--gold-dark); color: var(--charcoal);
    }
    .outlet-badge-pill.ultimas {
      background: rgba(250,223,233,0.15); color: var(--pink-soft);
      border: 1px solid rgba(250,223,233,0.25);
    }
    .outlet-badge-pill-label {
      font-size: 0.62rem; font-weight: 400; letter-spacing: 0.05em;
      color: rgba(255,255,255,0.45); margin-left: 4px;
    }
    .outlet-right { text-align: right; }
    .outlet-cta {
      display: inline-flex; align-items: center; gap: 10px;
      background: var(--gold-gradient); color: var(--charcoal);
      padding: 16px 40px; font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      transition: opacity 0.2s, transform 0.2s; white-space: nowrap;
    }
    .outlet-cta:hover { opacity: 0.9; transform: translateX(2px); }
    .outlet-cta svg { flex-shrink: 0; }
    @media (max-width: 768px) {
      .outlet-banner-inner { grid-template-columns: 1fr; padding: 44px 20px; gap: 28px; }
      .outlet-right { text-align: left; }
      .outlet-cta { width: 100%; justify-content: center; }
    }