/* iQQuip website update v34 — Passive Safety Holder and illustrated weight instructions */
.passive-safety-section {
  padding: 105px 7vw;
  background: #f4f7f9;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: center;
  scroll-margin-top: 88px;
}
.passive-safety-section h2 {
  color: var(--navy);
  letter-spacing: -.04em;
  margin: 18px 0 24px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.03;
}
.passive-safety-section .large-copy {
  color: var(--navy);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.45;
}
.passive-safety-section p:not(.section-number):not(.large-copy):not(.technical-note) {
  color: var(--muted);
  line-height: 1.72;
}
.passive-safety-media {
  margin: 0;
  min-width: 0;
}
.passive-safety-media video {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #fff;
  border: 1px solid #dce3e8;
}
.passive-safety-media figcaption {
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 12px;
  text-align: center;
}

/* Give both practical-guidance subjects enough width for readable media and text. */
.adjustment-videos .video-guide-grid {
  grid-template-columns: 1fr;
}
#height-adjustment {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: stretch;
}
#height-adjustment .video-guide-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.weight-instruction-layout {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}
.weight-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.weight-image-card {
  margin: 0;
  min-width: 0;
  background: #fff;
  border: 1px solid #dce3e8;
  display: flex;
  flex-direction: column;
}
.weight-image-card a {
  display: block;
  padding: 12px 8px 4px;
  min-width: 0;
}
.weight-image-card img {
  display: block;
  width: 100%;
  height: min(49vw, 520px);
  min-height: 340px;
  object-fit: contain;
}
.weight-image-card figcaption {
  border-top: 1px solid #e4eaee;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  min-height: 64px;
  padding: 14px;
  text-align: center;
}
.weight-image-number {
  align-items: center;
  background: var(--blue);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  margin-right: 7px;
  width: 25px;
}
.weight-instruction-copy > p:first-of-type {
  margin-bottom: 0;
}
.weight-instruction-copy h4 {
  color: var(--blue);
  font-size: 18px;
  margin: 24px 0 4px;
}
.weight-instruction-copy .instruction-steps {
  gap: 12px;
  margin-top: 15px;
}
.weight-safety-note {
  background: #edf5ff;
  border: 1px solid rgba(0, 102, 204, .28);
  color: var(--navy) !important;
  font-weight: 750;
  margin-top: 26px !important;
  padding: 18px 20px 18px 56px;
  position: relative;
}
.weight-safety-note::before {
  align-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  content: "✓";
  display: flex;
  font-size: 18px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  left: 16px;
  position: absolute;
  top: 17px;
  width: 28px;
}

.passive-safety-reference {
  align-items: flex-start;
  background: #f4f8fc;
  border: 1px solid rgba(13, 43, 82, .16);
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 20px;
}
.passive-safety-reference strong {
  color: var(--navy);
  flex: 0 0 auto;
}
.passive-safety-reference span {
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .passive-safety-section,
  #height-adjustment,
  .weight-instruction-layout {
    grid-template-columns: 1fr;
  }
  .passive-safety-media {
    max-width: 680px;
    width: 100%;
  }
  .weight-image-card img {
    height: min(88vw, 570px);
  }
}
@media (max-width: 700px) {
  .passive-safety-section {
    padding: 76px 24px;
    scroll-margin-top: 74px;
  }
  .passive-safety-media video {
    max-height: none;
  }
  .instruction-guide-card .video-guide-copy {
    padding: 24px;
  }
  .weight-instruction-layout {
    gap: 30px;
  }
  .weight-image-pair {
    gap: 10px;
  }
  .weight-image-card a {
    padding: 8px 4px 0;
  }
  .weight-image-card img {
    height: 410px;
    min-height: 0;
  }
  .weight-image-card figcaption {
    font-size: 11px;
    min-height: 78px;
    padding: 12px 8px;
  }
  .weight-image-number {
    display: flex;
    margin: 0 auto 7px;
  }
  .passive-safety-reference {
    display: grid;
    gap: 6px;
  }
}
@media (max-width: 430px) {
  .weight-image-card img {
    height: 330px;
  }
}
