/* ============================================================
   PIEL DE SEDA · Sistema de diseño único
   Editorial premium · rosa-nude / oro sobre fondo oscuro cálido
   ============================================================ */
:root {
  --primario: #a76763;
  --primario-2: #8a504c;
  --secundario: #c98a86;
  --oscuro: #150f0f;
  --oscuro-2: #1e1616;
  --oscuro-3: #281d1d;
  --crema: #f3e9de;
  --crema-2: #d8c6bb;
  --muted: #9a877e;
  --gold: #c9a15a;
  --linea: rgba(243,233,222,.1);
  --linea-2: rgba(243,233,222,.16);
  --wa: #25D366;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --gutter: clamp(18px, 4vw, 46px);
  --maxw: 1240px;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--oscuro); color: var(--crema);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -.01em; }
p { text-wrap: pretty; }
::selection { background: var(--primario); color: #fff; }
:focus-visible { outline: 2px solid var(--secundario); outline-offset: 3px; border-radius: 4px; }
.container { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.eyebrow { font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.serif { font-family: var(--serif); }

/* --- Botones --- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s var(--ease), background .2s, border-color .2s; }
.btn-primary { background: var(--primario); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); background: var(--primario-2); }
.btn-ghost { border: 1px solid var(--linea-2); color: var(--crema); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1fb457; transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* --- Header --- */
header.bar { position: sticky; top: 0; z-index: 400; background: rgba(21,15,15,.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--linea); }
.bar-in { display: flex; align-items: center; justify-content: space-between; padding-block: 15px; gap: 14px; }
.brand { font-family: var(--serif); font-size: 21px; line-height: 1; }
.brand small { display: block; font-family: var(--sans); font-size: 8.5px; letter-spacing: .26em; color: var(--secundario); text-transform: uppercase; font-weight: 600; margin-top: 3px; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { font-size: 14px; color: var(--crema-2); transition: color .2s; }
.nav a:hover, .nav a.act { color: var(--crema); }
.bar-actions { display: flex; gap: 10px; align-items: center; }
.cart-btn { position: relative; display: inline-flex; align-items: center; gap: 7px; background: var(--oscuro-3); border: 1px solid var(--linea-2); border-radius: 999px; padding: 10px 16px; font-size: 13px; font-weight: 600; }
.cart-btn:hover { border-color: var(--secundario); }
.badge { position: absolute; top: -6px; right: -6px; background: var(--secundario); color: var(--oscuro); width: 19px; height: 19px; border-radius: 50%; font-size: 10.5px; font-weight: 800; display: none; align-items: center; justify-content: center; }
.nav-toggle { display: none; }
@media (max-width: 760px) {
  .nav { position: fixed; inset: 60px 0 auto 0; flex-direction: column; gap: 0; background: var(--oscuro-2); border-bottom: 1px solid var(--linea); padding: 8px 0; transform: translateY(-120%); transition: transform .3s var(--ease); z-index: 390; }
  .nav.open { transform: translateY(0); }
  .nav a { padding: 13px var(--gutter); width: 100%; border-bottom: 1px solid var(--linea); }
  .nav-toggle { display: inline-flex; background: var(--oscuro-3); border: 1px solid var(--linea-2); border-radius: 10px; width: 40px; height: 40px; align-items: center; justify-content: center; font-size: 18px; }
}

/* --- Franja de confianza --- */
.trust { background: var(--oscuro-2); border-block: 1px solid var(--linea); }
.trust-in { display: flex; flex-wrap: wrap; gap: 10px 30px; justify-content: center; padding: 12px var(--gutter); font-size: 12.5px; color: var(--crema-2); text-align: center; }
.trust-in b { color: var(--gold); }
.trust-in span { display: inline-flex; align-items: center; gap: 6px; }

/* --- Categorías (tiles) --- */
.cat-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 16px; }
.cat-tile { position: relative; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; border: 1px solid var(--linea); display: flex; align-items: flex-end; }
.cat-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(1.05); transition: transform .5s var(--ease), filter .5s; }
.cat-tile:hover img { transform: scale(1.07); filter: brightness(.72) saturate(1.15); }
.cat-tile .lab { position: relative; z-index: 1; padding: 18px 20px; }
.cat-tile .lab h3 { font-size: 22px; }
.cat-tile .lab span { font-size: 12px; color: var(--crema-2); }
.cat-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,6,6,.85), transparent 60%); }

/* --- Grid de productos --- */
.section { padding-block: clamp(44px, 7vw, 80px); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(28px,4vw,44px); }
.section-head h2 { font-size: clamp(28px, 4.6vw, 44px); margin-top: 8px; }
.section-head p { color: var(--muted); margin-top: 12px; }
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: clamp(12px,2vw,22px); }
@media (max-width: 560px) { .pgrid { grid-template-columns: repeat(2, 1fr); } .pcard .pa { font-size: 11.5px; padding: 9px 6px; } }
.pcard { background: var(--oscuro-2); border: 1px solid var(--linea); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.pcard:hover { transform: translateY(-4px); border-color: rgba(201,161,90,.35); box-shadow: 0 22px 48px rgba(0,0,0,.45); }
.pcard .iw { position: relative; aspect-ratio: 3/4; background: #100a0a; overflow: hidden; }
.pcard .iw img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.pcard:hover .iw img { transform: scale(1.06); }
.pcard .tg { position: absolute; top: 9px; left: 9px; background: rgba(20,14,14,.78); backdrop-filter: blur(4px); color: var(--secundario); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; border: 1px solid var(--linea); }
.pcard .pi { padding: 13px 14px 14px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.pcard .pn { font-size: 14px; font-weight: 600; line-height: 1.3; }
.pcard .pp { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--gold); }
.pcard .pa { margin-top: auto; background: var(--oscuro-3); border: 1px solid var(--linea-2); color: var(--crema); border-radius: 10px; padding: 10px; font-size: 12.5px; font-weight: 700; transition: all .2s var(--ease); }
.pcard .pa:hover { background: var(--primario); border-color: var(--primario); }

/* --- Barra de filtros catálogo --- */
.filters { position: sticky; top: 61px; z-index: 300; background: var(--oscuro); border-bottom: 1px solid var(--linea); padding-block: 14px; }
.filters-in { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.cat-scroll { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; flex: 1; }
.cat-scroll::-webkit-scrollbar { display: none; }
.cat-pill { white-space: nowrap; background: var(--oscuro-2); border: 1px solid var(--linea-2); color: var(--crema-2); border-radius: 999px; padding: 9px 17px; font-size: 13px; font-weight: 600; transition: all .2s; }
.cat-pill:hover { border-color: var(--gold); color: var(--crema); }
.cat-pill.act { background: var(--primario); border-color: var(--primario); color: #fff; }
.search-box { display: flex; align-items: center; gap: 8px; background: var(--oscuro-2); border: 1px solid var(--linea-2); border-radius: 999px; padding: 8px 14px; }
.search-box input { background: none; border: 0; color: var(--crema); font-size: 13px; width: 150px; outline: none; }
.search-box input::placeholder { color: var(--muted); }
select.sort { background: var(--oscuro-2); border: 1px solid var(--linea-2); color: var(--crema-2); border-radius: 999px; padding: 9px 14px; font-size: 13px; }

/* --- Cesta drawer --- */
#ov { position: fixed; inset: 0; background: rgba(8,4,4,.62); backdrop-filter: blur(2px); z-index: 800; display: none; }
#cesta { position: fixed; top: 0; right: 0; bottom: 0; width: min(410px,94vw); z-index: 801; background: var(--oscuro-2); transform: translateX(100%); transition: transform .32s var(--ease); display: flex; flex-direction: column; border-left: 1px solid var(--linea-2); }
#cesta.open { transform: translateX(0); }
#cesta .ch { padding: 19px 20px; background: var(--oscuro-3); border-bottom: 1px solid var(--linea); display: flex; justify-content: space-between; align-items: center; }
#cesta .ch h3 { font-size: 19px; }
#cesta .close { font-size: 25px; color: var(--muted); }
#cesta .items { flex: 1; overflow-y: auto; padding: 15px; }
.ci { display: flex; gap: 11px; background: var(--oscuro); border: 1px solid var(--linea); border-radius: 11px; padding: 10px; margin-bottom: 9px; align-items: center; }
.ci img { width: 52px; height: 66px; object-fit: cover; border-radius: 7px; }
.ci .cd { flex: 1; font-size: 12.5px; }
.ci .cd .p { color: var(--gold); font-family: var(--serif); font-style: italic; margin-top: 2px; }
.ci .qty { display: flex; gap: 7px; align-items: center; }
.ci .qty button { width: 25px; height: 25px; border: 1px solid var(--linea-2); border-radius: 6px; color: var(--crema); }
.ci .qty button:hover { border-color: var(--primario); }
.cesta-empty { text-align: center; color: var(--muted); padding: 56px 18px; font-size: 13.5px; }
#cesta .foot { padding: 17px 20px; background: var(--oscuro-3); border-top: 1px solid var(--linea); }
#cesta .tot { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 18px; margin-bottom: 12px; }
#cesta .tot span:last-child { color: var(--gold); }

/* --- Footer --- */
footer.site { background: var(--oscuro-2); border-top: 1px solid var(--linea); padding: clamp(40px,6vw,64px) var(--gutter) 32px; }
.foot-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
.foot-grid h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.foot-grid a, .foot-grid p { display: block; color: var(--crema-2); font-size: 13.5px; margin-bottom: 9px; }
.foot-grid a:hover { color: var(--crema); }
.foot-brand .brand { margin-bottom: 12px; }
.foot-bottom { max-width: var(--maxw); margin: 30px auto 0; padding-top: 20px; border-top: 1px solid var(--linea); font-size: 11.5px; color: var(--muted); text-align: center; line-height: 1.8; }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr; gap: 24px; } }

/* --- Age gate --- */
#gate { position: fixed; inset: 0; z-index: 10000; background: radial-gradient(ellipse at top, #1c1414, #0a0606 72%); display: flex; align-items: center; justify-content: center; padding: 24px; }
#gate .box { max-width: 400px; text-align: center; padding: 42px 34px; background: var(--oscuro-3); border: 1px solid var(--linea-2); border-radius: 20px; }
#gate .g { font-size: 12px; letter-spacing: .3em; color: var(--secundario); text-transform: uppercase; margin-bottom: 14px; }
#gate .gt { font-family: var(--serif); font-size: 29px; margin-bottom: 10px; }
#gate .gd { color: var(--muted); font-size: 14px; margin-bottom: 26px; line-height: 1.6; }
#gate .gbtns { display: flex; gap: 10px; }
#gate .gbtns button { flex: 1; padding: 14px; border-radius: 12px; font-size: 14px; font-weight: 700; }
#gate .gyes { background: var(--primario); color: #fff; }
#gate .gno { border: 1px solid var(--linea-2); color: var(--muted); }
body.gated { overflow: hidden; }
#gate.hide { display: none; }

/* --- Reveal --- */
[data-rev] { opacity: 0; transform: translateY(24px); }
.is-ready [data-rev].in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
@media (prefers-reduced-motion: reduce) { [data-rev] { opacity: 1 !important; transform: none !important; } html { scroll-behavior: auto; } }

/* ============================================================
   HOME · Hero cinematográfico
   ============================================================ */
.hero { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: blur(3px) brightness(.34) saturate(1.05); transform: scale(1.08); }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,7,7,.9) 0%, rgba(12,7,7,.55) 55%, rgba(12,7,7,.75) 100%); }
.hero-mesh { position: absolute; inset: -20%; z-index: 1; opacity: .5; pointer-events: none;
  background: radial-gradient(circle at 28% 30%, rgba(201,138,134,.4), transparent 55%), radial-gradient(circle at 76% 62%, rgba(201,161,90,.22), transparent 52%);
  filter: blur(64px); animation: heroBreath 15s var(--ease) infinite alternate; }
@keyframes heroBreath { from { transform: scale(1) rotate(0); } to { transform: scale(1.16) rotate(7deg); } }
.hero-in { position: relative; z-index: 2; max-width: 620px; padding-block: 60px; }
.hero-in h1 { font-size: clamp(42px, 8vw, 82px); line-height: .98; margin: 16px 0 18px; }
.hero-in h1 em { color: var(--secundario); font-style: italic; }
.hero-in p.sub { color: var(--crema-2); font-size: clamp(15px, 2vw, 18px); max-width: 460px; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 2; color: var(--muted); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; animation: bob 2.2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,7px); } }
@media (prefers-reduced-motion: reduce) { .hero-mesh, .hero-scroll { animation: none; } }

/* Historia de marca */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,56px); align-items: center; }
.story-img { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; border: 1px solid var(--linea); }
.story-img img { width: 100%; height: 100%; object-fit: cover; }
.story-txt h2 { font-size: clamp(26px,4vw,40px); margin: 10px 0 16px; }
.story-txt p { color: var(--crema-2); margin-bottom: 14px; }
@media (max-width: 760px) { .story { grid-template-columns: 1fr; } .story-img { max-height: 60vh; } }

/* ============================================================
   FICHA de producto
   ============================================================ */
.ficha { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,56px); padding-block: clamp(30px,4vw,52px); align-items: start; }
.ficha-gal { position: sticky; top: 80px; }
.fg-main { aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; border: 1px solid var(--linea-2); background: #100a0a; }
.fg-main img { width: 100%; height: 100%; object-fit: cover; }
.fg-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.fg-th { width: 66px; height: 84px; border-radius: 9px; overflow: hidden; border: 1px solid var(--linea-2); opacity: .6; transition: opacity .2s, border-color .2s; }
.fg-th.act, .fg-th:hover { opacity: 1; border-color: var(--gold); }
.fg-th img { width: 100%; height: 100%; object-fit: cover; }
.ficha-info h1 { font-size: clamp(28px,4vw,42px); margin: 10px 0; }
.ficha-price { font-family: var(--serif); font-style: italic; font-size: clamp(24px,3vw,30px); color: var(--gold); margin-bottom: 20px; }
.ficha-desc { color: var(--crema-2); font-size: 15.5px; line-height: 1.7; margin-bottom: 8px; }
.ficha-consejo { background: var(--oscuro-2); border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; padding: 13px 16px; font-size: 13.5px; color: var(--crema-2); margin-bottom: 18px; }
.ficha-envio { background: var(--oscuro-2); border: 1px solid var(--linea); border-radius: 12px; padding: 16px 18px; font-size: 13.5px; color: var(--crema-2); line-height: 1.65; }
.ficha-envio b { color: var(--crema); }
.ficha-envio .fe-t { font-family: var(--serif); font-size: 17px; color: var(--crema); margin-bottom: 8px; }
@media (max-width: 760px) { .ficha { grid-template-columns: 1fr; } .ficha-gal { position: static; } }

/* ============================================================
   CHECKOUT (página cesta)
   ============================================================ */
.checkout { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px,4vw,48px); padding-block: clamp(28px,4vw,48px); align-items: start; }
.checkout h1 { font-size: clamp(28px,4vw,40px); margin-bottom: 8px; }
.co-panel { background: var(--oscuro-2); border: 1px solid var(--linea); border-radius: 16px; padding: 20px; }
.co-panel h3 { font-size: 20px; margin-bottom: 14px; }
.co-total { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 22px; margin: 6px 0 16px; }
.co-total span:last-child { color: var(--gold); }
.co-form label { display: block; font-size: 12.5px; color: var(--crema-2); margin: 12px 0 5px; }
.co-form input, .co-form textarea { width: 100%; background: var(--oscuro); border: 1px solid var(--linea-2); border-radius: 10px; padding: 11px 13px; color: var(--crema); font-size: 14px; font-family: inherit; }
.co-form input:focus, .co-form textarea:focus { outline: none; border-color: var(--secundario); }
.co-note { font-size: 12px; color: var(--muted); margin-top: 14px; text-align: center; line-height: 1.6; }
@media (max-width: 820px) { .checkout { grid-template-columns: 1fr; } }

/* ============================================================
   Página de INFO (envío discreto / sobre)
   ============================================================ */
.prose { max-width: 720px; margin: 0 auto; padding-block: clamp(30px,5vw,60px); }
.prose h1 { font-size: clamp(30px,5vw,48px); margin-bottom: 8px; }
.prose .lead { color: var(--crema-2); font-size: 17px; margin: 14px 0 30px; }
.prose h2 { font-size: clamp(22px,3vw,30px); margin: 34px 0 12px; }
.prose p { color: var(--crema-2); margin-bottom: 14px; line-height: 1.7; }
.steps { display: grid; gap: 14px; margin: 20px 0; }
.step { display: flex; gap: 14px; background: var(--oscuro-2); border: 1px solid var(--linea); border-radius: 12px; padding: 16px 18px; }
.step .n { font-family: var(--serif); font-size: 26px; color: var(--gold); line-height: 1; }
.step .t { font-size: 14.5px; color: var(--crema-2); }
.step .t b { color: var(--crema); }
.faq { margin-top: 10px; }
.faq details { border-bottom: 1px solid var(--linea); padding: 16px 0; }
.faq summary { font-family: var(--serif); font-size: 17px; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--gold); }
.faq details[open] summary::after { content: "−"; }
.faq p { margin-top: 10px; }

/* ============================================================
   Banner persuasivo (imagen + mensaje que incita a comprar)
   ============================================================ */
.promo { position: relative; min-height: 58vh; display: flex; align-items: center; overflow: hidden; }
.promo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.4) saturate(1.08); }
.promo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,7,7,.9) 0%, rgba(12,7,7,.4) 60%, rgba(12,7,7,.7) 100%); }
.promo-in { position: relative; z-index: 1; max-width: 580px; padding-block: 54px; }
.promo-in h2 { font-size: clamp(30px, 5.4vw, 54px); margin: 14px 0 14px; }
.promo-in h2 em { color: var(--secundario); font-style: italic; }
.promo-in p { color: var(--crema-2); margin-bottom: 26px; max-width: 440px; font-size: clamp(15px,2vw,17px); }

/* ============================================================
   Lookbook / mosaico de inspiración (muchas imágenes)
   ============================================================ */
.lookbook { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(140px, 15vw, 190px); gap: 12px; }
.lb-item { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--linea); display: block; }
.lb-item img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.72) saturate(1.05); transition: transform .55s var(--ease), filter .55s; }
.lb-item:hover img { transform: scale(1.07); filter: brightness(.9) saturate(1.15); }
.lb-item .lb-cap { position: absolute; left: 15px; bottom: 13px; z-index: 1; }
.lb-item .lb-cap b { display: block; font-family: var(--serif); font-size: clamp(17px,2vw,21px); }
.lb-item .lb-cap span { font-size: 11.5px; color: var(--crema-2); }
.lb-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,6,6,.78), transparent 58%); pointer-events: none; }
.lb-tall { grid-row: span 2; }
.lb-wide { grid-column: span 2; }
@media (max-width: 760px) {
  .lookbook { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .lb-wide { grid-column: span 2; }
  .lb-tall { grid-row: span 1; }
}

/* ============================================================
   Filtros del catálogo — versión móvil (desplegables, no pills apretados)
   ============================================================ */
.fsel { background: var(--oscuro-2); border: 1px solid var(--linea-2); color: var(--crema-2); border-radius: 999px; padding: 9px 14px; font-size: 13px; }
.cat-select-m { display: none; }
@media (max-width: 760px) {
  .cat-scroll { display: none; }                 /* ocultamos los pills */
  .cat-select-m { display: block; flex: 1; min-width: 0; }  /* categoría como desplegable */
  .search-box { order: 3; flex-basis: 100%; }    /* buscador a su propia línea, ancho completo */
  .search-box input { width: 100%; flex: 1; }
  .sort { flex: 1; }
  .filters-in { gap: 8px; }
}

/* ============================================================
   Método de pago (checkout)
   ============================================================ */
.pay-methods { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 6px; }
.pay-m { flex: 1; min-width: 92px; background: var(--oscuro); border: 1px solid var(--linea-2); color: var(--crema-2); border-radius: 10px; padding: 11px 8px; font-size: 12.5px; font-weight: 600; transition: all .2s; }
.pay-m:hover { border-color: var(--secundario); }
.pay-m.act { background: var(--primario); border-color: var(--primario); color: #fff; }
.pay-info { font-size: 12.5px; color: var(--crema-2); margin-top: 10px; background: var(--oscuro); border: 1px solid var(--linea); border-radius: 10px; padding: 11px 13px; line-height: 1.6; }
.pay-info b { color: var(--crema); }

/* ============================================================
   Redes sociales (footer)
   ============================================================ */
.socials { display: flex; gap: 9px; margin-top: 15px; flex-wrap: wrap; }
.socials a { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--linea-2); border-radius: 999px; padding: 8px 15px; font-size: 12.5px; color: var(--crema-2); transition: all .2s; }
.socials a:hover { border-color: var(--gold); color: var(--crema); }
.socials a.wa:hover { border-color: var(--wa); color: var(--wa); }
