/* ST site — unified subpage hero (Solutions standard) */
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--br);
  box-sizing: border-box;
}
.page-banner:has(.pb-video) {
  min-height: calc(72px + 52px + 373px);
}
.pb-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--s1) 0%, var(--s2) 100%);
}
.pb-grid {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: linear-gradient(var(--br) 1px, transparent 1px),
    linear-gradient(90deg, var(--br) 1px, transparent 1px);
  background-size: 48px 48px;
}
.pb-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.35;
}
.pb-inner {
  position: relative;
  z-index: 1;
}
.pb-2col {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.pb-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.pb-video {
  position: relative;
  justify-self: end;
  width: 100%;
  max-width: 340px;
}
.pb-video .hero-photo-wrap {
  max-width: 280px;
  margin-left: auto;
}
.page-banner .eyebrow {
  font-family: var(--fd);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin: 0 0 14px;
}
.page-banner .hero-h1 {
  font-family: var(--fd);
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0 0 14px;
  color: var(--text);
}
.page-banner .lead-text {
  font-size: 18px;
  line-height: 1.72;
  color: var(--t2);
  max-width: 460px;
  margin: 0;
}
.hero-photo-wrap {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.hero-photo-wrap.hero-photo-interactive {
  overflow: visible;
  z-index: 2;
}
.hero-photo-wrap.hero-photo-interactive::after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--ad);
  border: 2px solid var(--bra);
  z-index: -1;
}
.hero-photo {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.hero-photo-wrap.hero-photo-interactive .hero-photo {
  overflow: visible;
}
.hero-photo img,
.hero-photo video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  display: block;
}
.hero-photo-wrap.hero-photo-interactive .hero-photo video {
  cursor: pointer;
  pointer-events: auto;
}
.hero-photo-wrap.hero-photo-interactive .hero-photo video::-webkit-media-controls-panel {
  display: flex !important;
}
.hero-photo-wrap.hero-photo-interactive .hero-photo video:fullscreen,
.hero-photo-wrap.hero-photo-interactive .hero-photo video:-webkit-full-screen {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #000 !important;
  margin: auto !important;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--fd);
  font-size: 12px;
  color: var(--t2);
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--t2);
  transition: color 0.18s;
}
.breadcrumb a:hover {
  color: var(--text);
}
.breadcrumb-sep {
  color: var(--t3);
}
.lead-text {
  font-size: 18px;
  line-height: 1.72;
  color: var(--t2);
}
.pb-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 24px;
}
.pb-trust {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pb-trust-item {
  font-family: var(--fd);
  font-size: 12px;
  font-weight: 600;
  color: var(--t3);
  display: flex;
  align-items: center;
  gap: 5px;
}
.pb-trust-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.7;
  flex-shrink: 0;
}
.pb-trust-sep {
  color: var(--t3);
  opacity: 0.4;
  font-size: 12px;
}
.pb-aside {
  background: var(--s2);
  border: 1px solid var(--br);
  border-radius: var(--r);
  padding: 22px;
}
.pb-aside-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--br);
  font-size: 13px;
}
.pb-aside-row:last-of-type {
  border-bottom: none;
}
.pb-aside-label {
  font-family: var(--fd);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--t3);
  flex-shrink: 0;
}
.pb-aside-value {
  font-family: var(--fd);
  font-weight: 600;
  font-size: 13px;
  text-align: right;
  max-width: 160px;
}
.hero-card {
  background: var(--s2);
  border: 1px solid var(--br);
  border-radius: var(--r);
  padding: 22px;
}
.hero-card-title {
  font-family: var(--fd);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.hero-card-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--br);
  font-size: 13px;
}
.hero-card-row:last-child {
  border-bottom: none;
}
.hero-card-label {
  font-family: var(--fd);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--t3);
  flex-shrink: 0;
}
.hero-card-value {
  font-family: var(--fd);
  font-weight: 600;
  font-size: 13px;
  text-align: right;
}
.hero-card-tag {
  font-family: var(--fd);
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: var(--ad);
  border: 1px solid var(--bra);
  border-radius: 4px;
  padding: 2px 8px;
}
@media (max-width: 960px) {
  .page-banner {
    padding: 48px 0 36px;
  }
  .page-banner:has(.pb-video) {
    min-height: calc(48px + 36px + 280px);
  }
  .pb-2col {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pb-video {
    justify-self: center;
    max-width: none;
  }
  .hero-photo-wrap {
    max-width: 220px;
  }
  .hero-photo-wrap.hero-photo-interactive {
    max-width: min(280px, 100%);
    margin: 0 auto 8px;
  }
  .pb-video .hero-photo-wrap {
    margin: 0 auto;
  }
  .pb-ctas {
    flex-direction: column;
  }
}
