/* ============================================================
   Distribuciones Villegas — Plantas Artificiales Colombia
   Versión 2026 · Botánico premium futurista
   ============================================================ */

:root {
  /* Palette */
  --bg-deep: #080f0c;
  --bg: #0e1812;
  --surface: #15211a;
  --surface-2: #1d2c24;
  --surface-3: #263a30;
  --border: rgba(201, 169, 97, 0.14);
  --border-strong: rgba(201, 169, 97, 0.32);

  --green: #2d5a3d;
  --green-bright: #5a9b6e;
  --leaf: #88c9a1;
  --leaf-soft: rgba(136, 201, 161, 0.12);

  --gold: #c9a961;
  --gold-bright: #e6c585;
  --gold-soft: rgba(201, 169, 97, 0.10);

  --cream: #f0ebe0;
  --text: #e8e4d8;
  --muted: #95a09a;
  --dim: #6a7570;

  /* Type */
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Manrope", -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Layout */
  --max: 1440px;
  --pad: clamp(20px, 4vw, 64px);
  --radius: 18px;
  --radius-sm: 10px;

  /* Motion */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body {
  background: var(--bg-deep);
  color: var(--text);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  position: relative;
}
/* Aggressive horizontal overflow prevention */
body > * { max-width: 100vw; }
section, header, footer, .wrap, .hero-grid, .visualizer-grid, .how-grid {
  max-width: 100%;
}
img, video, iframe { max-width: 100%; }
h1, h2, h3, h4, h5, h6, p, span, button, a, div {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
body {
  font-size: 15px;
  line-height: 1.55;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(45, 90, 61, 0.18), transparent 60%),
    radial-gradient(ellipse 70% 50% at 90% 30%, rgba(201, 169, 97, 0.06), transparent 60%),
    var(--bg-deep);
  min-height: 100vh;
}

img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--gold); color: var(--bg-deep); }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: var(--surface-2); border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: var(--green); }

/* ===== Typography helpers ===== */
.display { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.02em; line-height: 1; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: 10px;
}
.eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--gold);
}
.eyebrow.no-line::before { display: none; }

/* ===== Layout ===== */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
section { padding: clamp(72px, 9vw, 140px) 0; position: relative; }
.section-hdr { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 56px; flex-wrap: wrap; }
.section-hdr h2 { font-size: clamp(36px, 5vw, 64px); max-width: 720px; }
.section-hdr p { color: var(--muted); max-width: 420px; }
.section-hdr .eyebrow { margin-bottom: 18px; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.4s var(--ease);
  position: relative;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn-primary {
  background: var(--gold);
  color: var(--bg-deep);
}
.btn-primary:hover { background: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 12px 32px rgba(201, 169, 97, 0.25); }
.btn-ghost {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--cream);
}
.btn-ghost:hover { background: var(--gold-soft); border-color: var(--gold); }
.btn-green {
  background: var(--green);
  color: var(--cream);
}
.btn-green:hover { background: var(--green-bright); }
.btn-sm { padding: 10px 18px; font-size: 11px; }

/* ===== Header ===== */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  padding: 14px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(8, 15, 12, 0.55);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.header-logo { display: flex; align-items: center; gap: 12px; }
.header-logo .logo-mark {
  width: 52px; height: 52px; border-radius: 50%;
  background: #000;
  display: grid; place-items: center;
  border: 1px solid var(--border-strong);
  overflow: hidden;
  flex-shrink: 0;
}
.header-logo .logo-mark img { width: 100%; height: 100%; object-fit: cover; }
.header-logo .logo-mark svg { width: 30px; height: 30px; }
.header-logo .logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.header-logo .logo-text .name { display: block; font-family: var(--font-display); font-size: 24px; color: var(--cream); letter-spacing: 0.01em; font-weight: 500; }
.header-logo .logo-text .sub { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; margin-top: 3px; }
@media (max-width: 640px) {
  .header-logo .logo-text .name { font-size: 16px; }
  .header-logo .logo-text .sub { font-size: 7px; letter-spacing: 0.14em; }
  .header-logo .logo-mark { width: 36px; height: 36px; }
  .header { padding: 10px 12px; gap: 8px; }
  .header-actions { gap: 4px; }
  .icon-btn { width: 36px; height: 36px; }
  .header-logo { gap: 8px; min-width: 0; }
  .header-logo .logo-text { min-width: 0; overflow: hidden; }
  .header-logo .logo-text .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30vw;
  }
}
@media (max-width: 420px) {
  :root { --pad: 12px; }
  .header { padding: 10px; }
  .header-logo .logo-text .sub { display: none; }
  .header-logo .logo-text .name { font-size: 15px; max-width: 28vw; }
  .header-logo .logo-mark { width: 32px; height: 32px; }
  .icon-btn { width: 34px; height: 34px; }
  .header-actions { gap: 3px; }
  .icon-btn svg { width: 15px; height: 15px; }
}
.nav { display: flex; gap: 2px; align-items: center; }
.nav a {
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  border-radius: 999px;
  transition: all 0.3s var(--ease);
  position: relative;
  letter-spacing: 0.01em;
}
.nav a:hover { color: var(--gold-bright); background: var(--gold-soft); }
.nav a.active {
  color: var(--bg-deep);
  background: var(--cream);
}
.nav a.active:hover { background: var(--gold-bright); color: var(--bg-deep); }
.header-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--cream);
  transition: all 0.3s var(--ease);
  position: relative;
}
.icon-btn:hover { background: var(--surface-2); border-color: var(--gold); color: var(--gold); }
.cart-badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px; padding: 0 5px;
  border-radius: 999px;
  background: var(--gold); color: var(--bg-deep);
  font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
  border: 2px solid var(--bg-deep);
}
@media (max-width: 1100px) {
  .nav a { padding: 8px 12px; font-size: 12px; }
}
@media (max-width: 900px) {
  .nav { display: none; }
  .menu-toggle { display: grid !important; }
}
.menu-toggle { display: none; }

/* Mobile menu drawer */
.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95;
  width: min(320px, 90vw);
  background: var(--bg);
  border-left: 1px solid var(--border);
  padding: 80px 24px 24px;
  transform: translateX(100%);
  transition: transform 0.45s var(--ease);
  display: flex; flex-direction: column; gap: 4px;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu a {
  padding: 14px 18px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--cream);
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s;
  display: flex; justify-content: space-between; align-items: center;
}
.mobile-menu a:hover { background: var(--surface); border-color: var(--border); color: var(--gold-bright); }
.mobile-menu a .num {
  font-family: var(--font-mono); font-size: 10px; color: var(--gold); letter-spacing: 0.12em;
}

/* ===== Social strip (between header and hero) ===== */
.social-strip {
  position: fixed; z-index: 79;
  top: 57px; left: 0; right: 0;
  padding: 6px var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border-bottom: 1px solid var(--border);
  background: rgba(8, 15, 12, 0.85);
  backdrop-filter: blur(12px);
  flex-wrap: wrap;
}
.social-strip .tag {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em;
  color: var(--gold); text-transform: uppercase;
  display: flex; align-items: center; gap: 10px;
}
.social-strip .tag::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--leaf);
  box-shadow: 0 0 0 4px rgba(136, 201, 161, 0.18);
  animation: pulseDot 2s ease-out infinite;
}
@keyframes pulseDot { 50% { box-shadow: 0 0 0 8px rgba(136, 201, 161, 0); } }
.social-strip .links { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }

/* Brand-colored icon-only pills that expand on hover */
.social-strip .links a {
  display: inline-flex; align-items: center;
  height: 40px; width: 40px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  transition: width 0.45s var(--ease), padding 0.45s var(--ease), box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.social-strip .links a .ic {
  width: 40px; min-width: 40px; height: 40px;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.social-strip .links a .label {
  opacity: 0; transform: translateX(-6px);
  transition: all 0.35s var(--ease);
  font-family: var(--font-sans);
  letter-spacing: 0.02em;
  margin-right: 14px;
}
.social-strip .links a:hover {
  width: auto; padding-right: 4px;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.social-strip .links a:hover .label { opacity: 1; transform: translateX(0); }

/* Brand colors */
.social-strip .links a.ig {
  background: linear-gradient(45deg, #F58529 0%, #DD2A7B 35%, #8134AF 70%, #515BD4 100%);
}
.social-strip .links a.fb {
  background: #1877F2;
}
.social-strip .links a.yt {
  background: #FF0000;
}

.social-strip .links a.wa {
  background: #25D366;
  color: #fff;
}

@media (max-width: 720px) {
  .social-strip { gap: 10px; padding: 12px var(--pad); }
  .social-strip .tag { font-size: 9px; letter-spacing: 0.15em; }
}
@media (min-width: 721px) {
  .social-strip { top: 81px; }
}

/* When social strip is shown, hero loses its own top padding */

/* ===== Promo Slider ===== */
.promo-slider-section {
  width: 100%;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: relative;
  margin-top: 0;
}
.ps-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 6px 12px 14px;
  gap: 0;
}
.ps-track::-webkit-scrollbar { display: none; }

.ps-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: calc(25% - 12px);
  margin: 0 6px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  display: flex;
  flex-direction: column;
}
.ps-card:hover { border-color: rgba(201,169,97,.4); transform: translateY(-2px); }

.ps-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111e17;
  position: relative;
  flex-shrink: 0;
}
.ps-img img {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform .3s ease;
}
.ps-card:hover .ps-img img { transform: scale(1.04); }

.ps-badge {
  position: absolute; top: 8px; left: 8px;
  background: var(--gold); color: #0e1812;
  font-size: 9px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 8px; border-radius: 99px;
}

.ps-info { padding: 10px 12px 12px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.ps-name { font-family: var(--font-display); font-size: 14px; color: var(--cream); line-height: 1.3; }
.ps-prices { display: flex; align-items: baseline; gap: 7px; margin-top: auto; padding-top: 6px; }
.ps-now { font-family: var(--font-mono); font-size: 14px; font-weight: 500; color: var(--cream); }
.ps-was { font-family: var(--font-mono); font-size: 11px; color: var(--dim); text-decoration: line-through; }
.ps-cta { font-size: 10px; color: var(--gold); margin-top: 6px; letter-spacing: .06em; }

.ps-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; color: var(--cream); font-size: 14px;
  transition: background .2s, border-color .2s;
}
.ps-nav:hover { background: var(--dim); border-color: var(--gold); color: var(--gold); }
.ps-prev { left: 4px; }
.ps-next { right: 4px; }

.ps-dots {
  display: flex; justify-content: center; gap: 5px;
  padding: 6px 0 10px;
}
.ps-dot {
  width: 5px; height: 5px; border-radius: 99px;
  background: var(--dim); border: none; cursor: pointer; padding: 0;
  transition: all .3s ease;
}
.ps-dot.active { background: var(--gold); width: 14px; }

@media (max-width: 900px) { .ps-card { width: calc(50% - 12px); } }
@media (max-width: 560px) {
  .ps-card { width: 75vw; }
  .ps-track { padding: 10px 14px; }
  .ps-nav { display: none; }
}

/* ===== Hero Slider — tarjetas verticales ===== */
.hero-slider{position:relative;margin-top:0;overflow:hidden;cursor:grab;user-select:none;background:transparent;line-height:0;}
.hero-slider:active{cursor:grabbing;}
.hs-progress{display:none;}
.hs-outer{width:100%;overflow:hidden;position:relative;}
.hs-track{display:flex;align-items:stretch;gap:0;touch-action:pan-y;}
.hs-slide{flex-shrink:0;width:calc(33.333% - 8px);margin:0 4px;height:400px;border-radius:0;overflow:hidden;position:relative;transition:opacity .5s ease;cursor:pointer;opacity:.55;filter:brightness(.55);}
.hs-slide.active{width:32%;height:auto;opacity:1;filter:brightness(1);transform:scaleY(1);}
.hs-img-wrap{position:absolute;inset:0;}
.hs-img-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#0e1812;}
.hs-grad-bottom{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,15,12,.92) 0%,rgba(8,15,12,.4) 45%,rgba(8,15,12,0) 100%);}
.hs-grad-left,.hs-grad-right{display:none;}
.hs-content{position:absolute;bottom:0;left:0;right:0;padding:16px 18px 20px;}
.hs-tag{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);background:rgba(201,169,97,.12);border:1px solid rgba(201,169,97,.25);border-radius:99px;padding:3px 10px;margin-bottom:8px;}
.hs-title{font-family:var(--font-display);font-size:clamp(22px,2.5vw,32px);font-weight:400;line-height:1.1;color:var(--cream);margin-bottom:6px;}
.hs-title em{color:var(--gold);font-style:italic;}
.hs-desc{font-size:11px;color:rgba(149,160,154,.8);line-height:1.5;margin-bottom:12px;display:none;}
.hs-slide.active .hs-desc{display:block;}
.hs-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;}
.hs-price{font-family:var(--font-mono);}
.hs-was{font-size:10px;color:var(--dim);text-decoration:line-through;display:block;}
.hs-now{font-size:clamp(16px,2vw,20px);color:var(--cream);font-weight:500;}
.hs-slide:not(.active) .hs-now{font-size:14px;}
.hs-btn{display:inline-flex;align-items:center;gap:6px;background:var(--gold);color:#0e1812;border:none;border-radius:8px;padding:8px 14px;font-family:var(--font-sans);font-size:11px;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .2s;}
.hs-btn:hover{opacity:.88;}
.hs-slide:not(.active) .hs-btn{display:none;}
.hs-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:5;}
.hs-dot{width:5px;height:5px;border-radius:99px;background:rgba(240,235,224,.25);border:none;cursor:pointer;padding:0;transition:all .35s;}
.hs-dot.active{background:var(--gold);width:16px;}
@media(max-width:768px){
  .hero-slider{height:380px;overflow:hidden;cursor:default;}
  .hs-outer{
    width:100%;
    height:100%;
    overflow-x:scroll;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hs-outer::-webkit-scrollbar{display:none;}
  .hs-track{
    display:flex;
    height:100%;
    width:max-content;
    transform:none !important;
    transition:none !important;
  }
  .hs-slide{
    width:100vw;
    height:100%;
    margin:0;
    border-radius:0;
    opacity:1 !important;
    filter:brightness(1) !important;
    transform:none !important;
    transition:none !important;
    scroll-snap-align:start;
    flex-shrink:0;
  }
  .hs-slide.active{width:100vw;height:100%;}
  .hs-dots{display:flex;}
  .hs-content{padding:16px 20px 24px;}
  .hs-title{font-size:26px;}
  .hs-desc{font-size:12px;display:block !important;}
  .hs-now{font-size:20px;}
  .hs-btn{display:inline-flex !important;padding:9px 16px;font-size:11px;}
}
  padding: 130px var(--pad) 80px;
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero h1 {
  font-size: clamp(48px, 7.5vw, 112px);
  font-weight: 300;
}
.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.hero-sub { color: var(--muted); font-size: 17px; max-width: 480px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.hero-meta {
  display: flex; gap: 32px; margin-top: 32px;
  padding-top: 32px; border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.hero-meta div { display: flex; flex-direction: column; gap: 4px; }
.hero-meta .num { font-family: var(--font-display); font-size: 34px; color: var(--cream); line-height: 1; }
.hero-meta .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

.hero-promo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
}
.hero-promo .promo-img {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(136, 201, 161, 0.04) 0 14px, transparent 14px 28px),
    linear-gradient(160deg, #1a3527 0%, #0e1812 70%);
}
.hero-promo .promo-img::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 60%, rgba(136, 201, 161, 0.18), transparent 70%);
}
.promo-tag {
  position: absolute; top: 20px; left: 20px;
  background: var(--gold); color: var(--bg-deep);
  padding: 8px 14px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; font-weight: 700; text-transform: uppercase;
}
.promo-360 {
  position: absolute; top: 20px; right: 20px;
  background: rgba(8, 15, 12, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  padding: 8px 12px; border-radius: 999px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--gold-bright);
  display: flex; align-items: center; gap: 6px;
}
.promo-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px;
  background: linear-gradient(to top, rgba(8, 15, 12, 0.95) 0%, rgba(8, 15, 12, 0.6) 60%, transparent);
}
.promo-info h3 { font-family: var(--font-display); font-size: 32px; color: var(--cream); margin-bottom: 4px; }
.promo-info .desc { color: var(--muted); font-size: 13px; margin-bottom: 14px; max-width: 340px; }
.promo-info .price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.promo-info .price { font-family: var(--font-display); font-size: 28px; color: var(--gold-bright); }
.promo-info .price s { color: var(--dim); font-size: 16px; margin-right: 6px; }

.hero-floats {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.hero-floats span {
  position: absolute;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em;
  color: var(--gold); opacity: 0.5;
}
.hero-floats .f1 { top: 18%; right: 8%; }
.hero-floats .f2 { bottom: 22%; left: 4%; }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 110px; min-height: auto; }
}

/* ===== Categories strip ===== */
.cats {
  padding: 40px 0 80px;
  border-top: 1px solid var(--border);
}
.cats-scroll {
  display: flex; gap: 12px;
  overflow-x: auto; padding: 16px var(--pad);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cats-scroll::-webkit-scrollbar { display: none; }
.cat-pill {
  flex: 0 0 auto;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: all 0.3s var(--ease);
  scroll-snap-align: start;
  display: flex; align-items: center; gap: 10px;
}
.cat-pill .count { color: var(--dim); font-family: var(--font-mono); font-size: 10px; }
.cat-pill:hover { border-color: var(--gold); color: var(--gold-bright); }
.cat-pill.active { background: var(--cream); color: var(--bg-deep); border-color: var(--cream); }
.cat-pill.active .count { color: var(--bg-deep); opacity: 0.5; }
.cat-pill.empty { opacity: 0.5; }
.cat-pill.empty .count { color: var(--dim); }

/* ===== Catalog ===== */

/* ===== Search bar ===== */
.search-wrap {
  margin-bottom: 20px;
}
.search-inner {
  position: relative;
  display: flex;
  align-items: center;
}
.search-icon {
  position: absolute;
  left: 16px;
  color: var(--muted);
  pointer-events: none;
  flex-shrink: 0;
}
.search-input {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 13px 44px 13px 46px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.search-input::placeholder { color: var(--muted); }
.search-input:focus { border-color: var(--gold); }
.search-clear {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 50%;
  transition: color 0.2s;
}
.search-clear:hover { color: var(--cream); }

/* ===== Category grid ===== */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.cat-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  cursor: pointer;
  transition: all 0.35s var(--ease);
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  aspect-ratio: 3/4;
}
.cat-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,0.45); }
.cat-card.empty { cursor: default; opacity: 0.45; }
.cat-card.empty:hover { transform: none; border-color: var(--border); box-shadow: none; }
.cat-card-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.cat-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.cat-card:hover .cat-card-img img { transform: scale(1.07); }
.cat-card-ph {
  width: 100%; height: 100%;
  display: grid; place-items: center;
  background: var(--surface);
  font-size: 40px;
}
.cat-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,15,12,0.88) 0%, rgba(8,15,12,0.1) 60%, transparent 100%);
}
.cat-card-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 16px 18px;
  z-index: 2;
}
.cat-card-name {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--cream);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 4px;
}
.cat-card-count {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
}

/* ===== Back button & breadcrumb ===== */
.back-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--cream);
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  font-family: var(--font-sans);
  transition: all 0.2s;
}
.back-btn:hover { border-color: var(--gold); color: var(--gold); }
.breadcrumb-sep { color: var(--muted); margin: 0 4px; }

/* ===== Search empty state ===== */
.search-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}
.search-empty-icon { font-size: 48px; margin-bottom: 16px; }
.search-empty p { font-size: 16px; color: var(--cream); margin-bottom: 8px; }
.search-empty span { font-size: 13px; }

/* ===== Responsive catalog ===== */
@media (max-width: 780px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cat-card-name { font-size: 16px; }
  .cat-card-info { padding: 12px 14px; }
  .search-input { font-size: 13px; padding: 11px 40px 11px 42px; }
}
@media (max-width: 420px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .cat-card-name { font-size: 14px; }
}

.catalog-toolbar {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 32px; flex-wrap: wrap;
}
.catalog-toolbar .left { display: flex; gap: 10px; align-items: center; font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.14em; }
.catalog-toolbar .right { display: flex; gap: 10px; align-items: center; }
.sort {
  background: var(--surface); border: 1px solid var(--border); color: var(--text);
  padding: 10px 16px; border-radius: 999px; font-size: 13px; outline: none;
}
.sort:focus { border-color: var(--gold); }

.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.product {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.5s var(--ease);
  position: relative;
  display: flex; flex-direction: column;
}
.product:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.product-img {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.product-img .ph {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(136, 201, 161, 0.06) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, var(--surface-2) 0%, var(--bg) 100%);
  display: grid; place-items: center;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em;
  color: var(--dim); text-transform: uppercase;
  text-align: center; padding: 12px;
  transition: transform 0.6s var(--ease);
}
.product-img img.real {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.product:hover .product-img img.real { transform: scale(1.05); }
.product:hover .product-img .ph { transform: scale(1.04); }
.product-badge {
  position: absolute; top: 12px; left: 12px;
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em;
  padding: 5px 10px; border-radius: 999px;
  background: var(--gold); color: var(--bg-deep);
  text-transform: uppercase; font-weight: 700;
}
.product-badge.green { background: var(--green); color: var(--cream); }
.img-count {
  position: absolute; bottom: 12px; left: 12px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
  padding: 6px 10px; border-radius: 999px;
  background: rgba(8, 15, 12, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-strong);
  color: var(--cream);
  display: inline-flex; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(6px);
  transition: all 0.4s var(--ease);
}
.product:hover .img-count { opacity: 1; transform: translateY(0); }
.product-quick {
  position: absolute; top: 12px; right: 12px;
  display: flex; flex-direction: column; gap: 8px;
  opacity: 0; transform: translateX(6px);
  transition: all 0.4s var(--ease);
}
.product:hover .product-quick { opacity: 1; transform: translateX(0); }
.quick-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(8, 15, 12, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-strong);
  color: var(--cream);
  display: grid; place-items: center;
  transition: all 0.3s;
}
.quick-btn:hover { background: var(--gold); color: var(--bg-deep); }
.product-info { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-info .cat { display: none; }
.product-info h3 { font-family: var(--font-display); font-size: 22px; color: var(--cream); font-weight: 400; line-height: 1.15; }
.product-info .desc { color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-foot {
  margin-top: auto; padding-top: 14px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.product-foot .price { font-family: var(--font-display); font-size: 22px; color: var(--gold-bright); }
.product-foot .quote { font-family: var(--font-mono); font-size: 11px; color: var(--muted); letter-spacing: 0.14em; }
.add-btn {
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--cream); color: var(--bg-deep);
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  transition: all 0.3s var(--ease);
}
.add-btn:hover { background: var(--gold-bright); }
.add-btn.outline {
  background: transparent; color: var(--cream); border: 1px solid var(--border-strong);
}
.add-btn.outline:hover { background: var(--gold); color: var(--bg-deep); border-color: var(--gold); }

/* ===== Featured banner / Mid section ===== */
.feature-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin-bottom: 72px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: all 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: ""; position: absolute; top: 0; right: 0; width: 100%; height: 100%;
  background: radial-gradient(ellipse at top right, var(--gold-soft), transparent 60%);
  opacity: 0; transition: opacity 0.5s;
  pointer-events: none;
}
.feature-card:hover::after { opacity: 1; }
.feature-card .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--gold);
  display: grid; place-items: center;
}
.feature-card h4 { font-family: var(--font-display); font-size: 24px; color: var(--cream); font-weight: 400; }
.feature-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }

@media (max-width: 780px) {
  .feature-row { grid-template-columns: 1fr; }
}

/* ===== About ===== */
.about {
  background:
    linear-gradient(180deg, transparent, rgba(45, 90, 61, 0.06)),
    var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center;
}
.about-img {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  background:
    repeating-linear-gradient(45deg, rgba(201, 169, 97, 0.06) 0 16px, transparent 16px 32px),
    linear-gradient(160deg, #1a3527, #0e1812);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.about-img::after {
  content: "BODEGAS · PEREIRA · DOSQUEBRADAS";
  position: absolute; top: 24px; left: 24px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--gold);
}
.about-stat {
  position: absolute; bottom: 24px; right: 24px;
  background: rgba(8, 15, 12, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  padding: 18px 22px; border-radius: 12px;
}
.about-stat .num { font-family: var(--font-display); font-size: 38px; color: var(--gold-bright); line-height: 1; }
.about-stat .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--cream); margin-top: 4px; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(36px, 5vw, 56px); margin-bottom: 24px; }
.about-copy h2 em { font-style: italic; color: var(--gold); font-weight: 400; }
.about-copy p { color: var(--muted); margin-bottom: 16px; line-height: 1.7; font-size: 15px; }
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--border);
}
.about-stats div .v { font-family: var(--font-display); font-size: 32px; color: var(--cream); line-height: 1; }
.about-stats div .l { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--muted); margin-top: 6px; text-transform: uppercase; }

@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ===== Reviews / Testimonials ===== */
.tests {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) { .tests { grid-template-columns: repeat(2, 1fr); } }
.test {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 20px;
  transition: all 0.4s var(--ease);
}
.test:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.test .quote {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.35;
  color: var(--cream);
  font-weight: 400;
}
.test .quote::before { content: "“"; color: var(--gold); font-size: 36px; margin-right: 4px; }
.test-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); }
.test-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-bright));
  display: grid; place-items: center;
  font-family: var(--font-display); color: var(--cream); font-size: 16px;
  border: 1px solid var(--border-strong);
}
.test-foot .who { font-size: 13px; color: var(--cream); }
.test-foot .role { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: var(--muted); text-transform: uppercase; }
.stars { color: var(--gold); font-size: 11px; letter-spacing: 0.1em; }

@media (max-width: 880px) { .tests { grid-template-columns: 1fr; } }

/* ===== Use cases grid (replaces invented testimonials) ===== */
.use-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.use-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: all 0.4s var(--ease);
  position: relative; overflow: hidden;
}
.use-card::after {
  content: ""; position: absolute; top: 0; right: 0; width: 60%; height: 60%;
  background: radial-gradient(ellipse at top right, var(--gold-soft), transparent 70%);
  opacity: 0; transition: opacity 0.5s; pointer-events: none;
}
.use-card:hover::after { opacity: 1; }
.use-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.use-card .ic {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--gold);
  display: grid; place-items: center;
}
.use-card h4 { font-family: var(--font-display); font-size: 24px; color: var(--cream); font-weight: 400; line-height: 1.15; }
.use-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
@media (max-width: 880px) { .use-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .use-grid { grid-template-columns: 1fr; } }

/* ===== Blog ===== */
.blog-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px;
}
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: all 0.4s var(--ease);
}
.blog-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
.blog-card .img {
  aspect-ratio: 16/9;
  background:
    repeating-linear-gradient(120deg, rgba(136, 201, 161, 0.06) 0 12px, transparent 12px 24px),
    linear-gradient(160deg, var(--surface-2), var(--bg));
  position: relative;
}
.blog-card.lg .img { aspect-ratio: 4/5; }
.blog-card .img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8, 15, 12, 0.7), transparent 50%);
}
.blog-card .body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-card .meta { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--gold); text-transform: uppercase; }
.blog-card h3 { font-family: var(--font-display); font-size: 24px; color: var(--cream); font-weight: 400; line-height: 1.2; }
.blog-card.lg h3 { font-size: 36px; }
.blog-card p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.blog-card .read { margin-top: auto; padding-top: 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--gold-bright); text-transform: uppercase; }

@media (max-width: 980px) { .blog-grid { grid-template-columns: 1fr 1fr; } .blog-card.lg { grid-column: span 2; } .blog-card.lg .img { aspect-ratio: 16/9; } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .blog-card.lg { grid-column: span 1; } }

/* ===== Contact ===== */
.contact {
  background:
    radial-gradient(ellipse 60% 70% at 80% 20%, rgba(201, 169, 97, 0.08), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--border);
}
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
}
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em;
  color: var(--muted); text-transform: uppercase;
}
.field input, .field textarea, .field select {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
  color: var(--cream);
  font-size: 14px;
  outline: none;
  transition: all 0.3s;
  font-family: var(--font-sans);
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); background: var(--surface-2); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-info { display: flex; flex-direction: column; gap: 18px; }
.info-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: all 0.3s;
}
.info-card:hover { border-color: var(--border-strong); }
.info-card .ic {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  color: var(--gold);
  display: grid; place-items: center; flex-shrink: 0;
}
.info-card .lbl { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--muted); text-transform: uppercase; margin-bottom: 4px; }
.info-card .val { color: var(--cream); font-size: 15px; }
.info-card.wa { background: linear-gradient(135deg, #1a3527, var(--surface)); border-color: rgba(90, 155, 110, 0.35); }
.info-card.wa .ic { background: #25D366; color: var(--bg-deep); border-color: #25D366; }

@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .contact-grid { gap: 32px; }
  .field-row { grid-template-columns: 1fr; gap: 12px; }
  .contact-form { gap: 12px; }
}

/* ===== Footer ===== */
.footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 56px;
}
.footer h5 { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.2em; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; }
.footer-col p { color: var(--muted); font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text); font-size: 13px; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom {
  padding-top: 28px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11px; color: var(--dim); letter-spacing: 0.08em;
}
.socials { display: flex; gap: 8px; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--surface); border: 1px solid var(--border);
  display: grid; place-items: center; color: var(--cream);
  transition: all 0.3s;
}
.socials a:hover { background: var(--gold); color: var(--bg-deep); border-color: var(--gold); }
@media (max-width: 780px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== Payments section ===== */
.pay-strip {
  background: var(--bg);
  padding: 56px 0;
  border-top: 1px solid var(--border);
}
.pay-header { margin-bottom: 36px; }
.pay-header h3 { font-family: var(--font-display); font-size: 32px; color: var(--cream); font-weight: 400; line-height: 1.15; }
.pay-header h3 em { font-style: italic; color: var(--gold); }
.pay-two-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pay-block {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
}
.pay-block-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.pay-methods { display: flex; gap: 12px; flex-wrap: wrap; }
.pay-btn {
  padding: 14px 20px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex; align-items: center; gap: 12px;
  transition: all 0.3s var(--ease);
  min-height: 60px;
}
.pay-btn:hover { background: var(--surface-2); border-color: var(--border-strong); transform: translateY(-2px); }
.pay-btn .pay-logo { width: 32px; height: 32px; flex-shrink: 0; display: grid; place-items: center; }
.pay-btn .pay-meta { display: flex; flex-direction: column; line-height: 1.2; }
.pay-btn .pay-meta .nm { color: var(--cream); font-size: 14px; font-weight: 600; }
.pay-btn .pay-meta .sub { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: var(--muted); text-transform: uppercase; }

@media (max-width: 780px) { .pay-two-cols { grid-template-columns: 1fr; } }

/* ===== Cart drawer ===== */
.drawer-bg {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(8, 15, 12, 0.7);
  backdrop-filter: blur(6px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.4s var(--ease);
}
.drawer-bg.open { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 95;
  width: min(440px, 96vw);
  background: var(--bg);
  border-left: 1px solid var(--border);
  transform: translateX(100%);
  transition: transform 0.5s var(--ease);
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); }
.drawer-hdr {
  padding: 24px 24px 16px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--border);
}
.drawer-hdr h3 { font-family: var(--font-display); font-size: 28px; color: var(--cream); font-weight: 400; }
.drawer-items { flex: 1; overflow-y: auto; padding: 16px 24px; display: flex; flex-direction: column; gap: 12px; }
.cart-item {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; align-items: center;
  padding: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
}
.cart-item .ph {
  width: 64px; height: 64px; border-radius: 8px;
  background: repeating-linear-gradient(135deg, rgba(136,201,161,0.08) 0 10px, transparent 10px 20px), var(--surface-2);
}
.cart-item .nm { font-family: var(--font-display); font-size: 17px; color: var(--cream); line-height: 1.15; }
.cart-item .meta { font-family: var(--font-mono); font-size: 10px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 2px; }
.qty { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.qty button {
  width: 22px; height: 22px; border-radius: 6px; background: var(--surface-2); color: var(--cream); font-size: 12px;
}
.qty span { font-size: 13px; min-width: 18px; text-align: center; }
.cart-item .price { font-family: var(--font-display); color: var(--gold-bright); font-size: 18px; }
.cart-item .rm { display: block; margin-top: 4px; font-family: var(--font-mono); font-size: 9px; color: var(--dim); letter-spacing: 0.1em; text-align: right; }
.cart-item .rm:hover { color: var(--gold); }
.cart-empty { padding: 60px 20px; text-align: center; color: var(--muted); }
.cart-empty .ico { font-size: 48px; margin-bottom: 16px; opacity: 0.4; }
.drawer-foot {
  padding: 20px 24px 24px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.cart-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.cart-total .lbl { color: var(--muted); font-size: 13px; font-family: var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; }
.cart-total .val { font-family: var(--font-display); font-size: 34px; color: var(--gold-bright); }
.checkout-pay { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.drawer-foot .btn { width: 100%; }

/* ===== Quick view modal ===== */
.modal-bg {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(8, 15, 12, 0.85);
  backdrop-filter: blur(10px);
  display: grid; place-items: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.modal-bg.open { opacity: 1; pointer-events: auto; }
.modal {
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  max-width: 1040px; width: 100%;
  height: min(86vh, 740px);
  overflow: hidden;
  display: grid; grid-template-columns: 1.2fr 1fr;
  transform: scale(0.96); transition: transform 0.4s var(--ease);
}
.modal-bg.open .modal { transform: scale(1); }
.modal-img {
  background: #0a0a0a;
  position: relative;
  min-height: 0;
  overflow: hidden;
  display: grid; place-items: center;
}
.modal-img.has-photo { background: #0a0a0a; }
.modal-img img.main {
  width: 100%; height: 100%;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}
.modal-img .main.video {
  width: 100%; height: 100%;
  border: 0;
  background: #000;
}

/* Prev / next navigation arrows */
.nav-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(8, 15, 12, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-strong);
  color: var(--cream);
  display: grid; place-items: center;
  z-index: 4;
  transition: all 0.3s var(--ease);
  opacity: 0.85;
}
.nav-arrow:hover { background: var(--gold); color: var(--bg-deep); border-color: var(--gold); transform: translateY(-50%) scale(1.06); opacity: 1; }
.nav-arrow.prev { left: 14px; }
.nav-arrow.next { right: 14px; }
@media (max-width: 780px) {
  .nav-arrow { width: 38px; height: 38px; }
  .nav-arrow.prev { left: 8px; }
  .nav-arrow.next { right: 8px; }
}

/* Slide counter */
.slide-counter {
  position: absolute; top: 18px; left: 50%; transform: translateX(-50%);
  display: flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(8, 15, 12, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-strong);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--cream);
  z-index: 4;
}
.slide-counter .sep { color: var(--gold); opacity: 0.7; }
.slide-counter .tot { color: var(--muted); }
.slide-counter .vid-tag {
  margin-left: 6px; padding: 2px 7px;
  background: var(--gold); color: var(--bg-deep);
  border-radius: 999px;
  font-size: 9px; font-weight: 700;
}
.modal-img .thumbs {
  position: absolute; bottom: 14px; left: 14px; right: 14px;
  display: flex; gap: 6px;
  overflow-x: auto;
  padding: 4px;
  scrollbar-width: none;
}
.modal-img .thumbs::-webkit-scrollbar { display: none; }
.modal-img .thumb {
  flex: 0 0 auto;
  width: 52px; height: 52px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.2);
  background: #000;
  padding: 0;
  transition: all 0.3s var(--ease);
}
.modal-img .thumb img { width: 100%; height: 100%; object-fit: cover; }
.modal-img .thumb.active { border-color: var(--gold); transform: scale(1.05); }
.modal-img .thumb:hover { border-color: var(--gold-bright); }
.modal-img .thumb.video-thumb { position: relative; }
.modal-img .thumb .play-overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background: rgba(0,0,0,0.45);
  color: white;
}
.modal-img .thumb.video-thumb.active .play-overlay { background: rgba(201, 169, 97, 0.6); color: var(--bg-deep); }

/* Tags chips */
.tags-row { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 18px; }
.tag-chip {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  border: 1px solid var(--border-strong);
  color: var(--gold-bright);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.modal-img .ar-btn {
  position: absolute; top: 16px; right: 16px;
  display: flex; gap: 8px;
}
.modal-body {
  padding: 32px;
  overflow-y: auto;
  min-height: 0;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--surface-3) transparent;
}
.modal-body::-webkit-scrollbar { width: 6px; }
.modal-body::-webkit-scrollbar-track { background: transparent; }
.modal-body::-webkit-scrollbar-thumb { background: var(--surface-3); border-radius: 4px; }
.modal-body::-webkit-scrollbar-thumb:hover { background: var(--gold); }
.modal-body .cat { display: none; }
.modal-body h2 { font-family: var(--font-display); font-size: 20px !important; color: var(--cream); font-weight: 400; line-height: 1.3; margin-bottom: 10px; }
.modal-body .desc { color: var(--muted); margin-bottom: 24px; line-height: 1.7; }
.modal-body .specs { display: flex; flex-direction: column; gap: 8px; padding: 16px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 24px; }
.modal-body .spec-row { display: grid; grid-template-columns: 140px 1fr; gap: 2px 16px; font-size: 13px; align-items: baseline; }
.modal-body .spec-row .k { color: var(--muted); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; text-align: left; white-space: nowrap; }
.modal-body .spec-row .v { color: var(--cream); text-align: left; }
.modal-body .price-row { display: flex; align-items: baseline; gap: 16px; margin-bottom: 24px; }
.modal-body .price-row .p { font-family: var(--font-display); font-size: 36px; color: var(--gold-bright); }
.modal-body .actions { display: flex; gap: 10px; flex-wrap: wrap; }
.modal-close {
  position: absolute; top: 16px; left: 16px;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(8, 15, 12, 0.7); backdrop-filter: blur(8px);
  border: 1px solid var(--border-strong);
  color: var(--cream);
  display: grid; place-items: center;
}
.modal-close:hover { background: var(--gold); color: var(--bg-deep); }
@media (max-width: 780px) {
  .modal-bg { padding: 0; align-items: flex-end; }
  .modal {
    display: block;
    grid-template-columns: unset;
    grid-template-rows: unset;
    width: 100%;
    max-width: 100%;
    height: 92vh;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .modal-img {
    display: block !important;
    width: 100%;
    height: auto;
    max-height: 70vh;
    overflow: hidden;
    position: relative;
  }
  .ms-track { height: auto; width: 100% !important; display: flex !important; flex-wrap: nowrap !important; }
  .ms-slide { height: auto; flex: 0 0 100% !important; width: 100% !important; min-width: 100% !important; }
  .ms-slide img {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }
  .modal-img img.main {
    width: 100%; height: 100%;
    object-fit: cover;
  }
  .modal-body {
    display: block;
    overflow: visible;
    height: auto;
    border-radius: 0;
    padding: 20px 18px 80px;
    margin-top: 0;
    box-shadow: none;
  }
}

/* ===== Modal Slider ===== */
.ms-track {
  display: flex;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
  will-change: transform;
}
.ms-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ms-blur-bg {
  position: absolute;
  inset: -10%;
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(0.4) saturate(1.2);
  z-index: 0;
  pointer-events: none;
}
.ms-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border: none;
  pointer-events: none;
  user-select: none;
  position: relative;
  z-index: 1;
}
.ms-slide iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.ms-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 4;
}
.ms-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}
.ms-dot.active {
  background: var(--gold);
  transform: scale(1.35);
}

/* ===== WhatsApp float button ===== */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 52px;
  height: 52px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #fff;
}
.wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.55);
}

/* ===== How to Buy section ===== */
.how-to-buy {
  background: linear-gradient(180deg, transparent, rgba(45, 90, 61, 0.04));
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}
.how-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex; flex-direction: column; gap: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease);
}
.how-card::after {
  content: "";
  position: absolute; top: -50%; right: -30%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, var(--gold-soft), transparent 70%);
  opacity: 0; transition: opacity 0.5s;
  pointer-events: none;
}
.how-card:hover { transform: translateY(-3px); border-color: var(--border-strong); }
.how-card:hover::after { opacity: 1; }
.how-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 300;
  font-style: italic;
  color: var(--gold);
  line-height: 0.9;
  letter-spacing: -0.02em;
}
.how-card h4 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--cream);
  font-weight: 500;
  line-height: 1.15;
}
.how-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.how-cta {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}
@media (max-width: 980px) { .how-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .how-grid { grid-template-columns: 1fr; } }

/* ===== Modal: redesigned buy section ===== */
.price-block {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 18px;
}
.price-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.price-block .price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
}
.price-block .p {
  font-family: var(--font-display);
  font-size: 38px;
  color: var(--gold-bright);
  line-height: 1;
  font-weight: 500;
}
.price-block .cop {
  font-size: 16px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-left: 4px;
}
.price-perks {
  display: flex; gap: 8px; flex-wrap: wrap;
  font-size: 12px;
  color: var(--muted);
}
.price-perks span { white-space: nowrap; }

.buy-actions {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 18px;
}
.buy-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 0;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  text-decoration: none;
}
.buy-cart {
  background: var(--bg-deep);
  color: var(--gold-bright);
  border: 1px solid var(--border-strong);
}
.buy-cart:hover {
  background: var(--gold);
  color: var(--bg-deep);
  border-color: var(--gold);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(201, 169, 97, 0.3);
}
.buy-wa {
  background: #25D366;
  color: #fff;
}
.buy-wa:hover {
  background: #1FAA52;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

/* Pay directly divider */
.pay-divider {
  text-align: center;
  margin: 8px 0 14px;
  position: relative;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--muted);
  text-transform: uppercase;
}
.pay-divider::before, .pay-divider::after {
  content: "";
  position: absolute; top: 50%;
  height: 1px;
  background: var(--border);
  width: calc(50% - 90px);
}
.pay-divider::before { left: 0; }
.pay-divider::after { right: 0; }
.pay-divider span { padding: 0 8px; background: var(--bg); }

/* Combined Nequi + Bancolombia + Bre button */
.pay-direct {
  margin-bottom: 12px;
}
.pay-direct-btn {
  display: flex; align-items: center; gap: 14px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  text-decoration: none;
  transition: all 0.3s var(--ease);
}
.pay-direct-btn:hover {
  background: var(--surface-2);
  border-color: var(--gold);
  transform: translateY(-1px);
}
.pay-combo-logos {
  display: flex;
  gap: -4px;
}
.combo-logo {
  display: grid; place-items: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--bg-deep);
  border: 2px solid var(--surface);
  overflow: hidden;
}
.combo-logo:not(:first-child) { margin-left: -10px; }
.combo-logo svg { width: 28px; height: 28px; }
.pay-combo-text {
  display: flex; flex-direction: column; line-height: 1.2;
  flex: 1;
}
.pay-combo-text .nm {
  color: var(--cream);
  font-size: 14px;
  font-weight: 600;
}
.pay-combo-text .sub {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-top: 2px;
  text-transform: uppercase;
}

/* Crypto row */
.crypto-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 18px;
}
.crypto-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
}
.crypto-coins {
  display: flex; gap: 8px;
  margin-left: auto;
}
.crypto-coin {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  transition: all 0.3s var(--ease);
}
.crypto-coin:hover {
  transform: translateY(-2px) scale(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.back-link {
  display: block;
  width: 100%;
  padding: 12px;
  text-align: center;
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 13px;
  cursor: pointer;
  transition: color 0.3s;
}
.back-link:hover { color: var(--gold-bright); }

/* ===== Visualizer section ===== */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FLORAVIS AR VISUALIZER SECTION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.floravis-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 0% 50%, rgba(45,90,61,.18), transparent 65%),
    radial-gradient(ellipse 50% 70% at 100% 30%, rgba(201,169,97,.09), transparent 60%),
    var(--bg-deep);
  padding: 100px 0 90px;
}
.floravis-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(136,201,161,.022) 0, rgba(136,201,161,.022) 1px, transparent 1px, transparent 80px),
    repeating-linear-gradient(rgba(136,201,161,.022) 0, rgba(136,201,161,.022) 1px, transparent 1px, transparent 80px);
  pointer-events: none;
}
.fv-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(136,201,161,.1); color: var(--leaf);
  padding: 3px 10px; border-radius: 99px; font-size: 11px;
  border: 1px solid rgba(136,201,161,.2); margin-bottom: 4px;
}
.fv-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  align-items: center;
}
.fv-copy { display: flex; flex-direction: column; gap: 0; }
.fv-copy h2 { margin: 14px 0 20px; }
.fv-copy h2 em { font-style: italic; color: var(--leaf); font-weight: 400; }
.fv-lead {
  font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 32px;
}
.fv-steps {
  display: flex; flex-direction: column; gap: 0; margin-bottom: 32px;
}
.fv-step {
  display: flex; align-items: flex-start; gap: 16px; padding: 13px 0;
  border-bottom: 1px solid var(--border);
}
.fv-step:last-child { border-bottom: none; }
.fv-step-num {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 500;
  color: var(--gold); letter-spacing: .08em; padding-top: 2px; flex-shrink: 0; width: 26px;
}
.fv-step-t { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.fv-step-d { font-size: 12.5px; color: var(--muted); }
.fv-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.fv-open-btn { font-size: 14px; padding: 13px 28px; letter-spacing: .03em; }
.fv-trust {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-size: 11.5px; color: var(--dim);
}
.fv-trust span { display: flex; align-items: center; gap: 6px; }
.fv-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--leaf); flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(136,201,161,.2);
}

/* ━━━ Preview mockup ━━━ */
.fv-preview {
  position: relative; cursor: pointer; border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s;
  box-shadow: 0 24px 60px rgba(0,0,0,.35), 0 0 0 1px var(--border);
}
.fv-preview:hover { transform: translateY(-6px) scale(1.01); box-shadow: 0 40px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(201,169,97,.25); }
.fv-preview-inner { user-select: none; }
.fvp-bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px;
  background: rgba(6,13,9,.95);
  border-bottom: 1px solid var(--border);
}
.fvp-brand { display: flex; align-items: center; gap: 8px; }
.fvp-logo {
  width: 26px; height: 26px; border-radius: 50%;
  background: conic-gradient(from 120deg,#1e5c35,#2d8a55,#88c9a1,#c9a961,#1e5c35);
  display: grid; place-items: center; font-size: 13px;
}
.fvp-name { font-family: 'Cormorant Garamond',serif; font-size: 14px; font-weight: 600; color: var(--cream); }
.fvp-dots { display: flex; gap: 5px; }
.fvp-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--border); }
.fvp-stage {
  position: relative; height: 260px; overflow: hidden;
  background: linear-gradient(160deg, #0d1c15 0%, #111f18 50%, #0a1610 100%);
}
.fvp-room-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.fvp-plant-1 {
  position: absolute; bottom: 25px; left: 20%;
  animation: sway1 4s ease-in-out infinite;
  transform-origin: bottom center;
  filter: drop-shadow(4px 10px 12px rgba(0,0,0,.5));
}
.fvp-plant-2 {
  position: absolute; bottom: 28px; right: 14%;
  animation: sway2 5s ease-in-out infinite;
  transform-origin: bottom center;
  filter: drop-shadow(4px 10px 12px rgba(0,0,0,.4));
}
@keyframes sway1 { 0%,100%{transform:rotate(-1.5deg)} 50%{transform:rotate(1.5deg)} }
@keyframes sway2 { 0%,100%{transform:rotate(1deg) scale(1)} 50%{transform:rotate(-1deg) scale(1.02)} }
.fvp-ctrl-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 6px; flex-wrap: wrap; justify-content: center;
}
.fvp-ctrl-pill {
  padding: 4px 10px; border-radius: 99px; font-size: 10.5px; font-weight: 600;
  background: rgba(6,13,9,.82); border: 1px solid var(--border);
  color: var(--muted); backdrop-filter: blur(8px); white-space: nowrap;
}
.fvp-ctrl-pill.gold { color: var(--gold); border-color: rgba(201,169,97,.3); }
.fvp-strip {
  display: flex; gap: 6px; padding: 10px 12px; overflow-x: auto;
  background: rgba(6,13,9,.92); border-top: 1px solid var(--border);
}
.fvp-strip::-webkit-scrollbar { display: none; }
.fvp-chip {
  flex-shrink: 0; padding: 5px 12px; border-radius: 99px;
  font-size: 11px; font-weight: 600; color: var(--muted);
  border: 1px solid var(--border); background: var(--surface-2);
  transition: all .18s;
}
.fvp-chip.fvp-chip-active { background: rgba(136,201,161,.15); color: var(--leaf); border-color: rgba(136,201,161,.3); }
.fv-click-overlay {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(6,13,9,.35); opacity: 0; transition: opacity .3s;
  backdrop-filter: blur(2px);
}
.fv-preview:hover .fv-click-overlay { opacity: 1; }
.fv-click-inner {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--cream); font-size: 14px; font-weight: 700; letter-spacing: .04em;
}
.fv-click-ring {
  width: 56px; height: 56px; border-radius: 50%;
  border: 2px solid var(--leaf); display: grid; place-items: center;
  background: rgba(136,201,161,.12);
  box-shadow: 0 0 0 8px rgba(136,201,161,.08);
  animation: pulse-ring 2s ease-out infinite;
}
.fv-click-ring::after { content: '▶'; font-size: 18px; color: var(--leaf); margin-left: 3px; }
@keyframes pulse-ring {
  0%  { box-shadow: 0 0 0 0 rgba(136,201,161,.4); }
  70% { box-shadow: 0 0 0 16px rgba(136,201,161,.0); }
  100%{ box-shadow: 0 0 0 0 rgba(136,201,161,.0); }
}

/* ━━━ FloraVis Modal ━━━ */
.floravis-modal {
  position: fixed; inset: 0; z-index: 999;
  background: var(--bg-deep);
  transform: translateY(100%);
  transition: transform .45s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  display: flex; flex-direction: column;
}
.floravis-modal.open { transform: translateY(0); pointer-events: auto; }
.floravis-modal-hdr {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px;
  background: rgba(6,13,9,.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(16px);
  z-index: 10;
}
.floravis-modal-brand { display: flex; align-items: baseline; gap: 8px; }
.floravis-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--leaf); flex-shrink: 0; display: inline-block;
  box-shadow: 0 0 0 3px rgba(136,201,161,.2);
  animation: pulse-dot 2s ease-in-out infinite;
  align-self: center;
}
@keyframes pulse-dot { 0%,100%{box-shadow:0 0 0 3px rgba(136,201,161,.2)} 50%{box-shadow:0 0 0 6px rgba(136,201,161,.0)} }
.floravis-modal-name {
  font-family: 'Cormorant Garamond',serif; font-size: 22px; font-weight: 600; color: var(--cream);
}
.floravis-modal-tag { font-size: 12px; color: var(--muted); font-style: italic; }
.floravis-modal-actions { display: flex; gap: 8px; align-items: center; }
.floravis-iframe { flex: 1; border: none; width: 100%; height: 100%; display: block; }

/* ━━━ Responsive ━━━ */
@media(max-width:900px) {
  .fv-grid { grid-template-columns: 1fr; gap: 40px; }
  .fv-preview { max-width: 500px; margin: 0 auto; width: 100%; }
  .floravis-modal-tag { display: none; }
}
@media(max-width:480px) {
  .floravis-modal-name { font-size: 18px; }
  .floravis-modal-actions { gap: 6px; }
  .floravis-modal-actions .btn { padding: 8px 12px; font-size: 11px; }
}


}

/* ——— 19. Evitar que grids desborden en cualquier contexto ——— */
@media (max-width: 480px) {
  .use-grid, .tests, .blog-grid, .feature-row, .how-grid { gap: 12px; }
}

/* ——— 20. Tablet landscape (768–1024px): micro-ajustes ——— */
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: clamp(44px, 6.5vw, 80px); }
  .about-grid { gap: 48px; }
  .contact-grid { gap: 40px; }
  .how-grid { gap: 14px; }
}

/* ——— 21. Tablet portrait iPad (768px): mejorar productos ——— */
@media (min-width: 701px) and (max-width: 900px) {
  .products { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .product-info h3 { font-size: 18px; }
}

/* ——— 22. Visualizador grid: 1 col en tablet portrait ——— */
@media (max-width: 840px) {
  .visualizer-grid { gap: 32px; }
  .vp-body { grid-template-columns: 100px 1fr; }
}
/* ===== Catalog controls: dropdown + search ===== */
.catalog-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
}
.cc-dropdown-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 44%;
}
.cc-dropdown {
  appearance: none;
  -webkit-appearance: none;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  padding: 9px 28px 9px 10px;
  font-size: 11.5px;
  font-family: var(--font-sans);
  color: var(--cream);
  cursor: pointer;
  outline: none;
  width: 100%;
  transition: border-color .2s;
}
.cc-dropdown:focus { border-color: var(--gold); }
.cc-dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--muted);
}
.cc-search-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  padding: 9px 10px;
  transition: border-color .2s;
  min-width: 0;
}
.cc-search-wrap:focus-within { border-color: var(--gold); }
.cc-search-wrap svg { color: var(--muted); flex-shrink: 0; }
.cc-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 13px;
  font-family: var(--font-sans);
  color: var(--cream);
}
.cc-search-input::placeholder { color: var(--dim); }
.cc-search-clear {
  background: none;
  border: none;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  line-height: 1;
}
.cc-search-clear:hover { color: var(--cream); }



/* ============================================================
   PARCHES 2026-06-08
   ============================================================ */

/* 1. Catalog section clears fixed header (≈57px) + social-strip (≈64px) */
section#catalogo { padding-top: 136px; }
@media (max-width: 720px) {
  section#catalogo { padding-top: 148px; }
}

/* 2. Suscríbete button in social strip */
.social-strip .subscribe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 22px;
  min-width: 110px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4ecb 0%, #c026d3 100%);
  border: none;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 0 16px rgba(192, 38, 211, 0.5);
  transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
  flex-shrink: 0;
  overflow: visible;
}
.social-strip .subscribe-btn:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 24px rgba(192, 38, 211, 0.65);
  filter: brightness(1.1);
}
@media (max-width: 420px) {
  .social-strip .subscribe-btn { font-size: 11px; padding: 0 16px; min-width: 100px; height: 32px; }
}

/* ============================================================
   CATEGORIES STRIP DROPDOWN — estilo Distribuciones Villegas
   ============================================================ */
.cs-wrap {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}

/* ── Trigger button ── */
.cs-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 18px 10px 14px;
  cursor: pointer;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  min-width: 200px;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  letter-spacing: 0.01em;
}
.cs-trigger:hover,
.cs-trigger.open {
  border-color: var(--gold);
  background: var(--surface-2, #1c2b22);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.cs-trigger-icon {
  color: var(--gold);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.cs-trigger-label {
  flex: 1;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs-trigger-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.5;
  position: relative;
}
.cs-trigger-arrow::before,
.cs-trigger-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.25s;
}
.cs-trigger-arrow::before { left: 1px;  transform: translateY(-50%) rotate( 45deg); }
.cs-trigger-arrow::after  { right: 1px; transform: translateY(-50%) rotate(-45deg); }
.cs-trigger.open .cs-trigger-arrow::before { transform: translateY(-50%) rotate(-45deg); }
.cs-trigger.open .cs-trigger-arrow::after  { transform: translateY(-50%) rotate( 45deg); }

/* ── Dropdown panel ── */
.cs-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 10px 0;
  z-index: 300;
  min-width: 280px;
  max-height: 72vh;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04);
  backdrop-filter: blur(12px);
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}
.cs-dropdown::-webkit-scrollbar { width: 4px; }
.cs-dropdown::-webkit-scrollbar-track { background: transparent; }
.cs-dropdown::-webkit-scrollbar-thumb { background: var(--border); border-radius: 99px; }

.cs-divider {
  height: 1px;
  background: var(--border);
  margin: 6px 16px;
  opacity: 0.6;
}

/* ── Rows (shared base) ── */
.cs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: var(--text);
  font-family: var(--font-sans);
  transition: background 0.15s, color 0.15s;
  border-radius: 0;
}
.cs-row:hover:not(:disabled) {
  background: rgba(255,255,255,0.05);
  color: var(--cream);
}
.cs-row.active .cs-row-name {
  color: var(--gold);
  font-weight: 700;
}
.cs-row.empty { cursor: default; opacity: 0.35; }
.cs-row:disabled { cursor: default; }

/* Todos los productos */
.cs-row-all {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
}
.cs-row-all.active .cs-row-name { color: var(--gold); }

/* Categoría row — vive dentro de cs-cat-row con el expander */
.cs-cat-block { }
.cs-cat-row {
  display: flex;
  align-items: center;
}
.cs-expander {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--muted);
  font-size: 11px;
  padding: 10px 4px 10px 16px;
  min-width: 30px;
  line-height: 1;
  transition: color 0.15s;
  flex-shrink: 0;
}
.cs-expander:hover:not(:disabled) { color: var(--gold); }
.cs-expander:disabled { opacity: 0.2; cursor: default; }

.cs-row-cat {
  flex: 1;
  padding: 10px 20px 10px 4px;
  font-size: 14px;
  font-weight: 400;
}

/* Product sub-rows */
.cs-row-prod {
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  gap: 8px;
  color: var(--muted);
}
.cs-row-prod:hover:not(:disabled) { color: var(--cream); }
.cs-row-prod.active .cs-row-name { color: var(--gold-bright, var(--gold)); font-weight: 600; }
.cs-prod-indent { opacity: 0.35; font-size: 10px; flex-shrink: 0; }

/* Count badge */
.cs-row-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.06);
  padding: 2px 7px;
  border-radius: 999px;
  flex-shrink: 0;
}
.cs-row.active .cs-row-count { background: rgba(212,175,91,0.15); color: var(--gold); }

@media (max-width: 420px) {
  .cs-trigger { min-width: 160px; font-size: 13px; }
  .cs-dropdown { min-width: 240px; }
}

/* ── WA float: subir en móvil para no tapar botón Agregar ni precio ── */
@media (max-width: 780px) {
  .wa-float {
    bottom: 90px;
    right: 16px;
  }
}

/* ── Contact consent checkbox ── */
.contact-consent { margin-top: 4px; }
.consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.consent-check {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  accent-color: var(--gold);
  cursor: pointer;
}
