/* QR Negocios, edición monocromática — integración puntual en Inicio. */
.home-qrn-hero {
  min-height: 680px;
  align-items: center;
  background:
    linear-gradient(90deg, #f7f6f2 0 52%, #e1e1dd 52% 100%);
}

.home-qrn-visual {
  min-height: 0;
  align-self: center;
  aspect-ratio: 4 / 3;
  background: #dedfdb;
  box-shadow: 0 28px 65px rgba(16, 25, 22, 0.14);
}

.home-qrn-visual > img,
.home-qrn-card .catalog-image > img {
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.03);
}

.decision-qrn-image {
  object-fit: cover;
  object-position: 79% center;
  background: #111;
  filter: grayscale(1) contrast(1.04);
}

.home-qrn-visual figcaption {
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  background: rgba(8, 11, 10, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}

.home-qrn-visual figcaption > span,
.home-qrn-visual figcaption a,
.home-qrn-visual figcaption small {
  color: #fff;
}

.home-qrn-visual figcaption small {
  color: #d7dbd8;
}

.home-qrn-card .catalog-image {
  aspect-ratio: 4 / 3;
  background: #dedfdb;
  border: 1px solid #c4cbc6;
  box-shadow: 0 16px 38px rgba(9, 25, 20, 0.08);
}

.home-qrn-card .image-label {
  background: #101211;
  color: #fff;
}

.home-qrn-hero + .studio-routes {
  margin-top: 30px;
  margin-bottom: 64px;
  padding: 54px clamp(28px, 4vw, 52px) 48px;
  background: #e8ece8;
  border: 1px solid #d0d8d2;
  border-radius: 24px;
}

@media (min-width: 801px) and (max-width: 1180px) {
  .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-grid .home-qrn-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
  }

  .business-grid .home-qrn-card .catalog-image {
    aspect-ratio: 1.55 / 1;
  }

  .business-grid .home-qrn-card .catalog-copy {
    padding: 20px 20px 20px 0;
  }

  #crecer-negocio .editorial-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  #crecer-negocio .editorial-heading > * {
    min-width: 0;
  }

  #crecer-negocio .editorial-heading .text-link {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 760px) {
  .home-qrn-hero {
    min-height: 0;
    background: #f7f6f2;
  }

  .home-qrn-visual {
    aspect-ratio: 4 / 3;
    box-shadow: none;
  }

  .home-qrn-visual > img {
    object-position: center;
  }

  .home-qrn-card .catalog-image {
    aspect-ratio: 1 / 1;
  }

  .business-grid .home-qrn-card {
    display: block;
  }

  .home-qrn-visual figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 15px;
  }

  .home-qrn-hero + .studio-routes {
    width: calc(100% - 28px);
    margin-top: 18px;
    margin-bottom: 42px;
    padding: 36px 20px 30px;
    border-radius: 18px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .home-qrn-visual *,
  .home-qrn-card * {
    transition: none !important;
  }
}
