.set-main-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  margin: 80px 0;
}

/* PLAYER */
.set-player {
  width: 100%;
}

/* CONTEXT */
.set-context {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.set-context-block h3 {
  margin-bottom: 12px;
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-soft);
}

/* MINI PROFILE */
.mini-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-main);
}

.mini-profile img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

/* SEO */
.set-seo {
  max-width: 860px;
  margin: 80px auto 0;
  line-height: 1.7;
}

.set-seo h1 {
  margin-bottom: 24px;
}

/* conteneur ratio */
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

/* iframe plein cadre */
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.set-main-layout {
  align-items: start;
}

.set-player {
  max-width: 100%;
}

.set-how {
  max-width: 860px;
  margin: 64px auto;
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.7;
}