/* Scoped replacement styles for product.html#architecture. */

.product-architecture-expanded {
  min-height: 100svh;
  align-content: start;
  scroll-snap-align: start;
}

.product-architecture-expanded,
.product-architecture-expanded button,
.product-architecture-expanded a {
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.product-architecture-expanded .product-static-panorama--architecture {
  filter: none;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.product-architecture-expanded__veil {
  position: absolute;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 9, 11, 0.76), rgba(5, 9, 11, 0.18) 44%, rgba(5, 9, 11, 0.06) 72%, rgba(5, 9, 11, 0.2));
}

.product-architecture-expanded__content {
  width: min(100%, 96rem);
  margin: 0 auto;
  padding: calc(var(--v7-header) + 5rem) clamp(1.25rem, 4vw, 4rem) 8rem;
}

.product-architecture-expanded__intro {
  max-width: 55rem;
}

.product-architecture-expanded__intro h2 {
  max-width: 54rem;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.06;
}

.product-architecture-expanded__intro h2 span {
  color: var(--v7-gold-bright);
}

.product-architecture-expanded__intro > p:last-child {
  max-width: 22rem;
  margin: 1.2rem 0 0;
  color: var(--v7-subtext);
  font-size: 0.9rem;
  line-height: 1.8;
}

.product-architecture-expanded__map {
  margin-top: 3.5rem;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.product-architecture-expanded__map .map-node {
  background: rgba(8, 13, 15, 0.06);
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.product-architecture-expanded__map .lane-label b {
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.product-architecture-expanded__map .lane-label small {
  font-size: 0.62rem;
}

.product-architecture-expanded__map .map-node b {
  font-size: 0.83rem;
  font-weight: 500;
  line-height: 1.3;
}

.product-architecture-expanded__map .map-node small {
  font-size: 0.62rem;
  line-height: 1.4;
}

.product-architecture-expanded__map .cognitive-core b {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.product-architecture-expanded__map .cognitive-core strong {
  font-size: 0.72rem;
  font-weight: 500;
}

.product-architecture-expanded__map .cognitive-core small {
  font-size: 0.58rem;
  line-height: 1.4;
}

.product-architecture-expanded__map .map-node:hover,
.product-architecture-expanded__map .map-node:focus-visible,
.product-architecture-expanded__map .map-node.is-active {
  background: rgba(233, 189, 98, 0.14);
}

.product-architecture-expanded__map .cognitive-core {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.product-architecture-expanded__map .map-governance span {
  background: transparent;
}

.product-architecture-expanded__map .map-connector span {
  background: rgba(5, 9, 11, 0.08);
  backdrop-filter: blur(2px);
}

.product-architecture-expanded__map .architecture-detail-panel {
  background: rgba(233, 189, 98, 0.03);
  backdrop-filter: blur(2px);
}

.product-architecture-expanded__loop {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(244, 241, 232, 0.14);
}

.product-architecture-expanded__loop h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.06;
}

.product-architecture-expanded__loop .loop-track {
  margin-top: 2.5rem;
}

.product-architecture-expanded__loop .loop-step {
  background: rgba(8, 13, 15, 0.06);
}

.product-architecture-expanded__loop .loop-step--gold {
  background: rgba(233, 189, 98, 0.08);
}

@media (max-width: 760px) {
  .product-architecture-expanded__veil {
    background: rgba(5, 9, 11, 0.24);
  }

  .product-architecture-expanded .product-static-panorama--architecture {
    background-attachment: scroll;
    background-position: 50% top;
  }

  .product-architecture-expanded__content {
    padding-top: calc(var(--v7-header) + 3rem);
    padding-bottom: 6rem;
  }

  .product-architecture-expanded__intro h2 {
    font-size: clamp(1.85rem, 8.8vw, 3.3rem);
  }

  .product-architecture-expanded__map {
    margin-top: 2.25rem;
  }

  .product-architecture-expanded__loop {
    margin-top: 3.5rem;
    padding-top: 3rem;
  }
}
