*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:  #0a0a0a;
  --blue:   #1B4F8A;
  --blue2:  #2563B0;
  --orange: #F97316;
  --orange2:#EA580C;
  --white:  #ffffff;
  --cream:  #faf9f6;
  --gray:   #f5f4f0;
  --mid:    #eeecea;
  --line:   #e0ddd7;
  --muted:  #888580;
  --text:   #0a0a0a;
  --gold:   #C8960C;
  --gold2:  #F0B429;
}

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  cursor: none;
}

/* ─── CUSTOM CURSOR ─── */
#cursor {
  position: fixed;
  width: 12px; height: 12px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .2s, height .2s, background .2s;
  mix-blend-mode: multiply;
}

#cursor-ring {
  position: fixed;
  width: 40px; height: 40px;
  border: 1.5px solid rgba(200,150,12,.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%,-50%);
  transition: width .4s, height .4s, border-color .3s;
}

body:hover #cursor { opacity: 1; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 500;
  padding: 0 52px;
  height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  transition: background .4s, border-color .4s;
}

nav.scrolled {
  background: rgba(255,255,255,1);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--line);
}

.nav-logo img { height: 36px; width: auto; max-width: 160px; object-fit: contain; }
.nav-logo { padding: 2px 0; }

.nav-center {
  display: flex; gap: 36px;
  position: absolute; left: 50%; transform: translateX(-50%);
}

.nav-center a {
  color: rgba(10,10,10,.55);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .2s;
}

.nav-center a:hover,
.nav-center a.active { color: var(--orange); }

.nav-right { display: flex; align-items: center; gap: 12px; }

.cart-trigger {
  display: flex; align-items: center; gap: 8px;
  background: none;
  border: 1px solid var(--line);
  color: var(--text);
  border-radius: 100px;
  padding: 9px 18px;
  font-size: 11px; font-weight: 500; letter-spacing: .1em;
  text-transform: uppercase;
  cursor: none;
  transition: border-color .2s, background .2s;
  position: relative;
}

.cart-trigger:hover { border-color: var(--orange); background: rgba(249,115,22,.06); }

.cart-badge {
  background: var(--orange); color: var(--white);
  font-size: 10px; font-weight: 700;
  width: 18px; height: 18px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  position: absolute; top: -6px; right: -6px;
}

.cart-badge.hidden { display: none; }

.btn-nav-cta {
  background: var(--orange); color: var(--white);
  padding: 10px 24px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; text-decoration: none;
  transition: background .2s, transform .2s;
}

.btn-nav-cta:hover { background: var(--orange2); transform: scale(1.03); }

/* ─── FLOATING LINES CANVAS ─── */
#floatingLines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.9;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
  padding-top: 72px;
}

.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1; opacity: .5;
}

.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 64px 80px;
  position: relative; z-index: 2;
}

.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,150,12,.12);
  border: 1px solid rgba(200,150,12,.4);
  border-radius: 100px; padding: 7px 16px;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--text); width: fit-content; margin-bottom: 40px;
  opacity: 0; animation: fadeUp .7s .3s forwards;
}

.hero-pill span { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }

@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.hero-h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 9vw, 136px);
  line-height: .88; letter-spacing: .01em;
  overflow: hidden;
}

.hero-h1 .line { display: block; overflow: hidden; }

.hero-h1 .line span {
  display: block;
  transform: translateY(110%);
  animation: slideUp .8s cubic-bezier(.16,1,.3,1) forwards;
}

.hero-h1 .line:nth-child(1) span { animation-delay: .4s; }
.hero-h1 .line:nth-child(2) span { animation-delay: .55s; }
.hero-h1 .line:nth-child(3) span { animation-delay: .7s; color: var(--gold); }

.hero-sub {
  margin-top: 28px; margin-bottom: 36px;
  font-size: 15px; line-height: 1.75; color: var(--muted);
  max-width: 380px;
  opacity: 0; animation: fadeUp .7s 1s forwards;
}

.hero-sub em { color: var(--gold); font-style: normal; font-weight: 500; }

.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  opacity: 0; animation: fadeUp .7s 1.1s forwards;
}

.btn-primary {
  background: #fff; color: #F97316;
  padding: 16px 36px; border-radius: 100px;
  font-size: 12px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  cursor: none;
}

.btn-primary:hover {
  background: rgba(255,255,255,.9); transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,.2);
}

.btn-ghost {
  border: 2px solid rgba(0,0,0,.6);
  color: rgba(0,0,0,.85);
  padding: 16px 36px; border-radius: 100px;
  font-size: 12px; font-weight: 500; letter-spacing: .12em;
  text-transform: uppercase; text-decoration: none;
  transition: border-color .2s, color .2s;
  cursor: none;
}

.btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,150,12,.05); }

.hero-stats {
  display: flex; gap: 40px; margin-top: 56px;
  padding-top: 40px; border-top: 1px solid var(--line);
  opacity: 0; animation: fadeUp .7s 1.25s forwards;
}

.hero-stat .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px; line-height: 1; color: var(--text);
  letter-spacing: .02em;
}

.hero-stat .num span { color: var(--text); }

.hero-stat .lbl {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); margin-top: 4px;
}

/* ─── PHONE ─── */
.hero-right {
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
  padding: 80px 48px;
}

.phone-scene {
  position: relative;
  animation: floatPhone 4s ease-in-out infinite;
}

@keyframes floatPhone {
  0%,100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-16px) rotate(-2deg); }
}

.phone-wrap { position: relative; width: 260px; }

.phone-frame {
  width: 260px; height: 530px;
  background: linear-gradient(145deg, #2a2a2a, #111);
  border-radius: 40px;
  border: 2px solid #333;
  box-shadow:
    0 0 0 1px #111,
    0 40px 80px rgba(0,0,0,.8),
    0 0 60px rgba(200,150,12,.08),
    inset 0 1px 0 rgba(255,255,255,.08);
  overflow: hidden;
  position: relative;
}

.phone-frame::before {
  content: '';
  position: absolute; right: -4px; top: 100px;
  width: 3px; height: 60px; background: #333; border-radius: 0 2px 2px 0;
  box-shadow: 0 80px 0 #333;
}

.phone-frame::after {
  content: '';
  position: absolute; left: -4px; top: 120px;
  width: 3px; height: 40px; background: #333; border-radius: 2px 0 0 2px;
  box-shadow: 0 55px 0 #333, 0 100px 0 #333;
}

.phone-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 110px; height: 30px;
  background: #111; border-radius: 0 0 18px 18px;
  z-index: 10;
}

.phone-screen {
  position: absolute; inset: 0;
  background: var(--black);
  overflow: hidden;
}

.phone-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity .6s ease;
}

.phone-img.active {
  opacity: 1;
}

.phone-slide {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 44px 20px 24px;
  opacity: 0;
  transform: translateY(20px) scale(.97);
  transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}

.phone-slide.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.phone-slide-0 { background: linear-gradient(160deg, #0f0f0f 0%, #1a1200 100%); }
.phone-slide-0 img { width: 80%; filter: brightness(1.1); }
.phone-slide-1 { background: #f5f1eb; }
.phone-slide-2 { background: #0a0a0a; }
.phone-slide-3 { background: #e8e0d4; }

.slide-shirt-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px; line-height: 1; letter-spacing: .03em;
  text-align: center; margin-bottom: 20px;
}

.slide-shirt-icon { font-size: 80px; margin-bottom: 12px; }

.slide-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: .1em; margin-top: 10px;
}

.slide-tag {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  opacity: .5; margin-bottom: 6px;
}

.slide-add-btn {
  margin-top: 16px;
  background: var(--gold); color: var(--black);
  border: none; padding: 10px 24px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; cursor: none;
  transition: transform .2s;
}

.slide-add-btn:hover { transform: scale(1.05); }

.phone-dots {
  display: flex; gap: 6px; margin-top: 20px; justify-content: center;
}

.phone-dot {
  width: 6px; height: 6px; border-radius: 3px;
  background: rgba(245,241,235,.2);
  transition: width .3s, background .3s;
  cursor: none;
}

.phone-dot.active { width: 20px; background: var(--gold); }

.phone-glow {
  position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 60px;
  background: radial-gradient(ellipse, rgba(200,150,12,.25) 0%, transparent 70%);
  filter: blur(12px);
}

.phone-label {
  position: absolute;
  background: rgba(20,20,20,.96);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px;
  padding: 12px 16px;
  animation: floatLabel 3s ease-in-out infinite;
  backdrop-filter: blur(16px);
  z-index: 10;
  min-width: 130px;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}

.phone-label .label-icon { font-size: 20px; margin-bottom: 4px; }
.phone-label .label-main { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: .04em; line-height: 1; }
.phone-label .label-sub { font-size: 10px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }

.phone-label-1 { top: 22%; right: 6%; animation-delay: 0s; }
.phone-label-2 { bottom: 22%; left: 4%; animation-delay: 1.5s; }

@keyframes floatLabel {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ─── MARQUEE ─── */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--black);
  padding: 16px 0; overflow: hidden; position: relative;
}

.marquee::before, .marquee::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
}

.marquee::before { left: 0; background: linear-gradient(to right, var(--black), transparent); }
.marquee::after  { right: 0; background: linear-gradient(to left, var(--black), transparent); }

.marquee-track {
  display: inline-flex; white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.marquee-track:hover { animation-play-state: paused; }

.marquee-item {
  display: inline-flex; align-items: center; gap: 28px; padding: 0 48px;
  font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: .18em;
  color: var(--muted);
}

.marquee-item .dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── SECTIONS generic ─── */
.reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}

.reveal.visible { opacity: 1; transform: translateY(0); }

.s-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; letter-spacing: .25em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}

.s-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); }

.s-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5.5vw, 80px);
  line-height: .95; letter-spacing: .02em;
}

/* ─── PAGE HEADER (interior pages) ─── */
.page-header {
  padding: 140px 64px 80px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-header::before {
  content: attr(data-bg-text);
  position: absolute; right: -20px; bottom: -30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(100px, 16vw, 220px);
  color: rgba(200,150,12,.04); letter-spacing: -.02em;
  pointer-events: none; line-height: 1; white-space: nowrap;
}

.page-header .s-title {
  font-size: clamp(64px, 9vw, 128px);
  opacity: 0; animation: fadeUp .8s .2s forwards;
}

.page-header .s-label {
  opacity: 0; animation: fadeUp .6s .1s forwards;
}

.page-header .page-sub {
  margin-top: 20px; font-size: 15px; line-height: 1.75;
  color: var(--muted); max-width: 500px;
  opacity: 0; animation: fadeUp .7s .35s forwards;
}

/* ─── PRODUCTS ─── */
.products {
  padding: 120px 64px;
  position: relative;
}

.products-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 64px;
}

.link-all {
  color: var(--gold); text-decoration: none;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  font-weight: 600; display: flex; align-items: center; gap: 8px;
  transition: gap .25s;
  cursor: none;
}

.link-all:hover { gap: 16px; }

.pgrid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
}

.pcard {
  background: var(--gray);
  position: relative; overflow: hidden;
  transition: background .3s;
}

.pcard:hover { background: var(--mid); }

.pcard-img {
  aspect-ratio: 3/4;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}

.pcard:nth-child(1) .pcard-img { background: radial-gradient(ellipse at 50% 40%, #f5e9c0 0%, #d4a017 70%); }
.pcard:nth-child(2) .pcard-img { background: radial-gradient(ellipse at 50% 40%, #0a0a0a 0%, #1a1a1a 70%); }
.pcard:nth-child(3) .pcard-img { background: radial-gradient(ellipse at 50% 40%, #faf3e0 0%, #C8960C 70%); }

.pcard-phrase {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; line-height: .95; letter-spacing: .03em;
  text-align: center; padding: 24px;
  position: relative; z-index: 2;
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}

.pcard:hover .pcard-phrase { transform: scale(1.04); }
.pcard-phrase .hl { color: var(--gold); }

.pcard-hover {
  position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(to top, rgba(8,8,8,.75) 0%, transparent 55%);
  display: flex; align-items: flex-end; justify-content: center;
  padding-bottom: 24px;
  opacity: 0; transition: opacity .35s;
  pointer-events: none;
}

.pcard:hover .pcard-hover { opacity: 1; }

.btn-add-cart { pointer-events: auto; }
.btn-add-cart {
  background: var(--gold); color: var(--black);
  border: none; padding: 12px 28px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; cursor: none;
  transition: background .2s, transform .2s;
  display: flex; align-items: center; gap: 8px;
}

.btn-add-cart:hover { background: var(--gold2); transform: scale(1.04); }

.pcard-info {
  padding: 20px 24px 28px;
  border-top: 1px solid var(--line);
}

.pcard-tag {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 8px;
}

.pcard-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px; letter-spacing: .04em; margin-bottom: 10px;
}

.pcard-bottom { display: flex; justify-content: space-between; align-items: center; }
.pcard-price { font-size: 18px; font-weight: 600; color: var(--text); }

.btn-add-sm {
  background: none; border: 1px solid rgba(200,150,12,.35);
  color: var(--gold); padding: 7px 16px; border-radius: 100px;
  font-size: 10px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; cursor: none;
  transition: background .2s, border-color .2s;
}

.btn-add-sm:hover { background: rgba(200,150,12,.1); border-color: var(--gold); }

/* ─── BRAND STRIP ─── */
.brand-strip {
  background: var(--gold);
  padding: 80px 64px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  position: relative; overflow: hidden;
}

.brand-strip::before {
  content: 'MOODLAB';
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  font-family: 'Bebas Neue', sans-serif; font-size: 220px;
  color: rgba(0,0,0,.07); letter-spacing: -.02em;
  pointer-events: none; line-height: 1;
}

.brand-strip-left .s-label { color: rgba(0,0,0,.5); }
.brand-strip-left .s-label::before { background: rgba(0,0,0,.4); }
.brand-strip-left .s-title { color: var(--black); }

.brand-strip-left p {
  color: rgba(0,0,0,.6); font-size: 15px; line-height: 1.75;
  max-width: 420px; margin: 24px 0 40px;
}

.brand-logos { display: flex; align-items: center; gap: 20px; }
.brand-logos img { height: 56px; }
.brand-logos .sep { width: 1px; height: 44px; background: rgba(0,0,0,.2); }

.brand-strip-right {
  display: flex; align-items: center; justify-content: center;
  position: relative;
}

.brand-icon-wrap {
  width: 280px; height: 280px;
  background: rgba(0,0,0,.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  animation: spinSlow 20s linear infinite;
}

.brand-icon-wrap img { width: 200px; animation: spinSlow 20s linear infinite reverse; }

@keyframes spinSlow { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }

/* ─── NOSOTROS VALUES ─── */
.values {
  padding: 120px 64px;
  background: var(--gray);
}

.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line);
  margin-top: 64px;
}

.value-card {
  background: var(--gray); padding: 48px 36px;
  position: relative; overflow: hidden;
  transition: background .3s;
}

.value-card:hover { background: var(--mid); }

.value-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}

.value-card:hover::before { transform: scaleX(1); }

.value-icon { font-size: 40px; margin-bottom: 24px; }

.value-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; letter-spacing: .04em; margin-bottom: 12px;
}

.value-desc { font-size: 14px; color: var(--muted); line-height: 1.75; }

/* ─── NOSOTROS STORY ─── */
.story {
  padding: 120px 64px;
  background: var(--gray);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}

.story-text .s-title { margin-bottom: 28px; }

.story-text p {
  font-size: 15px; line-height: 1.85; color: var(--muted);
  margin-bottom: 20px;
}

.story-text p em { color: var(--gold); font-style: normal; font-weight: 500; }

.story-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--line); border: 1px solid var(--line);
  margin-top: 48px;
}

.story-stat {
  background: var(--cream); padding: 28px;
}

.story-stat .num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px; color: var(--gold); line-height: 1;
}

.story-stat .lbl {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--muted); margin-top: 6px;
}

.story-visual {
  position: relative;
}

.story-logo-big {
  width: 100%;
  background: rgba(200,150,12,.06);
  border: 1px solid rgba(200,150,12,.15);
  border-radius: 20px;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}

.story-logo-big img {
  width: 70%;
  animation: floatPhone 4s ease-in-out infinite;
}

/* ─── FEATURES ─── */
.features { padding: 120px 64px; background: var(--black); }

.feat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--line);
  border: 1px solid var(--line); margin-top: 64px;
}

.feat {
  background: var(--gray); padding: 40px 32px;
  position: relative; overflow: hidden;
  transition: background .3s;
}

.feat:hover { background: var(--mid); }

.feat-line {
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
}

.feat:hover .feat-line { transform: scaleX(1); }

.feat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px; line-height: 1;
  color: rgba(200,150,12,.08);
  position: absolute; bottom: 10px; right: 20px;
}

.feat-icon { font-size: 32px; margin-bottom: 20px; }

.feat-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: .04em; margin-bottom: 10px;
}

.feat-desc { font-size: 13px; line-height: 1.7; color: var(--muted); }

/* ─── HOW TO BUY ─── */
.how { padding: 120px 64px; background: var(--gray); }

.how-grid {
  display: grid; grid-template-columns: 1fr;
  max-width: 680px;
  gap: 0; align-items: start; margin-top: 64px;
}

.steps { display: flex; flex-direction: column; gap: 0; }

.step {
  display: flex; gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.step:last-child { border-bottom: none; }

.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px; line-height: 1; color: var(--gold);
  min-width: 48px; opacity: .5;
  transition: opacity .3s;
}

.step:hover .step-num { opacity: 1; }

.step-content h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: .04em; margin-bottom: 6px;
}

.step-content p { font-size: 13px; color: var(--muted); line-height: 1.7; }

.account-box {
  margin-top: 12px;
  background: rgba(200,150,12,.05);
  border: 1px solid rgba(200,150,12,.2);
  border-radius: 10px; padding: 14px 18px;
}

.account-box .name { font-size: 13px; color: var(--white); font-weight: 500; margin-bottom: 8px; }

.account-box .data {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px; letter-spacing: .08em; color: var(--gold); display: block;
}

/* ─── FAQ ─── */
.faq { padding: 120px 64px; background: var(--cream); }

.faq-list {
  margin-top: 64px;
  max-width: 800px;
  display: flex; flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  background: none; border: none; color: var(--text);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; letter-spacing: .04em;
  text-align: left; cursor: none;
  padding: 28px 0;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  transition: color .2s;
}

.faq-q:hover { color: var(--gold); }

.faq-q .faq-arrow {
  font-size: 18px; color: var(--gold);
  transition: transform .35s cubic-bezier(.16,1,.3,1);
  flex-shrink: 0;
}

.faq-item.open .faq-q .faq-arrow { transform: rotate(45deg); }

.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.16,1,.3,1), padding .3s;
}

.faq-item.open .faq-a { max-height: 300px; padding-bottom: 28px; }

.faq-a p {
  font-size: 14px; line-height: 1.8; color: var(--muted);
}

.faq-a a { color: var(--gold); text-decoration: none; }
.faq-a a:hover { text-decoration: underline; }

/* ─── CTA ─── */
.cta-block {
  background: var(--gold2);
  padding: 160px 64px;
  text-align: center; position: relative; overflow: hidden;
}

.cta-bg-text {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(120px, 18vw, 280px);
  line-height: 1; letter-spacing: .02em;
  color: rgba(245,241,235,.025);
  white-space: nowrap; pointer-events: none;
  user-select: none;
}

.cta-block .s-label { justify-content: center; position: relative; color: var(--black) !important; }
.cta-block .s-label::before { background: var(--black) !important; }

.cta-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 7vw, 100px);
  line-height: .92; letter-spacing: .01em;
  margin: 20px 0 28px; position: relative;
}

.cta-desc {
  font-size: 16px; color: rgba(0,0,0,.7);
  max-width: 460px; margin: 0 auto 48px; line-height: 1.75;
  position: relative;
}

.cta-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; flex-wrap: wrap; position: relative;
}

.btn-cta-main {
  background: var(--gold); color: var(--black);
  padding: 18px 48px; border-radius: 100px;
  font-size: 13px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  cursor: none;
}

.btn-cta-main:hover {
  background: var(--gold2); transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(200,150,12,.4);
}

.cta-socials {
  margin-top: 40px; display: flex; justify-content: center; gap: 32px;
  position: relative;
}

.cta-socials a {
  color: var(--muted); text-decoration: none;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
  transition: color .2s; cursor: none;
}

.cta-socials a:hover { color: var(--black); }

/* ─── FOOTER ─── */
footer {
  background: var(--text);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 40px 64px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 24px;
}

.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img.icon { height: 36px; }
.footer-brand img.word { height: 32px; }
.footer-brand img.full-logo { height: 44px; width: auto; background: #fff; border-radius: 8px; padding: 6px 12px; }

.footer-links { display: flex; gap: 28px; list-style: none; }

.footer-links a {
  color: rgba(255,255,255,.7); text-decoration: none;
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  transition: color .2s; cursor: none;
  display: flex; align-items: center;
}
.footer-links a svg { display: block; }

.footer-links a:hover { color: var(--gold); }

.footer-copy { font-size: 11px; color: rgba(255,255,255,.35); letter-spacing: .04em; }

/* ─── CART DRAWER ─── */
.overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 600; opacity: 0; pointer-events: none;
  transition: opacity .35s;
  backdrop-filter: blur(4px);
}

.overlay.open { opacity: 1; pointer-events: all; }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px;
  max-width: 100vw;
  background: var(--gray);
  border-left: 1px solid var(--line);
  z-index: 700;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}

.drawer.open { transform: translateX(0); }

.drawer-head {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}

.drawer-head h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px; letter-spacing: .05em;
}

.drawer-close {
  background: none; border: none; color: var(--muted);
  font-size: 22px; cursor: none; transition: color .2s; padding: 4px;
}

.drawer-close:hover { color: var(--white); }

.drawer-items {
  flex: 1; overflow-y: auto; padding: 20px 28px;
  display: flex; flex-direction: column; gap: 14px;
}

.drawer-empty {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px;
  color: var(--muted); font-size: 14px; padding: 40px;
  text-align: center;
}

.drawer-empty-icon { font-size: 48px; opacity: .25; }

.d-item {
  display: flex; gap: 14px; align-items: center;
  background: var(--mid); border-radius: 10px; padding: 14px;
}

.d-item-icon {
  width: 52px; height: 52px; border-radius: 8px;
  background: #0f2d5e;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; flex-shrink: 0;
}

.d-item-info { flex: 1; }

.d-item-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px; letter-spacing: .04em; margin-bottom: 3px;
}

.d-item-price { font-size: 12px; color: var(--gold); font-weight: 500; }

.d-qty { display: flex; align-items: center; gap: 8px; }

.d-qty-btn {
  width: 26px; height: 26px;
  border: 1px solid var(--line);
  background: none; color: var(--white);
  border-radius: 4px; cursor: none; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s;
}

.d-qty-btn:hover { border-color: var(--gold); }

.d-qty-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px; min-width: 20px; text-align: center;
}

.d-remove {
  background: none; border: none; color: var(--muted);
  cursor: none; font-size: 14px; padding: 4px;
  transition: color .2s;
}

.d-remove:hover { color: #f55; }

.drawer-foot {
  padding: 20px 28px 28px;
  border-top: 1px solid var(--line);
}

.d-total {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 18px;
}

.d-total .lbl {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px; letter-spacing: .05em;
}

.d-total .amt {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px; color: var(--gold); letter-spacing: .02em;
}

.btn-pay {
  width: 100%; background: var(--gold); color: var(--black);
  border: none; padding: 17px;
  border-radius: 100px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 19px; letter-spacing: .1em;
  cursor: none; display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background .2s, transform .2s;
}

.btn-pay:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-pay:disabled { opacity: .5; cursor: not-allowed; transform: none; }

.btn-pay .spin {
  width: 18px; height: 18px;
  border: 2px solid rgba(0,0,0,.25); border-top-color: var(--black);
  border-radius: 50%;
  animation: spin .7s linear infinite; display: none;
}

.btn-pay.loading .spin { display: block; }
.btn-pay.loading .pay-txt { display: none; }

@keyframes spin { to{transform:rotate(360deg)} }

.d-note {
  text-align: center; font-size: 11px; color: var(--muted);
  margin-top: 12px; line-height: 1.6;
}

/* Toast */
.toast {
  position: fixed; bottom: 28px; left: 50%;
  transform: translateX(-50%) translateY(70px);
  background: var(--mid);
  border: 1px solid rgba(200,150,12,.35);
  color: var(--white); padding: 13px 24px;
  border-radius: 100px; font-size: 13px; font-weight: 500;
  z-index: 800; transition: transform .35s cubic-bezier(.16,1,.3,1);
  white-space: nowrap; pointer-events: none;
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* ─── KEYFRAMES ─── */
@keyframes fadeUp {
  from { opacity:0; transform: translateY(20px); }
  to   { opacity:1; transform: translateY(0); }
}

@keyframes slideUp {
  from { transform: translateY(110%); }
  to   { transform: translateY(0); }
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .phone-label { display: none; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  body { cursor: auto; }
  #cursor, #cursor-ring { display: none; }
  nav { padding: 0 20px; }
  .nav-center { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-left { padding: 60px 28px 48px; }
  .hero-right { padding: 0 28px 60px; }
  .products { padding: 80px 20px; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .brand-strip { grid-template-columns: 1fr; padding: 72px 28px; gap: 48px; }
  .features { padding: 80px 20px; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .how { padding: 80px 20px; }
  .how-grid { grid-template-columns: 1fr; }
  .cta-block { padding: 100px 28px; }
  footer { padding: 40px 20px; flex-direction: column; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; gap: 20px; }
  .drawer { width: 100vw; }
  .page-header { padding: 120px 28px 60px; }
  .faq { padding: 80px 20px; }
  .values { padding: 80px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; padding: 80px 20px; gap: 48px; }
}

@media (max-width: 540px) {
  .pgrid { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .story-stats { grid-template-columns: 1fr; }
}

/* ─── HERO FULLSCREEN ─── */
.hero-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  grid-template-columns: unset;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(8,8,8,.75) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px 80px;
  max-width: 860px;
  width: 100%;
}

/* Logo grande con fondo blanco */
.hero-logo-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 10px 28px;
  margin-bottom: 36px;
  box-shadow: 0 0 60px rgba(200,150,12,.25);
}
.hero-logo-big {
  height: 72px;
  width: auto;
  display: block;
}

/* Animaciones de entrada */
@keyframes heroLogoIn {
  from { opacity: 0; transform: scale(0.7) translateY(-20px); filter: blur(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0);       filter: blur(0); }
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(32px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-anim-logo { opacity: 0; animation: heroLogoIn .9s cubic-bezier(.16,1,.3,1) .2s forwards; }
.hero-anim-1   { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.16,1,.3,1) .7s forwards; }
.hero-anim-2   { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.16,1,.3,1) .9s forwards; }
.hero-anim-3   { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1.1s forwards; }
.hero-anim-4   { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1.3s forwards; }
.hero-anim-5   { opacity: 0; animation: heroFadeUp .7s cubic-bezier(.16,1,.3,1) 1.5s forwards; }

/* Hero h1 centrado */
.hero-fullscreen .hero-h1 {
  font-size: clamp(72px, 12vw, 160px);
  text-align: center;
  margin-bottom: 20px;
  color: var(--text);
}
.hero-h1 em.gold { color: var(--gold); font-style: normal; }

/* Sub centrado */
.hero-fullscreen .hero-sub {
  max-width: 480px;
  text-align: center;
  margin: 0 auto 36px;
}

/* CTAs centrados */
.hero-fullscreen .hero-ctas { justify-content: center; }

/* Stats centrados */
.hero-fullscreen .hero-stats {
  justify-content: center;
  border-top: 1px solid var(--line);
  padding-top: 32px;
  margin-top: 40px;
  gap: 48px;
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: .3; transform: scaleY(1); }
  50%      { opacity: 1;  transform: scaleY(1.2); }
}

/* ─── COLOR & SIZE SELECTORS ─── */
.pcard-options {
  padding: 12px 24px 0;
  display: flex; flex-direction: column; gap: 10px;
}

.pcard-opt-label {
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 4px;
}

.color-swatches {
  display: flex; gap: 8px; flex-wrap: wrap;
}

.color-swatch {
  width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: none; transition: transform .2s, border-color .2s;
  position: relative;
}

.color-swatch:hover { transform: scale(1.15); }

.color-swatch.selected {
  border-color: var(--gold);
  transform: scale(1.15);
}

.color-swatch[data-color="blanco"]  { background: #ffffff; box-shadow: inset 0 0 0 1px #ddd; }
.color-swatch[data-color="negro"]   { background: #0a0a0a; }
.color-swatch[data-color="gris"]    { background: #9e9e9e; }
.color-swatch[data-color="crema"]   { background: #f5e9c0; box-shadow: inset 0 0 0 1px #d4b87a; }
.color-swatch[data-color="verde"]   { background: #2d7a3a; }
.color-swatch[data-color="rojo"]    { background: #c0392b; }
.color-swatch[data-color="amarillo"]{ background: #F0B429; }
.color-swatch[data-color="azul"]    { background: #1B4F8A; }

.size-pills {
  display: flex; gap: 6px; flex-wrap: wrap;
}

.size-pill {
  min-width: 34px; height: 28px; padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 10px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase;
  background: none; color: var(--text);
  cursor: none; transition: border-color .2s, background .2s, color .2s;
  display: flex; align-items: center; justify-content: center;
}

.size-pill:hover { border-color: var(--gold); color: var(--gold); }

.size-pill.selected {
  background: var(--gold); border-color: var(--gold); color: #fff;
}

.size-pill-section {
  font-size: 9px; letter-spacing: .12em; color: var(--muted);
  border-color: transparent; background: none;
  padding: 0 4px; height: auto; min-width: unset;
  cursor: default; opacity: .7; pointer-events: none;
  margin-top: 4px;
}

/* ─── CATEGORY TABS ─── */
.cat-tabs {
  display: flex; gap: 8px; flex-wrap: wrap;
  padding: 64px 64px 40px;
}

.autenticidad-banner {
  display: flex; align-items: flex-start; gap: 10px;
  margin: 0 64px 32px;
  padding: 14px 20px;
  border: 1px solid rgba(200,150,12,.3);
  border-radius: 8px;
  background: rgba(200,150,12,.06);
  color: var(--muted);
  font-size: 12px; line-height: 1.6;
}
.autenticidad-banner strong { color: var(--gold); }
@media (max-width: 768px) {
  .autenticidad-banner { margin: 0 20px 24px; }
}

.cat-tab {
  background: none;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 10px 24px; border-radius: 100px;
  font-size: 11px; font-weight: 600; letter-spacing: .15em;
  text-transform: uppercase; cursor: none;
  transition: all .2s;
}

.cat-tab:hover { border-color: var(--gold); color: var(--gold); }

.cat-tab.active {
  background: var(--gold); border-color: var(--gold);
  color: #fff;
}

.pcard[data-category] { transition: opacity .3s, transform .3s; }
.pcard.cat-hidden { display: none; }

@media (max-width: 768px) {
  .cat-tabs { padding: 24px 20px 0; }
}

/* ─── HAMBURGER + MOBILE MENU ─── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: transform .3s, opacity .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  position: fixed;
  top: 56px;
  left: 0; right: 0;
  background: #0a0a0a;
  border-bottom: 1px solid var(--border);
  z-index: 999;
  flex-direction: column;
  padding: 12px 0 20px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 14px 28px;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: color .2s;
}
.mobile-menu a:hover { color: var(--gold); }

@media (max-width: 900px) {
  .hamburger { display: flex; }
}

/* ─── HERO SPLIT (mobile fix) ─── */
.hero-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 72px 0 0;
  min-height: 100vh;
}

.hero-center-left {
  flex: 1;
  min-width: 0;
  padding: 60px 48px 60px 52px;
  text-align: left;
  align-items: flex-start;
}

.hero-center-left .hero-ctas { justify-content: flex-start; }
.hero-center-left .hero-stats { justify-content: flex-start; }

.hero-phone-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px 40px 0;
}

@media (max-width: 900px) {
  .hero-split {
    flex-direction: column;
    padding-top: 72px;
    min-height: auto;
  }
  .hero-center-left {
    padding: 48px 24px 32px;
    text-align: left;
    width: 100%;
  }
  .hero-phone-wrap {
    padding: 0 24px 48px;
    width: 100%;
    justify-content: center;
  }
  .hero-split .hero-h1 {
    font-size: clamp(56px, 14vw, 100px);
  }
}

/* ─── PRODUCT CARD CAROUSEL ─── */
.pc-carousel {
  position: absolute; inset: 0;
  overflow: hidden;
}
.pc-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .4s ease;
}
.pc-slide.active { opacity: 1; }

.pc-prev, .pc-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,.45);
  border: none; color: #fff;
  width: 28px; height: 28px; border-radius: 50%;
  font-size: 18px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3;
  opacity: 0.85;
}
.pc-prev { left: 8px; }
.pc-next { right: 8px; }
.pc-carousel:hover .pc-prev,
.pc-carousel:hover .pc-next { opacity: 1; }

.pc-dots {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px; z-index: 3;
}
.pc-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(255,255,255,.4);
  transition: background .2s;
}
.pc-dot.active { background: #fff; }
