/* ---- tokens --plp-* (del PLP, re-scopeados al home) ---- */
.template-home{--plp-ink:#000000;
  --plp-paper:#ffffff;
  --plp-bordo:#6B1F2C;
  --plp-bordo-deep:#4A1520;
  --plp-cream-on-bordo:#F4EFE8;
  --plp-muted:#777777;
  --plp-muted-2:#756E63;
  --plp-muted-3:#3A3530;
  --plp-line:rgba(0,0,0,.14);
  --plp-line-soft:rgba(0,0,0,.08);
  --plp-hairline:rgba(0,0,0,.12);
  --plp-quick-overlay:rgba(0,0,0,.698);
  --plp-display:"Aloe Vera","Noto Sans",sans-serif;
  --plp-body:"Noto Sans",sans-serif;
  --plp-heading:"Montserrat","Noto Sans",sans-serif; 
  
  --plp-sticky-top-md:110px;
  --plp-sticky-top-sm:95px;
  --plp-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23000' fill='none' stroke-width='1.3'/%3E%3C/svg%3E");
  background:#ffffff;}

/* ---- card .plp-look (porteo limpio de plp-styles-14 §looks) ---- */
.template-home .js-category-controls, .template-home .js-category-controls *, .template-home .js-category-controls *::before, .template-home .js-category-controls *::after, .template-home .js-category-body, .template-home .js-category-body *, .template-home .js-category-body *::before, .template-home .js-category-body *::after, .template-home #nav-filters *, .template-home #nav-filters *::before, .template-home #nav-filters *::after, .template-home .plp-fsets *, .template-home .plp-vm *{border-radius:0;}
.template-home .plp-fsets{display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:4px 0 16px;
  align-items:stretch;}
.template-home .js-product-table .plp-fsets{grid-column:1/-1;}
.template-home .plp-fsets .plp-look{height:100%;}
.template-home .plp-fsets .plp-look:first-child .plp-look-content h3{font-size:34px;}
.template-home .plp-fsets .plp-look:first-child .plp-look-flag{background:var(--plp-bordo);
  color:var(--plp-cream-on-bordo);
  border-color:transparent;}
.template-home .plp-look{position:relative;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  background:var(--plp-paper);
  border:1px solid var(--plp-hairline);
  overflow:hidden;
  min-height:0;}
.template-home .plp-look-media{position:relative;overflow:hidden;background:#1c1614;}
.template-home .plp-look-media .plp-lm, .template-home .plp-look-media .plp-lh{position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 26%;
  transition:opacity .55s ease,transform .8s ease;}
.template-home .plp-fsets .plp-look:nth-child(2) .plp-look-media .plp-lm, .template-home .plp-fsets .plp-look:nth-child(2) .plp-look-media .plp-lh{object-position:50% 8%;}
.template-home .plp-look-media .plp-lh{opacity:0;}
.template-home .plp-look:hover .plp-look-media .plp-lm{opacity:0;transform:scale(1.05);}
.template-home .plp-look:hover .plp-look-media .plp-lh{opacity:1;transform:scale(1.05);}
.template-home .plp-look-flag{position:absolute;
  top:14px;
  left:14px;
  z-index:2;
  background:rgba(255,255,255,.92);
  color:var(--plp-bordo);
  border:1px solid rgba(107,31,44,.28);
  box-shadow:0 2px 10px -4px rgba(0,0,0,.45);
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
  white-space:nowrap;
  font-family:var(--plp-body);
  font-weight:600;
  font-size:10px;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:6px 10px;}
.template-home .plp-look-content{padding:26px 24px;display:flex;flex-direction:column;}
.template-home .plp-look-content .plp-look-eyebrow{font-family:var(--plp-body);
  font-size:11px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--plp-muted);
  margin:0 0 7px;}
.template-home .plp-look-content h3{font-family:var(--plp-display);
  font-weight:600;
  font-size:30px;
  line-height:1.04;
  margin:0 0 4px;
  color:var(--plp-ink);}
.template-home .plp-look-content h3 a{color:inherit;text-decoration:none;}
.template-home .plp-look-content h3 a:hover{color:var(--plp-bordo);}
.template-home .plp-look-pieces{list-style:none;
  margin:16px 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:2px;
  flex:0 0 auto;}
.template-home .plp-look-piece-summary{display:none;}
.template-home .plp-look-note{margin:auto 0;
  padding-top:16px;
  border-top:1px solid var(--plp-line-soft);
  font-family:var(--plp-body);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--plp-muted);
  display:flex;
  align-items:center;
  gap:9px;}
.template-home .plp-look-note::before{content:"";
  width:18px;
  height:1px;
  background:var(--plp-bordo);
  flex:0 0 auto;}
.template-home .plp-piece{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid var(--plp-line-soft);
  padding:9px 0;}
.template-home .plp-piece a{font-family:var(--plp-body);
  font-size:14px;
  color:#222;
  text-decoration:none;
  transition:color .2s;}
.template-home .plp-piece a:hover{color:var(--plp-bordo);}
.template-home .plp-piece .plp-piece-label{font-family:var(--plp-body);
  font-size:10.5px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--plp-muted);
  display:block;
  margin-bottom:1px;}
.template-home .plp-piece .plp-piece-price{font-family:var(--plp-body);
  font-size:13px;
  color:var(--plp-muted-3);
  white-space:nowrap;}
.template-home .plp-look-save{margin-top:16px;
  font-family:var(--plp-heading);
  font-size:13px;
  font-weight:600;
  color:var(--plp-bordo);
  letter-spacing:.01em;
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;}
.template-home .plp-look-off{font-family:var(--plp-heading);
  font-weight:700;
  font-size:12px;
  letter-spacing:.02em;
  background:var(--plp-bordo);
  color:var(--plp-cream-on-bordo);
  padding:4px 9px;
  line-height:1;}
.template-home .plp-look-priceline{display:flex;align-items:baseline;gap:11px;margin-top:11px;}
.template-home .plp-look-now{font-family:var(--plp-heading);
  font-weight:600;
  font-size:29px;
  line-height:1;
  color:var(--plp-bordo);
  letter-spacing:.005em;}
.template-home .plp-look-was{font-family:var(--plp-body);
  font-size:13px;
  color:var(--plp-muted);
  text-decoration:line-through;}
.template-home .plp-look-cuotas{font-family:var(--plp-heading);
  font-size:12px;
  font-weight:600;
  color:#8a8a8a;
  margin-top:8px;
  letter-spacing:.01em;}
.template-home .plp-look-transfer{font-family:var(--plp-body);
  font-size:11px;
  color:var(--plp-muted);
  margin-top:5px;
  letter-spacing:.05em;
  text-transform:uppercase;
  line-height:1.3;}
.template-home .plp-look-transfer b{font-weight:600;color:var(--plp-muted-3);}
.template-home .plp-look-cta{margin-top:auto;}
.template-home .plp-bundle-btn{display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  background:#000;
  color:#fff;
  border:0;
  font-family:var(--plp-body);
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:15px 16px;
  margin-top:18px;
  text-decoration:none;
  transition:background .25s,gap .25s;}
.template-home .plp-bundle-btn:hover{background:var(--plp-bordo);gap:16px;}
.template-home .js-item-product .item-installments .product-installment-amount, .template-home .js-item-product .item-installments .product-installment-value, .template-home .js-item-product .item-installments .plp-cuotas-word, .template-home .plp-look-cuotas span.product-installment-amount, .template-home .plp-look-cuotas span.product-installment-value, .template-home .plp-look-cuotas span.plp-cuotas-word{color:var(--plp-bordo) !important;}
.template-home .plp-look-cuotas .product-installments, .template-home .plp-look-cuotas .product-installments span{color:#8a8a8a !important;}
.template-home .plp-look-cuotas span.product-installment-amount, .template-home .plp-look-cuotas span.product-installment-value, .template-home .plp-look-cuotas span.plp-cuotas-word{color:var(--plp-bordo) !important;}
.template-home .plp-look-transfer .payment-discount-price-product{font-weight:600;
  color:var(--plp-muted-3);}

@media (max-width:1100px){
.template-home .plp-fsets{grid-template-columns:1fr;}
}
@media (max-width:767.98px){
.template-home .plp-fsets{grid-template-columns:1fr;gap:10px;}
.template-home .plp-fsets .plp-look:first-child .plp-look-content h3{font-size:23px;}
.template-home .plp-look{grid-template-columns:1.05fr 1.15fr;}
.template-home .plp-look-media{aspect-ratio:3/4;}
.template-home .plp-look-flag{font-size:9px;
    letter-spacing:.08em;
    padding:5px 8px;
    white-space:nowrap;
    z-index:4;}
.template-home .plp-look-content{padding:16px 16px;}
.template-home .plp-look-content h3{font-size:21px;}
.template-home .plp-look-pieces{display:none;}
.template-home .plp-look-note{display:none;}
.template-home .plp-look-piece-summary{display:block;
    font-family:var(--plp-body);
    font-size:12px;
    color:var(--plp-muted);
    margin-top:10px;
    letter-spacing:.02em;}
.template-home .plp-look-save{margin-top:12px;font-size:12px;}
.template-home .plp-look-priceline{margin-top:8px;}
.template-home .plp-look-now{font-size:22px;}
.template-home .plp-bundle-btn{padding:13px 14px;margin-top:14px;font-size:11px;}
}
@media (prefers-reduced-motion:reduce){
.template-home .js-item-product .item-image-featured, .template-home .js-item-product .item-image-secondary, .template-home .js-item-variants.item-variants, .template-home #nav-filters.modal-right, .template-home .plp-look-media .plp-lm, .template-home .plp-look-media .plp-lh{transition-duration:.05ms !important;}
}
/* ============================================================
   LuaFemme — Rediseño Home 2026-08-08 (aprobado por Sophi, mockup v5)
   Archivo estático versionado: home-styles-1.css (editar ⇒ filename nuevo).
   Todo scopeado a .template-home. Sistema: ink/paper/hairlines del PLP,
   Aloe Vera itálica + Montserrat spaced, bordó #6B1F2C solo como acento.
   ============================================================ */

/* ---------- utilidades de sección ---------- */
.template-home .lua-sec{padding:56px 4vw 0}
.template-home .lua-idx{border-top:1px solid rgba(0,0,0,.14);height:14px}
.template-home .lua-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:8px 0 30px;flex-wrap:wrap}
.template-home .lua-tit{font-size:clamp(32px,4.4vw,54px);line-height:1.05;font-family:"Montserrat",sans-serif;font-weight:700;letter-spacing:-.01em;margin:0;color:#000}
.template-home .lua-tit em{font-family:"Aloe Vera","Noto Sans",serif;font-style:italic;font-weight:400;letter-spacing:0}
.template-home .lua-see{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#000;border-bottom:1px solid rgba(0,0,0,.14);padding-bottom:4px;transition:border-color .25s;white-space:nowrap}
.template-home .lua-see:hover{border-color:#000;text-decoration:none;color:#000}

/* ---------- banda lunar ---------- */
.template-home .lua-luna{border-bottom:1px solid rgba(0,0,0,.08);padding:30px 4vw;display:flex;align-items:center;justify-content:center;gap:24px;text-align:left}
.template-home .lua-luna svg{flex:none}
.template-home .lua-luna-eyebrow{font-family:"Montserrat",sans-serif;font-size:9.5px;font-weight:600;letter-spacing:.22em;color:#777;text-transform:uppercase;margin:0}
.template-home .lua-luna-fase{font-family:"Aloe Vera","Noto Sans",serif;font-style:italic;font-weight:300;font-size:clamp(22px,2.5vw,29px);line-height:1.15;margin:6px 0 0;color:#000}
.template-home .lua-luna-frase{font-size:13.5px;color:#777;margin:7px 0 0}
.template-home .lua-luna-data{display:none}

/* ---------- video frame + parlante + etiqueta frosted ---------- */
.template-home .lua-vframe{position:relative;border:1px solid rgba(0,0,0,.14);overflow:hidden;background:#EFEDEA}
.template-home .lua-vframe video{width:100%;aspect-ratio:9/16;object-fit:cover;display:block}
.template-home .lua-vframe.lua-vcrop video{aspect-ratio:3/4}
.template-home .lua-vsound{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}
.template-home .lua-vsound svg{width:18px;height:18px;stroke:#000;fill:none;stroke-width:1.6}
.template-home .lua-vtag{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.78);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08);padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.template-home .lua-vtag-t{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0;color:#000}
.template-home .lua-vtag-s{font-size:12px;color:#777;margin:2px 0 0}
.template-home .lua-vtag-cta{background:#000;color:#fff;border:none;font-family:"Montserrat",sans-serif;font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:10px 12px;white-space:nowrap;transition:background .25s}
.template-home .lua-vtag-cta:hover{background:#6B1F2C;color:#fff;text-decoration:none}

/* ---------- §01 nueva colección ---------- */
.template-home .lua-nueva{display:grid;grid-template-columns:4.2fr 7.8fr;gap:36px;align-items:start}
.template-home .lua-nueva-video{position:sticky;top:120px}
.template-home .lua-nueva .lua-cards .row{margin:0 -8px}

/* ---------- cards nativas dentro de secciones lua ---------- */
.template-home .lua-cards [class*="payment-discount"]{color:#6B1F2C}
.template-home .lua-cards .item-name{font-family:"Montserrat",sans-serif;font-weight:600}

/* ---------- mini-videos de Nueva colección (estilo video-moment PLP) ---------- */
.template-home .lua-nueva-vids{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:22px}
.template-home .lua-nv{position:relative}
.template-home .lua-nv video{width:100%;aspect-ratio:9/16;object-fit:cover;display:block}
.template-home .lua-nv-ov{position:absolute;left:0;right:0;bottom:0;padding:44px 16px 16px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.55) 100%)}
.template-home .lua-nv-eyebrow{font-family:"Montserrat",sans-serif;font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.85);margin:0 0 8px}
.template-home .lua-nv-links{display:flex;flex-wrap:wrap;gap:6px 16px}
.template-home .lua-nv-links a{font-family:"Montserrat",sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:2px;transition:border-color .25s}
.template-home .lua-nv-links a:hover{color:#fff;border-color:#fff;text-decoration:none}

/* ---------- §02 comprá el look (layout home sobre card .plp-look probada) ---------- */
.template-home .lua-looks{display:grid;grid-template-columns:7fr 5fr;gap:36px;align-items:start}
.template-home .lua-looks .plp-look{display:block}
/* ratio en el CONTENEDOR: .plp-lm/.plp-lh son absolute inset:0 (reglas porteadas) */
.template-home .lua-looks .plp-look-media{max-width:none;position:relative;overflow:hidden;aspect-ratio:4/5}
.template-home .lua-looks .lua-look-2 .plp-look-media{aspect-ratio:3/4}
.template-home .lua-looks .plp-look-content{padding:16px 2px 0}
.template-home .lua-badge{display:inline-block;background:#000;color:#fff;font-family:"Montserrat",sans-serif;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:8px 11px;margin:10px 0 4px}

/* ---------- §03 explorá por prenda ---------- */
.template-home .lua-prendas{display:grid;grid-template-columns:repeat(6,1fr);border-left:1px solid rgba(0,0,0,.08)}
.template-home .lua-prenda{border-right:1px solid rgba(0,0,0,.08);padding:0 0 18px;display:block}
.template-home .lua-prenda .lua-ph{overflow:hidden}
.template-home .lua-prenda img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block;transition:transform .5s ease}
.template-home .lua-prenda:hover img{transform:scale(1.03)}
.template-home .lua-prenda-label{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 0}
.template-home .lua-prenda-n{font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#000;position:relative}
.template-home .lua-prenda-n::after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:1px;background:#000;transition:width .3s}
.template-home .lua-prenda:hover .lua-prenda-n::after{width:100%}
.template-home .lua-prenda:hover{text-decoration:none}
.template-home .lua-prenda-v{font-family:"Montserrat",sans-serif;font-size:10px;letter-spacing:.1em;color:#777}

/* ---------- §04 boutique (banda greige — único bloque de color) ---------- */
.template-home .lua-boutique{background:#EDE9E3;margin-top:56px}
.template-home .lua-boutique-in{display:grid;grid-template-columns:7fr 5fr;gap:44px;align-items:center;padding:56px 4vw}
.template-home .lua-boutique .lua-idx{border-color:rgba(0,0,0,.18)}
.template-home .lua-boutique-lead{color:#4a453e;font-size:15px;line-height:1.75;margin:16px 0 0}
.template-home .lua-boutique-lead b{color:#1b1b1b;font-weight:700}
.template-home .lua-boutique-nota{font-family:"Aloe Vera","Noto Sans",serif;font-style:italic;font-size:17px;color:#3d3831;line-height:1.6;margin:14px 0 0}
.template-home .lua-boutique-nota b{color:#1b1b1b;font-weight:500}
.template-home .lua-ctas{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-top:24px}
.template-home .lua-cta-solid{display:inline-block;background:#6B1F2C;color:#fff;border:none;font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:15px 30px;transition:background .25s}
.template-home .lua-cta-solid:hover{background:#571720;color:#fff;text-decoration:none}
.template-home .lua-cta-ghost{display:inline-block;border:1px solid rgba(0,0,0,.45);color:#3d3831;font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:14px 24px;transition:all .25s}
.template-home .lua-cta-ghost:hover{background:#000;color:#fff;border-color:#000;text-decoration:none}
.template-home .lua-hrs{display:flex;gap:26px;margin-top:18px;flex-wrap:wrap}
.template-home .lua-hrs>div{border-left:1px solid rgba(0,0,0,.18);padding-left:12px}
.template-home .lua-hrs .lua-h-t{font-family:"Montserrat",sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6b6459;margin:0}
.template-home .lua-hrs .lua-h-v{font-size:13px;color:#3d3831;margin:3px 0 0}
.template-home .lua-mapwrap{margin-top:26px;max-width:430px}
.template-home .lf-map-card{display:block;text-decoration:none;border:1px solid rgba(0,0,0,.12);background:#f7f2ec;overflow:hidden}
.template-home .lf-map-card svg{display:block;width:100%;height:auto}
.template-home .lf-map-card:hover .lf-map-pin{transform:translateY(-3px)}
.template-home .lf-map-pin{transition:transform .25s ease}
.template-home .lf-map-caption{display:block;padding:10px 12px 12px;background:#fff;border-top:1px solid #f0eae2;font-family:"Noto Sans";color:#1b1b1b;text-align:center}
.template-home .lf-map-dir{display:block;font-size:12px;letter-spacing:.3px}
.template-home .lf-map-go{display:inline-block;margin-top:3px;font-size:11px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#6b1f2a}

/* ---------- §05 best sellers ---------- */
.template-home .lua-ghost-btn{display:block;margin:34px auto 72px;background:none;border:1px solid #000;color:#000;font-family:"Montserrat",sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;padding:14px 34px;width:max-content;transition:all .25s}
.template-home .lua-ghost-btn:hover{background:#000;color:#fff;text-decoration:none}

/* ---------- §club (newsletter con foto) ---------- */
.template-home .lua-club{max-width:940px;margin:0 auto;padding:48px 4vw 84px}
.template-home .lua-club-grid{display:grid;grid-template-columns:340px 1fr;gap:44px;align-items:center;margin-top:30px}
.template-home .lua-club-img img{width:100%;aspect-ratio:3/4;object-fit:cover;border:1px solid rgba(0,0,0,.08);display:block}
.template-home .lua-club-body{text-align:center}
.template-home .lua-club-sub{color:#777;font-size:14px;margin:12px 0 0}
.template-home .lua-club-legal{font-size:11px;color:#8a8a8a;margin:14px 0 0}
.template-home .lua-club-body .js-subscribe-form,
.template-home .lua-club-body form{margin-top:26px}
/* v3 (pedido Sophi): renglón del mail BIEN visible (caja completa, no solo
   una línea tenue) y botón "Enviar →" legible */
/* v4: !important — el theme pintaba el borde BLANCO (invisible sobre blanco) */
.template-home .lua-club-body input[type="email"],
.template-home .lua-club-body input[type="text"]{border:1px solid rgba(0,0,0,.4) !important;border-radius:0 !important;background:#fff !important;color:#000 !important;font-size:14px;padding:13px 14px !important;outline:none;box-shadow:none !important;width:100%;transition:border-color .25s}
.template-home .lua-club-body input[type="email"]:focus,
.template-home .lua-club-body input[type="text"]:focus{border-color:#000 !important}
.template-home .lua-club-body input::placeholder{color:#8a8a8a !important;opacity:1}
.template-home .lua-club-body .newsletter-title{display:none !important}
.template-home .lua-club-body .js-home-newsletter-title{display:none !important}
/* v5: el theme escondía el texto del submit con text-indent:-99999px
   (botón negro "mudo" — hallazgo Sophi). Se restaura el texto ENVIAR. */
/* v11 (definitivo): GRILLA — renglón y botón como dos celdas de la misma
   fila. Determinístico en todos los navegadores: sin absolute, sin transform
   (el theme metía translateY(-24px)), sin cálculos de altura. */
.template-home .lua-club-body .newsletter-form{display:grid !important;grid-template-columns:1fr 130px;align-items:stretch;position:static}
.template-home .lua-club-body .newsletter-form .form-group{grid-column:1;grid-row:1;margin:0 !important}
.template-home .lua-club-body input[type="email"],
.template-home .lua-club-body input[type="text"]{height:48px !important;box-sizing:border-box !important;margin:0 !important;width:100% !important;padding-right:14px !important}
.template-home .lua-club-body input[type="submit"],
.template-home .lua-club-body button[type="submit"],
.template-home .lua-club-body .btn{grid-column:2;grid-row:1;position:static !important;transform:none !important;height:48px !important;width:100%;min-width:0;background:#000;color:#fff !important;border:none;border-radius:0;font-family:"Montserrat",sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:0 10px;text-indent:0 !important;overflow:visible;cursor:pointer;transition:background .25s;margin:0 !important}
.template-home .lua-club-body input[type="submit"]:hover,
.template-home .lua-club-body .btn:hover,
.template-home .lua-club-body button[type="submit"]:hover{background:#6B1F2C;color:#fff !important}

/* ---------- mobile ---------- */
@media (max-width: 991.98px){
  .template-home .lua-sec{padding:44px 16px 0}
  .template-home .lua-luna{flex-direction:column;text-align:center;gap:12px;padding:26px 16px}
  .template-home .lua-nueva{grid-template-columns:1fr;gap:26px}
  .template-home .lua-nueva-video{position:static;max-width:420px;margin:0 auto;width:100%}
  .template-home .lua-nueva-vids{gap:12px}
  .template-home .lua-looks{grid-template-columns:1fr;gap:30px}
  .template-home .lua-prendas{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-left:none;-webkit-overflow-scrolling:touch}
  .template-home .lua-prenda{min-width:42vw;scroll-snap-align:start;border-left:1px solid rgba(0,0,0,.08)}
  .template-home .lua-boutique-in{grid-template-columns:1fr;gap:30px;padding:44px 16px}
  .template-home .lua-boutique-in .lua-vframe{max-width:420px;margin:0 auto;order:-1;width:100%}
  .template-home .lua-club-grid{grid-template-columns:1fr;gap:22px}
  .template-home .lua-club-img{max-width:300px;margin:0 auto}
}
@media (prefers-reduced-motion: reduce){
  .template-home .lua-prenda img{transition:none}
}
