/* Homepage section 4 staged visual layer. Scope: Od pierwszej rozmowy do raportu only. */
.home .nord-home-visual {
  background:
    linear-gradient(180deg, #f1ede5 0%, #f7f4ee 58%, #f2eee6 100%);
}

.home .nord-home-visual .content-wrap {
  padding: clamp(50px, 5.2vw, 66px) 0 clamp(54px, 5.4vw, 70px);
}

.home .nord-home-visual__head {
  max-width: 880px;
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 3px solid rgba(184, 164, 111, 0.72);
}

.home .nord-home-visual__head h2 {
  margin-bottom: 10px;
}

.home .nord-home-visual__head p {
  max-width: 820px;
  color: #46535f;
}

.home .nord-home-visual__grid {
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

.home .nord-home-case-photo {
  position: relative;
  min-height: 372px;
  padding: 26px;
  border-color: rgba(16, 24, 32, 0.2);
  background:
    linear-gradient(180deg, rgba(7, 17, 28, 0.1) 0%, rgba(7, 17, 28, 0.58) 44%, rgba(7, 17, 28, 0.92) 100%),
    url("/wp-content/uploads/2026/05/nord-g1-documentary-desktop-1200x900-1.webp") center center / cover no-repeat;
  box-shadow: 0 24px 58px rgba(16, 24, 32, 0.14);
}

.home .nord-home-case-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 17, 28, 0.24), transparent 38%),
    radial-gradient(circle at 18% 16%, rgba(244, 241, 234, 0.1), transparent 28%);
}

.home .nord-home-case-photo span,
.home .nord-home-case-photo strong,
.home .nord-home-case-photo p {
  position: relative;
  z-index: 1;
}

.home .nord-home-case-photo span,
.home .nord-home-report span {
  border-radius: 3px;
  background: rgba(7, 17, 28, 0.78);
  color: #f3d98d;
}

.home .nord-home-case-photo strong {
  max-width: 440px;
  font-size: clamp(1.42rem, 2vw, 1.82rem);
  line-height: 1.12;
}

.home .nord-home-case-photo p {
  max-width: 430px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.home .nord-home-visual__stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home .nord-home-mini-card {
  min-height: 138px;
  align-content: start;
  padding: 16px;
  border-color: rgba(16, 24, 32, 0.11);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(16, 24, 32, 0.06);
}

.home .nord-home-mini-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  font-size: 1rem;
}

.home .nord-home-mini-card strong {
  margin-top: 14px;
  font-size: 1.06rem;
}

.home .nord-home-mini-card p {
  margin-top: 6px;
  color: #5b6874;
  font-size: 0.95rem;
  line-height: 1.46;
}

.home .nord-home-report {
  min-height: 220px;
  align-items: center;
  gap: 24px;
  padding: 24px;
  border-color: rgba(216, 221, 226, 0.13);
  background:
    linear-gradient(135deg, #0b141e 0%, #101820 48%, #17212b 100%);
  box-shadow: 0 24px 58px rgba(16, 24, 32, 0.16);
}

.home .nord-home-report__sheet {
  min-height: 170px;
  padding: 18px;
  border: 1px solid rgba(216, 221, 226, 0.78);
  box-shadow: inset 0 0 0 1px rgba(16, 24, 32, 0.04), 0 14px 24px rgba(0, 0, 0, 0.14);
}

.home .nord-home-report__line {
  height: 8px;
  background: #d8e0e5;
}

.home .nord-home-report__shots {
  gap: 7px;
  margin-top: 20px;
}

.home .nord-home-report__shots i {
  min-height: 54px;
  background: linear-gradient(135deg, rgba(184, 164, 111, 0.68), rgba(16, 24, 32, 0.84));
}

.home .nord-home-report h2 {
  max-width: 420px;
  font-size: clamp(1.42rem, 2vw, 1.9rem);
}

.home .nord-home-report p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
  .home .nord-home-visual__grid {
    grid-template-columns: 1fr;
  }

  .home .nord-home-case-photo {
    min-height: 330px;
    background-size: cover;
    background-position: center center;
  }
}

@media (max-width: 640px) {
  .home .nord-home-visual .content-wrap {
    padding: 36px 0 92px;
  }

  .home .nord-home-visual__head {
    margin-bottom: 22px;
    padding-left: 13px;
  }

  .home .nord-home-visual__head h2 {
    font-size: 1.58rem;
    line-height: 1.14;
  }

  .home .nord-home-visual__head p {
    font-size: 0.99rem;
    line-height: 1.62;
  }

  .home .nord-home-visual__grid {
    gap: 12px;
  }

  .home .nord-home-case-photo {
    min-height: 286px;
    padding: 18px;
    background-position: center center;
  }

  .home .nord-home-case-photo span,
  .home .nord-home-report span {
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 0.68rem;
  }

  .home .nord-home-case-photo strong {
    max-width: 92%;
    font-size: 1.36rem;
    line-height: 1.12;
  }

  .home .nord-home-case-photo p {
    max-width: 94%;
    margin-top: 9px;
    font-size: 0.93rem;
    line-height: 1.48;
  }

  .home .nord-home-visual__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home .nord-home-mini-card {
    min-height: 132px;
    padding: 14px;
  }

  .home .nord-home-mini-card__icon {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }

  .home .nord-home-mini-card strong {
    margin-top: 12px;
    font-size: 1rem;
  }

  .home .nord-home-mini-card p {
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .home .nord-home-report {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 16px;
    padding: 18px;
  }

  .home .nord-home-report__sheet {
    min-height: 132px;
    padding: 14px;
  }

  .home .nord-home-report__line {
    height: 7px;
    margin-bottom: 8px;
  }

  .home .nord-home-report__shots {
    margin-top: 14px;
  }

  .home .nord-home-report__shots i {
    min-height: 42px;
  }

  .home .nord-home-report h2 {
    font-size: 1.34rem;
    line-height: 1.14;
  }

  .home .nord-home-report p {
    font-size: 0.94rem;
    line-height: 1.48;
  }
}
