.pk-reel-tutorials {
  max-width: 1240px;
  margin: 56px auto;
  padding: 38px;
  border: 1px solid #f0d8d0;
  border-radius: 30px;
  background: linear-gradient(145deg, #fff, #fff8f0);
  box-shadow: 0 18px 48px rgba(87, 28, 35, .08);
}

.pk-reel-heading {
  max-width: 820px;
  margin: 0 auto 28px;
  text-align: center;
}

.pk-reel-heading h2 {
  margin: 6px 0 10px;
  color: #15151f;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.2;
}

.pk-reel-heading > p:last-child {
  margin: 0;
  color: #64748b;
  line-height: 1.75;
}

.pk-reel-eyebrow {
  margin: 0;
  color: #a21d28;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pk-reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.pk-youtube-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pk-reel-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eadfd9;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.pk-reel-player {
  display: grid;
  min-height: 290px;
  aspect-ratio: 9 / 16;
  place-items: center;
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 153, 0, .42), transparent 32%),
    linear-gradient(145deg, #7a1020, #15151f 72%);
}

.pk-reel-player--active {
  background: #fff;
}

.pk-youtube-player {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.pk-reel-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .15);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.pk-reel-play:hover {
  background: #a21d28;
  transform: translateY(-2px);
}

.pk-reel-play:focus-visible,
.pk-reel-links a:focus-visible,
.pk-reel-hub-link a:focus-visible {
  outline: 3px solid #ffb84d;
  outline-offset: 4px;
}

.pk-reel-play-icon {
  display: grid;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  place-items: center;
  color: #a21d28;
  background: #fff;
  font-size: .8rem;
}

.pk-reel-iframe {
  width: 100%;
  height: 100%;
  min-height: 540px;
  border: 0;
  background: #fff;
}

.pk-youtube-iframe {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.pk-reel-copy {
  padding: 20px;
}

.pk-reel-copy h3 {
  margin: 0 0 10px;
  color: #15151f;
  font-size: 1.08rem;
  line-height: 1.45;
}

.pk-reel-copy p,
.pk-reel-copy li {
  color: #566174;
  font-size: .9rem;
  line-height: 1.65;
}

.pk-reel-copy p {
  margin: 0 0 13px;
}

.pk-reel-copy ul {
  margin: 0 0 17px;
  padding-left: 20px;
}

.pk-reel-copy li + li {
  margin-top: 5px;
}

.pk-reel-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.pk-reel-links a,
.pk-reel-hub-link a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  background: #a21d28;
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
}

.pk-reel-links .pk-reel-context-link {
  color: #7a1020;
  background: #fff1e8;
}

.pk-reel-hub-link {
  margin: 26px 0 0;
  text-align: center;
}

.pk-reel-tutorials--compact .pk-reel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .pk-reel-grid,
  .pk-reel-tutorials--compact .pk-reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pk-reel-tutorials {
    margin: 38px 12px;
    padding: 24px 14px;
    border-radius: 22px;
  }

  .pk-reel-grid,
  .pk-reel-tutorials--compact .pk-reel-grid {
    grid-template-columns: 1fr;
  }

  .pk-reel-player {
    min-height: 360px;
  }

  .pk-youtube-player {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pk-reel-play {
    transition: none;
  }
}
