/*
Theme Name:   Fechista
Theme URI:    https://fechista.mx
Description:  Tema personalizado para Fechista — tienda de playeras premium. Compatible con WooCommerce 8+.
Author:       Fechista
Author URI:   https://fechista.mx
Version:      1.0.0
Requires PHP: 8.0
Tested up to: 6.7
WC requires at least: 8.0
WC tested up to: 9.x
License:      Privado
Text Domain:  fechista
*/

/* ── SURGENA FONT ─────────────────────────────────────────── */
@font-face {
  font-family: 'Surgena';
  src: url('assets/fonts/Surgena.woff2') format('woff2'),
       url('assets/fonts/Surgena.woff')  format('woff');
  font-weight: normal;
  font-style:  normal;
  font-display: swap;
}
.logo-surgena {
  font-family: 'Surgena', 'Playfair Display', Georgia, serif;
  letter-spacing: 0.02em;
}

/* ── TOKENS ───────────────────────────────────────────────── */
:root {
  --accent:    #ea580c;
  --accent-hv: #c2410c;
  --dark:      #1c1917;
  --dark2:     #292524;
  --dark3:     #0c0a09;
  --muted:     #78716c;
  --light:     #f5f5f4;
  --border:    #e7e5e4;
  --font:      'Inter', system-ui, sans-serif;
  --ease:      cubic-bezier(.4,0,.2,1);
  --spring:    cubic-bezier(.34,1.56,.64,1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: #fff;
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ───────────────────────────────────────────────── */
.cur {
  position: fixed; width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent); pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .25s var(--spring), height .25s var(--spring), opacity .2s;
}
.cur-ring {
  position: fixed; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid rgba(234,88,12,.45); pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
  transition: transform .1s linear, width .25s var(--spring), height .25s var(--spring);
}
.cur.big      { width: 14px; height: 14px; opacity: .35; }
.cur-ring.big { width: 36px; height: 36px; border-color: rgba(234,88,12,.25); }
@media (hover:none) { .cur, .cur-ring { display: none; } body { cursor: auto; } }

/* ── MARQUEE ──────────────────────────────────────────────── */
.marquee-wrap  { overflow: hidden; background: var(--accent); padding: 11px 0; }
.marquee-track { display: flex; width: max-content; animation: scroll-x 20s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
.mi {
  font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
  color: #fff; padding: 0 28px; white-space: nowrap;
  display: flex; align-items: center; gap: 20px;
}
.mi-dot { width: 4px; height: 4px; background: rgba(255,255,255,.6); border-radius: 50%; flex-shrink: 0; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── NAV ──────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 48px; }
.nav-logo   { font-size: 24px; font-weight: 400; letter-spacing: .01em; text-decoration: none; color: var(--dark); }
.nav-links  { display: none; gap: 32px; list-style: none; }
@media (min-width:768px) { .nav-links { display: flex; } }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--muted); text-decoration: none; transition: color .15s; }
.nav-links a:hover { color: var(--dark); }
.nav-actions { display: flex; align-items: center; gap: 6px; }
.nav-btn {
  width: 44px; height: 44px; border-radius: 8px;
  background: none; border: none; cursor: none;
  display: flex; align-items: center; justify-content: center;
  color: var(--dark); transition: background .15s; position: relative;
}
.nav-btn:hover { background: var(--light); }
.nav-btn svg   { width: 18px; height: 18px; }
.cart-badge {
  position: absolute; top: 5px; right: 5px;
  width: 17px; height: 17px; background: var(--accent); color: #fff;
  font-size: 9px; font-weight: 800; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}

/* ── HERO ─────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; background: var(--dark3); overflow: hidden; display: flex; align-items: center; }
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-content {
  position: relative; z-index: 2; width: 100%;
  display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;
  padding: 80px 48px; max-width: 1300px; margin: 0 auto;
}
@media (min-width:900px) { .hero-content { grid-template-columns: 1fr 1fr; } }
.hero-left { max-width: 560px; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent); margin-bottom: 24px;
}
.hero-tag-line  { width: 28px; height: 2px; background: var(--accent); }
.hero h1 {
  font-size: clamp(42px,6.5vw,80px); font-weight: 900;
  line-height: 1.0; letter-spacing: -2.5px; color: #fff; margin-bottom: 24px;
}
.hero h1 em  { font-style: normal; color: var(--accent); display: block; }
.hero-sub    { font-size: 17px; color: #a8a29e; line-height: 1.75; margin-bottom: 40px; max-width: 400px; }
.hero-btns   { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

/* ── BUTTONS ──────────────────────────────────────────────── */
.mag-wrap { display: inline-block; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 32px;
  background: var(--accent); color: #fff;
  font-size: 15px; font-weight: 700; border-radius: 8px; border: none;
  cursor: none; transition: background .2s, box-shadow .2s, transform .15s;
  box-shadow: 0 4px 24px rgba(234,88,12,.4); will-change: transform;
  position: relative; overflow: hidden;
}
.btn-primary::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at var(--x,50%) var(--y,50%), rgba(255,255,255,.25) 0%, transparent 60%);
  opacity: 0; transition: opacity .3s;
}
.btn-primary:hover::after  { opacity: 1; }
.btn-primary:hover { background: var(--accent-hv); box-shadow: 0 8px 32px rgba(234,88,12,.5); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  height: 52px; padding: 0 28px;
  border: 1.5px solid rgba(255,255,255,.2); color: #fff;
  font-size: 15px; font-weight: 500; border-radius: 8px;
  cursor: none; background: none; transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.4); }

/* ── 3D PRODUCT CARD (hero) ───────────────────────────────── */
.hero-right { display: flex; align-items: center; justify-content: center; perspective: 900px; }
.product-3d-scene { position: relative; transform-style: preserve-3d; transition: transform .08s linear; }
.product-3d-card {
  width: 300px; height: 380px;
  background: linear-gradient(135deg,#292524,#1c1917);
  border-radius: 20px; border: 1px solid rgba(255,255,255,.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px;
  box-shadow: 0 40px 80px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.04);
  transform-style: preserve-3d; position: relative; overflow: hidden;
}
.product-3d-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 30%, rgba(234,88,12,.18) 0%, transparent 60%);
}
.product-3d-shine {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 50%,rgba(255,255,255,.02) 100%);
  border-radius: 20px; pointer-events: none;
}
.product-3d-emoji {
  font-size: 100px; transform: translateZ(40px);
  filter: drop-shadow(0 20px 40px rgba(234,88,12,.3));
  animation: float 4s ease-in-out infinite;
}
@keyframes float { 0%,100% { transform: translateZ(40px) translateY(0); } 50% { transform: translateZ(40px) translateY(-12px); } }
.product-3d-name  { font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -.3px; transform: translateZ(30px); }
.product-3d-price { font-size: 24px; font-weight: 900; color: var(--accent); letter-spacing: -1px; transform: translateZ(30px); }
.product-3d-badge {
  position: absolute; top: 16px; right: 16px;
  background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 100px;
  transform: translateZ(50px); box-shadow: 0 4px 12px rgba(234,88,12,.4);
}
.product-3d-dots  { display: flex; gap: 8px; margin-top: 4px; transform: translateZ(25px); }
.product-3d-dot   { width: 12px; height: 12px; border-radius: 50%; border: 2px solid rgba(255,255,255,.2); cursor: none; }
.card-shadow {
  position: absolute; bottom: -40px; left: 50%; width: 220px; height: 40px;
  background: radial-gradient(ellipse,rgba(234,88,12,.25) 0%,transparent 70%);
  transform: translateX(-50%); filter: blur(12px);
}

/* ── STATS ────────────────────────────────────────────────── */
.stats       { border-bottom: 1px solid var(--border); padding: 24px 0; background: #fff; }
.stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 16px; max-width: 1300px; margin: 0 auto; padding: 0 48px; }
.stat     { text-align: center; }
.stat-num { font-size: 26px; font-weight: 900; letter-spacing: -1px; color: var(--dark); }
.stat-lbl { font-size: 12px; font-weight: 500; color: var(--muted); margin-top: 2px; }

/* ── SCROLL REVEAL ────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── SECTION ──────────────────────────────────────────────── */
.section      { padding: 80px 48px; max-width: 1300px; margin: 0 auto; }
.section-full { padding: 80px 0; }
.section-hd   { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap; gap: 16px; }
.section-title { font-size: clamp(28px,3.5vw,42px); font-weight: 900; letter-spacing: -1px; }
.section-sub   { font-size: 14px; color: var(--muted); margin-top: 6px; }
.see-all { font-size: 13px; font-weight: 700; color: var(--accent); display: flex; align-items: center; gap: 4px; text-decoration: none; white-space: nowrap; transition: gap .2s; }
.see-all:hover { gap: 8px; }

/* ── FILTERS ──────────────────────────────────────────────── */
.filters    { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn {
  height: 36px; padding: 0 18px; border-radius: 100px; font-size: 13px; font-weight: 500;
  border: 1.5px solid var(--border); color: var(--muted); background: none;
  cursor: none; transition: all .2s var(--ease); text-decoration: none; display: inline-flex; align-items: center;
}
.filter-btn:hover          { border-color: var(--dark); color: var(--dark); }
.filter-btn.active,
.filter-btn.current-cat   { background: var(--dark); border-color: var(--dark); color: #fff; }

/* ── PRODUCT GRID ─────────────────────────────────────────── */
.products-grid         { display: grid; grid-template-columns: repeat(auto-fill,minmax(260px,1fr)); gap: 24px; }
.tilt-wrap             { perspective: 800px; }
.product-card {
  border-radius: 14px; overflow: hidden;
  background: #fff; border: 1px solid var(--border);
  transition: box-shadow .3s, transform .08s linear;
  cursor: none; position: relative; transform-style: preserve-3d; will-change: transform;
}
.product-card:hover { box-shadow: 0 20px 60px rgba(0,0,0,.12), 0 4px 16px rgba(0,0,0,.06); }
.product-image {
  position: relative; aspect-ratio: 4/5;
  display: flex; align-items: center; justify-content: center; font-size: 80px; overflow: hidden;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.08) 100%);
  opacity: 0; transition: opacity .3s;
}
.product-card:hover .product-image::after { opacity: 1; }
.product-tag {
  position: absolute; top: 12px; left: 12px;
  font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px; z-index: 1;
}
.tag-new  { background: var(--dark); color: #fff; }
.tag-sale { background: var(--accent); color: #fff; }
.tag-hot  { background: #7c3aed; color: #fff; }
/* Stock badge */
.stock-badge {
  position: absolute; bottom: 10px; right: 10px; z-index: 1;
  font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: 100px;
  background: rgba(28,25,23,.75); color: #fff;
}
.stock-badge.low  { background: var(--accent); }
.stock-badge.out  { background: #dc2626; }
.product-wish {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.9); border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: none; opacity: 0; transform: scale(.8);
  transition: opacity .2s, transform .25s var(--spring);
}
.product-card:hover .product-wish { opacity: 1; transform: scale(1); }
.product-wish svg { width: 16px; height: 16px; }
.quick-add {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(28,25,23,.92); color: #fff;
  font-size: 13px; font-weight: 700; text-align: center; padding: 14px;
  transform: translateY(100%); transition: transform .25s var(--ease);
  cursor: none; border: none; width: 100%;
}
.product-card:hover .quick-add { transform: translateY(0); }
.product-card.out-of-stock .quick-add { background: #57534e; }
.product-info   { padding: 16px; }
.product-name   { font-size: 15px; font-weight: 700; letter-spacing: -.3px; margin-bottom: 4px; }
.product-stars  { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.product-stars svg { width: 11px; height: 11px; fill: #f59e0b; }
.product-meta   { display: flex; align-items: center; justify-content: space-between; }
.product-price  { font-size: 18px; font-weight: 900; letter-spacing: -.5px; }
.product-price del  { font-size: 12px; font-weight: 400; color: var(--muted); margin-left: 6px; }
.product-colors { display: flex; gap: 5px; }
.color-dot      { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); }

/* WooCommerce price override */
.woocommerce-Price-amount { font-weight: inherit; }
ins .woocommerce-Price-amount { color: var(--dark); }
del .woocommerce-Price-amount { color: var(--muted); font-size: .75em; }

/* ── FEATURED 3D BREAKOUT ─────────────────────────────────── */
.featured-wrap { background: var(--dark3); padding: 80px 48px; position: relative; overflow: hidden; }
.featured-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%,rgba(234,88,12,.12) 0%,transparent 60%);
  pointer-events: none;
}
.featured-inner    { max-width: 1300px; margin: 0 auto; }
.featured-title-wrap { margin-bottom: 48px; }
.featured-title    { font-size: clamp(32px,4vw,52px); font-weight: 900; letter-spacing: -1.5px; color: #fff; }
.featured-sub      { font-size: 15px; color: #a8a29e; margin-top: 8px; }
.featured-grid     { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width:768px) { .featured-grid { grid-template-columns: 1fr 1fr; } }

.feat-card {
  position: relative; border-radius: 20px;
  min-height: 400px; padding: 40px 36px 36px;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: visible; cursor: none;
}
.feat-card-bg { position: absolute; inset: 0; border-radius: 20px; overflow: hidden; }
.feat-dark .feat-card-bg { background: linear-gradient(135deg,#1c1917,#292524); }
.feat-warm .feat-card-bg { background: linear-gradient(135deg,#431407,#7c2d12); }
.feat-emoji-wrap {
  position: absolute; top: -60px; right: -20px; width: 200px; height: 200px;
  display: flex; align-items: center; justify-content: center; font-size: 120px;
  filter: drop-shadow(0 30px 60px rgba(234,88,12,.35));
  animation: float-feat 5s ease-in-out infinite;
  transform-style: preserve-3d; z-index: 10;
}
@keyframes float-feat {
  0%,100% { transform: translateY(0) rotate(-5deg) scale(1); }
  50%      { transform: translateY(-16px) rotate(3deg) scale(1.04); }
}
.feat-emoji-glow {
  position: absolute; width: 160px; height: 160px;
  background: radial-gradient(circle,rgba(234,88,12,.4) 0%,transparent 70%);
  filter: blur(30px); animation: float-feat 5s ease-in-out infinite;
}
.feat-content  { position: relative; z-index: 2; }
.feat-eyebrow  { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 10px; }
.feat-title    { font-size: 32px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1.1; margin-bottom: 20px; }
/* WC stock in featured */
.feat-stock    { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.feat-stock strong { color: var(--accent); }
.size-row      { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.sz-btn {
  width: 46px; height: 46px; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,.2); color: #fff;
  font-size: 12px; font-weight: 700; background: none; cursor: none; transition: all .2s;
}
.sz-btn:hover { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.08); }
.sz-btn.sel   { background: #fff; color: var(--dark); border-color: #fff; }
.cart-btn {
  display: inline-flex; align-items: center; gap: 10px;
  height: 50px; padding: 0 28px;
  background: var(--accent); color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 8px; border: none; cursor: none;
  transition: all .2s; position: relative; overflow: hidden;
}
.cart-btn:hover { background: var(--accent-hv); transform: translateY(-1px); }
.cart-btn svg  { width: 16px; height: 16px; }

/* ── PERKS ────────────────────────────────────────────────── */
.perks       { background: var(--light); padding: 72px 0; }
.perks-inner { max-width: 1300px; margin: 0 auto; padding: 0 48px; }
.perks-grid  { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 32px; margin-top: 48px; }
.perk        { display: flex; gap: 16px; align-items: flex-start; }
.perk-icon   { width: 48px; height: 48px; background: #fff; border-radius: 10px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.perk-icon svg  { width: 20px; height: 20px; color: var(--accent); }
.perk-title  { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.perk-desc   { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* ── NEWSLETTER ───────────────────────────────────────────── */
.newsletter { background: var(--dark); padding: 100px 48px; text-align: center; position: relative; overflow: hidden; }
.newsletter::before {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse,rgba(234,88,12,.15) 0%,transparent 70%);
  pointer-events: none;
}
.newsletter h2 { font-size: clamp(30px,4vw,52px); font-weight: 900; letter-spacing: -1.5px; color: #fff; margin-bottom: 12px; position: relative; }
.newsletter p  { font-size: 16px; color: #a8a29e; margin-bottom: 36px; position: relative; }
.email-form    { display: flex; gap: 8px; max-width: 460px; margin: 0 auto; flex-wrap: wrap; position: relative; }
.email-input {
  flex: 1; height: 52px; padding: 0 18px; min-width: 200px;
  background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.12);
  border-radius: 8px; color: #fff; font-size: 15px; font-family: var(--font);
  transition: border-color .2s;
}
.email-input::placeholder { color: rgba(255,255,255,.3); }
.email-input:focus { outline: none; border-color: var(--accent); }

/* ── FOOTER ───────────────────────────────────────────────── */
footer { border-top: 1px solid var(--border); padding: 40px 48px; }
.footer-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
}
@media (min-width:768px) { .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; } }
.footer-logo       { font-size: 18px; font-weight: 900; letter-spacing: -.5px; }
.footer-links      { display: flex; gap: 24px; list-style: none; flex-wrap: wrap; justify-content: center; }
.footer-links a    { font-size: 13px; color: var(--muted); text-decoration: none; transition: color .15s; }
.footer-links a:hover { color: var(--dark); }
.footer-copy       { font-size: 12px; color: var(--muted); }

/* ── TOAST ────────────────────────────────────────────────── */
.toast {
  position: fixed; bottom: 28px; right: 28px;
  background: var(--dark); color: #fff;
  padding: 14px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,.3);
  transform: translateY(80px); opacity: 0;
  transition: all .3s var(--spring); z-index: 9999;
  border-left: 3px solid var(--accent);
}
.toast.show { transform: translateY(0); opacity: 1; }

/* ── SINGLE PRODUCT PAGE ──────────────────────────────────── */
.single-product-wrap { max-width: 1300px; margin: 80px auto; padding: 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
@media (max-width:768px) { .single-product-wrap { grid-template-columns: 1fr; padding: 0 24px; margin: 40px auto; } }
.single-product-gallery img { width: 100%; border-radius: 20px; object-fit: cover; aspect-ratio: 1; }
.single-product-info { }
.single-product-cats { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.single-product-title { font-size: clamp(28px,4vw,48px); font-weight: 900; letter-spacing: -1px; margin-bottom: 16px; }
.single-product-price { font-size: 32px; font-weight: 900; color: var(--dark); margin-bottom: 8px; }
.single-product-stock { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.single-product-stock.low  { color: var(--accent); font-weight: 700; }
.single-product-stock.out  { color: #dc2626; font-weight: 700; }
.single-product-desc { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 32px; }
.single-add-cart { width: 100%; height: 56px; background: var(--accent); color: #fff; border: none; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s, transform .15s; }
.single-add-cart:hover { background: var(--accent-hv); transform: translateY(-2px); }

/* ── ARCHIVE (colección) ──────────────────────────────────── */
.archive-header { padding: 48px 48px 0; max-width: 1300px; margin: 0 auto; }
.archive-title  { font-size: clamp(32px,4vw,52px); font-weight: 900; letter-spacing: -1.5px; margin-bottom: 8px; }
.archive-desc   { font-size: 15px; color: var(--muted); }

/* ── ACCESSIBILITY ────────────────────────────────────────── */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
