.j-first-hero {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: calc(var(--j-nav-h, 78px) + 34px) 0 30px;
  display: flex;
  align-items: center;
  color: #081427;
  background:
    linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
}

.j-first-hero::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: min(58vw, 920px);
  height: 100%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.54) 14%, rgba(255, 255, 255, 0.12) 32%, rgba(255, 255, 255, 0) 50%),
    var(--first-hero-image, url("../images/home/hero-industrial-refrigeration-wide.jpg")) var(--first-hero-position, center center) / cover no-repeat,
    linear-gradient(135deg, rgba(233, 244, 255, 0.94), rgba(247, 251, 255, 0.64));
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.j-first-hero__shell {
  width: var(--j-content, min(1320px, calc(100vw - 56px)));
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(380px, 1.07fr);
  gap: 32px;
  align-items: start;
  min-height: 426px;
}

.j-first-hero__shell > * {
  min-width: 0;
}

.j-first-hero__copy {
  max-width: 760px;
}

.j-first-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: #1557e6;
  font-size: 0.78rem;
  font-weight: 700;
}

.j-first-hero__breadcrumb span:last-child {
  color: #667596;
  font-weight: 600;
}

.j-first-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0;
  padding: 0 12px;
  background: rgba(21, 87, 230, 0.08);
  color: #1557e6;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.j-first-hero h1 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #081427;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.35rem, 3vw, 3.12rem);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 800;
}

.j-first-hero__lead {
  max-width: 560px;
  margin: 16px 0 0;
  color: #445372;
  font-size: 1rem;
  line-height: 1.68;
}

.j-first-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.j-first-hero .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.j-first-hero .button:hover {
  transform: translateY(-1px);
}

.j-first-hero .button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #2d5bff 0%, #1943d6 100%);
  box-shadow: 0 6px 14px rgba(45, 91, 255, 0.14);
}

.j-first-hero .button-secondary {
  color: #111827;
  background: transparent;
}

.j-first-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin-top: 28px;
}

.j-first-hero__point {
  display: grid;
  gap: 7px;
  justify-items: center;
  text-align: center;
  color: #081427;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.j-first-hero__point::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid rgba(45, 91, 255, 0.22);
  background:
    radial-gradient(circle at center, #2d5bff 0 3px, transparent 4px),
    linear-gradient(180deg, rgba(45, 91, 255, 0.12), rgba(45, 91, 255, 0.06));
  flex: 0 0 auto;
}

.j-first-hero__point--icon::before {
  content: none;
}

.j-first-hero__point--icon img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(31, 91, 227, 0.08));
}

.j-first-hero__point--icon span {
  display: block;
}

.j-first-hero__visual {
  align-self: center;
  min-height: 318px;
  position: relative;
}

.j-first-hero__photo-strip {
  position: absolute;
  right: 0;
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(640px, 100%);
}

.j-first-hero__thumb {
  display: block;
  aspect-ratio: 1.62;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
}

.j-first-hero__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.j-first-hero__badge {
  position: absolute;
  left: 0;
  bottom: 148px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(23, 27, 32, 0.82);
  color: #ffffff;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.j-first-hero--about {
  --first-hero-image: url("../images/about/about-hero-company-background.jpg");
  --first-hero-position: center center;
}

.j-first-hero--products {
  --first-hero-image: url("../images/home/hero-industrial-refrigeration-wide.jpg");
  --first-hero-position: center right;
}

.j-first-hero--solutions {
  --first-hero-image: url("../images/home/hero-industrial-refrigeration-wide.jpg");
  --first-hero-position: center right;
}

.j-first-hero--blog {
  --first-hero-image: url("../images/blog/blog-hero-refrigeration-insights.jpg");
  --first-hero-position: center center;
}

.j-first-hero--faq {
  --first-hero-image: url("../images/home/hero-industrial-refrigeration-wide.jpg");
  --first-hero-position: center right;
}

.j-first-hero--contact {
  --first-hero-image: url("../images/home/hero-industrial-refrigeration-wide.jpg");
  --first-hero-position: center right;
}

@media (max-width: 1080px) {
  .j-first-hero {
    min-height: auto;
    padding-top: calc(var(--j-nav-h, 78px) + 28px);
  }

  .j-first-hero::after {
    width: 100%;
    clip-path: none;
    opacity: 0.22;
  }

  .j-first-hero__shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .j-first-hero__visual {
    display: none;
  }

  .j-first-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .j-first-hero {
    padding: calc(var(--j-nav-h, 72px) + 24px) 0 28px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 100%),
      linear-gradient(180deg, #f4f8fd 0%, #ffffff 100%);
  }

  .j-first-hero::after {
    width: 100%;
    clip-path: none;
    opacity: 0.2;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.12)),
      var(--first-hero-image, url("../images/home/hero-industrial-refrigeration-wide.jpg")) center center / cover no-repeat,
      #ffffff;
  }

  .j-first-hero__shell {
    width: min(1320px, calc(100vw - 28px));
  }

  .j-first-hero h1 {
    font-size: clamp(2.1rem, 9vw, 3rem);
  }

  .j-first-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .j-first-hero__actions .button {
    flex: 1 1 auto;
  }
}
