/* v04 Climb Detection product page hero concept
   Different from homepage: panoramic case-study hero with floating product copy panel.
   Rest of product page remains unchanged. */

.product-hero-concept {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #0d1417;
  color: #fff;
}

.product-hero-concept .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.product-hero-concept .hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.05) contrast(1.02);
}

.product-hero-concept .hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,12,14,.82) 0%, rgba(8,12,14,.58) 34%, rgba(8,12,14,.12) 70%, rgba(8,12,14,.22) 100%),
    linear-gradient(180deg, rgba(8,12,14,.18) 0%, transparent 45%, rgba(8,12,14,.54) 100%);
  pointer-events: none;
}

.product-hero-concept .site-header {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.product-hero-concept .brand img {
  height: 46px;
  width: auto;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.18));
}

.product-hero-concept .nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0,0,0,.12);
}

.product-hero-concept .nav-links a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-family: Montserrat, Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.product-hero-concept .nav-links a:hover {
  color: #fff;
}

.product-hero-layout {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 64px));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(280px, 1fr);
  align-items: end;
  gap: clamp(30px, 5vw, 80px);
  padding: clamp(96px, 14vh, 180px) 0 clamp(44px, 7vh, 78px);
}

.product-hero-panel {
  max-width: 640px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.08));
  box-shadow: 0 34px 110px rgba(0,0,0,.28);
  backdrop-filter: blur(22px);
}

.product-hero-panel .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  background: rgba(255,255,255,.08);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-hero-panel .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #34d6d3;
  box-shadow: 0 0 18px rgba(52,214,211,.9);
}

.product-hero-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 82px);
  line-height: .94;
  letter-spacing: -.065em;
}

.product-hero-panel h1 span {
  display: block;
}

.product-hero-panel .hero__lead {
  margin: 24px 0 0;
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.62;
  letter-spacing: -.015em;
}

.product-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 760;
}

.product-hero-panel .hero__actions {
  margin-top: 28px;
}

.product-hero-panel .button--secondary {
  color: #fff;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.08);
}

.product-hero-sidecard {
  justify-self: end;
  align-self: end;
  width: min(360px, 100%);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 28px;
  background: rgba(13,20,23,.42);
  box-shadow: 0 24px 80px rgba(0,0,0,.20);
  backdrop-filter: blur(18px);
}

.product-hero-sidecard p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.product-hero-sidecard strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.product-hero-sidecard span {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.5;
}

.hero-scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.62);
  font-family: Montserrat, Inter, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .product-hero-concept {
    min-height: auto;
  }

  .product-hero-concept .site-header {
    width: min(100% - 40px, 720px);
    padding-top: 24px;
  }

  .product-hero-concept .nav-links {
    display: none;
  }

  .product-hero-layout {
    width: min(100% - 40px, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 58px 0 44px;
  }

  .product-hero-concept .hero__media {
    position: relative;
    inset: auto;
    order: 1;
    width: min(100%, 720px);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,.20);
  }

  .product-hero-concept .hero__media img {
    object-position: 50% center;
  }

  .product-hero-concept .hero__shade {
    background: linear-gradient(180deg, rgba(13,20,23,.66), rgba(13,20,23,.10) 42%, rgba(13,20,23,.86) 100%);
  }

  .product-hero-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .product-hero-panel h1 {
    font-size: clamp(38px, 10.6vw, 58px);
  }

  .product-hero-sidecard {
    justify-self: stretch;
    width: auto;
  }

  .hero-scroll-cue {
    display: none;
  }
}
