.videos2PageMain{
  min-height:100vh;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  padding:calc(var(--navH) + 38px) 0 75px;
  background:var(--surface--video-stage, #9d9189);
}

#siteFooter.single2Section,
#siteFooter.single2Section > .single2FooterMain{
  background:var(--surface--video-stage, #9d9189) !important;
}

html[data-color-scheme]:not([data-color-scheme="default"]) .videos2PageMain,
html[data-color-scheme]:not([data-color-scheme="default"]) #siteFooter.single2Section,
html[data-color-scheme]:not([data-color-scheme="default"]) #siteFooter.single2Section > .single2FooterMain{
  background:var(--surface--scheme-stage-flat, var(--surface--video-stage, #9d9189)) !important;
}

.videos2Frame{
  min-height:0;
  padding:28px 26px 56px;
  width:min(80vw, calc(100% - 150px));
  margin-left:auto;
  margin-right:auto;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.12);
  background:var(--surface--video-frame, linear-gradient(180deg, rgba(88,57,33,.5), rgba(52,31,18,.5)));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.025),
    0 20px 56px rgba(0,0,0,.24) !important;
}

.videos2Frame::before{
  background:none !important;
}

.videos2Frame::after{
  background:var(--surface--video-sheen,
    linear-gradient(90deg, rgba(98,62,33,.18) 0%, rgba(45,27,15,.1) 32%, rgba(45,27,15,.1) 68%, rgba(98,62,33,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01))) !important;
}

.videos2Content{
  position:relative;
  z-index:2;
  width:min(92%, 1520px);
  margin-inline:auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}

.videosSectionIntro{
  width:min(1100px, 100%);
  margin:24px 0 0;
  color:rgba(255,255,255,.9);
  text-align:left;
  font-size:clamp(13px, 1.05vw, 18px);
  line-height:1.48;
  font-weight:400;
}

.videosSectionIntro p{
  margin:0;
}

.videosSectionIntro p + p{
  margin-top:16px;
}

.videosSectionSupportGrid{
  width:min(980px, 100%);
  margin:18px auto 0;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:18px 52px;
  align-items:start;
}

.videosSectionSupportList{
  display:grid;
  gap:12px;
  margin:0;
  padding-left:1.15em;
}

.videosSectionSupportList li{
  margin:0;
  line-height:1.42;
}

.videosSectionSupportAside{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:26px;
}

.videosSectionCta{
  text-decoration:none;
  padding:14px 24px;
  border-radius:999px;
  font-family:inherit;
  font-size:15px;
  font-weight:700;
  line-height:1.2;
  transition:transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:320px;
  letter-spacing:.01em;
  color:#ffffff;
  background:var(--menu-bar-bg) !important;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}

.videosSectionCta:hover,
.videosSectionCta:focus-visible{
  transform:translateY(-1px);
  background:var(--menu-bar-bg) !important;
  border-color:rgba(255,255,255,.32);
}

.videos2FeatureFrame{
  width:100%;
  padding:10px;
  border:2px solid rgba(255,255,255,.88);
  border-radius:14px;
  background:var(--surface--media-frame, linear-gradient(180deg, rgba(24,13,7,.97), rgba(8,4,2,.96)));
  box-shadow:0 24px 72px rgba(0,0,0,.62);
  overflow:hidden;
}

.videos2TopRow{
  --videos2-player-h:auto;
  display:grid;
  grid-template-columns:minmax(0, 1fr) clamp(210px, 18vw, 285px);
  gap:14px;
  align-items:start;
  width:100%;
}

.videos2MainPane{
  min-width:0;
}

.videos2PlayerFrame{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  border:1px solid rgba(255,255,255,.24);
  border-radius:14px;
  background:var(--surface--video-player-bg, linear-gradient(180deg, rgba(3,7,12,.96), rgba(4,8,14,.94)));
  box-shadow:0 24px 72px rgba(0,0,0,.62);
  overflow:hidden;
}

.localPlayer{
  position:absolute;
  inset:0;
  background:#000;
  color:#fff;
}

.localPlayer video{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:#000;
}

.localPlayer:fullscreen,
.localPlayer:-webkit-full-screen{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  background:#000;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.localPlayer:fullscreen video,
.localPlayer:-webkit-full-screen video{
  width:auto !important;
  height:auto !important;
  max-width:100vw !important;
  max-height:100vh !important;
  object-fit:contain !important;
  background:#000 !important;
  margin:auto;
}

.localPlayer:fullscreen .localPlayerOverlayArtwork,
.localPlayer:-webkit-full-screen .localPlayerOverlayArtwork{
  background-size:contain;
  background-color:#000;
}

.localPlayerOverlay{
  position:absolute;
  inset:0;
  z-index:3;
  display:grid;
  place-items:center;
  background:transparent;
  opacity:1;
  pointer-events:none;
  overflow:hidden;
  transition:opacity .22s ease;
}

.localPlayerOverlayArtwork{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:0;
  pointer-events:none;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  transition:opacity .32s ease;
}

.localPlayerOverlay.is-hidden{
  opacity:0;
}

.localBigPlay{
  position:relative;
  z-index:2;
  pointer-events:auto;
  width:74px;
  height:74px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(0,0,0,.68);
  color:#fff;
  font-size:31px;
  line-height:1;
  cursor:pointer;
}

.localBigPlay:hover{
  background:rgba(0,0,0,.82);
}

.localPlayerControls{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:4;
  padding:5px 8px 6px;
  background:none;
  transition:opacity .2s ease;
}

.localPlayer.is-controls-hidden .localPlayerControls{
  opacity:0;
  pointer-events:none;
}

@media (hover:none), (pointer:coarse){
  .localPlayer.is-controls-hidden .localPlayerControls{
    opacity:1;
    pointer-events:auto;
  }
}

.localSeekWrap{
  position:relative;
  width:100%;
  min-width:0;
  margin:0;
}

.localSeekBuffered{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  height:3px;
  width:0%;
  border-radius:999px;
  background:rgba(255,255,255,.2);
  pointer-events:none;
}

.localSeekBar{
  --seek-pct:0%;
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  height:3px;
  margin:0;
  border-radius:999px;
  background:linear-gradient(90deg, #00c9ff 0%, #00c9ff var(--seek-pct), rgba(255,255,255,.24) var(--seek-pct), rgba(255,255,255,.24) 100%);
  cursor:pointer;
}

.localSeekBar::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#38bdf8;
}

.localSeekBar::-moz-range-thumb{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#38bdf8;
}

.localSeekBar::-moz-range-track{
  height:3px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.24);
}

.localSeekBar::-moz-range-progress{
  height:3px;
  border:none;
  border-radius:999px;
  background:#00c9ff;
}

.localControlRow{
  display:grid;
  grid-template-columns:auto minmax(0, 1fr) auto;
  align-items:center;
  gap:8px;
}

.localControlGroup{
  display:flex;
  align-items:center;
  gap:6px;
  overflow:visible;
}

.localQualityWrap{
  position:relative;
  display:flex;
  align-items:center;
}

.localQualityPanel{
  position:absolute;
  right:2px;
  left:auto;
  bottom:calc(100% + 6px);
  min-width:102px;
  padding:6px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(4,7,12,.95);
  box-shadow:0 10px 20px rgba(0,0,0,.45);
  display:flex;
  flex-direction:column;
  gap:4px;
  opacity:0;
  pointer-events:none;
  transform:translateY(4px);
  transition:opacity .16s ease, transform .16s ease;
}

.localQualityWrap.is-open .localQualityPanel{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.localQualityItem{
  border:1px solid rgba(255,255,255,.2);
  background:rgba(0,0,0,.38);
  color:rgba(255,255,255,.93);
  border-radius:7px;
  height:28px;
  padding:0 10px;
  font-size:12px;
  font-weight:700;
  line-height:1;
  text-align:left;
  cursor:pointer;
}

.localQualityItem:hover{
  background:rgba(255,255,255,.14);
}

.localQualityItem.is-active{
  border-color:rgba(56,189,248,.72);
  color:#7dd8ff;
  background:rgba(56,189,248,.14);
}

.localBtn{
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.54);
  color:rgba(255,255,255,.95);
  border-radius:9px;
  min-width:28px;
  height:28px;
  padding:0;
  font-size:11px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  display:grid;
  place-items:center;
}

.localBtn.icon{
  min-width:28px;
  width:28px;
  font-size:0;
}

.localBtn.icon svg{
  width:16px;
  height:16px;
  display:block;
}

.localBtn.icon svg path,
.localBtn.icon svg line,
.localBtn.icon svg polyline{
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.localBtn.icon svg polygon,
.localBtn.icon svg rect{
  fill:currentColor;
  stroke:none;
}

.localBtn:hover{
  background:rgba(255,255,255,.14);
}

.localBtn:disabled{
  opacity:.42;
  cursor:not-allowed;
}

.localVolumeWrap{
  position:relative;
  display:flex;
  align-items:center;
}

.localVolumeWrap::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:100%;
  width:40px;
  height:10px;
  transform:translateX(-50%);
}

.localVolumePanel{
  position:absolute;
  left:50%;
  bottom:calc(100% - 2px);
  transform:translateX(-50%);
  width:34px;
  height:98px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:10px;
  background:rgba(4,7,12,.95);
  box-shadow:0 10px 20px rgba(0,0,0,.45);
  display:block;
  opacity:0;
  pointer-events:none;
  transition:opacity .16s ease;
  overflow:hidden;
}

.localVolumeWrap:hover .localVolumePanel,
.localVolumeWrap:focus-within .localVolumePanel{
  opacity:1;
  pointer-events:auto;
}

.localVolumeSlider{
  --vol-pct:100%;
  position:absolute;
  left:50%;
  top:50%;
  -webkit-appearance:none;
  appearance:none;
  width:70px;
  height:3px;
  margin:0;
  border-radius:999px;
  background:linear-gradient(90deg, #00c9ff 0%, #00c9ff var(--vol-pct), rgba(255,255,255,.24) var(--vol-pct), rgba(255,255,255,.24) 100%);
  transform:translate(-50%, -50%) rotate(-90deg);
  transform-origin:center center;
  cursor:pointer;
}

.localVolumeSlider::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#ffffff;
}

.localVolumeSlider::-moz-range-thumb{
  width:10px;
  height:10px;
  border-radius:50%;
  border:0;
  background:#ffffff;
}

.localVolumeSlider::-moz-range-track{
  height:3px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.24);
}

.localVolumeSlider::-moz-range-progress{
  height:3px;
  border:none;
  border-radius:999px;
  background:#00c9ff;
}

.localError{
  position:absolute;
  left:12px;
  right:12px;
  top:12px;
  z-index:5;
  margin:0;
  padding:8px 10px;
  border-radius:10px;
  border:1px solid rgba(255,93,93,.48);
  background:rgba(62,10,10,.82);
  color:rgba(255,235,235,.96);
  font-size:12px;
  line-height:1.3;
}

.localError.is-hidden{
  display:none;
}

.videos2Rail{
  min-height:0;
  height:var(--videos2-player-h);
  max-height:var(--videos2-player-h);
  border:1px solid rgba(255,255,255,.18);
  background:rgba(6,10,16,.88);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.videos2RailHeading{
  margin:0;
  padding:10px 12px 8px;
  border-bottom:1px solid rgba(255,255,255,.22);
  font-size:23px;
  line-height:1.05;
  letter-spacing:.03em;
  text-transform:none;
  text-align:center;
  color:rgba(255,255,255,.9);
}

.videos2ListFrame{
  position:relative;
  flex:1;
  min-height:0;
  overflow:hidden;
  padding-right:10px;
}

.videos2List{
  height:100%;
  overflow-y:auto;
  overflow-x:hidden;
  padding:0 2px 0 8px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.videos2ScrollTrack{
  position:absolute;
  top:6px;
  bottom:6px;
  right:2px;
  width:6px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  pointer-events:auto;
}

.videos2ScrollThumb{
  width:100%;
  height:36px;
  border-radius:999px;
  background:linear-gradient(180deg, #00d2ff, #00a7dd);
  box-shadow:0 0 0 1px rgba(255,255,255,.14);
  transform:translateY(0);
  cursor:grab;
  touch-action:none;
}

.videos2ScrollThumb.is-dragging{
  cursor:grabbing;
}

.videos2Item{
  width:100%;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.22);
  background:transparent;
  color:inherit;
  display:grid;
  grid-template-columns:minmax(92px, 46%) minmax(0, 1fr);
  align-items:start;
  gap:10px;
  text-align:left;
  cursor:pointer;
  padding:8px 0;
}

.videos2Item:hover,
.videos2Item:focus-visible{
  background:rgba(255,255,255,.04);
}

.videos2Item.is-active{
  background:rgba(255,255,255,.07);
}

.videos2ThumbWrap{
  position:relative;
  display:block;
}

.videos2Thumb{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.18);
  background:#060910;
}

.videos2ThumbPlay{
  position:absolute;
  left:8px;
  bottom:8px;
  width:28px;
  height:28px;
  border-radius:50%;
  background:rgba(0,0,0,.86);
}

.videos2ThumbPlay::before{
  content:"";
  position:absolute;
  left:11px;
  top:7px;
  border-style:solid;
  border-width:7px 0 7px 11px;
  border-color:transparent transparent transparent rgba(255,255,255,.95);
}

.videos2ItemText{
  font-family: inherit;
  font-size:clamp(12px, .82vw, 15px);
  line-height:1.2;
  font-weight:700;
  color:rgba(255,255,255,.94);
}

.videos2List::-webkit-scrollbar{
  width:0;
  height:0;
}

.videos2List::-webkit-scrollbar-thumb{
  background:transparent;
}

.videos2Story{
  margin-top:8px;
  border:0;
  border-top:1px solid rgba(255,255,255,.16);
  background:transparent;
  padding:10px 12px 8px;
  position:relative;
  overflow:hidden;
}

.videos2Story.is-scroll-cued::after{
  content:"...";
  position:absolute;
  right:20px;
  bottom:22px;
  font-size:17px;
  line-height:1;
  letter-spacing:.02em;
  color:rgba(255,255,255,.92);
  text-shadow:0 1px 2px rgba(0,0,0,.75);
  pointer-events:none;
}

.videos2Title{
  margin:0;
  font-family:inherit;
  font-weight:400;
  font-size:clamp(14px, 1.15vw, 20px);
  line-height:1.1;
  letter-spacing:-.01em;
  color:rgba(255,255,255,.95);
}

.videos2Body{
  margin:4px 0 0;
  font-family:inherit;
  font-size:clamp(11px, .78vw, 13px);
  line-height:1.32;
  color:rgba(255,255,255,.9);
  min-height:calc(1.32em * 2);
  max-height:calc(1.32em * 2);
  overflow-y:hidden;
  padding-right:4px;
  white-space:pre-line;
  scrollbar-gutter:stable;
  scrollbar-width:auto;
  scrollbar-color:rgba(56,189,248,.92) rgba(56,189,248,.24);
}

.videos2Body.has-overflow{
  overflow-y:scroll;
}

.videos2Story.has-visible-scrollbar::before{
  content:"";
  position:absolute;
  right:8px;
  top:38px;
  bottom:9px;
  width:8px;
  border-radius:999px;
  background:rgba(56,189,248,.24);
  pointer-events:none;
}

.videos2Story.has-visible-scrollbar .videos2Body{
  padding-right:14px;
}

.videos2Body::-webkit-scrollbar{
  width:9px;
}

.videos2Body::-webkit-scrollbar-track{
  background:rgba(56,189,248,.24);
  border-radius:999px;
}

.videos2Body::-webkit-scrollbar-thumb{
  background:rgba(56,189,248,.92);
  border-radius:999px;
}

.videos2Meta{
  margin:4px 0 0 auto;
  width:max-content;
  text-align:right;
  font-size:10px;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:rgba(255,255,255,.66);
}

.videos2Copyright{
  display:block;
  margin:0;
  width:auto;
  text-align:left;
  font-size:13px;
  font-weight:400;
  letter-spacing:.02em;
  color:rgba(255,255,255,.96);
  text-shadow:0 2px 10px rgba(0,0,0,.75);
  position:fixed;
  left:12px;
  bottom:10px;
  z-index:140;
  pointer-events:none;
}

@media (max-width:1200px){
  .videos2Content{
    width:100%;
  }

  .videos2TopRow{
    grid-template-columns:1fr;
    --videos2-player-h:auto;
  }

  .videos2Rail{
    display:block;
    height:auto;
    max-height:none;
  }

  .videos2RailHeading{
    display:none;
  }

  .videos2ListFrame{
    flex:none;
    overflow:visible;
    padding-right:0;
  }

  .videos2List{
    height:auto;
    overflow:visible;
    padding:8px;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(118px, 1fr));
    gap:8px;
  }

  .videos2ScrollTrack{
    display:none;
  }

  .videos2Item{
    display:block;
    border:none;
    padding:0;
    background:transparent;
  }

  .videos2Thumb{
    border-color:#fff;
  }

  .videos2ItemText{
    display:none;
  }

  .videos2ThumbPlay{
    display:none;
  }

  .videos2Item.is-active{
    background:transparent;
  }

  .videos2Item.is-active .videos2Thumb{
    border-color:#ff684d;
    box-shadow:0 0 0 2px rgba(255,104,77,.45);
  }

  .videos2Story{
    display:none;
  }
}

@media (max-width:940px){
  .localControlRow{
    gap:6px;
  }
}

@media (max-width:760px){
  .videosSectionSupportGrid{
    width:100%;
    grid-template-columns:minmax(0, 1fr);
    gap:18px;
  }

  .videosSectionSupportList{
    gap:8px;
  }

  .videosSectionSupportAside{
    gap:18px;
  }

  .videosSectionCta{
    min-width:0;
    width:100%;
  }
}

@media (max-width:780px){
  .videos2PageMain{
    padding:calc(var(--navH) + 24px) 0 24px;
  }

  .videos2Frame{
    padding:24px 18px 40px;
    width:calc(100% - 36px);
    border-radius:24px;
  }

  .videos2FeatureFrame{
    padding:8px;
  }

  .videos2TopRow{
    gap:10px;
  }

  .videos2List{
    grid-template-columns:repeat(auto-fit, minmax(96px, 1fr));
    gap:6px;
    padding:6px;
  }

  .localPlayerControls{
    padding:4px 6px 5px;
  }

  .localBigPlay{
    width:58px;
    height:58px;
    font-size:24px;
  }

  .localControlRow{
    gap:5px;
  }

  .localControlGroup{
    gap:5px;
  }

  .localBtn{
    min-width:24px;
    height:24px;
    border-radius:7px;
  }

  .localBtn.icon{
    min-width:24px;
    width:24px;
  }

  .localBtn.icon svg{
    width:13px;
    height:13px;
  }

  .localVolumePanel{
    width:30px;
    height:88px;
  }

  .localVolumeSlider{
    width:62px;
  }

  .localQualityPanel{
    min-width:94px;
    padding:5px;
  }

  .localQualityItem{
    height:24px;
    border-radius:6px;
    font-size:11px;
    padding:0 8px;
  }
}

@media (max-width:1024px), ((max-height:500px) and (orientation:landscape)){
  .videos2PageMain{
    padding:calc(var(--navH) + 18px) 0 18px;
  }

  .videos2Frame{
    width:calc(100% - 36px);
    padding:18px 18px 28px;
    border-radius:24px;
  }

  .videos2Content{
    width:100%;
  }

  .videos2FeatureFrame{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    padding:8px;
    border-radius:14px;
  }

  .videos2TopRow{
    gap:0;
  }

  .videos2PlayerFrame,
  .videos2Rail{
    border-radius:14px;
  }

  .videos2List{
    padding:6px 0;
  }

  .videosSectionIntro,
  .videosSectionSupportGrid{
    width:min(100% - 24px, 980px);
    margin-left:auto;
    margin-right:auto;
  }
}

@media (orientation:landscape) and (max-height:430px) and (max-width:940px){
  .videos2TopRow{
    gap:8px;
  }

  .videos2PlayerFrame{
    width:min(100%, calc(68dvh * 16 / 9));
    max-width:calc(100vw - 44px);
    margin-inline:auto;
  }
}

/* Responsive pass 2: videos usability on phones, tablets, and narrow desktop */
@media (max-width:1180px){
  .videos2PageMain .single2SectionTitleDeck{
    width:min(100% - 28px, 1100px);
  }

  .videos2PageMain .single2SectionTitle{
    font-size:clamp(36px, 6vw, 64px);
  }

  .videosSectionSupportGrid{
    grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
    gap:16px 40px;
    width:min(100%, 820px);
  }

  .videosSectionCta{
    align-self:flex-start;
    margin-left:0;
    min-width:280px;
  }
}

@media (max-width:900px){
  .videos2TopRow{
    grid-template-columns:minmax(0, 1fr);
    gap:10px;
  }

  .videos2Rail{
    height:auto;
    max-height:none;
  }

  .videos2RailHeading{
    display:none;
  }

  .videos2ListFrame{
    overflow:visible;
  }

  .videos2List{
    height:auto;
    overflow:visible;
    padding:8px;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(118px, 1fr));
    gap:8px;
  }

  .videosSectionSupportGrid{
    grid-template-columns:minmax(0, 1fr);
    gap:16px;
    width:min(100%, 820px);
  }
}

@media (max-width:767px){
  .videos2PageMain .single2SectionTitleDeck{
    width:min(100% - 16px, 100%);
  }

  .videos2PageMain .single2SectionTitle{
    font-size:clamp(28px, 8vw, 42px);
  }

  .videos2Frame{
    padding:14px 0 20px;
  }

  .videosSectionIntro{
    font-size:14px;
    line-height:1.55;
  }

  .videosSectionSupportList{
    gap:10px;
  }

  .videosSectionCta{
    min-width:0;
    width:100%;
    justify-content:center;
  }

  .videos2List{
    grid-template-columns:repeat(auto-fit, minmax(96px, 1fr));
    gap:6px;
    padding:6px;
  }
}

@media (max-width:600px) and (orientation:portrait){
  .videos2List{
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:4px !important;
    padding:4px !important;
  }
}

/* Keep standalone videos rounded frame aligned with 95% hero width on narrow screens. */
@media (max-width:1180px){
  .videos2Frame{
    width:min(95vw, 1400px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media (max-height:500px) and (orientation:landscape) and (max-width:1180px){
  .videos2MainPane{
    display:flex;
    justify-content:center;
  }

  .videos2PlayerFrame{
    width:min(100%, calc(85dvh * 16 / 9)) !important;
    max-width:calc(100vw - 44px) !important;
    max-height:85dvh !important;
    margin-inline:auto !important;
  }
}

/* Keep standalone videos.html aligned with the indextwo video component geometry. */
@media (max-width:1024px){
  .videos2Frame{
    padding:18px !important;
  }

  .videos2Content,
  .videos2FeatureFrame{
    width:100% !important;
  }

  .videos2FeatureFrame{
    padding:8px !important;
    border-radius:14px !important;
  }
}
