/* ============================================================
   VERDE PURO — CSS de la página de inicio (vp-homepage.css)
   Basado en el diseño/mockup aprobado. Todo el CSS está
   encapsulado bajo .vp-home para no afectar al resto de XStore.
   ============================================================ */
.vp-home {--ink:       #2b3a2d;
  --forest:    #6A8F7F;
  --moss:      #557566;
  --fern:      #7BBDA1;
  --sage:      #a9c9b6;
  --mist:      #e7f1ea;
  --parchment: #f5f7f3;
  --cream:     #ffffff;
  --bark:      #16BBBB;
  --bark-lt:   #6fd7d7;
  --sand:      #eaf6f4;
  --white:     #ffffff;
  --border:    #dfe9e2;

  /* Colores tal cual los usa ya XStore en tu web (elementor-kit-24):
     primario #6A8F7F, secundario #7BBDA1, texto #7A7A7A, accent #16BBBB */

  --serif: 'Lato', sans-serif;
  --sans:  'Roboto', sans-serif;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-card: 0 2px 12px rgba(26,34,24,.07), 0 1px 3px rgba(26,34,24,.05);
  --shadow-hover: 0 8px 32px rgba(26,34,24,.13), 0 2px 8px rgba(26,34,24,.07); }
.vp-home *, .vp-home *::before, .vp-home *::after {box-sizing: border-box; margin: 0; padding: 0; }
.vp-home {scroll-behavior: smooth; }
.vp-home {font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased; }
.vp-home img {display: block; max-width: 100%; }
.vp-home a {text-decoration: none; color: inherit; }
.vp-home button {cursor: pointer; font-family: var(--sans); border: none; background: none; }
.vp-home .container {max-width: 100%; margin: 0 auto; padding: 0 48px; }
.vp-home .container--narrow {max-width: 820px; margin: 0 auto; padding: 0 28px; }
.vp-home .tag {display: inline-block;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--fern);
  background: var(--mist);
  border-radius: 3px;
  padding: 4px 11px;
  margin-bottom: 14px; }
.vp-home .tag--bark {color: var(--bark); background: var(--sand); }
.vp-home .btn {display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 500;
  padding: 13px 26px;
  border-radius: var(--r-sm);
  transition: all .22s ease;
  letter-spacing: .01em; }
.vp-home .btn--primary {background: var(--forest);
  color: var(--white); }
.vp-home .btn--primary:hover {background: var(--moss); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(106,143,127,.3); }
.vp-home .btn--outline {border: 1.5px solid var(--forest);
  color: var(--forest);
  background: transparent; }
.vp-home .btn--outline:hover {background: var(--forest); color: var(--white); }
.vp-home .btn--ghost {font-size: .85rem;
  font-weight: 500;
  color: var(--fern);
  padding: 0;
  border-bottom: 1px solid var(--sage);
  border-radius: 0;
  padding-bottom: 1px; }
.vp-home .btn--ghost:hover {color: var(--forest); border-color: var(--forest); }
.vp-home .section-title {font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 500;
  line-height: 1.18;
  color: var(--forest); }
.vp-home .section-sub {font-size: .95rem;
  color: #5a6b5c;
  max-width: 540px;
  margin-top: 12px;
  line-height: 1.75; }
.vp-home .topbar {background: var(--forest);
  padding: 8px 0; }
.vp-home .topbar-inner {display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap; }
.vp-home .topbar-item {font-size: .75rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  gap: 6px; }
.vp-home .topbar-item svg {opacity: .7; }
.vp-home .topbar-item strong {color: #fff; }
.vp-home .nav {background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow .3s; }
.vp-home .nav.scrolled {box-shadow: 0 2px 20px rgba(26,34,24,.1); }
.vp-home .nav-inner {display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px; }
.vp-home .nav-logo {font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--forest);
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0; }
.vp-home .nav-logo-leaf {width: 32px;
  height: 32px;
  background: var(--forest);
  border-radius: 50% 50% 50% 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: .9rem; }
.vp-home .nav-links {display: flex;
  align-items: center;
  gap: 28px;
  list-style: none; }
.vp-home .nav-links a {font-size: .85rem;
  font-weight: 500;
  color: #4a5c4b;
  transition: color .2s;
  white-space: nowrap; }
.vp-home .nav-links a:hover {color: var(--forest); }
.vp-home .nav-actions {display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.vp-home .nav-icon-btn {width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: background .2s;
  font-size: 1.1rem; }
.vp-home .nav-icon-btn:hover {background: var(--mist); }
.vp-home .nav-cart-badge {position: relative; }
.vp-home .badge {position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  background: var(--bark);
  border-radius: 50%;
  font-size: .6rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
.vp-home .nav-hamburger {display: none; flex-direction: column; gap: 5px; padding: 6px; }
.vp-home .nav-hamburger span {display: block; width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }
.vp-home .hero {background: linear-gradient(120deg, var(--forest) 0%, var(--fern) 100%);
  min-height: 74vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden; }
.vp-home .hero-texture {position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 80% at 100% 20%, rgba(255,255,255,.08) 0%, transparent 70%);
  pointer-events: none; }
.vp-home .hero-dots {position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px;
  pointer-events: none; }
.vp-home .hero-content {position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 56px 80px 64px; }
.vp-home .hero-eyebrow {font-size: .7rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px; }
.vp-home .hero-eyebrow::before {content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--sage); }
.vp-home .hero h1 {font-family: var(--serif);
  font-size: clamp(2.2rem, 4.2vw, 3.4rem);
  font-weight: 300;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 10px; }
.vp-home .hero h1 em {font-style: normal;
  font-weight: 600;
  color: #eafff6; }
.vp-home .hero-tagline {font-size: clamp(.85rem, 1.2vw, 1rem);
  color: rgba(255,255,255,.65);
  margin: 18px 0 34px;
  max-width: 420px;
  line-height: 1.75; }
.vp-home .hero-actions {display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.vp-home .btn--hero {background: var(--parchment);
  color: var(--forest);
  font-weight: 600;
  padding: 15px 30px;
  font-size: .95rem; }
.vp-home .btn--hero:hover {background: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.vp-home .btn--hero-ghost {color: rgba(255,255,255,.75);
  font-size: .9rem;
  font-weight: 400;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  padding-bottom: 1px; }
.vp-home .btn--hero-ghost:hover {color: #fff; border-color: #fff; }
.vp-home .hero-trust {display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
  flex-wrap: wrap; }
.vp-home .hero-trust-item {display: flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  color: rgba(255,255,255,.6); }
.vp-home .hero-trust-item strong {color: rgba(255,255,255,.9); }
.vp-home .hero-trust-dot {width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,.2); }
.vp-home .hero-visual {position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 64px 60px 24px; }
.vp-home .hero-product-grid {display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 12px;
  width: 100%;
  max-width: 400px; }
.vp-home .hero-prod-card {background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: 20px;
  backdrop-filter: blur(8px);
  transition: all .3s ease; }
.vp-home .hero-prod-card:hover {background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.2);
  transform: translateY(-3px); }
.vp-home .hero-prod-card--wide {grid-column: 1 / -1; }
.vp-home .hero-prod-card--featured {background: rgba(247,243,236,.1);
  border-color: rgba(196,168,130,.3); }
.vp-home .hero-prod-emoji {font-size: 1.6rem; margin-bottom: 8px; }
.vp-home .hero-prod-name {font-family: var(--serif);
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 2px; }
.vp-home .hero-prod-cat {font-size: .7rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .08em; }
.vp-home .hero-prod-price {font-size: .9rem;
  font-weight: 600;
  color: var(--bark-lt);
  margin-top: 10px; }
.vp-home .hero-prod-badge {display: inline-block;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--bark);
  color: #fff;
  border-radius: 3px;
  padding: 2px 7px;
  margin-top: 6px; }
.vp-home .hero-prod-wide-inner {display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
.vp-home .hero-prod-stars {color: #d4a843; font-size: .75rem; }
.vp-home .promo-strip {background: var(--sand);
  border-top: 1px solid #e8d9c4;
  border-bottom: 1px solid #e8d9c4;
  padding: 14px 0;
  overflow: hidden; }
.vp-home .promo-strip-inner {display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; }
.vp-home .promo-item {display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  font-weight: 500;
  color: var(--bark); }
.vp-home .section-cats {padding: 88px 0; }
.vp-home .section-cats-header {display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  background: linear-gradient(120deg, var(--forest) 0%, var(--fern) 100%);
  padding: 28px 36px;
  border-radius: var(--r-md); }
.vp-home .section-cats-header .tag {background: rgba(255,255,255,.16); color: #fff; }
.vp-home .section-cats-header .section-title {color: #fff; }
.vp-home .section-cats-header .btn--outline {border-color: rgba(255,255,255,.6); color: #fff; }
.vp-home .section-cats-header .btn--outline:hover {background: #fff; color: var(--forest); }
.vp-home .cats-grid {display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 16px; }
.vp-home .cat-card {background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 32px 26px;
  transition: all .28s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
.vp-home .cat-card::before {content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, transparent 60%, rgba(106,143,127,.05));
  transition: opacity .3s;
  opacity: 0; }
.vp-home .cat-card:hover::before {opacity: 1; }
.vp-home .cat-card:hover {border-color: var(--sage);
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px); }
.vp-home .cat-card--large {grid-column: span 2; }
.vp-home .cat-icon {font-size: 2rem;
  margin-bottom: 16px;
  display: block; }
.vp-home .cat-card h3 {font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 8px;
  line-height: 1.3; }
.vp-home .cat-card p {font-size: .84rem;
  color: #6a7d6b;
  line-height: 1.65;
  margin-bottom: 18px; }
.vp-home .cat-count {font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--sage);
  margin-top: auto; }
.vp-home .section-alim {padding: 0 0 88px; }
.vp-home .alim-split {display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--parchment);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid #e8e0d4; }
.vp-home .alim-text {padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.vp-home .alim-blocks {display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 32px 0; }
.vp-home .alim-block {background: var(--white);
  border: 1px solid #e8e0d4;
  border-radius: var(--r-md);
  padding: 22px 24px; }
.vp-home .alim-block h3 {font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 6px; }
.vp-home .alim-block p {font-size: .85rem; color: #6a7d6b; margin: 0; }
.vp-home .alim-visual {background: var(--forest);
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px; }
.vp-home .alim-visual-bg {position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 70% at 50% 30%, rgba(123,189,161,.28), transparent),
    linear-gradient(180deg, var(--moss) 0%, var(--forest) 100%); }
.vp-home .alim-products {position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px; }
.vp-home .alim-prod {background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-sm);
  padding: 14px; }
.vp-home .alim-prod-emoji {font-size: 1.3rem; margin-bottom: 6px; }
.vp-home .alim-prod-name {font-size: .8rem; font-weight: 500; color: var(--white); }
.vp-home .alim-prod-price {font-size: .75rem; color: var(--bark-lt); margin-top: 4px; }
.vp-home .alim-promo-badge {position: relative;
  z-index: 2;
  background: var(--bark);
  color: #fff;
  border-radius: var(--r-sm);
  padding: 12px 16px;
  font-size: .8rem;
  font-weight: 500; }
.vp-home .section-why {background: var(--forest); padding: 88px 0; }
.vp-home .why-inner {display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start; }
.vp-home .why-heading {position: sticky; top: 100px; }
.vp-home .why-heading .section-title {color: var(--white); }
.vp-home .why-heading .section-sub {color: rgba(255,255,255,.55); }
.vp-home .why-list {display: flex; flex-direction: column; gap: 0; }
.vp-home .why-item {border-top: 1px solid rgba(255,255,255,.1);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start; }
.vp-home .why-item:last-child {border-bottom: 1px solid rgba(255,255,255,.1); }
.vp-home .why-num {font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: rgba(255,255,255,.15);
  line-height: 1;
  padding-top: 4px; }
.vp-home .why-content h3 {font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3; }
.vp-home .why-content p {font-size: .88rem; color: rgba(255,255,255,.58); line-height: 1.75; }
.vp-home .section-featured {padding: 88px 0; }
.vp-home .featured-header {display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; flex-wrap: wrap; gap: 16px;
  background: linear-gradient(120deg, var(--forest) 0%, var(--fern) 100%);
  padding: 28px 36px;
  border-radius: var(--r-md); }
.vp-home .featured-header .tag {background: rgba(255,255,255,.16); color: #fff; }
.vp-home .featured-header .section-title {color: #fff; }
.vp-home .featured-header .btn--outline {border-color: rgba(255,255,255,.6); color: #fff; }
.vp-home .featured-header .btn--outline:hover {background: #fff; color: var(--forest); }
.vp-home .products-grid {display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
.vp-home .prod-card {background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: all .28s ease;
  cursor: pointer; }
.vp-home .prod-card:hover {box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
  border-color: var(--sage); }
.vp-home .prod-card-img {height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  position: relative; }
.vp-home .prod-card-img--green {background: linear-gradient(135deg, #e8f0e9 0%, #d0e4d2 100%); }
.vp-home .prod-card-img--sand {background: linear-gradient(135deg, #f5ede0 0%, #e8d9c4 100%); }
.vp-home .prod-card-img--blue {background: linear-gradient(135deg, #e0eaf5 0%, #cdddf0 100%); }
.vp-home .prod-card-img-badge {position: absolute;
  top: 12px;
  left: 12px;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--forest);
  color: #fff;
  border-radius: 4px;
  padding: 3px 9px; }
.vp-home .prod-card-img-badge--bark {background: var(--bark); }
.vp-home .prod-card-body {padding: 22px 22px 24px; }
.vp-home .prod-card-cat {font-size: .7rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 6px; }
.vp-home .prod-card-name {font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 6px;
  line-height: 1.3; }
.vp-home .prod-card-desc {font-size: .82rem; color: #6a7d6b; line-height: 1.65; margin-bottom: 16px; }
.vp-home .prod-card-footer {display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px; }
.vp-home .prod-card-price {font-size: 1rem; font-weight: 600; color: var(--ink); }
.vp-home .prod-card-price .amount {font-size: 1em; font-weight: inherit; color: inherit; text-decoration: none; margin-left: 0; }
.vp-home .prod-add-btn {width: 36px;
  height: 36px;
  background: var(--forest);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all .2s;
  flex-shrink: 0; }
.vp-home .prod-add-btn:hover {background: var(--moss); transform: scale(1.1); }
.vp-home .section-reviews {background: var(--parchment); border-top: 1px solid #e8e0d4; border-bottom: 1px solid #e8e0d4; padding: 88px 0; }
.vp-home .reviews-header {text-align: center; margin-bottom: 52px; }
.vp-home .reviews-header .section-sub {margin: 12px auto 0; text-align: center; }
.vp-home .reviews-avg {display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0; }
.vp-home .reviews-avg-num {font-family: var(--serif); font-size: 3rem; font-weight: 500; color: var(--forest); line-height: 1; }
.vp-home .reviews-avg-stars {color: #c8a84b; font-size: 1.2rem; display: block; }
.vp-home .reviews-avg-label {font-size: .8rem; color: #8a9d8b; }
.vp-home .reviews-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vp-home .review-card {background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 28px;
  transition: box-shadow .2s; }
.vp-home .review-card:hover {box-shadow: var(--shadow-hover); }
.vp-home .review-stars {color: #c8a84b; font-size: .85rem; margin-bottom: 12px; }
.vp-home .review-text {font-size: .9rem; color: #4a5c4b; line-height: 1.75; margin-bottom: 18px; font-style: italic; }
.vp-home .review-author {display: flex; align-items: center; gap: 10px; }
.vp-home .review-avatar {width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--mist);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 600;
  color: var(--fern);
  flex-shrink: 0; }
.vp-home .review-name {font-size: .82rem; font-weight: 500; color: var(--ink); }
.vp-home .review-date {font-size: .72rem; color: #9aad9b; }
.vp-home .section-faq {padding: 88px 0; }
.vp-home .faq-layout {display: grid; grid-template-columns: 1fr 1.8fr; gap: 80px; align-items: start; }
.vp-home .faq-sidebar {position: sticky; top: 100px; }
.vp-home .faq-sidebar .section-title {margin-bottom: 16px; }
.vp-home .faq-sidebar p {font-size: .9rem; color: #5a6b5c; line-height: 1.75; margin-bottom: 24px; }
.vp-home .faq-contact-box {background: var(--mist);
  border-radius: var(--r-md);
  padding: 24px;
  margin-top: 28px;
  border: 1px solid var(--border); }
.vp-home .faq-contact-box h4 {font-family: var(--serif); font-size: 1rem; font-weight: 500; color: var(--forest); margin-bottom: 6px; }
.vp-home .faq-contact-box p {font-size: .82rem; color: #5a6b5c; margin-bottom: 14px; }
.vp-home .faq-list {display: flex; flex-direction: column; }
.vp-home .faq-item {border-bottom: 1px solid var(--border); }
.vp-home .faq-item:first-child {border-top: 1px solid var(--border); }
.vp-home .faq-btn {width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  text-align: left;
  transition: color .2s; }
.vp-home .faq-btn:hover .faq-q {color: var(--moss); }
.vp-home .faq-q {font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--forest);
  line-height: 1.4;
  transition: color .2s; }
.vp-home .faq-icon-wrap {flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fern);
  font-size: 1.1rem;
  font-weight: 300;
  transition: transform .3s, background .2s, border-color .2s; }
.vp-home .faq-item.open .faq-icon-wrap {transform: rotate(45deg);
  background: var(--mist);
  border-color: var(--sage); }
.vp-home .faq-body {max-height: 0;
  overflow: hidden;
  transition: max-height .38s ease; }
.vp-home .faq-item.open .faq-body {max-height: 500px; }
.vp-home .faq-answer {padding: 0 0 26px;
  font-size: .9rem;
  color: #5a6b5c;
  line-height: 1.8; }
.vp-home .faq-answer p {margin-bottom: 10px; }
.vp-home .faq-answer p:last-child {margin-bottom: 0; }
.vp-home .section-cta {background: linear-gradient(135deg, var(--forest) 0%, #1a2c1c 100%);
  padding: 96px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
.vp-home .section-cta::before {content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 32px 32px; }
.vp-home .cta-inner {position: relative; z-index: 1; }
.vp-home .cta-inner .section-title {color: var(--white); max-width: 560px; margin: 0 auto 16px; }
.vp-home .cta-inner p {color: rgba(255,255,255,.6); max-width: 440px; margin: 0 auto 36px; font-size: .95rem; }
.vp-home .cta-buttons {display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.vp-home .btn--cta-primary {background: var(--parchment); color: var(--forest); font-weight: 600; padding: 15px 32px; }
.vp-home .btn--cta-primary:hover {background: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.vp-home .btn--cta-outline {border: 1.5px solid rgba(255,255,255,.3); color: rgba(255,255,255,.8); padding: 15px 28px; }
.vp-home .btn--cta-outline:hover {border-color: rgba(255,255,255,.7); color: #fff; }
.vp-home footer {background: #111a12;
  padding: 60px 0 28px; }
.vp-home .footer-grid {display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px; }
.vp-home .footer-brand .nav-logo {color: #fff; margin-bottom: 14px; }
.vp-home .footer-brand p {font-size: .83rem; color: rgba(255,255,255,.45); line-height: 1.7; max-width: 240px; }
.vp-home .footer-col h4 {font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  margin-bottom: 16px; }
.vp-home .footer-col ul {list-style: none; display: flex; flex-direction: column; gap: 9px; }
.vp-home .footer-col ul li a {font-size: .84rem; color: rgba(255,255,255,.55); transition: color .2s; }
.vp-home .footer-col ul li a:hover {color: var(--sage); }
.vp-home .footer-bottom {border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px; }
.vp-home .footer-bottom p {font-size: .78rem; color: rgba(255,255,255,.3); }
.vp-home .footer-legal {display: flex; gap: 20px; }
.vp-home .footer-legal a {font-size: .78rem; color: rgba(255,255,255,.35); transition: color .2s; }
.vp-home .footer-legal a:hover {color: rgba(255,255,255,.7); }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.vp-home .animate-up {opacity: 0;
  animation: fadeUp .6s ease forwards; }
.vp-home .delay-1 {animation-delay: .1s; }
.vp-home .delay-2 {animation-delay: .2s; }
.vp-home .delay-3 {animation-delay: .35s; }
.vp-home .delay-4 {animation-delay: .5s; }
.vp-home .delay-5 {animation-delay: .65s; }
@media (max-width: 1024px) {
.vp-home .hero {grid-template-columns: 1fr; min-height: auto; }
.vp-home .hero-visual {display: none; }
.vp-home .hero-content {padding: 80px 32px; }
.vp-home .cats-grid {grid-template-columns: repeat(2, 1fr); }
.vp-home .cat-card--large {grid-column: span 1; }
.vp-home .alim-split {grid-template-columns: 1fr; }
.vp-home .alim-visual {min-height: 300px; }
.vp-home .why-inner {grid-template-columns: 1fr; gap: 40px; }
.vp-home .why-heading {position: static; }
.vp-home .products-grid {grid-template-columns: repeat(2, 1fr); }
.vp-home .faq-layout {grid-template-columns: 1fr; gap: 40px; }
.vp-home .faq-sidebar {position: static; }
.vp-home .footer-grid {grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 680px) {
.vp-home .container {padding: 0 18px; }
.vp-home .topbar-inner {gap: 16px; }
.vp-home .topbar-item:nth-child(3) {display: none; }
.vp-home .nav-links {display: none; }
.vp-home .nav-hamburger {display: flex; }
.vp-home .hero-content {padding: 60px 20px 64px; }
.vp-home .hero-trust {gap: 14px; }
.vp-home .hero-trust-dot {display: none; }
.vp-home .section-cats {padding: 60px 0; }
.vp-home .cats-grid {grid-template-columns: 1fr 1fr; gap: 10px; }
.vp-home .cat-card {padding: 20px 16px; }
.vp-home .alim-text {padding: 36px 24px; }
.vp-home .section-why {padding: 64px 0; }
.vp-home .products-grid {grid-template-columns: 1fr; }
.vp-home .reviews-grid {grid-template-columns: 1fr; }
.vp-home .footer-grid {grid-template-columns: 1fr; gap: 28px; }
.vp-home .footer-bottom {flex-direction: column; text-align: center; }
.vp-home .section-cta {padding: 64px 0; }
}

/* ============================================================
   AJUSTES EXTRA PARA PRODUCTOS REALES (WooCommerce)
   Añadidos sobre el diseño original para soportar imágenes,
   badges de oferta y el botón real de "añadir al carrito".
   ============================================================ */
.vp-home .prod-card-img { position: relative; overflow: hidden; }
.vp-home .prod-card-img img,
.vp-home .alim-prod-img img,
.vp-home .hero-prod-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vp-home .alim-prod-img,
.vp-home .hero-prod-img { width: 100%; aspect-ratio: 1/1; border-radius: var(--r-sm); overflow: hidden; margin-bottom: 10px; background: var(--parchment); }
.vp-home .prod-card-img-badge--sale { background: var(--bark); }
.vp-home .prod-add-btn[disabled] { opacity: .4; cursor: not-allowed; }
.vp-home .vp-empty-note { padding: 16px; font-size: .85rem; color: #6a7d6b; }
.vp-home .vp-skel { background: linear-gradient(90deg, var(--parchment) 25%, var(--mist) 37%, var(--parchment) 63%); background-size: 400% 100%; animation: vpSkel 1.4s ease infinite; border-radius: var(--r-sm); }
@keyframes vpSkel { 0% { background-position: 100% 50%; } 100% { background-position: 0 50%; } }
.vp-home .prod-card-price del,
.vp-home .hero-prod-price del,
.vp-home .alim-prod-price del { display: none !important; }
.vp-home .prod-card-price ins,
.vp-home .hero-prod-price ins,
.vp-home .alim-prod-price ins { text-decoration: none !important; }

/* Componentes del constructor que sustituyen estilos inline del prototipo. */
.vp-home .section-needs {padding:72px 0;background:var(--parchment);border-top:1px solid #e8e0d4;border-bottom:1px solid #e8e0d4}
.vp-home .needs-header {display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:16px}
.vp-home .needs-scroller {display:flex;gap:14px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.vp-home .needs-scroller::-webkit-scrollbar {display:none}
.vp-home .need-card {min-width:200px;background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:24px 20px;flex-shrink:0;display:block;transition:transform .2s ease,box-shadow .2s ease}
.vp-home .need-card:hover {transform:translateY(-3px);box-shadow:var(--shadow-hover)}
.vp-home .need-icon {font-size:1.8rem;margin-bottom:12px}
.vp-home .need-title {font-family:var(--serif);font-size:1rem;font-weight:500;color:var(--forest);margin-bottom:6px}
.vp-home .need-desc {font-size:.8rem;color:#6a7d6b;margin-bottom:14px;line-height:1.55}
.vp-home .need-link {font-size:.8rem;font-weight:500;color:var(--fern);border-bottom:1px solid var(--sage)}
.vp-home .needs-hint {font-size:.75rem;color:#9aad9b;margin-top:8px;text-align:right}
.vp-home .why-tag {color:var(--sage);background:rgba(138,173,142,.15);border:none}
.vp-home .faq-contact-btn {font-size:.85rem;padding:11px 20px}
.vp-home .prod-card-img {padding:0}
.vp-home .products-grid:empty,.vp-home .hero-product-grid:empty,.vp-home .alim-products:empty {display:none}
@media (max-width:767px){.vp-home .section-needs{padding:48px 0}.vp-home .needs-header{align-items:flex-start}.vp-home .need-card{min-width:180px}}

/* ============================================================
   V1.1 — PORTADA FULL WIDTH, TIPOGRAFÍA AMPLIADA Y MÁS CATÁLOGO
   ============================================================ */
.vp-home {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: clip;
  font-size: 18px;
}
.vp-home .container {
  width: 100%;
  max-width: none;
  padding-left: clamp(24px, 4.5vw, 88px);
  padding-right: clamp(24px, 4.5vw, 88px);
}
.vp-home .tag {
  font-size: .82rem;
  padding: 7px 14px;
  margin-bottom: 18px;
}
.vp-home .section-title {
  font-size: clamp(2.45rem, 4.3vw, 4.5rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.vp-home .section-sub {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.7;
}
.vp-home .btn {
  font-size: 1rem;
  padding: 15px 28px;
}
.vp-home .hero {
  min-height: min(880px, 86vh);
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
}
.vp-home .hero-content {
  padding: clamp(74px, 8vw, 140px) clamp(38px, 5.5vw, 110px);
}
.vp-home .hero-eyebrow { font-size: .84rem; }
.vp-home .hero h1 {
  max-width: 900px;
  font-size: clamp(3.25rem, 6.2vw, 6.7rem);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.vp-home .hero-tagline {
  max-width: 760px;
  font-size: clamp(1.08rem, 1.45vw, 1.38rem);
  line-height: 1.7;
}
.vp-home .hero-trust-item { font-size: .94rem; }
.vp-home .hero-visual { padding: 70px clamp(36px, 5vw, 96px) 70px 20px; }
.vp-home .hero-product-grid { max-width: 620px; gap: 18px; }
.vp-home .hero-prod-card { padding: 22px; }
.vp-home .hero-prod-name { font-size: 1.12rem; }
.vp-home .hero-prod-cat { font-size: .78rem; }
.vp-home .hero-prod-price { font-size: 1rem; }

.vp-home .promo-strip { padding: 12px 0; }
.vp-home .promo-strip-inner { gap: 14px 28px; }
.vp-home .promo-item {
  font-size: .93rem;
  padding: 8px 12px;
  border-radius: 999px;
}
.vp-home .promo-item:nth-child(2) {
  background: var(--bark);
  color: #fff;
  padding-inline: 18px;
  font-weight: 700;
  box-shadow: 0 7px 22px rgba(22,187,187,.24);
}

.vp-home .section-cats { padding: 108px 0; }
.vp-home .section-cats-header { margin-bottom: 54px; }
.vp-home .cats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.vp-home .cat-card { min-height: 310px; padding: 34px 30px; }
.vp-home .cat-card--large { grid-column: span 2; }
.vp-home .cat-icon { font-size: 2.6rem; }
.vp-home .cat-card h3 { font-size: 1.5rem; line-height: 1.22; }
.vp-home .cat-card p { font-size: 1rem; line-height: 1.7; }
.vp-home .cat-card .btn--ghost { font-size: .96rem; }

.vp-home .section-alim { padding: 0 0 108px; }
.vp-home .alim-text { padding: clamp(46px, 5vw, 88px); }
.vp-home .alim-block h3 { font-size: 1.28rem; }
.vp-home .alim-block p { font-size: 1rem; }
.vp-home .alim-visual { min-height: 600px; padding: clamp(30px, 4vw, 64px); }
.vp-home .alim-prod { padding: 18px; }
.vp-home .alim-prod-name { font-size: .96rem; }
.vp-home .alim-prod-price { font-size: .92rem; }
.vp-home .alim-promo-badge {
  font-size: 1.06rem;
  font-weight: 700;
  padding: 16px 20px;
}

.vp-home .section-needs { padding: 98px 0; }
.vp-home .need-card { min-width: 270px; padding: 31px 27px; }
.vp-home .need-icon { font-size: 2.25rem; }
.vp-home .need-title { font-size: 1.25rem; }
.vp-home .need-desc { font-size: .96rem; }
.vp-home .need-link { font-size: .94rem; }

.vp-home .section-why { padding: 112px 0; }
.vp-home .why-inner { gap: clamp(50px, 7vw, 130px); }
.vp-home .why-content h3 { font-size: 1.45rem; }
.vp-home .why-content p { font-size: 1.04rem; }
.vp-home .why-num { font-size: 2.8rem; }

/* Secciones independientes de productos: vitaminas, cosmética,
   infusiones, alimentación ecológica, destacados, ventas y tendencias. */
.vp-home .section-product-showcase {
  padding: 104px 0;
  border-top: 1px solid var(--border);
}
.vp-home .section-product-showcase--light { background: #fff; }
.vp-home .section-product-showcase--soft { background: var(--parchment); }
.vp-home .section-product-showcase--eco {
  background: linear-gradient(135deg, #edf6ef 0%, #f7fbf8 55%, #e8f5f1 100%);
}
.vp-home .section-product-showcase--dark {
  background: linear-gradient(125deg, var(--forest), #385d50);
}
.vp-home .product-showcase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 54px;
}
.vp-home .product-showcase-copy { max-width: 980px; }
.vp-home .section-product-showcase--dark .section-title { color: #fff; }
.vp-home .section-product-showcase--dark .section-sub { color: rgba(255,255,255,.76); }
.vp-home .section-product-showcase--dark .tag { background: rgba(255,255,255,.15); color: #fff; }
.vp-home .section-product-showcase--dark .btn--outline { color: #fff; border-color: rgba(255,255,255,.65); }
.vp-home .section-product-showcase--dark .btn--outline:hover { background: #fff; color: var(--forest); }
.vp-home .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 30px);
}
.vp-home .prod-card { border-radius: 22px; background: #fff; }
.vp-home .prod-card-img { height: clamp(220px, 18vw, 315px); background: #f7faf7; }
.vp-home .prod-card-img img { object-fit: contain; padding: 22px; }
.vp-home .prod-card-body { padding: 25px 25px 28px; }
.vp-home .prod-card-cat { font-size: .8rem; }
.vp-home .prod-card-name { font-size: 1.28rem; line-height: 1.28; }
.vp-home .prod-card-desc { font-size: .96rem; line-height: 1.65; }
.vp-home .prod-card-price { font-size: 1.13rem; }
.vp-home .prod-add-btn { width: 43px; height: 43px; font-size: 1.3rem; }
.vp-home .vp-empty-note { font-size: 1rem; }

.vp-home .section-faq { padding: 110px 0; }
.vp-home .faq-layout { gap: clamp(50px, 8vw, 145px); }
.vp-home .faq-sidebar p { font-size: 1.07rem; }
.vp-home .faq-contact-box h4 { font-size: 1.3rem; }
.vp-home .faq-contact-box p { font-size: .98rem; }
.vp-home .faq-q { font-size: 1.28rem; }
.vp-home .faq-answer { font-size: 1.05rem; }
.vp-home .faq-btn { padding: 29px 0; }

.vp-home .section-cta { padding: 124px 0; }
.vp-home .cta-inner .section-title { max-width: 940px; }
.vp-home .cta-inner p { max-width: 760px; font-size: 1.18rem; }

@media (max-width: 1280px) {
  .vp-home .cats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vp-home .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .vp-home { font-size: 17px; }
  .vp-home .hero { grid-template-columns: 1fr; min-height: auto; }
  .vp-home .hero-content { padding: 92px clamp(24px, 6vw, 64px); }
  .vp-home .hero h1 { font-size: clamp(3rem, 9vw, 5.4rem); }
  .vp-home .cats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vp-home .cat-card--large { grid-column: span 1; }
  .vp-home .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vp-home .product-showcase-header { align-items: flex-start; }
}
@media (max-width: 680px) {
  .vp-home { font-size: 16px; }
  .vp-home .container { padding-left: 18px; padding-right: 18px; }
  .vp-home .section-title { font-size: clamp(2.2rem, 11vw, 3.25rem); }
  .vp-home .hero h1 { font-size: clamp(2.8rem, 14vw, 4.25rem); }
  .vp-home .hero-tagline { font-size: 1.05rem; }
  .vp-home .promo-strip-inner { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .vp-home .promo-item { flex: 0 0 auto; }
  .vp-home .cats-grid { grid-template-columns: 1fr; }
  .vp-home .cat-card { min-height: auto; padding: 28px 24px; }
  .vp-home .product-showcase-header { flex-direction: column; margin-bottom: 34px; }
  .vp-home .products-grid { grid-template-columns: 1fr; }
  .vp-home .prod-card-img { height: 300px; }
  .vp-home .section-product-showcase,
  .vp-home .section-cats,
  .vp-home .section-faq { padding: 72px 0; }
  .vp-home .alim-visual { min-height: 460px; }
}


/* ============================================================
   V1.2 — CATEGORÍAS CON IMAGEN, FILAS DE 6 Y MAYOR LEGIBILIDAD
   ============================================================ */
.vp-home { font-size: 20px; }
.vp-home p,
.vp-home li { font-size: 1.08rem; }
.vp-home .section-sub { font-size: clamp(1.16rem, 1.4vw, 1.42rem); }
.vp-home .hero-tagline { font-size: clamp(1.18rem, 1.55vw, 1.48rem); }
.vp-home .cat-card {
  padding: 0;
  min-height: 430px;
  display: flex;
  flex-direction: column;
}
.vp-home .cat-card::before { z-index: 1; pointer-events: none; }
.vp-home .cat-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--mist), var(--parchment));
}
.vp-home .cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.vp-home .cat-card:hover .cat-media img { transform: scale(1.045); }
.vp-home .cat-media--empty {
  background:
    radial-gradient(circle at 22% 24%, rgba(123,189,161,.42), transparent 28%),
    linear-gradient(135deg, #dcece2, #f6faf7);
}
.vp-home .cat-content {
  position: relative;
  z-index: 2;
  padding: 28px 28px 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}
.vp-home .cat-card h3 { font-size: 1.55rem; }
.vp-home .cat-card p { font-size: 1.08rem; line-height: 1.72; }
.vp-home .cat-card .btn--ghost { margin-top: auto; font-size: 1rem; }
.vp-home .cat-icon { display: none !important; }

/* 6 en escritorio, 3 en tablet y 2 en móvil: seis productos siempre
   completan las filas en todos esos tamaños. */
.vp-home .products-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.vp-home .prod-card-img { height: clamp(190px, 14vw, 280px); }
.vp-home .prod-card-body { padding: 22px 20px 24px; }
.vp-home .prod-card-name { font-size: 1.13rem; }
.vp-home .prod-card-desc { font-size: 1rem; }
.vp-home .prod-card-price { font-size: 1.18rem; font-weight: 800; }

/* Precios que aparecían en celeste sobre fondos verdes. */
.vp-home .hero-prod-price,
.vp-home .hero-prod-price .amount,
.vp-home .alim-prod-price,
.vp-home .alim-prod-price .amount {
  color: #fff !important;
  font-weight: 800 !important;
}
.vp-home .hero-prod-price ins,
.vp-home .alim-prod-price ins { color: #fff !important; font-weight: 800; text-decoration: none; }

.vp-home .alim-block p,
.vp-home .why-content p,
.vp-home .need-desc,
.vp-home .faq-sidebar p,
.vp-home .faq-answer,
.vp-home .cta-inner p { font-size: 1.08rem; }

@media (max-width: 1480px) {
  .vp-home .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .vp-home { font-size: 18px; }
  .vp-home .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .vp-home { font-size: 17px; }
  .vp-home .products-grid { grid-template-columns: 1fr; }
  .vp-home .cat-card { min-height: 0; }
  .vp-home .cat-content { padding: 25px 22px 27px; }
}

/* ============================================================
   V1.3 — ESTABILIDAD DE CSS, FULL BLEED SEGURO Y LAZY LOAD
   ============================================================ */
.vp-home {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

/* El JS calcula el desplazamiento real del contenedor de XStore. El diseño
   nunca se recorta aunque el contenedor no esté centrado o tenga padding. */
.vp-home.vp-fullbleed-ready {
  width: var(--vp-fullbleed-width, 100%);
  max-width: var(--vp-fullbleed-width, 100%);
  margin-left: var(--vp-fullbleed-offset, 0px);
  margin-right: 0;
}

.vp-home .hero,
.vp-home .hero-content,
.vp-home .hero-visual,
.vp-home .hero-product-grid,
.vp-home .cats-grid,
.vp-home .products-grid,
.vp-home .alim-split {
  min-width: 0;
}

.vp-home .hero {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  isolation: isolate;
}

.vp-home .hero h1,
.vp-home .section-title,
.vp-home .prod-card-name,
.vp-home .cat-card h3 {
  overflow-wrap: anywhere;
}

/* Las animaciones con opacity:0 podían quedar congeladas en Safari móvil o
   al volver desde la caché de navegación. El contenido permanece visible. */
.vp-home .animate-up {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Evita fallos de composición gráfica en Safari durante el scroll. */
.vp-home .hero-prod-card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.vp-home img.vp-lazy {
  background: #f2f6f3;
}

.vp-home .cat-media {
  contain: layout paint;
}

.vp-home .cat-media img,
.vp-home .prod-card-img img,
.vp-home .alim-prod-img img,
.vp-home .hero-prod-img img {
  backface-visibility: hidden;
}

@media (max-width: 1024px) {
  .vp-home .hero {
    min-height: 0;
  }
  .vp-home .hero-content {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .vp-home .hero {
    display: block;
    min-height: 0;
  }
  .vp-home .hero-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .vp-home .hero h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12.5vw, 4rem);
    line-height: 1.04;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vp-home *,
  .vp-home *::before,
  .vp-home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ============================================================
   V1.3.1 — RECUPERACIÓN DE IMÁGENES Y REJILLAS COMPLETAS
   ============================================================ */
.vp-home .cats-grid {
  align-items: start;
}

/* La altura deja de depender del ancho de una tarjeta doble. Así una categoría
   ancha no estira las tarjetas vecinas ni crea grandes zonas vacías. */
.vp-home .cat-media,
.vp-home .cat-card--large .cat-media {
  contain: none !important;
  aspect-ratio: auto;
  height: clamp(240px, 18vw, 330px);
  min-height: 240px;
}

.vp-home .cat-card {
  align-self: start;
  height: auto;
}

/* XStore y algunos optimizadores aplican opacity:0 a las imágenes reescritas.
   Estas reglas mantienen visible el recurso mientras el cargador nativo/JS
   resuelve src o data-src. */
.vp-home img.vp-category-image,
.vp-home img.vp-product-image,
.vp-home img.vp-native-lazy,
.vp-home img.lazyload,
.vp-home img.lazyloading,
.vp-home img.perfmatters-lazy {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vp-home .cat-media img,
.vp-home .prod-card-img img,
.vp-home .alim-prod-img img,
.vp-home .hero-prod-img img {
  width: 100%;
  height: 100%;
}

.vp-home .cat-media img {
  object-fit: cover;
}

.vp-home .products-grid {
  grid-auto-flow: row;
  align-items: stretch;
}

@media (max-width: 680px) {
  .vp-home .cat-media,
  .vp-home .cat-card--large .cat-media {
    height: clamp(220px, 64vw, 340px);
    min-height: 220px;
  }
}
