.home2-page {
  background: var(--brand-white);
}

.home2-page .hero .eyebrow {
  font-size: 12px;
  margin-bottom: 24px;
}

.home2-page .hero h1 {
  font-size: clamp(32px, 3.8vw, 49px);
  margin-top: 0;
  margin-bottom: 28px;
}

.home2-page .hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.85;
}

.home2-page .hero-content {
  transform: translateY(28px);
}

.home2-page .home2-outline-button {
  gap: 10px;
  font-size: 12px;
}

.home2-page .hero-visual {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.home2-page .hero-visual img {
  object-fit: contain;
  object-position: center bottom;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.42) 6%,
    #000 16%,
    #000 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.42) 6%,
    #000 16%,
    #000 100%
  );
}

.home2-page .hero-blue-glow {
  background:
    radial-gradient(circle at 61% 52%, rgba(190, 226, 255, 0.9) 0%, rgba(91, 169, 255, 0.68) 6%, rgba(39, 118, 238, 0.42) 17%, rgba(12, 66, 168, 0.18) 31%, transparent 46%),
    radial-gradient(circle at 61% 52%, rgba(42, 125, 255, 0.34), transparent 39%);
  transform-origin: 61% 52%;
}

.home2-page .hero-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  height: 34px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 2, 8, 0.32) 68%, #000208 100%);
}

.home2-hero {
  position: relative;
  height: 610px;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--brand-white);
  background: var(--brand-black);
}

.home2-hero-media {
  position: absolute;
  inset: 0;
}

.home2-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(var(--brand-black-rgb), 0.96) 0%, rgba(var(--brand-black-rgb), 0.76) 36%, rgba(var(--brand-black-rgb), 0.12) 68%, rgba(var(--brand-black-rgb), 0.04) 100%);
}

.home2-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.home2-hero-content {
  position: relative;
  z-index: 1;
  transform: translateY(-45px);
  padding-top: 88px;
  padding-bottom: 100px;
}

.home2-kicker,
.home2-section-heading > p {
  margin: 0 0 12px;
  color: var(--brand-copper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.home2-hero h1 {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.18;
}

.home2-hero .shiny-text {
  display: inline-block;
}

.home2-metrics .count-up {
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.home2-hero-content > p:not(.home2-kicker) {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.9;
}

.home2-outline-button,
.home2-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 15px;
  border: 1px solid currentColor;
  font-size: 12px;
}

.home2-outline-button {
  color: var(--brand-white);
}

.home2-strength {
  padding: 68px 0 62px;
  background: var(--surface-soft);
}

.home2-profile {
  position: relative;
  min-height: 520px;
}

.home2-profile-copy {
  position: relative;
  z-index: 2;
  width: 44%;
  padding: 32px 0 0;
}

.home2-profile-copy h2 {
  margin: 0;
  color: var(--brand-black);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
}

.home2-profile-description {
  max-width: 500px;
  margin: 20px 0 0;
  color: var(--brand-black);
  font-size: 16px;
  line-height: 1.85;
}

.home2-profile-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 520px;
  margin: 0;
  overflow: hidden;
}

.home2-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: scale(1.06);
  transform-origin: left center;
}

.home2-section-heading h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
}

.home2-metrics {
  position: absolute;
  z-index: 3;
  top: 250px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 64%;
  min-height: 128px;
  padding: 24px 20px 20px;
  background: var(--brand-white);
  box-shadow: 0 12px 38px rgba(var(--brand-blue-secondary-rgb), 0.08);
}

.home2-profile-more {
  position: absolute;
  z-index: 3;
  top: auto;
  bottom: 32px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 34px;
  padding: 7px 15px;
  color: var(--brand-blue-primary);
  border: 1px solid var(--brand-blue-primary);
  border-radius: 0;
  font-size: 12px;
  transition: color 160ms ease, background 160ms ease;
}

.home2-profile-more:hover,
.home2-profile-more:focus-visible {
  color: var(--brand-white);
  background: var(--brand-blue-primary);
}

.home2-metrics > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 18px;
  text-align: center;
}

.home2-metrics > div::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: color-mix(in srgb, var(--brand-gray) 48%, var(--brand-white));
}

.home2-metrics > div:last-child::after {
  display: none;
}

.home2-metrics strong {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--brand-blue-primary);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.home2-metrics strong small {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.home2-metrics > div > span {
  display: block;
  margin-top: 12px;
  color: var(--brand-black);
  font-size: 14px;
}

.home2-products {
  padding: 78px 0 90px;
  background: var(--brand-white);
}

.home2-products-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 38px;
}

.home2-more {
  color: var(--brand-copper);
}

.home2-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home2-product-grid a {
  color: var(--brand-black);
}

.home2-product-grid a > span {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: color-mix(in srgb, var(--brand-gray) 48%, var(--brand-white));
}

.home2-product-grid img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  mix-blend-mode: multiply;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.home2-product-grid a:hover img {
  transform: scale(1.025);
}

.home2-product-grid strong,
.home2-product-grid small {
  display: block;
}

.home2-product-grid strong {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.home2-product-grid small {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 11px;
}

.home2-page .hero-stage {
  display: contents;
}

@media (min-width: 901px) {
  .home2-page .hero {
    display: block;
    height: calc(680px * var(--hero-stage-scale, 1));
    min-height: calc(680px * var(--hero-stage-scale, 1));
  }

  .home2-page .hero-stage {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    width: 1920px;
    height: 680px;
    align-items: center;
    transform: translateX(-50%) scale(var(--hero-stage-scale, 1));
    transform-origin: top center;
  }

  .home2-page .hero-visual {
    top: auto;
    right: auto;
    bottom: 0;
    left: 60px;
    width: 1800px;
    height: calc(1800px * 771 / 2041);
    aspect-ratio: 2041 / 771;
    transform: none;
  }

  .home2-page .hero-visual img {
    object-fit: fill;
    object-position: center;
  }

  .home2-page .hero-overlay {
    width: 1920px;
    height: 680px;
  }

  .home2-page .hero-content {
    flex: 0 0 1180px;
    width: 1180px;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .home2-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-page .hero-visual {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .home2-page .hero-content {
    transform: translateY(28px);
  }

  .home2-hero {
    height: 560px;
    min-height: 560px;
  }

  .home2-hero-media img {
    object-position: center;
  }

  .home2-hero h1 {
    max-width: 480px;
    font-size: 40px;
  }

  .home2-profile {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .home2-profile-copy {
    width: 100%;
    padding: 0;
  }

  .home2-profile-description {
    max-width: 700px;
  }

  .home2-profile-image {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 32px;
  }

  .home2-profile-image img {
    object-position: center;
    transform: none;
  }

  .home2-metrics {
    position: relative;
    top: auto;
    width: calc(100% - 60px);
    margin: -48px auto 0;
  }

  .home2-profile-more {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    align-self: flex-start;
    margin: 24px 0 0 30px;
  }
}

@media (max-width: 640px) {
  .home2-page .hero-content {
    transform: translateY(12px);
  }

  .home2-page .hero-visual {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .home2-hero {
    height: 520px;
    min-height: 520px;
    align-items: flex-end;
  }

  .home2-hero-media img {
    object-position: center top;
  }

  .home2-hero-media::after {
    background: linear-gradient(180deg, rgba(var(--brand-black-rgb), 0.18) 0%, rgba(var(--brand-black-rgb), 0.62) 46%, rgba(var(--brand-black-rgb), 0.98) 82%);
  }

  .home2-hero-content {
    transform: translateY(-24px);
    padding-top: 220px;
    padding-bottom: 58px;
  }

  .home2-hero h1 {
    font-size: 34px;
  }

  .home2-strength,
  .home2-products {
    padding: 58px 0 64px;
  }

  .home2-profile-copy h2 {
    font-size: 25px;
  }

  .home2-profile-description {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.85;
  }

  .home2-profile-image {
    height: 220px;
    margin-top: 32px;
  }

  .home2-section-heading h2 {
    font-size: 25px;
  }

  .home2-metrics {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin: -22px auto 0;
    padding: 10px 24px;
  }

  .home2-metrics > div {
    padding: 20px 0;
  }

  .home2-metrics > div::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
  }

  .home2-metrics strong {
    font-size: 36px;
  }

  .home2-metrics strong small {
    font-size: 14px;
  }

  .home2-metrics > div > span {
    margin-top: 8px;
  }

  .home2-profile-more {
    width: auto;
    min-height: 34px;
    padding: 7px 15px;
    margin: 22px 0 0 14px;
  }

  .home2-products-top {
    align-items: flex-start;
  }

  .home2-product-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
