.ksm-media-story,
.ksm-team-scene {
  border-top: 1px solid rgba(115, 217, 255, 0.12);
  border-bottom: 1px solid rgba(115, 217, 255, 0.12);
  background: #071017;
  padding: 72px 0;
}

.media-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: center;
}

.media-story-grid > *,
.product-platform-intro > *,
.product-family-copy,
.series-list,
.series-list > div,
.series-list > div > * {
  min-width: 0;
}

html:not([lang="en"]) h1,
html:not([lang="en"]) h2,
html:not([lang="en"]) h3,
html:not([lang="en"]) strong,
html:not([lang="en"]) .btn {
  overflow-wrap: anywhere;
}

.media-story-grid.reverse {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
}

.media-story-grid.reverse figure {
  order: 2;
}

.ksm-media-story figure,
.ksm-team-scene figure,
.ksm-action-panel {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #203746;
  background: #05080b;
}

.ksm-media-story picture,
.ksm-team-scene picture,
.ksm-action-panel picture {
  display: block;
}

.ksm-media-story img,
.ksm-team-scene img,
.ksm-action-panel img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ksm-media-story figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 8px 10px;
  color: #dbe8ef;
  background: rgba(3, 8, 12, 0.82);
  border-left: 2px solid #73d9ff;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.glove-focus {
  padding: 48px 0;
}

.glove-focus .media-story-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(36px, 4vw, 64px);
  max-width: 1380px;
}

.glove-focus figure {
  width: 100%;
  max-width: 660px;
  aspect-ratio: 16 / 9;
  justify-self: start;
  background: #0a1117;
}

.glove-focus figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 50%;
}

.glove-focus .eyebrow {
  margin-bottom: 18px;
}

.glove-focus h2 {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 4.2vw, 4.8rem);
  line-height: 0.98;
}

.glove-focus p {
  max-width: 620px;
  margin-bottom: 24px;
}

.glove-focus figcaption {
  display: none;
}

.ksm-action-panel {
  margin-top: 40px;
  min-height: 360px;
  background-image: var(--action-image);
  background-size: cover;
  background-position: center;
}

.ksm-action-panel img {
  min-height: 360px;
}

.ksm-action-panel figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 24px 28px;
  background: linear-gradient(0deg, rgba(3, 8, 12, 0.96), rgba(3, 8, 12, 0));
}

.ksm-action-panel figcaption strong {
  color: white;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.ksm-action-panel figcaption span {
  color: #a9bac5;
  font-size: 0.82rem;
}

.ksm-team-scene figure {
  min-height: 520px;
}

.ksm-team-scene img {
  min-height: 520px;
}

.ksm-team-scene figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: end;
  padding: 50px 34px 28px;
  background: linear-gradient(0deg, rgba(2, 7, 11, 0.96), rgba(2, 7, 11, 0));
}

.ksm-team-scene figcaption strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.ksm-team-scene figcaption p {
  margin: 0;
}

.product-lineup {
  background: radial-gradient(circle at 22% 45%, rgba(115, 217, 255, 0.11), transparent 32%), #05090d;
}

@media (max-width: 900px) {
  .media-story-grid,
  .media-story-grid.reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .media-story-grid.reverse figure {
    order: 0;
  }

  .ksm-team-scene figure,
  .ksm-team-scene img,
  .ksm-action-panel,
  .ksm-action-panel img {
    min-height: 0;
  }

  .ksm-team-scene figcaption {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .glove-focus .media-story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .glove-focus figure {
    max-width: none;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 650px) {
  .ksm-media-story,
  .ksm-team-scene {
    padding: 44px 0;
  }

  .glove-focus {
    padding: 32px 0 40px;
  }

  .glove-focus figure {
    aspect-ratio: 16 / 9;
  }

  .glove-focus figure img {
    object-position: center;
  }

  .glove-focus h2 {
    font-size: clamp(2.05rem, 10vw, 2.7rem);
    line-height: 0.96;
  }

  .ksm-media-story figcaption {
    position: static;
    max-width: none;
    border-left: 0;
    border-top: 2px solid #73d9ff;
  }

  .ksm-action-panel figcaption,
  .ksm-team-scene figcaption {
    position: static;
    padding: 18px;
    background: #091118;
    display: block;
  }

  .ksm-action-panel figcaption span {
    display: block;
    margin-top: 8px;
  }

  .ksm-team-scene figcaption p {
    margin-top: 10px;
  }
}
.team-scope-line{margin:24px 0 28px;padding:16px 18px;border:1px solid #29414f;border-left:3px solid var(--ice);background:rgba(115,217,255,.045);color:#dbe8ef;font-size:.78rem;font-weight:800;letter-spacing:.07em;line-height:1.65;text-transform:uppercase}
.team-program-process{align-items:start}
.team-program-process>.steps{min-width:0}
@media(max-width:650px){.team-scope-line{font-size:.7rem;padding:14px}.team-program-process{gap:42px}}
