.hf-process-video {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #071c2d;
  color: #f7fafb;
}

.hf-process-video__wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.hf-process-video__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.hf-process-video__eyebrow {
  margin: 0 0 .65rem;
  color: #ff7a3d;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hf-process-video h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.08;
}

.hf-process-video__intro,
.hf-process-video__note {
  margin: 0;
  color: #c4d5df;
}

.hf-process-video__frame {
  overflow: hidden;
  border: 1px solid #31556d;
  border-radius: 16px;
  background: #03131f;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.hf-process-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #061a29;
}

.hf-process-video__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .75rem 1.5rem;
  padding: 1rem 1.15rem 1.15rem;
  border-top: 1px solid #24475f;
}

.hf-process-video__route {
  margin: 0;
  color: #fff;
  font-weight: 700;
}

.hf-process-video__note {
  max-width: 62rem;
  font-size: .92rem;
}

.hf-process-video a {
  color: #ff9a6a;
}

@media (max-width: 760px) {
  .hf-process-video__wrap {
    width: min(100% - 28px, 1160px);
  }

  .hf-process-video__head {
    grid-template-columns: 1fr;
    gap: .85rem;
  }

  .hf-process-video__frame {
    border-radius: 10px;
  }
}
