/* Interview block in .gq (Александр Белов) */
.gq__video-wrap {
  margin-top: 1.5rem;
  max-width: 100%;
}

.gq__video-title {
  font-family: FuturaPT, sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 0.75rem;
  max-width: 36rem;
}

.gq__video-embed {
  position: relative;
  width: 100%;
  max-width: 40rem;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
}

/* Постер + play; видео VK открывается в Fancybox */
.gq__video-embed--poster .gq__video-poster {
  position: absolute;
  inset: 0;
  display: block;
  text-decoration: none;
  color: inherit;
}

.gq__video-embed--poster .gq__video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.gq__video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.5rem;
  height: 4.5rem;
  margin: -2.25rem 0 0 -2.25rem;
  border-radius: 50%;
  background: rgba(14, 14, 26, 0.55);
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.45);
  pointer-events: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.gq__video-play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin: -0.65rem 0 0 -0.35rem;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 1.25rem;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
}

.gq__video-poster:hover .gq__video-play,
.gq__video-poster:focus-visible .gq__video-play {
  transform: scale(1.06);
  background: rgba(14, 14, 26, 0.7);
}

@media (max-width: 1024px) {
  .gq__video-wrap {
    margin-top: 1.25rem;
  }

  .gq__video-title {
    font-size: 0.9rem;
  }

  .gq__video-play {
    width: 3.75rem;
    height: 3.75rem;
    margin: -1.875rem 0 0 -1.875rem;
  }

  .gq__video-play::after {
    margin: -0.55rem 0 0 -0.3rem;
    border-width: 0.65rem 0 0.65rem 1.05rem;
  }
}

@media (max-width: 768px) {
  .gq__video-wrap {
    margin-top: 1rem;
  }

  .gq__video-title {
    font-size: 0.84rem;
    line-height: 1.42;
    max-width: 100%;
  }

  .gq__video-embed {
    max-width: 100%;
    border-radius: 3px;
  }
}

@media (max-width: 580px) {
  .gq__video-title {
    font-size: 0.78rem;
    margin-bottom: 0.65rem;
  }

  .gq__video-play {
    width: 3.25rem;
    height: 3.25rem;
    margin: -1.625rem 0 0 -1.625rem;
  }

  .gq__video-play::after {
    margin: -0.48rem 0 0 -0.26rem;
    border-width: 0.55rem 0 0.55rem 0.9rem;
  }
}
