/* Google Fonts loaded via <link> in each page's <head> for faster rendering */

/* ─── VARIABLES ─────────────────────────────────────────────── */
:root {
  --bg:        #000000;
  --bg2:       #080808;
  --bg3:       #111111;
  --gold:      #A8B2C1;
  --gold-lt:   #C8D0DC;
  --gold-dk:   #6B7585;
  --blue:      #3A7BD5;
  --blue-lt:   #5B9EF7;
  --text:      #E8E4DC;
  --text-muted:#8A8578;
  --border:    rgba(168,178,193,0.15);
  --glass:     rgba(10,10,10,0.75);
  --radius:    12px;
  --radius-lg: 24px;
  --transition: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; scroll-padding-top: 120px; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ─── SKIP LINK (accessibility) ─────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 99999;
  background: var(--gold);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 0 0 var(--radius) var(--radius);
  font-size: 0.875rem;
  font-weight: 600;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* ─── PAGE LOADER ───────────────────────────────────────────── */
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* EXIT: cortina que sale hacia la derecha */
  transition: transform 1.05s cubic-bezier(0.76, 0, 0.24, 1);
}
.page-loader.hidden {
  transform: translateX(100%);
  pointer-events: none;
}

/* ── Silueta dark.jpg — revela de derecha con clip-path ── */
.pl__bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.pl__img {
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  mix-blend-mode: screen;
  filter: brightness(0.36) contrast(1.14) grayscale(0.60) saturate(0.20);
  -webkit-mask-image: linear-gradient(to left, black 0%, black 30%, transparent 80%);
  mask-image:         linear-gradient(to left, black 0%, black 30%, transparent 80%);
  clip-path: inset(0 100% 0 0);
  animation: plImgReveal 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
}
@keyframes plImgReveal {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0%   0 0); }
}

/* ── Esquinas decorativas ── */
.pl__frame {
  position: absolute;
  inset: clamp(1.5rem, 4vw, 3rem);
  pointer-events: none;
  z-index: 1;
}
.pl__frame-tl,
.pl__frame-br {
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
}
.pl__frame-tl {
  top: 0; left: 0;
  border-top:  1px solid rgba(168,178,193,0);
  border-left: 1px solid rgba(168,178,193,0);
  animation: plFrameTL 0.9s cubic-bezier(0.22,1,0.36,1) 0.12s forwards;
}
@keyframes plFrameTL {
  to { border-top-color:  rgba(168,178,193,0.22);
       border-left-color: rgba(168,178,193,0.22); }
}
.pl__frame-br {
  bottom: 0; right: 0;
  border-bottom: 1px solid rgba(168,178,193,0);
  border-right:  1px solid rgba(168,178,193,0);
  animation: plFrameBR 0.9s cubic-bezier(0.22,1,0.36,1) 0.22s forwards;
}
@keyframes plFrameBR {
  to { border-bottom-color: rgba(168,178,193,0.22);
       border-right-color:  rgba(168,178,193,0.22); }
}

/* ── Contenido central ── */
.pl__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  user-select: none;
}

@keyframes plFadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* ── Logo: AUCTOR ── */
.pl__logo-line {
  display: flex;
  line-height: 1;
}
.pl__logo-line--1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #EDE8DF;
}

/* ── Logo: LexTech ── */
.pl__logo-line--2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.08em;
  color: rgba(168,178,193,0.56);
  margin-top: 0.08em;
  margin-bottom: 1.5rem;
}

/* ── Cada letra ── */
.pl__letter {
  display: inline-block;
  overflow: hidden;
}
/* AUCTOR: empieza 1.20s, stagger 0.07s */
.pl__logo-line--1 .pl__letter > span {
  display: inline-block;
  animation: plLetterIn 0.58s cubic-bezier(0.22,1,0.36,1)
             calc(1.20s + var(--i) * 0.07s) both;
}
/* LexTech: empieza 1.72s, stagger 0.065s */
.pl__logo-line--2 .pl__letter > span {
  display: inline-block;
  animation: plLetterIn 0.58s cubic-bezier(0.22,1,0.36,1)
             calc(1.72s + var(--i) * 0.065s) both;
}
@keyframes plLetterIn {
  from { transform: translateY(112%); }
  to   { transform: translateY(0);    }
}

/* ── Subtítulo ── */
.pl__sub-wrap {
  opacity: 0;
  animation: plFadeUp 0.7s cubic-bezier(0.22,1,0.36,1) 2.28s forwards;
}
.pl__sub {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(168,178,193,0.38);
}

/* ── Barra de progreso dorada ── */
.pl__progress {
  margin-top: 2.25rem;
  width: clamp(100px, 14vw, 160px);
  height: 1px;
  background: rgba(168,178,193,0.08);
  overflow: hidden;
}
.pl__progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold), var(--gold-lt));
  transform: scaleX(0);
  transform-origin: left;
  animation: plProgress 1.1s cubic-bezier(0.22,1,0.36,1) 2.52s forwards;
}
@keyframes plProgress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ─── NOISE OVERLAY ─────────────────────────────────────────── */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ─── SCROLLBAR ─────────────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dk); border-radius: 3px; }

/* ─── TYPOGRAPHY ────────────────────────────────────────────── */
.serif { font-family: 'Playfair Display', serif; }
.mono  { font-family: 'JetBrains Mono', monospace; }

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }

.display {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}
.headline {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
}
.subheading {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
}
.label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.body-lg { font-size: 1.125rem; font-weight: 300; line-height: 1.8; }
.text-muted { color: var(--text-muted); }

/* ─── LAYOUT ────────────────────────────────────────────────── */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.section { padding: clamp(5rem, 10vw, 8rem) 0; position: relative; z-index: 1; scroll-margin-top: 120px; }
section { scroll-margin-top: 120px; }

/* ─── GOLD LINE DECORATOR ───────────────────────────────────── */
.gold-line {
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 1.5rem;
}
.gold-line.center { margin: 0 auto 1.5rem; }

/* ─── NAVIGATION ────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: background 0.4s var(--transition), border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(8, 11, 16, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: var(--border);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav__logo-main {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.02em;
}
.nav__logo-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  color: var(--gold);
  text-transform: uppercase;
}
.nav__links {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.nav__links a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(232,228,220,0.75);
  letter-spacing: 0.05em;
  transition: color 0.3s;
  position: relative;
}
.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s var(--transition);
}
.nav__links a:hover,
.nav__links a.active { color: var(--text); }
.nav__links a:hover::after,
.nav__links a.active::after { width: 100%; }

.nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.5rem;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s !important;
}
.nav__cta:hover {
  background: var(--gold) !important;
  color: var(--bg) !important;
}
.nav__cta::after { display: none !important; }

/* Boutique tab — discreto, secundario, no compite con el CTA */
.nav__boutique {
  display: inline-flex !important;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem !important;
  color: rgba(168,178,193,0.42) !important;
  letter-spacing: 0.03em;
  transition: color 0.35s ease !important;
}
.nav__boutique::after { display: none !important; }
.nav__boutique::before { display: none; }
.nav__boutique:hover { color: rgba(168,178,193,0.75) !important; }
/* Sin separador llamativo */
li:has(.nav__boutique) {
  padding-left: 0.5rem;
  margin-left: 0.2rem;
}
/* Mobile boutique link */
.nav__mobile .nav__boutique {
  color: rgba(168,178,193,0.38) !important;
  font-size: 0.78rem !important;
  border-top: 1px solid var(--border);
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}

.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--text);
  transition: all 0.3s;
}

/* ─── BUTTONS ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.875rem 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s var(--transition);
  border: none;
  font-family: 'Inter', sans-serif;
}
.btn-primary {
  background: var(--gold);
  color: var(--bg);
}
.btn-primary:hover {
  background: var(--gold-lt);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(168,178,193,0.3);
}
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(232,228,220,0.3);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.btn-ghost {
  background: transparent;
  color: var(--gold);
  padding-left: 0;
  gap: 0.5rem;
}
.btn-ghost svg { transition: transform 0.3s; }
.btn-ghost:hover svg { transform: translateX(4px); }
.btn:active {
  transform: scale(0.97) translateY(0) !important;
  transition-duration: 80ms !important;
  box-shadow: none !important;
}

/* ─── CARDS ─────────────────────────────────────────────────── */
.card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(168,178,193,0.05), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.card:hover {
  border-color: rgba(168,178,193,0.4);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.card:hover::before { opacity: 1; }

/* ─── GLASS CARD ─────────────────────────────────────────────── */
.glass {
  background: var(--glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

/* ─── SECTION TITLE ─────────────────────────────────────────── */
.section-title {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.section-title.center { text-align: center; }
.section-title .label { margin-bottom: 1rem; display: block; }
.section-title h2 { margin-bottom: 1rem; }
.section-title p { color: var(--text-muted); max-width: 56ch; }
.section-title.center p { margin: 0 auto; }

/* ─── DIVIDER ───────────────────────────────────────────────── */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

/* ─── BADGE ─────────────────────────────────────────────────── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: rgba(168,178,193,0.1);
  border: 1px solid rgba(168,178,193,0.3);
  border-radius: 999px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: var(--gold);
}
.badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ─── NUMBER DECORATION ─────────────────────────────────────── */
.number-decoration {
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(168,178,193,0.06);
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  pointer-events: none;
  user-select: none;
}

/* ─── FOOTER ────────────────────────────────────────────────── */
.footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 5rem 0 2rem;
  position: relative;
  z-index: 1;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
.footer__brand p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-top: 1rem;
  max-width: 32ch;
  line-height: 1.8;
}
.footer__brand .nav__logo { margin-bottom: 1rem; }
.footer__col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.footer__col ul { display: flex; flex-direction: column; gap: 0.75rem; }
.footer__col ul a {
  color: var(--text-muted);
  font-size: 0.875rem;
  transition: color 0.3s;
}
.footer__col ul a:hover { color: var(--text); }
.footer__bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer__bottom p {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* ─── FADE-IN ANIMATION ─────────────────────────────────────── */
.fade-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.82s var(--transition), transform 0.82s var(--transition);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.delay-1 { transition-delay: 0.12s; }
.fade-up.delay-2 { transition-delay: 0.24s; }
.fade-up.delay-3 { transition-delay: 0.36s; }
.fade-up.delay-4 { transition-delay: 0.48s; }
.fade-up.delay-5 { transition-delay: 0.60s; }

/* ─── LINE-REVEAL (JS IntersectionObserver) ──────────────────── */
.line-reveal {
  display: block;
  overflow: hidden;
}
.line-reveal > span {
  display: block;
  transform: translateY(108%);
  transition: transform 0.92s cubic-bezier(0.22, 1, 0.36, 1) var(--lr-delay, 0s);
}
.line-reveal.revealed > span { transform: translateY(0); }

/* ─── SCROLL PROGRESS BAR ───────────────────────────────────── */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold-dk), var(--gold), var(--gold-lt));
  z-index: 2000;
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ─── FORM ELEMENTS ─────────────────────────────────────────── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-group label {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.875rem 1.25rem;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  outline: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(168,178,193,0.1);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-group select option { background: var(--bg3); }

/* ─── GRID HELPERS ──────────────────────────────────────────── */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; }

/* ─── MOBILE NAV ────────────────────────────────────────────── */
.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(8,11,16,0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.nav__mobile.open { display: flex; }
.nav__mobile a {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--text-muted);
  transition: color 0.3s;
}
.nav__mobile a:hover { color: var(--gold); }
.nav__mobile .close-btn {
  position: absolute;
  top: 1.5rem; right: 2rem;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-muted);
}

/* ─── PORTAL BOUTIQUE PROMO ─────────────────────────────────── */
.boutique-promo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #0e0b06 0%, #0a0805 50%, #0d0a05 100%);
  border-top: 1px solid rgba(201,168,76,0.14);
  border-bottom: 1px solid rgba(201,168,76,0.08);
}
.boutique-promo::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right,
    transparent 0%, rgba(201,168,76,0.55) 25%,
    rgba(201,168,76,0.70) 50%, rgba(201,168,76,0.55) 75%, transparent 100%
  );
}
.boutique-promo::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(201,168,76,0.032) 0%, transparent 65%);
  pointer-events: none;
}
/* Layout 2 columnas */
.boutique-promo__layout {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}
/* ── Columna texto ── */
.boutique-promo__text { text-align: left; }
.boutique-promo__badge {
  display: inline-flex;
  align-items: center; gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.60rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(201,168,76,0.82);
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 999px; padding: 0.32rem 1rem; margin-bottom: 1.75rem;
}
.boutique-promo__badge::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(201,168,76,0.82);
  animation: bpPulse 2.2s ease-in-out infinite;
}
@keyframes bpPulse {
  0%,100% { opacity:0.5; transform:scale(1); }
  50%     { opacity:1;   transform:scale(1.4); }
}
.boutique-promo__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 700; line-height: 1.15;
  color: rgba(235,225,205,0.96);
  margin: 0 0 1rem; letter-spacing: -0.01em;
}
.boutique-promo__title em { font-style: italic; color: rgba(201,168,76,0.88); }
.boutique-promo__sub {
  font-size: 0.95rem; line-height: 1.80;
  color: rgba(185,175,155,0.60); max-width: 42ch; margin: 0 0 2.25rem;
}
.boutique-promo__actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.btn-boutique {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em;
  color: rgba(12,10,6,0.96);
  background: linear-gradient(135deg, rgba(201,168,76,0.95) 0%, rgba(185,148,58,0.95) 100%);
  border: 1px solid rgba(201,168,76,0.55);
  border-radius: var(--radius); padding: 0.80rem 2rem;
  text-decoration: none;
  transition: background 0.45s ease, transform 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.45s ease;
}
.btn-boutique:hover {
  background: linear-gradient(135deg, rgba(218,185,95,1) 0%, rgba(202,164,74,1) 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(201,168,76,0.26);
}
.boutique-promo__url {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.60rem; letter-spacing: 0.14em;
  color: rgba(185,168,120,0.36);
}

/* ── Feature chips ── */
.boutique-promo__features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2rem;
}
.bp__feat {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.16);
  border-radius: 999px;
  padding: 0.34rem 0.9rem 0.34rem 0.72rem;
  transition: background 0.30s ease, border-color 0.30s ease, transform 0.30s cubic-bezier(0.22,1,0.36,1);
  cursor: default;
}
.bp__feat:hover {
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.32);
  transform: translateY(-2px);
}
.bp__feat-icon {
  font-size: 0.78rem;
  color: rgba(201,168,76,0.80);
  line-height: 1;
}
.bp__feat-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  color: rgba(210,192,148,0.82);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/* ── Mockup interactivo ── */
.boutique-preview {
  background: linear-gradient(150deg, #110e08 0%, #0c0a05 100%);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 32px 72px rgba(0,0,0,0.60), 0 0 0 1px rgba(201,168,76,0.06);
  transform: perspective(1100px) rotateY(-8deg) rotateX(3deg);
  transition: transform 0.80s cubic-bezier(0.22,1,0.36,1), box-shadow 0.80s ease;
}
.boutique-promo:hover .boutique-preview {
  transform: perspective(1100px) rotateY(-4deg) rotateX(1.5deg);
  box-shadow: 0 40px 90px rgba(0,0,0,0.65), 0 0 0 1px rgba(201,168,76,0.10);
}
/* Chrome del navegador */
.bp__chrome {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.65rem 1rem;
  background: rgba(201,168,76,0.04);
  border-bottom: 1px solid rgba(201,168,76,0.10);
}
.bp__dots { display: flex; gap: 0.35rem; }
.bp__dots span {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(201,168,76,0.22);
}
.bp__dots span:first-child { background: rgba(220,80,60,0.45); }
.bp__dots span:nth-child(2) { background: rgba(220,180,60,0.40); }
.bp__dots span:last-child  { background: rgba(80,180,80,0.35); }
.bp__urlbar {
  flex: 1; background: rgba(201,168,76,0.05);
  border: 1px solid rgba(201,168,76,0.10);
  border-radius: 4px; padding: 0.22rem 0.65rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.56rem; letter-spacing: 0.06em;
  color: rgba(185,168,120,0.50);
}
/* Screenshot real del boutique */
.bp__screenshot {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Cuerpo del mockup (legacy — ya no se usa) */
.bp__body { padding: 1.25rem 1.25rem 1.5rem; }
.bp__mini-nav {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1.1rem;
}
.bp__logo {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem; font-weight: 700;
  color: rgba(220,200,158,0.92);
  display: flex; align-items: center; gap: 0.4rem;
}
.bp__logo-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.46rem; letter-spacing: 0.20em;
  color: rgba(201,168,76,0.52);
}
.bp__hero {
  background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.03));
  border: 1px solid rgba(201,168,76,0.10);
  border-radius: 8px; padding: 1rem 1.1rem;
  margin-bottom: 1rem;
}
.bp__hero-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.48rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(201,168,76,0.55); margin-bottom: 0.35rem;
}
.bp__hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 700;
  color: rgba(230,215,185,0.95); line-height: 1.25;
}
/* Grid de tarjetas */
.bp__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem;
}
.bp__card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(201,168,76,0.12);
  border-radius: 8px; padding: 0.75rem 0.85rem;
  min-height: 90px;
  cursor: pointer;
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s cubic-bezier(0.22,1,0.36,1);
  position: relative; overflow: hidden;
}
.bp__card::before {
  content: '';
  position: absolute; top: 0; left: 0.75rem; right: 0.75rem; height: 1px;
  background: linear-gradient(to right, rgba(201,168,76,0.35), transparent);
  z-index: 2;
}
.bp__card:hover {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.35);
  transform: translateY(-2px);
}

/* ── Static content (fades out on hover) ── */
.bp__card-static {
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.bp__card:hover .bp__card-static {
  opacity: 0; transform: translateY(-7px);
}
.bp__card-icon {
  font-size: 0.95rem; margin-bottom: 0.35rem;
  color: rgba(201,168,76,0.72);
}
.bp__card-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.74rem; font-weight: 600;
  color: rgba(220,205,170,0.92); margin-bottom: 0.14rem;
}
.bp__card-sub {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.56rem; letter-spacing: 0.04em;
  color: rgba(185,168,120,0.48);
}

/* ── Animation overlay (fades in on hover) ── */
.bp__card-anim {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.38rem; padding: 0.5rem;
  opacity: 0; transform: translateY(10px);
  transition: opacity 0.30s ease 0.10s, transform 0.30s cubic-bezier(0.22,1,0.36,1) 0.10s;
  z-index: 1;
}
.bp__card:hover .bp__card-anim {
  opacity: 1; transform: translateY(0);
}
.bp__anim-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.46rem; letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(201,168,76,0.55);
}

/* ════ FAMILIA: balanza — animada por JS ════ */
.bp__scale-svg { width: 56px; height: 38px; overflow: visible; }

/* ════ CALCULADORA: contador que sube ════ */
.bp__calc-display {
  display: flex; align-items: baseline; gap: 0.12rem;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.22);
  border-radius: 6px; padding: 0.28rem 0.65rem;
}
.bp__calc-dollar {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem; color: rgba(201,168,76,0.60); font-weight: 600;
}
.bp__calc-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1.25rem; font-weight: 700;
  color: rgba(225,200,145,0.96);
  min-width: 2.8ch; text-align: right;
  transition: none;
}

/* ════ PORTAL: candado que se abre ════ */
.bp__lock-svg { width: 34px; height: 42px; }
.bp__lock-shackle {
  transition: transform 0.65s cubic-bezier(0.22,1,0.36,1);
  transform-box: fill-box; transform-origin: 10% 100%;
}
.bp__card--portal:hover .bp__lock-shackle {
  transform: translateY(-8px) rotate(-18deg);
}
.bp__lock-keyhole { transition: opacity 0.20s ease; }
.bp__card--portal:hover .bp__lock-keyhole { opacity: 0; }
.bp__lock-check {
  opacity: 0; stroke-dasharray: 20; stroke-dashoffset: 20;
  transition: opacity 0.01s ease 0.45s;
}
.bp__card--portal:hover .bp__lock-check {
  opacity: 1;
  animation: drawCheck 0.45s ease 0.48s forwards;
}
@keyframes drawCheck { to { stroke-dashoffset: 0; } }

/* Typing text */
.bp__typing {
  overflow: hidden; white-space: nowrap;
  width: 0; border-right: 1px solid rgba(201,168,76,0.65);
  animation-play-state: paused;
}
.bp__card--portal:hover .bp__typing {
  animation:
    typing 0.65s steps(16) 0.55s forwards,
    blinkCursor 0.65s step-end infinite 0.55s;
}
@keyframes typing { to { width: 16ch; } }
@keyframes blinkCursor { 50% { border-color: transparent; } }

/* ════ GUÍAS: líneas que se dibujan ════ */
.bp__doc-svg { width: 38px; height: 48px; }
.bp__doc-line-1 { stroke-dasharray: 26; stroke-dashoffset: 26; animation-play-state: paused; }
.bp__doc-line-2 { stroke-dasharray: 26; stroke-dashoffset: 26; animation-play-state: paused; }
.bp__doc-line-3 { stroke-dasharray: 18; stroke-dashoffset: 18; animation-play-state: paused; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
.bp__card--guias:hover .bp__doc-line-1 {
  animation: drawLine 0.42s ease forwards; animation-play-state: running;
}
.bp__card--guias:hover .bp__doc-line-2 {
  animation: drawLine 0.42s ease 0.20s forwards; animation-play-state: running;
}
.bp__card--guias:hover .bp__doc-line-3 {
  animation: drawLine 0.42s ease 0.38s forwards; animation-play-state: running;
}
/* Dos botones de acción dentro del mockup */
.bp__actions {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; margin-top: 0.55rem;
}
.bp__btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.64rem; font-weight: 600; letter-spacing: 0.05em;
  text-align: center; padding: 0.50rem;
  border-radius: 6px; border: none; cursor: pointer;
  transition: opacity 0.25s ease;
}
.bp__btn--primary {
  background: linear-gradient(135deg, rgba(201,168,76,0.90), rgba(180,148,55,0.90));
  color: rgba(12,10,5,0.95);
}
.bp__btn--secondary {
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.18);
  color: rgba(201,168,76,0.70);
}
.bp__btn:hover { opacity: 0.82; }

/* ghost word */
.boutique-promo__ghost {
  position: absolute;
  bottom: -2rem; right: -1rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 14vw, 11rem); font-weight: 900;
  letter-spacing: 0.12em; color: rgba(201,168,76,0.018);
  pointer-events: none; white-space: nowrap;
  user-select: none; line-height: 1;
}

/* responsive */
@media (max-width: 1024px) {
  .boutique-promo__layout { grid-template-columns: 1fr; gap: 3rem; }
  .boutique-preview { transform: none; }
  .boutique-promo:hover .boutique-preview { transform: none; }
  .boutique-promo__text { text-align: center; }
  .boutique-promo__sub { max-width: 52ch; margin-left: auto; margin-right: auto; }
  .boutique-promo__actions { justify-content: center; }
}

/* ─── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  .nav__links { display: none; }
  .nav__burger { display: flex; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; text-align: center; }
}
