/* Homepage section 6 staged visual layer. Scope: trust/proof + deliverables only. */
.home .nord-home-gallery,
.home .nord-deliverables {
  background:
    linear-gradient(180deg, #f5f1ea 0%, #f2eee6 100%);
  color: #101820;
}

.home .nord-home-gallery .content-wrap {
  padding: clamp(44px, 4.8vw, 60px) 0 clamp(36px, 4vw, 48px);
}

.home .nord-home-gallery h2,
.home .nord-deliverables h2 {
  margin: 0;
  font-size: clamp(1.72rem, 3vw, 2.28rem);
  line-height: 1.18;
}

.home .nord-home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(16, 24, 32, 0.13);
  border-bottom: 1px solid rgba(16, 24, 32, 0.13);
}

.home .nord-home-gallery__tile,
.home .nord-home-gallery__tile:nth-child(1),
.home .nord-home-gallery__tile:nth-child(2),
.home .nord-home-gallery__tile:nth-child(3) {
  min-height: 166px;
  padding: 20px;
  border: 0;
  border-right: 1px solid rgba(16, 24, 32, 0.11);
  border-radius: 0;
  background: transparent;
  color: #101820;
  box-shadow: none;
}

.home .nord-home-gallery__tile:last-child {
  border-right: 0;
}

.home .nord-home-gallery__tile:nth-child(1) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(244, 241, 234, 0.7)),
    radial-gradient(circle at 88% 18%, rgba(184, 164, 111, 0.16), transparent 30%);
}

.home .nord-home-gallery__tile:nth-child(1)::before {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(184, 164, 111, 0.72);
}

.home .nord-home-gallery__tile span,
.home .nord-home-gallery__tile:nth-child(1) span,
.home .nord-home-gallery__tile:nth-child(2) span {
  margin-bottom: 12px;
  padding: 5px 0;
  border-radius: 0;
  background: transparent;
  color: #887342;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.home .nord-home-gallery__tile strong {
  display: block;
  color: #08131f;
  font-size: 1.08rem;
  line-height: 1.28;
}

.home .nord-home-gallery__tile p,
.home .nord-home-gallery__tile:nth-child(1) p,
.home .nord-home-gallery__tile:nth-child(2) p {
  margin-top: 10px;
  color: #4b5865;
  font-size: 0.96rem;
  line-height: 1.5;
}

.home .nord-deliverables {
  border-top: 0;
}

.home .nord-deliverables .content-wrap {
  padding: clamp(34px, 4vw, 46px) 0 clamp(52px, 5vw, 68px);
}

.home .nord-deliverables__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  border: 0;
}

.home .nord-deliverables__grid > div {
  min-height: 138px;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(249, 247, 242, 0.9));
  box-shadow: 0 12px 34px rgba(16, 24, 32, 0.05);
}

.home .nord-deliverables__grid > div:not(:first-child) {
  padding-left: 18px;
}

.home .nord-deliverables__grid > div:last-child {
  border-right: 0;
}

.home .nord-deliverables__grid strong {
  display: block;
  color: #08131f;
  font-size: 1.02rem;
  line-height: 1.28;
}

.home .nord-deliverables__grid span {
  display: block;
  margin-top: 0;
  color: #4f5c68;
  line-height: 1.52;
}

@media (max-width: 980px) {
  .home .nord-home-gallery__grid,
  .home .nord-deliverables__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .nord-home-gallery__tile:nth-child(2),
  .home .nord-deliverables__grid > div:nth-child(2) {
    border-right: 1px solid rgba(16, 24, 32, 0.12);
  }

  .home .nord-home-gallery__tile:nth-child(-n + 2),
  .home .nord-deliverables__grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  }
}

@media (max-width: 640px) {
  .home .nord-home-gallery .content-wrap {
    padding: 34px 0 30px;
  }

  .home .nord-home-gallery h2,
  .home .nord-deliverables h2 {
    font-size: 1.52rem;
  }

  .home .nord-home-gallery__grid,
  .home .nord-deliverables__grid {
    grid-template-columns: 1fr;
    margin-top: 18px;
    gap: 10px;
  }

  .home .nord-home-gallery__tile,
  .home .nord-home-gallery__tile:nth-child(1),
  .home .nord-home-gallery__tile:nth-child(2),
  .home .nord-home-gallery__tile:nth-child(3) {
    min-height: 0;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 24, 32, 0.11);
    background: transparent;
  }

  .home .nord-home-gallery__tile:last-child {
    border-bottom: 0;
  }

  .home .nord-home-gallery__tile span {
    margin-bottom: 6px;
    padding: 0;
    font-size: 0.7rem;
  }

  .home .nord-home-gallery__tile strong {
    font-size: 1rem;
  }

  .home .nord-home-gallery__tile p {
    margin-top: 7px;
    font-size: 0.92rem;
    line-height: 1.44;
  }

  .home .nord-deliverables .content-wrap {
    padding: 30px 0 92px;
  }

  .home .nord-deliverables__grid > div,
  .home .nord-deliverables__grid > div:not(:first-child) {
    min-height: 0;
    padding: 15px;
    border: 1px solid rgba(16, 24, 32, 0.12);
    border-radius: 6px;
  }

  .home .nord-deliverables__grid > div:last-child {
    border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  }

  .home .nord-deliverables__grid strong {
    font-size: 0.98rem;
  }

  .home .nord-deliverables__grid span {
    margin-top: 7px;
    font-size: 0.92rem;
    line-height: 1.44;
  }
}
