/* ═══════════════════════════════════════════════════════════
   SLACK GRAVITY — tema WordPress · assets/css/main.css
   ═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg:   #0b0c0a;
  --bg2:  #111210;
  --bg3:  #171815;
  --fg:   #e2dbd0;
  --fg2:  #58534e;
  --gold: #c9a96e;
  --olive:#3d4b2e;
  --bdr:  rgba(226,219,208,.07);
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--fg); font-family: 'Barlow', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold); }
::selection { background: var(--gold); color: #0b0c0a; }
img { max-width: 100%; height: auto; }
a { color: var(--gold); }

/* ── CURSOR ─────────────────────────────────────────────── */
.cur-dot, .cur-ring { display: none; }
body.sg-cursor, body.sg-cursor * { cursor: none; }
body.sg-cursor input, body.sg-cursor textarea, body.sg-cursor select { cursor: text; }
body.sg-cursor .cur-dot { display: block; position: fixed; top: 0; left: 0; z-index: 10000; pointer-events: none; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); will-change: transform; mix-blend-mode: difference; opacity: 0; }
body.sg-cursor .cur-ring { display: flex; position: fixed; top: 0; left: 0; z-index: 9999; pointer-events: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(201,169,110,.9); will-change: transform; align-items: center; justify-content: center; transition: width .38s ease, height .38s ease, background .3s, border-color .3s; }
.cur-lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; color: var(--gold); transition: opacity .2s; opacity: 0; }

/* ── PROGRESS ───────────────────────────────────────────── */
.sg-progress { position: fixed; top: 0; left: 0; z-index: 2001; height: 2px; background: var(--gold); will-change: width; pointer-events: none; box-shadow: 0 0 12px rgba(201,169,110,.55); width: 0; }

/* ── ADMIN BAR OFFSET ───────────────────────────────────── */
body.admin-bar .nav { top: 32px; }
.sg-page-top { height: 96px; }

/* ── NAV ────────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 28px 56px; transition: padding .4s, background .4s, border-color .4s; border-bottom: 1px solid transparent; }
.nav.sc { padding: 15px 56px; background: rgba(11,12,10,.94); backdrop-filter: blur(14px); border-color: var(--bdr); }
.nav-logo { display: block; height: 36px; fill: #e2dbd0; text-decoration: none; }
.nav-logo svg { height: 100%; width: auto; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg); text-decoration: none; opacity: .55; transition: opacity .2s, color .2s; }
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.btn-shop { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: #0b0c0a !important; background: var(--gold); border: none; cursor: pointer; padding: 10px 24px; transition: background .2s; text-decoration: none; display: inline-block; }
.btn-shop:hover { background: var(--fg); }
.nav-cart { position: relative; background: transparent; border: 1px solid rgba(226,219,208,.2); color: var(--fg); padding: 9px 12px; cursor: pointer; display: flex; align-items: center; transition: border-color .2s, color .2s; }
.nav-cart:hover { border-color: var(--gold); color: var(--gold); }
.nav-cart-n { position: absolute; top: -7px; right: -7px; min-width: 17px; height: 17px; padding: 0 4px; background: var(--gold); color: #0b0c0a; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; display: flex; align-items: center; justify-content: center; transform: scale(0); transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
.nav-cart-n.on { transform: scale(1); }

/* ── BOTONES ────────────────────────────────────────────── */
.btn-g, .btn-o { text-decoration: none; display: inline-block; text-align: center; }
.btn-g { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: #0b0c0a !important; background: var(--gold); border: none; cursor: pointer; padding: 14px 34px; transition: background .2s; }
.btn-g:hover { background: var(--fg); }
.btn-o { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg) !important; background: transparent; border: 1px solid rgba(226,219,208,.2); cursor: pointer; padding: 14px 34px; transition: border-color .2s, color .2s; }
.btn-o:hover { border-color: var(--gold); color: var(--gold) !important; }

/* ── HERO CINEMÁTICO ────────────────────────────────────── */
.sh-wrap { height: 220vh; position: relative; }
.sh-stick { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.sh-bg { position: absolute; inset: 0; background: linear-gradient(160deg,#14150f 0%,#0b0c0a 60%); will-change: transform; }
.sh-topo { position: absolute; inset: 0; opacity: .05; pointer-events: none; background-image: repeating-radial-gradient(ellipse 120% 90% at 70% 20%, transparent 0, transparent 34px, rgba(201,169,110,.9) 34px, rgba(201,169,110,.9) 35px); }
.sh-ridge { position: absolute; inset: 0; pointer-events: none; }
.sh-ridge svg { position: absolute; bottom: -2px; left: 0; width: 100%; height: 62%; }
.sh-grad { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(11,12,10,.15) 0%, transparent 28%, rgba(11,12,10,.55) 65%, rgba(11,12,10,.97) 100%); pointer-events: none; }
.sh-dark { position: absolute; inset: 0; background: #0b0c0a; opacity: 0; pointer-events: none; will-change: opacity; }
.sh-txt { position: absolute; bottom: 88px; left: 56px; right: 56px; will-change: transform, opacity; }
.sh-eye { display: flex; align-items: center; gap: 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .35em; color: var(--gold); margin-bottom: 22px; animation: fup .8s ease .2s both; }
.sh-eye::before { content: ''; display: block; width: 36px; height: 1px; background: var(--gold); flex-shrink: 0; }
.sh-h1 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; text-transform: uppercase; font-size: clamp(78px, 12vw, 180px); line-height: .87; letter-spacing: -.025em; animation: fup .85s ease .38s both; }
.sh-h1 em { color: var(--gold); font-style: normal; }
.sh-sub { font-size: 18px; font-weight: 300; color: rgba(226,219,208,.6); margin-top: 24px; max-width: 440px; line-height: 1.55; animation: fup .8s ease .56s both; }
.sh-btns { display: flex; gap: 12px; margin-top: 36px; animation: fup .8s ease .72s both; }
.sh-brand { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; will-change: transform, opacity; padding: 0 40px; text-align: center; pointer-events: none; }
.sh-brand-eye { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .44em; color: var(--fg2); margin-bottom: 36px; }
.mark-slot svg { fill: var(--gold); }
.sh-brand-q { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(50px, 7.5vw, 118px); text-transform: uppercase; line-height: .87; letter-spacing: -.025em; margin-top: 44px; }
.sh-brand-q span { color: var(--gold); }
.sh-ind { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; pointer-events: none; }
.sh-ind-t { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .35em; color: var(--fg2); }
.sh-ind-l { width: 1px; height: 44px; background: linear-gradient(to bottom, var(--gold), transparent); animation: scrollPulse 1.6s ease-in-out infinite; }
@keyframes fup { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }
@keyframes scrollPulse { 0%,100% { opacity: 1; transform: scaleY(1); } 50% { opacity: .25; transform: scaleY(.55); } }

/* ── SECCIONES ──────────────────────────────────────────── */
.sec { padding: 112px 56px; position: relative; }
.sec-bg2 { background: var(--bg2); }
.sec-in { max-width: 1400px; margin: 0 auto; }
.sec::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, var(--gold), rgba(201,169,110,.2)); transform: scaleX(0); transform-origin: left; transition: transform 1.1s cubic-bezier(.16,1,.3,1); z-index: 10; pointer-events: none; }
.sec.swept::before { transform: scaleX(1); }
.lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .42em; color: var(--fg2); display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.lbl::after { content: ''; width: 36px; height: 1px; background: var(--fg2); flex-shrink: 0; }
.sh2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; text-transform: uppercase; font-size: clamp(48px, 5.8vw, 92px); line-height: .9; letter-spacing: -.015em; color: var(--fg); }
.h2lw { display: block; overflow: hidden; padding-bottom: .06em; }
.h2li { display: block; transition: transform 1.1s cubic-bezier(.16,1,.3,1); }
.h2li.hid { transform: translateY(110%); }
.sg-note-pad { padding: 40px 0; }

/* ── REVEALS ────────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.rv.in { opacity: 1; transform: none; }
.rv-l { opacity: 0; transform: translateX(-54px); transition: opacity .9s ease, transform 1s cubic-bezier(.16,1,.3,1); }
.rv-l.in { opacity: 1; transform: none; }
.rv-r { opacity: 0; transform: translateX(54px); transition: opacity .9s ease, transform 1s cubic-bezier(.16,1,.3,1); }
.rv-r.in { opacity: 1; transform: none; }
.rv-sc { opacity: 0; transform: scale(.92) translateY(24px); transition: opacity .75s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.rv-sc.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; } .d4 { transition-delay: .32s; } .d5 { transition-delay: .4s; }

/* ── PLACEHOLDERS ───────────────────────────────────────── */
.ph { position: relative; width: 100%; height: 100%; min-height: 100%; background: #14150f; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1px rgba(201,169,110,.18); }
.ph::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0, transparent 22px, rgba(201,169,110,.05) 22px, rgba(201,169,110,.05) 23px); }
.ph svg { width: 34%; max-width: 150px; opacity: .1; fill: var(--gold); }
.ph-tag { position: absolute; bottom: 12px; right: 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .25em; color: rgba(201,169,110,.4); }
.ph.t2 { background: #181611; }
.ph.t3 { background: #12150e; }
.sg-pimg { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── MANIFESTO ──────────────────────────────────────────── */
.mfst { background: var(--bg2); }
.mfst-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; margin-top: 72px; }
.mfst-div { width: 48px; height: 2px; background: var(--gold); margin: 28px 0; }
.mfst-p { font-size: 17px; font-weight: 300; color: rgba(226,219,208,.68); line-height: 1.72; margin-top: 18px; }
.mfst-p strong { color: var(--fg); font-weight: 600; }
.mfst-p-hi { margin-top: 14px; color: var(--fg); font-weight: 500; }
.mfst-q { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(30px, 3.2vw, 56px); text-transform: uppercase; line-height: 1.05; }
.mfst-q em { color: var(--gold); font-style: normal; display: block; margin-top: 6px; }
.mfst-attrs { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.mfst-row { display: flex; align-items: center; gap: 14px; }
.mfst-dot { width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; }
.mfst-tag { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); }
.mfst-photo { position: relative; height: 320px; overflow: hidden; margin-top: 44px; }
.mfst-photo .ph { position: absolute; inset: 0; will-change: transform; }
.mfst-photo-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px; background: linear-gradient(to top, rgba(17,18,16,.85) 0%, transparent 100%); pointer-events: none; }
.mfst-cap-t { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 20px; text-transform: uppercase; letter-spacing: .05em; }
.mfst-cap-s { display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .28em; color: var(--gold); margin-top: 4px; }

/* ── PILARES ────────────────────────────────────────────── */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 60px; }
.pillar { background: var(--bg3); padding: 48px 36px; border-top: 2px solid transparent; transition: border-color .3s, background .3s; }
.pillar:hover { border-color: var(--gold); background: #1c1e1a; }
.p-num { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 76px; line-height: 1; letter-spacing: -.04em; color: rgba(226,219,208,.05); transition: color .3s; }
.pillar:hover .p-num { color: rgba(201,169,110,.1); }
.p-tit { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 40px; text-transform: uppercase; margin-top: 10px; line-height: 1; }
.p-tag { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-top: 10px; }
.p-desc { font-size: 15px; font-weight: 300; line-height: 1.65; color: var(--fg2); margin-top: 14px; }

/* ── STRIP ──────────────────────────────────────────────── */
.strip { background: var(--gold); padding: 15px 0; overflow: hidden; white-space: nowrap; }
.strip-inner { display: inline-flex; animation: marquee 28s linear infinite; }
.strip-item { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .2em; color: #0b0c0a; padding: 0 28px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── COLECCIONES (categorías) ───────────────────────────── */
.col-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
.col-cat { position: relative; display: block; height: 440px; overflow: hidden; text-decoration: none; color: var(--fg); background: var(--bg3); }
.col-cat .ph, .col-cat .sg-pimg { position: absolute; inset: 0; height: 100%; transition: transform .7s ease; }
.col-cat:hover .ph, .col-cat:hover .sg-pimg { transform: scale(1.04); }
.col-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 22px; background: linear-gradient(to top, rgba(11,12,10,.88) 0%, transparent 100%); pointer-events: none; }
.col-cap-sub { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .28em; color: var(--gold); display: block; margin-bottom: 3px; }
.col-cap-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; }
.col-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 26px; gap: 18px; flex-wrap: wrap; }
.col-note { font-size: 14px; color: var(--fg2); }

/* ── TIENDA / GRID PRODUCTOS ────────────────────────────── */
.shop { background: var(--bg2); }
.shop-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.shop-count { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .22em; color: var(--fg2); text-transform: uppercase; text-decoration: none; }
a.shop-count:hover { color: var(--gold); }
.shop-count .woocommerce-result-count { margin: 0; color: var(--fg2); }
.shop-filters { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 44px; }
.sf { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; background: transparent; border: 1px solid var(--bdr); color: var(--fg2); padding: 9px 20px; cursor: pointer; transition: all .2s; text-decoration: none; display: inline-block; }
.sf.on, .sf:hover { background: var(--gold); color: #0b0c0a; border-color: var(--gold); }
.shop-grid, ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 28px; list-style: none; padding: 0; }
.pc { position: relative; background: var(--bg3); overflow: hidden; }
.pc-link { display: block; text-decoration: none; color: var(--fg); }
.pc-img { position: relative; height: 300px; overflow: hidden; }
.pc-img .ph, .pc-img .sg-pimg { position: absolute; inset: 0; height: 100%; transition: transform .6s ease; }
.pc:hover .pc-img .ph, .pc:hover .pc-img .sg-pimg { transform: scale(1.05); }
.pc-flag { position: absolute; top: 14px; left: 14px; z-index: 2; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; background: var(--gold); color: #0b0c0a; padding: 4px 10px; }
.pc-flag-out { background: var(--fg2); color: var(--bg); }
.pc-body { padding: 18px 20px 26px; }
.pc-cat { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .28em; color: var(--gold); }
.pc-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 19px; text-transform: uppercase; margin-top: 4px; line-height: 1.1; color: var(--fg); }
.pc-price { font-family: 'Barlow', sans-serif; font-weight: 500; font-size: 15px; color: rgba(226,219,208,.75); margin-top: 8px; }
.pc-price del { opacity: .45; margin-right: 8px; }
.pc-price ins { text-decoration: none; color: var(--gold); }
.pc .onsale { display: none; }
.pc .star-rating { display: none; }
/* Botón añadir (generado por WooCommerce con clase .pc-add) */
.pc a.pc-add, .pc button.pc-add { position: absolute; right: 0; bottom: 0; z-index: 3; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; background: var(--gold); color: #0b0c0a !important; border: none; padding: 10px 18px; cursor: pointer; text-decoration: none; transform: translateY(100%); transition: transform .3s cubic-bezier(.16,1,.3,1), background .2s; }
.pc:hover a.pc-add, .pc:hover button.pc-add, .pc:focus-within a.pc-add, .pc:focus-within button.pc-add { transform: none; }
.pc a.pc-add:hover, .pc button.pc-add:hover { background: var(--fg); }
.pc a.pc-add.loading { opacity: .6; pointer-events: none; }
.pc a.added_to_cart { display: none; }
.shop-note { display: flex; align-items: center; gap: 14px; margin-top: 34px; font-size: 13px; color: var(--fg2); }
.shop-note::before { content: ''; width: 28px; height: 1px; background: var(--fg2); flex-shrink: 0; }

/* ── PAGINACIÓN ─────────────────────────────────────────── */
.sg-pagination { margin-top: 40px; }
.sg-pagination ul.page-numbers { display: flex; gap: 6px; list-style: none; justify-content: center; }
.sg-pagination .page-numbers li a, .sg-pagination .page-numbers li span { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; display: block; min-width: 40px; padding: 10px 12px; text-align: center; border: 1px solid var(--bdr); color: var(--fg2); text-decoration: none; transition: all .2s; }
.sg-pagination .page-numbers li span.current, .sg-pagination .page-numbers li a:hover { background: var(--gold); color: #0b0c0a; border-color: var(--gold); }

/* ── TECH ───────────────────────────────────────────────── */
.tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; margin-top: 64px; }
.tc { background: var(--bg3); padding: 40px 18px; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; transition: background .25s; }
.tc:hover { background: #1c1e1a; }
.tc-ico { width: 50px; height: 50px; border: 1px solid rgba(226,219,208,.1); display: flex; align-items: center; justify-content: center; color: var(--gold); transition: border-color .25s; }
.tc:hover .tc-ico { border-color: var(--gold); }
.tc-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.tc-desc { font-size: 13px; color: var(--fg2); line-height: 1.58; }

/* ── EYEWEAR ────────────────────────────────────────────── */
.ew-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.ew-int { font-weight: 300; font-size: 16px; color: rgba(226,219,208,.5); max-width: 380px; line-height: 1.6; }
.ew-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2px; margin-top: 56px; }
.ew-main { position: relative; background: var(--bg3); overflow: hidden; min-height: 560px; }
.ew-main .ph { position: absolute; inset: 0; }
.ew-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 30px; background: linear-gradient(to top, rgba(11,12,10,.9) 0%, transparent 100%); pointer-events: none; }
.ew-cap-s { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 10px; text-transform: uppercase; letter-spacing: .3em; color: var(--gold); display: block; margin-bottom: 5px; }
.ew-cap-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: .02em; }
.ew-crn { position: absolute; width: 22px; height: 22px; opacity: .35; }
.ew-tl { top: 18px; left: 18px; } .ew-tr { top: 18px; right: 18px; }
.ew-bl { bottom: 18px; left: 18px; } .ew-br { bottom: 18px; right: 18px; }
.ew-side { display: flex; flex-direction: column; gap: 2px; }
.ew-v { position: relative; flex: 1; min-height: 278px; padding: 0; border: none; background: var(--bg3); overflow: hidden; cursor: pointer; outline: 2px solid transparent; outline-offset: -2px; transition: outline-color .25s; }
.ew-v.on { outline-color: var(--gold); }
.ew-v .ph { position: absolute; inset: 0; opacity: .5; transition: opacity .25s; }
.ew-v.on .ph { opacity: 1; }
.ew-v-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px; background: linear-gradient(to top, rgba(11,12,10,.85) 0%, transparent 100%); display: flex; align-items: center; gap: 9px; }
.ew-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 0 0 1px rgba(226,219,208,.25); }
.ew-dot-clear { background: #d8d2c4; }
.ew-dot-red { background: #c2402a; }
.ew-v-n { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg); }
.ew-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 36px; }
.ew-spec { background: var(--bg3); padding: 30px 26px; border-top: 1.5px solid rgba(201,169,110,.2); }
.ew-sp-t { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--gold); margin-bottom: 6px; }
.ew-sp-s { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; color: var(--fg); margin-bottom: 8px; letter-spacing: .04em; }
.ew-sp-d { font-weight: 300; font-size: 13.5px; color: rgba(226,219,208,.52); line-height: 1.65; }
.ew-btns { display: flex; gap: 12px; margin-top: 28px; }

/* ── KINETIC ────────────────────────────────────────────── */
.kb-wrap { height: 380vh; background: var(--bg); position: relative; }
.kb-stick { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.kb-bg { position: absolute; inset: 0; opacity: .12; will-change: opacity; background: radial-gradient(ellipse at center, rgba(201,169,110,.14) 0%, transparent 70%); }
.kb-rule { position: absolute; left: 8%; right: 8%; top: 50%; height: 1px; background: linear-gradient(to right, transparent, rgba(201,169,110,.08), rgba(201,169,110,.12), rgba(201,169,110,.08), transparent); pointer-events: none; }
.kb-counter { position: absolute; bottom: 44px; right: 56px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .22em; color: var(--fg2); }
.kbf { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; will-change: transform, opacity; user-select: none; text-align: center; }
.kbf-sub { font-family: 'Barlow Condensed', sans-serif; font-weight: 400; font-size: 12px; text-transform: uppercase; letter-spacing: .46em; color: var(--fg2); margin-bottom: 28px; }
.kbf-w { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(100px, 19vw, 272px); text-transform: uppercase; line-height: .82; letter-spacing: -.04em; color: var(--fg); }
.kbf-w.gold { color: var(--gold); }

/* ── CTA ────────────────────────────────────────────────── */
.cta { background: var(--olive); padding: 96px 56px; text-align: center; position: relative; }
.cta-h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(52px, 7vw, 100px); text-transform: uppercase; line-height: .9; letter-spacing: -.02em; margin-bottom: 20px; color: var(--fg); }
.cta-sub { font-size: 17px; font-weight: 300; color: rgba(226,219,208,.62); max-width: 380px; margin: 0 auto 40px; line-height: 1.55; }
.cta-form { display: flex; gap: 2px; max-width: 420px; margin: 0 auto; }
.cta-inp { flex: 1; background: rgba(0,0,0,.3); border: 1px solid rgba(226,219,208,.15); color: var(--fg); font-family: 'Barlow', sans-serif; font-size: 15px; padding: 13px 18px; outline: none; min-width: 0; }
.cta-inp::placeholder { color: rgba(226,219,208,.28); }
.cta-inp:focus { border-color: var(--gold); }
.cta-sbm { background: var(--gold); color: #0b0c0a; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; border: none; cursor: pointer; padding: 13px 26px; white-space: nowrap; transition: background .2s; }
.cta-sbm:hover { background: var(--fg); }
.cta-ok { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg); }
.cta-plugin { max-width: 480px; margin: 0 auto; }
.cta-plugin input[type="email"], .cta-plugin input[type="text"] { background: rgba(0,0,0,.3); border: 1px solid rgba(226,219,208,.15); color: var(--fg); padding: 13px 18px; }
.cta-plugin input[type="submit"], .cta-plugin button { background: var(--gold); color: #0b0c0a; border: none; padding: 13px 26px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; cursor: pointer; }
.sg-admin-note { font-size: 12px; color: rgba(226,219,208,.5); margin-top: 18px; }

/* ── FOOTER ─────────────────────────────────────────────── */
footer { background: #080a07; padding: 64px 56px 40px; border-top: 1px solid var(--bdr); }
.ft-in { max-width: 1400px; margin: 0 auto; }
.ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--bdr); }
.ft-logo { display: block; fill: #e2dbd0; }
.ft-desc { font-size: 14px; color: var(--fg2); line-height: 1.72; margin-top: 20px; max-width: 270px; }
.ft-ch { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .22em; margin-bottom: 18px; color: var(--fg); }
.ft-links { display: flex; flex-direction: column; gap: 10px; }
.ft-links a { font-size: 14px; color: var(--fg2); text-decoration: none; transition: color .2s; }
.ft-links a:hover { color: var(--gold); }
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; gap: 16px; flex-wrap: wrap; }
.ft-copy { font-size: 12px; color: var(--fg2); }
.ft-sig { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .2em; color: var(--gold); }

/* ── CARRITO DRAWER ─────────────────────────────────────── */
.ct-ovl { position: fixed; inset: 0; z-index: 4000; background: rgba(11,12,10,.7); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.ct-ovl.on { opacity: 1; pointer-events: auto; }
.ct { position: fixed; top: 0; right: 0; bottom: 0; z-index: 4001; width: min(420px, 100vw); background: var(--bg2); border-left: 1px solid rgba(201,169,110,.22); transform: translateX(100%); transition: transform .45s cubic-bezier(.16,1,.3,1); display: flex; flex-direction: column; }
.ct.on { transform: none; }
.ct-hd { display: flex; align-items: center; justify-content: space-between; padding: 24px 26px; border-bottom: 1px solid var(--bdr); }
.ct-tit { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 22px; text-transform: uppercase; letter-spacing: .06em; }
.ct-x { background: none; border: none; color: var(--fg2); font-size: 18px; cursor: pointer; padding: 4px; transition: color .2s; }
.ct-x:hover { color: var(--gold); }
.ct-items { flex: 1; overflow-y: auto; padding: 10px 26px; }
.ct-ft { padding: 22px 26px 26px; border-top: 1px solid var(--bdr); background: var(--bg3); display: flex; flex-direction: column; gap: 10px; }
.ct-ship { font-size: 12px; color: var(--fg2); }
.ct-view, .ct-pay { width: 100%; padding: 14px; }
.ct-badges { display: flex; justify-content: center; gap: 10px; margin-top: 6px; flex-wrap: wrap; }
.ct-badge { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); border: 1px solid var(--bdr); padding: 4px 10px; }
/* Mini-cart de WooCommerce dentro del drawer */
.sg-mini-cart ul.woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.sg-mini-cart li.woocommerce-mini-cart-item { display: grid; grid-template-columns: 64px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--bdr); position: relative; align-items: center; }
.sg-mini-cart li.woocommerce-mini-cart-item a { color: var(--fg); text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; line-height: 1.2; }
.sg-mini-cart li.woocommerce-mini-cart-item img { width: 64px; height: 72px; object-fit: cover; grid-column: 1; }
.sg-mini-cart li.woocommerce-mini-cart-item a.remove { position: absolute; top: 14px; right: 0; width: 22px; height: 22px; line-height: 20px; text-align: center; border: 1px solid var(--bdr); color: var(--fg2) !important; font-size: 14px; border-radius: 0; background: transparent; }
.sg-mini-cart li.woocommerce-mini-cart-item a.remove:hover { color: #c0533a !important; border-color: #c0533a; }
.sg-mini-cart .quantity { font-size: 13px; color: var(--fg2); display: block; margin-top: 5px; }
.sg-mini-cart .woocommerce-Price-amount { color: rgba(226,219,208,.85); }
.sg-mini-cart p.woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 18px 0 4px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: .08em; color: var(--fg); }
.sg-mini-cart p.woocommerce-mini-cart__buttons { display: none; }
.sg-mini-cart p.woocommerce-mini-cart__empty-message { padding: 56px 0; text-align: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 16px; text-transform: uppercase; letter-spacing: .1em; color: var(--fg2); }
.sg-mini-cart dl.variation { font-size: 11px; color: var(--fg2); margin: 4px 0 0; }
.sg-mini-cart dl.variation dt, .sg-mini-cart dl.variation dd { display: inline; margin: 0; }

/* ── TOAST ──────────────────────────────────────────────── */
.toast { position: fixed; bottom: 28px; left: 50%; transform: translate(-50%, 80px); z-index: 5000; background: var(--gold); color: #0b0c0a; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; padding: 13px 26px; transition: transform .4s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.toast.on { transform: translate(-50%, 0); }

/* ── FICHA DE PRODUCTO ──────────────────────────────────── */
.sg-single { background: var(--bg2); min-height: 70vh; }
.sg-product-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.sg-product-gallery { position: relative; min-height: 420px; background: var(--bg3); }
.sg-product-gallery .ph { position: absolute; inset: 0; }
.sg-product-gallery .woocommerce-product-gallery { width: 100% !important; }
.sg-product-gallery .woocommerce-product-gallery img { width: 100%; height: auto; display: block; }
.sg-product-gallery .flex-control-thumbs { display: flex; gap: 2px; list-style: none; margin: 2px 0 0; padding: 0; }
.sg-product-gallery .flex-control-thumbs li { flex: 1; cursor: pointer; }
.sg-product-gallery .flex-control-thumbs img { opacity: .5; transition: opacity .2s; }
.sg-product-gallery .flex-control-thumbs img.flex-active, .sg-product-gallery .flex-control-thumbs img:hover { opacity: 1; }
.pm-cat { font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .3em; color: var(--gold); }
.pm-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(36px, 4vw, 54px); text-transform: uppercase; line-height: .95; margin-top: 8px; color: var(--fg); }
.pm-name a { color: var(--fg); text-decoration: none; }
.pm-price { font-size: 24px; font-weight: 500; margin-top: 16px; color: var(--fg); }
.pm-price del { opacity: .4; margin-right: 10px; }
.pm-price ins { text-decoration: none; color: var(--gold); }
.pm-desc { font-size: 15px; font-weight: 300; color: rgba(226,219,208,.6); line-height: 1.7; margin-top: 18px; }
.pm-lbl { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; color: var(--fg2); margin: 28px 0 10px; }
.pm-feats { display: flex; flex-direction: column; gap: 8px; }
.pm-feat { display: flex; align-items: center; gap: 12px; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg2); }
.pm-feat::before { content: ''; width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; }
/* Formulario añadir al carrito (simple y variable) */
.sg-add-form { margin-top: 28px; }
.sg-add-form form.cart { display: flex; flex-wrap: wrap; gap: 10px; align-items: stretch; }
.sg-add-form table.variations { width: 100%; border-collapse: collapse; margin-bottom: 8px; }
.sg-add-form table.variations th, .sg-add-form table.variations td { padding: 6px 0; text-align: left; }
.sg-add-form table.variations label { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: var(--fg2); }
.sg-add-form select { background: var(--bg); border: 1px solid rgba(226,219,208,.2); color: var(--fg); padding: 12px 14px; font-family: 'Barlow', sans-serif; font-size: 14px; min-width: 180px; }
.sg-add-form .reset_variations { font-size: 12px; color: var(--fg2); margin-left: 10px; }
.sg-add-form .woocommerce-variation-price { margin: 8px 0; font-size: 18px; }
.sg-add-form .quantity input.qty { width: 74px; background: var(--bg); border: 1px solid rgba(226,219,208,.2); color: var(--fg); padding: 13px 10px; text-align: center; font-size: 15px; height: 100%; }
.sg-add-form button.single_add_to_cart_button { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .14em; color: #0b0c0a; background: var(--gold); border: none; cursor: pointer; padding: 14px 40px; transition: background .2s; }
.sg-add-form button.single_add_to_cart_button:hover { background: var(--fg); }
.sg-add-form button.single_add_to_cart_button.disabled { opacity: .4; cursor: not-allowed; }
.sg-add-form .stock { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.sg-add-form .stock.in-stock { color: #7da06b; }
.sg-add-form .stock.out-of-stock { color: #c0533a; }
.sg-product-meta { margin-top: 26px; font-size: 13px; color: var(--fg2); }
.sg-product-meta a { color: var(--gold); text-decoration: none; }
.sg-product-meta .sku_wrapper, .sg-product-meta .posted_in, .sg-product-meta .tagged_as { display: block; margin-top: 4px; }
.sg-product-desc { margin-top: 72px; max-width: 820px; }
.sg-desc-body { font-size: 16px; font-weight: 300; color: rgba(226,219,208,.7); line-height: 1.75; }
.sg-desc-body p { margin-bottom: 16px; }
.sg-desc-body h2, .sg-desc-body h3 { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; color: var(--fg); margin: 28px 0 12px; }
.sg-related { margin-top: 88px; }
.sg-related h2 { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: clamp(30px, 3vw, 48px); text-transform: uppercase; line-height: .95; letter-spacing: -.01em; color: var(--fg); margin-bottom: 8px; }
.sg-related ul.products { margin-top: 24px; }

/* ── PÁGINAS GENÉRICAS + SKIN WOO (cart/checkout/cuenta) ── */
.sg-page { background: var(--bg2); min-height: 70vh; }
.sg-page-body { margin-top: 40px; }
.sg-page-body a { color: var(--gold); }
.sg-prose { max-width: 860px; }
.sg-entry { padding: 28px 0; border-bottom: 1px solid var(--bdr); }
.woocommerce table.shop_table { width: 100%; border-collapse: collapse; border: 1px solid var(--bdr); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px 16px; border-bottom: 1px solid var(--bdr); text-align: left; color: var(--fg); }
.woocommerce table.shop_table th { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); background: var(--bg3); }
.woocommerce table.shop_table img { width: 60px; height: auto; }
.woocommerce table.shop_table a { color: var(--fg); text-decoration: none; }
.woocommerce table.shop_table a.remove { color: var(--fg2) !important; font-size: 18px; }
.woocommerce table.shop_table a.remove:hover { color: #c0533a !important; }
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="tel"],
.woocommerce input[type="password"], .woocommerce input[type="number"], .woocommerce textarea, .woocommerce select,
.sg-page-body input[type="text"], .sg-page-body input[type="email"], .sg-page-body input[type="tel"],
.sg-page-body input[type="password"], .sg-page-body textarea, .sg-page-body select {
  background: var(--bg); border: 1px solid rgba(226,219,208,.2); color: var(--fg); padding: 12px 14px; font-family: 'Barlow', sans-serif; font-size: 14px; width: 100%;
}
.woocommerce input:focus, .woocommerce select:focus, .woocommerce textarea:focus { border-color: var(--gold); outline: none; }
.woocommerce label, .sg-page-body label { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg2); display: block; margin: 14px 0 6px; }
.woocommerce button.button, .woocommerce a.button, .woocommerce input[type="submit"],
.sg-page-body button, .sg-page-body input[type="submit"], .wc-block-components-button {
  font-family: 'Barlow Condensed', sans-serif !important; font-weight: 700 !important; font-size: 13px !important; text-transform: uppercase !important; letter-spacing: .14em !important;
  color: #0b0c0a !important; background: var(--gold) !important; border: none !important; border-radius: 0 !important; cursor: pointer; padding: 13px 28px !important; transition: background .2s;
}
.woocommerce button.button:hover, .woocommerce a.button:hover, .wc-block-components-button:hover { background: var(--fg) !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-notice {
  background: var(--bg3); border-left: 3px solid var(--gold); color: var(--fg); padding: 14px 18px; margin-bottom: 18px; list-style: none;
}
.woocommerce-error { border-left-color: #c0533a; }
.woocommerce-message a, .woocommerce-info a { color: var(--gold); }
fieldset { border: 1px solid var(--bdr); padding: 18px; margin: 18px 0; }
legend { font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; letter-spacing: .14em; color: var(--fg2); padding: 0 8px; }
/* Bloques de cart/checkout (Gutenberg) — base oscura */
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { color: var(--fg); }
.wc-block-components-panel, .wc-block-components-sidebar .wc-block-components-panel,
.wc-block-cart-items, .wc-block-components-order-summary { background: transparent; color: var(--fg); }
.wc-block-components-text-input input, .wc-block-components-combobox input, .wc-block-components-select select {
  background: var(--bg) !important; color: var(--fg) !important; border-color: rgba(226,219,208,.2) !important;
}
.wc-block-components-checkout-step__heading, .wc-block-components-title { color: var(--fg) !important; }
.wc-block-cart-items th, .wc-block-cart-items td { border-color: var(--bdr) !important; color: var(--fg); }
.wc-block-components-product-name { color: var(--fg) !important; }
.wc-block-components-quantity-selector { border-color: rgba(226,219,208,.2) !important; }
.wc-block-components-quantity-selector input, .wc-block-components-quantity-selector button { background: var(--bg) !important; color: var(--fg) !important; }

/* ── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .mfst-grid { grid-template-columns: 1fr; gap: 48px; }
  .pillars { grid-template-columns: 1fr; }
  .tech-grid { grid-template-columns: repeat(3, 1fr); }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .shop-grid, ul.products { grid-template-columns: repeat(3, 1fr); }
  .col-cats { grid-template-columns: 1fr; }
  .col-cat { height: 300px; }
  .ew-grid { grid-template-columns: 1fr; }
  .ew-main { min-height: 420px; }
  .ew-side { flex-direction: row; }
  .ew-specs { grid-template-columns: 1fr; }
  .sg-product-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .sec { padding: 72px 24px; }
  .nav { padding: 20px 24px; }
  .nav.sc { padding: 13px 24px; }
  .nav-links { display: none; }
  .sh-txt { bottom: 56px; left: 24px; right: 24px; }
  .tech-grid { grid-template-columns: 1fr 1fr; }
  .shop-grid, ul.products { grid-template-columns: 1fr 1fr; }
  .pc-img { height: 210px; }
  .pc a.pc-add, .pc button.pc-add { transform: none; }
  .cta { padding: 72px 24px; }
  .ft-top { grid-template-columns: 1fr; gap: 32px; }
  footer { padding: 56px 24px 32px; }
  .kb-counter { right: 24px; }
  .ew-side { flex-direction: column; }
  .sg-page-top { height: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv, .rv-l, .rv-r, .rv-sc { opacity: 1; transform: none; transition: none; }
  .h2li.hid { transform: none; }
  .strip-inner { animation: none; }
}
