/* r35 fixed content-page contract: full-width media, explicit gaps, no horizontal overflow. */
.kc-r33-main,
.kc-r33-main * { box-sizing: border-box; }
.kc-r33-main { overflow: clip; background: #fff; color: #132b50; }
.kc-r33-disabled { min-height: min(62vh, 640px); display: grid; place-content: center; gap: 12px; padding: 72px 24px; text-align: center; color: #18365f; background: #f5f7fa; }
.kc-r33-disabled h1,
.kc-r33-disabled p { margin: 0; }
.kc-r33-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.kc-r33-hero { position: relative; overflow: hidden; border: 0; box-shadow: none; filter: none; }
.kc-r33-hero,
.kc-r33-hero-media { width: 100%; margin: 0; padding: 0; border: 0; background: #eef2f7; }
.kc-r33-hero-media { aspect-ratio: 1920 / 820; overflow: hidden; }
.kc-r33-hero-media picture { display: block; width: 100%; height: 100%; }
.kc-r33-hero-media img { display: block; width: 100%; height: 100%; margin: 0; border: 0; object-fit: cover; object-position: center 40%; }
.kc-r33-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 19, 40, .68), rgba(5, 19, 40, .14) 64%, transparent); pointer-events: none; }
.kc-r33-hero-copy { position: absolute; z-index: 2; top: 50%; left: max(32px, calc((100% - 1180px) / 2)); width: min(650px, calc(100% - 64px)); transform: translateY(-50%); }
.kc-r33-hero-copy h1 { margin: 0; color: #fff; font-size: clamp(34px, 4vw, 62px); font-weight: 750; line-height: 1.05; letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.kc-r33-hero-copy h1.is-long-title { font-size: clamp(30px, 3.2vw, 50px); line-height: 1.08; }
.kc-r33-hero-copy p { margin: 14px 0 0; color: rgba(255,255,255,.9); font-size: clamp(13px, 1.2vw, 18px); }
body[data-kc-secondary-page="strengthQuality"] .kc-r33-hero-media img { object-position: center 34%; }
body[data-kc-secondary-page="strengthAgile"] .kc-r33-hero-media img { object-position: center 32%; }
.kc-r33-hero-media.kc-r33-missing { min-height: clamp(180px, 31vw, 460px); }
.kc-r33-section { padding: 76px 0; background: #fff; }
.kc-r33-section[id] { scroll-margin-top: calc(var(--kc-secondary-header) + 16px); }
.kc-r33-section--soft { background: #f4f7fb; }
.kc-r33-intro { text-align: center; }
.kc-r33-title { max-width: 980px; margin: 0 auto 24px; font-size: clamp(30px, 3.2vw, 50px); line-height: 1.16; color: #143665; }
.kc-r33-heading { margin: 0 0 30px; text-align: center; font-size: clamp(26px, 2.7vw, 42px); line-height: 1.2; color: #143665; }
.kc-r33-section-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.kc-r33-section-head .kc-r33-heading { margin: 0; text-align: left; }
.kc-r33-track-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.kc-r33-track-controls button { width: 40px; height: 40px; border: 1px solid #c8d5e5; border-radius: 0; color: #244a79; background: #fff; cursor: pointer; }
.kc-r33-track-controls button:hover,
.kc-r33-track-controls button:focus-visible { border-color: #2468bd; color: #fff; background: #2468bd; }
.kc-r33-copy { max-width: 980px; margin: 0 auto; font-size: 17px; line-height: 1.9; color: #536b8b; }
.kc-r33-copy p { margin: 0 0 14px; }
.kc-r33-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.kc-r33-section .kc-r33-copy + .kc-r33-card-grid,
.kc-r33-section .kc-r33-copy + .kc-r33-card-track { margin-top: 30px; }
.kc-r33-card-grid--text { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.kc-r33-card-grid--products { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.kc-r33-card-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding: 2px 2px 16px; }
.kc-r33-card { min-width: 0; overflow: hidden; border: 0; background: #fff; box-shadow: 0 12px 34px rgba(17, 48, 90, .09); scroll-snap-align: start; }
.kc-r33-card-media { aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; background: #edf2f8; }
.kc-r33-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.kc-r33-card-copy { padding: 22px; }
.kc-r33-card-copy h3 { margin: 0; font-size: 19px; line-height: 1.42; color: #143665; }
.kc-r33-card-copy p { margin: 12px 0 0; font-size: 15px; line-height: 1.75; color: #5e7290; white-space: pre-line; }
.kc-r33-card-grid--products .kc-r33-card { box-shadow: none; background: #f2f5f9; }
.kc-r33-card-grid--products .kc-r33-card-media { aspect-ratio: 1 / 1; background: transparent; }
.kc-r33-card-grid--products .kc-r33-card-media img { object-fit: contain; padding: 14px; }
.kc-r33-card-grid--products .kc-r33-card-copy { padding: 12px 12px 18px; text-align: center; }
.kc-r33-card-grid--products .kc-r33-card-copy h3 { font-size: 15px; }
.kc-r33-card-index { display: inline-block; margin: 18px 22px -8px; color: #1b67c9; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.kc-r33-model-media { width: 100%; margin-top: 28px; overflow: hidden; background: #edf2f8; }
.kc-r33-model-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.kc-r33-artwork-section--frameless { background: #fff; }
.kc-r33-artwork-section--frameless .kc-r33-model-media,
.kc-r33-artwork-section--frameless .kc-r33-model-media img { border: 0; box-shadow: none; filter: none; background: transparent; }
.kc-r33-artwork-section--full-bleed { padding: 76px 0 0; overflow: hidden; }
.kc-r33-artwork-section--full-bleed.is-image-only { padding: 0; }
.kc-r33-artwork-section--full-bleed > .kc-r33-shell { margin-bottom: 30px; }
.kc-r33-artwork-section--full-bleed > .kc-r33-model-media { width: 100%; max-width: none; margin: 0; border: 0; box-shadow: none; filter: none; background: transparent; }
.kc-r33-artwork-section--full-bleed > .kc-r33-model-media img { display: block; width: 100%; max-width: none; height: auto; margin: 0; border: 0; object-fit: contain; }
.kc-r33-split-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(32px,5vw,72px); }
.kc-r33-split-copy .kc-r33-heading { margin-bottom: 18px; text-align: left; }
.kc-r33-split-copy .kc-r33-copy { margin: 0; }
.kc-r33-split-media { min-height: 280px; display: grid; place-items: center; overflow: hidden; background: #edf2f7; }
.kc-r33-split-media img { display: block; width: 100%; height: auto; object-fit: contain; }
.kc-r35-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; margin-top: 18px; padding: 6px 18px; border: 1px solid #8fa1b8; border-radius: 999px; color: #173a68; background: #fff; font-size: 13px; font-weight: 700; line-height: 1.2; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.kc-r35-cta:hover,
.kc-r35-cta:focus-visible { border-color: #1b63bb; color: #fff; background: #1b63bb; outline: none; }
.kc-r33-model-media[data-source-crop="quality-model"] { aspect-ratio: 742 / 690; max-width: 920px; margin-right: auto; margin-left: auto; }
.kc-r33-model-media[data-source-crop="quality-model"] img { width: 245.3%; max-width: none; height: auto; object-fit: initial; transform: translate(-54.56%, -36.44%); }
.kc-r33-model-media[data-source-crop="agile-model"] { aspect-ratio: 742 / 666; max-width: 920px; margin-right: auto; margin-left: auto; }
.kc-r33-model-media[data-source-crop="agile-model"] img { width: 245.3%; max-width: none; height: auto; object-fit: initial; transform: translate(-54.56%, -38.22%); }
.kc-r33-missing { display: grid; place-items: center; min-height: 220px; border: 1px dashed #b6c4d7; color: #657993; background: #edf2f7; }
.kc-r33-missing span { padding: 8px 18px; border-radius: 999px; background: #dfe6ef; font-weight: 700; letter-spacing: .08em; }
.kc-r33-stage-header { width: 100%; margin: 0 auto; padding: 64px 32px 30px; text-align: center; background: #f5f7fa; }
.kc-r33-stage-kicker { margin: 0 0 8px; color: #1d65bd; font-size: 14px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kc-r33-stage-header h2 { margin: 0; color: #143665; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.18; }
.kc-r33-stage-subtitle { margin: 14px 0 0; color: #1d65bd; font-weight: 700; }
.kc-r33-stage-intro { max-width: 860px; margin: 20px auto 0; color: #5b708e; font-size: 17px; line-height: 1.8; }
[data-kc-stage-panel][hidden] { display: none !important; }
.kc-secondary-stage-nav a.is-active { color: #fff; background: #1b63bb; }

@media (max-width: 1024px) {
  .kc-r33-shell { width: min(100% - 48px, 980px); }
  .kc-r33-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kc-r33-card-grid--products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kc-r33-section { padding: 60px 0; }
}

@media (max-width: 600px) {
  .kc-r33-shell { width: calc(100% - 32px); }
  .kc-r33-section { padding: 44px 0; }
  .kc-r33-card-grid { grid-template-columns: 1fr; gap: 18px; }
  .kc-r33-card-grid--text { grid-template-columns: 1fr; }
  .kc-r33-card-grid--products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .kc-r33-split-layout { grid-template-columns: 1fr; gap: 22px; }
  .kc-r33-split-media { min-height: 210px; }
  .kc-r33-card-track { grid-auto-columns: min(82vw, 310px); gap: 14px; }
  .kc-r33-card-copy { padding: 18px; }
  .kc-r33-stage-header { width: 100%; padding: 44px 16px 20px; }
  .kc-r33-hero-media { aspect-ratio: 16 / 9; }
  .kc-r33-hero-copy { left: 20px; width: calc(100% - 40px); }
  .kc-r33-hero-copy h1 { font-size: clamp(25px, 7.4vw, 36px); line-height: 1.08; }
  .kc-r33-hero-copy h1.is-long-title { font-size: clamp(19px, 5.2vw, 24px); line-height: 1.08; }
  .kc-r33-copy,
  .kc-r33-stage-intro { font-size: 15px; line-height: 1.75; }
  .kc-r33-model-media { margin-top: 20px; }
  .kc-r33-missing { min-height: 170px; }
}

/* r35 reference-specific layout locks. */
body[data-kc-secondary-page="environmentalResponsibility"] .kc-r33-hero,
body[data-kc-secondary-page="environmentalResponsibility"] .kc-r33-hero-media,
body[data-kc-secondary-page="environmentalResponsibility"] .kc-r33-hero-media img {
  border: 0;
  box-shadow: none;
  filter: none;
}

.kc-r35-environment-cards .kc-r33-card-grid {
  grid-template-columns: repeat(3, minmax(0, 280px));
  justify-content: center;
  gap: 24px;
}

.kc-r35-environment-cards .kc-r33-card-copy { text-align: center; }
.kc-r35-environment-cards .kc-r33-card-copy h3 { min-height: 2.84em; display: grid; place-items: center; }

@media (max-width: 600px) {
  .kc-r33-artwork-section--full-bleed { padding-top: 44px; }
  .kc-r33-artwork-section--full-bleed.is-image-only { padding-top: 0; }
  .kc-r33-artwork-section--full-bleed > .kc-r33-shell { margin-bottom: 20px; }
  .kc-r35-environment-cards .kc-r33-card-grid { grid-template-columns: minmax(0, 1fr); }
  .kc-r35-environment-cards .kc-r33-card-copy h3 { min-height: 0; }
}

/* r36: environmental hero is an image-only natural-ratio banner; agile model is true viewport width. */
.kc-r36-hero--natural-image::after { content: none; display: none; }
.kc-r36-hero--natural-image,
.kc-r36-hero--natural-image .kc-r33-hero-media,
.kc-r36-hero--natural-image .kc-r33-hero-media picture {
  height: auto;
  aspect-ratio: auto;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}
.kc-r36-hero--natural-image .kc-r33-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  border: 0;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
  filter: none;
}
body[data-kc-secondary-page="strengthAgile"] .kc-r33-artwork-section--full-bleed {
  background: #fff;
}
body[data-kc-secondary-page="strengthAgile"] .kc-r33-artwork-section--full-bleed > .kc-r33-model-media,
body[data-kc-secondary-page="strengthAgile"] .kc-r33-artwork-section--full-bleed > .kc-r33-model-media[data-source-crop] {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  margin: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
body[data-kc-secondary-page="strengthAgile"] .kc-r33-artwork-section--full-bleed > .kc-r33-model-media img,
body[data-kc-secondary-page="strengthAgile"] .kc-r33-artwork-section--full-bleed > .kc-r33-model-media[data-source-crop] img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border: 0;
  object-fit: contain;
  transform: none;
}

/* r37: six managed supply-chain cards, four visible on desktop. */
body[data-kc-secondary-page="strengthSupplyChain"] .kc-r33-card-track {
  grid-auto-columns: calc((100% - 72px) / 4);
}

body[data-kc-secondary-page="strengthSupplyChain"] .kc-r33-card-track:focus-visible {
  outline: 2px solid #2468bd;
  outline-offset: 4px;
}

body[data-kc-secondary-page="milestones"] [data-kc-stage-panel="2018"] .kc-r33-artwork-section:first-of-type .kc-r33-heading {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-wrap: balance;
}

@media (min-width: 601px) and (max-width: 1024px) {
  body[data-kc-secondary-page="strengthSupplyChain"] .kc-r33-card-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

@media (max-width: 600px) {
  body[data-kc-secondary-page="strengthSupplyChain"] .kc-r33-card-track {
    grid-auto-columns: min(82vw, 310px);
  }
}
