.hp-product-videos { position: relative; grid-column: 1 / -1; width: 100vw; padding: 52px 0 56px; margin-left: calc(50% - 50vw); background: var(--hp-paper); color: var(--hp-ink); }
.hp-product-videos__inner { width: min(calc(100% - (var(--hp-gutter) * 2)), var(--hp-max)); }
.hp-product-videos__head { display: flex; min-height: 72px; margin-bottom: 20px; align-items: end; justify-content: space-between; gap: 20px; }
.hp-product-videos__head h2 { max-width: 700px; margin: 0; font-family: "HP Acumin Wide", "Arial Black", sans-serif; font-size: clamp(30px, 4.2vw, 58px); line-height: .98; text-transform: none; }
.hp-product-videos__head .hp-kicker { margin-bottom: 12px; color: var(--hp-muted); }
.hp-product-videos__navigation { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.hp-product-videos__navigation > span { min-width: 44px; color: var(--hp-muted); font-size: 12px; font-variant-numeric: tabular-nums; text-align: right; }
.hp-product-videos__navigation button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--hp-ink); border-radius: 50%; background: transparent; color: var(--hp-ink); cursor: pointer; font-size: 20px; line-height: 1; }
.hp-product-videos__navigation button:hover, .hp-product-videos__navigation button:focus-visible { background: var(--hp-ink); color: var(--hp-paper); }
.hp-product-videos__navigation button:disabled { opacity: .3; cursor: default; }
.hp-product-videos__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x mandatory; }
.hp-product-videos__viewport::-webkit-scrollbar { display: none; }
.hp-product-videos__track { display: flex; gap: 12px; width: max-content; }
.hp-product-videos__card { position: relative; display: block; flex: 0 0 calc((min(100vw - (var(--hp-gutter) * 2), var(--hp-max)) - 12px) / 2); aspect-ratio: var(--hp-product-video-ratio, 9 / 16); overflow: hidden; padding: 0; border: 1px solid var(--hp-line); border-radius: 2px; background: var(--hp-ink); color: var(--hp-paper); cursor: pointer; font: inherit; text-align: left; scroll-snap-align: start; }
.hp-product-videos__card img, .hp-product-videos__card video { display: block; width: 100%; height: 100%; object-fit: cover; }
.hp-product-videos__shade { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.78)); pointer-events: none; }
.hp-product-videos__play { position: absolute; top: 50%; left: 50%; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(23,23,23,.54); color: var(--hp-paper); transform: translate(-50%, -50%); transition: background-color .18s ease, transform .18s ease; pointer-events: none; }
.hp-product-videos__play svg { width: 22px; height: 22px; }
.hp-product-videos__card:hover .hp-product-videos__play, .hp-product-videos__card:focus-visible .hp-product-videos__play { background: var(--hp-brand); transform: translate(-50%, -50%) scale(1.06); }
.hp-product-videos__label { position: absolute; right: 14px; bottom: 14px; left: 14px; color: var(--hp-paper); font-size: 12px; font-weight: 700; line-height: 1.25; }
.hp-product-videos__card:focus-visible, .hp-product-video-modal button:focus-visible { outline: 2px solid var(--hp-focus); outline-offset: 3px; }
.hp-product-video-modal { position: fixed; z-index: 10000; inset: 0; display: grid; padding: 72px 16px 24px; place-items: center; background: rgba(23,23,23,.94); }
.hp-product-video-modal[hidden] { display: none; }
.hp-product-video-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hp-product-video-modal__panel { position: relative; z-index: 1; width: min(100%, 520px); max-height: calc(100dvh - 96px); }
.hp-product-video-modal__panel h2 { margin: 0 0 10px; color: var(--hp-paper); font-size: 14px; font-weight: 700; }
.hp-product-video-modal__panel video { display: block; width: 100%; max-height: calc(100dvh - 136px); background: #000; object-fit: contain; }
.hp-product-video-modal__close { position: absolute; z-index: 2; top: -52px; right: 0; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--hp-paper); background: transparent; color: var(--hp-paper); cursor: pointer; font-size: 27px; line-height: 1; }
@media (min-width: 768px) {
  .hp-product-videos { padding-block: 72px; }
  .hp-product-videos__track { gap: 16px; }
  .hp-product-videos__card { flex-basis: calc((min(100vw - (var(--hp-gutter) * 2), var(--hp-max)) - 32px) / 3); }
}
@media (min-width: 1200px) {
  .hp-product-videos__card { flex-basis: calc((min(100vw - (var(--hp-gutter) * 2), var(--hp-max)) - 48px) / 4); }
}
@media (max-width: 767px) {
  .hp-product-videos { width: 100%; padding-block: 32px; margin-left: 0; }
  .hp-product-videos__head { min-height: 0; align-items: start; }
  .hp-product-videos__head h2 { font-size: 32px; }
  .hp-product-videos__head .hp-kicker { margin-bottom: 8px; }
  .hp-product-videos__navigation { gap: 5px; }
  .hp-product-videos__navigation > span { display: none; }
  .hp-product-videos__navigation button { width: 36px; height: 36px; font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .hp-product-videos__viewport { scroll-behavior: auto; }
  .hp-product-videos__play { transition: none; }
}
