#gdh-videos {
  box-sizing: border-box;
  width: 100%;
  padding: 88px 96px 96px;
  background: #f4f4f4;
  color: #161618;
  font-family: "Geist", "Inter", sans-serif;
}
#gdh-videos * { box-sizing: border-box; }
#gdh-videos .gdh-videos-inner { max-width: 1440px; margin: 0 auto; }
#gdh-videos .gdh-videos-label { margin: 0 0 18px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
#gdh-videos h2 { margin: 0; font-size: clamp(32px, 4vw, 56px); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
#gdh-videos .gdh-videos-intro { margin: 20px 0 36px; color: #57575b; font-size: 16px; line-height: 1.6; max-width: 580px; }
#gdh-videos .gdh-videos-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#gdh-videos .gdh-video-card { min-width: 0; }
#gdh-videos .gdh-video-open { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px; background: #161618; color: #fff; }
#gdh-videos .gdh-video-open img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
#gdh-videos .gdh-video-open:hover img { transform: scale(1.035); }
#gdh-videos .gdh-video-play { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(transparent 50%, rgba(0,0,0,.25)); }
#gdh-videos .gdh-video-play svg { width: 58px; height: 58px; padding: 18px; border-radius: 50%; background: #fff; color: #161618; box-shadow: 0 3px 20px #0004; }
#gdh-videos .gdh-video-duration { position: absolute; right: 12px; bottom: 12px; padding: 4px 7px; background: #161618dd; border-radius: 4px; font-size: 12px; }
#gdh-videos h3 { margin: 18px 0 6px; font-size: 19px; font-weight: 500; line-height: 1.35; letter-spacing: -.025em; }
#gdh-videos .gdh-video-meta { margin: 0; color: #65656a; font-size: 13px; line-height: 1.5; }
#gdh-videos .gdh-videos-channel { display: inline-flex; align-items: center; gap: 18px; margin-top: 36px; padding: 14px 20px; border: 1px solid #bdbdc2; border-radius: 28px; color: #161618; text-decoration: none; font-size: 14px; transition: background .2s ease; }
#gdh-videos .gdh-videos-channel:hover { background: #e1e1e1; }
#gdh-videos a:focus-visible, #gdh-video-dialog :focus-visible { outline: 3px solid #2874de; outline-offset: 5px; }
#gdh-video-dialog { box-sizing: border-box; width: min(1000px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 20px; border: 1px solid #424242; border-radius: 16px; background: #161618; color: #fff; font-family: "Geist", "Inter", sans-serif; }
#gdh-video-dialog::backdrop { background: rgba(0,0,0,.85); }
#gdh-video-dialog .gdh-video-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
#gdh-video-dialog h2 { margin: 0; font-size: 20px; font-weight: 500; }
#gdh-video-dialog button { flex: none; min-width: 44px; min-height: 44px; border: 1px solid #65656a; border-radius: 50%; background: transparent; color: white; font-size: 26px; cursor: pointer; }
#gdh-video-dialog .gdh-video-player { aspect-ratio: 16 / 9; min-height: 200px; background: #000; }
#gdh-video-dialog iframe { display: block; width: 100%; height: 100%; border: 0; }
#gdh-video-dialog .gdh-video-external { display: inline-block; margin-top: 16px; color: #ddd; font-size: 14px; }
@media (max-width: 1199px) { #gdh-videos { padding: 64px 48px; } #gdh-videos .gdh-videos-grid { gap: 18px; } }
@media (max-width: 809px) {
  #gdh-videos { padding: 48px 24px; }
  #gdh-videos .gdh-videos-grid { grid-template-columns: 1fr; gap: 32px; }
  #gdh-video-dialog { padding: 12px; }
  #gdh-video-dialog h2 { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { #gdh-videos .gdh-video-open img, #gdh-videos .gdh-videos-channel { transition: none; } }
