.page--video .breadcrumbs,
.page--playlist .breadcrumbs {
  margin-block-end: var(--sp-5);
}

.page--video .breadcrumbs__sep,
.page--playlist .breadcrumbs__sep {
  flex-shrink: 0;
  color: var(--c-on-dark-3);
  opacity: .5;
  user-select: none;
}

.page--video .hub__main,
.page--playlist .hub__main {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  min-width: 0;
  max-width: 100%;
}

.page--video .hub__main > *,
.page--playlist .hub__main > * {
  min-width: 0;
  max-width: 100%;
}

.page--playlist .page-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-3);
  min-width: 0;
  max-width: 74ch;
  margin-block-end: var(--sp-7);
}

.page--playlist .page-head__title {
  font-family: var(--f-head);
  font-size: var(--fs-h1);
  font-weight: var(--fw-black);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--c-on-dark);
  text-wrap: balance;
  overflow-wrap: break-word;
}

.page--playlist .page-head__text {
  max-width: 62ch;
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--c-on-dark-2);
  overflow-wrap: break-word;
}

.video-about {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  min-width: 0;
}

.video-about__title {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  min-width: 0;
  font-family: var(--f-head);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  line-height: var(--lh-head);
  letter-spacing: var(--ls-head);
  color: var(--c-on-dark);
  text-wrap: balance;
  overflow-wrap: break-word;
}

.video-about__title::after {
  content: "";
  flex: 1 1 var(--sp-6);
  min-width: var(--sp-6);
  height: 1px;
  border-radius: var(--r-pill);
  background-image: linear-gradient(90deg, var(--c-line-dark), transparent);
}

.video-about .prose {
  min-width: 0;
  max-width: 74ch;
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--c-on-dark-2);
  overflow-wrap: break-word;
}

.video-about .prose > * + * {
  margin-block-start: var(--sp-4);
}

.video-about .prose strong,
.video-about .prose b {
  font-weight: var(--fw-semibold);
  color: var(--c-on-dark);
}

.video-about .prose a {
  color: var(--c-sky);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
  overflow-wrap: anywhere;
  transition: color var(--dur-base) var(--ease-out);
}

.video-about .prose a:hover {
  color: var(--c-ice);
}

.video-about .prose a:focus-visible {
  outline: 2px solid var(--c-azure);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}

.video-about .prose ul,
.video-about .prose ol {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  padding-inline-start: var(--sp-6);
}

.video-about .prose li::marker {
  color: var(--c-sky);
}

.video-product {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--sp-3);
  min-width: 0;
  padding: var(--sp-5) var(--sp-4);
  border: 1px solid var(--c-line-dark);
  border-radius: var(--r-xl);
  background-color: var(--c-surface-dark);
  background-color: var(--c-glass-light);
  box-shadow: var(--sh-hair-dark), var(--glow-sky-sm, 0 0 24px rgba(124, 196, 255, .22));
  overflow-wrap: break-word;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .video-product {
    background-color: var(--c-surface-dark-2);
  }
}

.video-product__label {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  justify-self: start;
  max-width: 100%;
  padding: .4em 1.05em;
  border: 1px solid var(--c-line-dark);
  border-radius: var(--r-pill);
  background-color: var(--c-tint-azure);
  color: var(--c-sky);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  line-height: 1.3;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.video-product__label::before {
  content: "";
  flex-shrink: 0;
  width: .45em;
  height: .45em;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 0 .22em var(--c-tint-azure);
}

.video-product__title {
  min-width: 0;
  font-family: var(--f-head);
  font-size: var(--fs-h3);
  font-weight: var(--fw-bold);
  line-height: var(--lh-head);
  letter-spacing: var(--ls-head);
  color: var(--c-on-dark);
  text-wrap: balance;
  overflow-wrap: break-word;
}

.video-product__title a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
  transition: color var(--dur-base) var(--ease-out);
}

.video-product__title a:hover {
  color: var(--c-sky);
}

.video-product__title a:focus-visible {
  outline: 2px solid var(--c-azure);
  outline-offset: 3px;
  border-radius: var(--r-sm);
}

.video-product__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--sp-1) var(--sp-3);
  min-width: 0;
  font-family: var(--f-head);
  font-size: var(--fs-lead);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  color: var(--c-on-dark);
  overflow-wrap: break-word;
}

.video-product__price-label {
  flex-shrink: 0;
  font-family: var(--f-body);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  line-height: 1.4;
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
  color: var(--c-on-dark-3);
}

.video-product .btn {
  justify-self: stretch;
  width: 100%;
  margin-block-start: var(--sp-2);
}

.video-next {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2) var(--sp-4);
  min-width: 0;
  padding: var(--sp-4);
  border: 1px solid var(--c-line-dark);
  border-radius: var(--r-xl);
  background-color: var(--c-surface-dark);
  color: var(--c-on-dark-3);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  overflow-wrap: break-word;
  transition: border-color var(--dur-base) var(--ease-out),
    background-color var(--dur-base) var(--ease-out),
    box-shadow var(--dur-base) var(--ease-out),
    transform var(--dur-base) var(--ease-out);
}

.video-next::before {
  content: "";
  display: none;
  flex-shrink: 0;
  width: clamp(48px, 9vw, 104px);
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.4 6.4v11.2L18.6 12z' fill='%23FFFFFF'/%3E%3C/svg%3E"), var(--g-brand);
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 30%, cover;
  box-shadow: var(--sh-brand-sm);
}

.video-next:hover,
.video-next:focus-within {
  border-color: color-mix(in srgb, var(--c-sky) 45%, transparent);
  background-color: var(--c-surface-dark-2);
  box-shadow: var(--glow-sky-sm, 0 0 24px rgba(124, 196, 255, .22));
  transform: translateY(-2px);
}

.video-next__link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  min-width: 0;
  color: var(--c-on-dark);
  font-family: var(--f-head);
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-head);
  text-decoration: none;
  overflow-wrap: break-word;
  transition: color var(--dur-base) var(--ease-out);
}

.video-next__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
}

.video-next__link::after {
  content: "";
  flex-shrink: 0;
  width: .45em;
  height: .45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 1px;
  transform: rotate(45deg);
  transition: transform var(--dur-base) var(--ease-out);
}

.video-next:hover .video-next__link,
.video-next:focus-within .video-next__link {
  color: var(--c-sky);
}

.video-next:hover .video-next__link::after {
  transform: translateX(.2em) rotate(45deg);
}

.video-next__link:focus-visible {
  outline: 2px solid var(--c-azure);
  outline-offset: 4px;
  border-radius: var(--r-sm);
}

.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
  min-width: 0;
  max-width: 72ch;
  margin-inline: auto;
  padding: var(--sp-7) var(--sp-5);
  border: 1px solid var(--c-line-dark);
  border-radius: var(--r-2xl);
  background-color: var(--c-surface-dark);
  background-color: var(--c-glass-light);
  box-shadow: var(--sh-hair-dark), var(--glow-azure, 0 0 80px rgba(59, 158, 255, .28));
  text-align: center;
  overflow-wrap: break-word;
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .cta {
    background-color: var(--c-surface-dark-2);
  }
}

.cta__title {
  min-width: 0;
  font-family: var(--f-head);
  font-size: var(--fs-h2);
  font-weight: var(--fw-black);
  line-height: var(--lh-head);
  letter-spacing: var(--ls-tight);
  color: var(--c-on-dark);
  text-wrap: balance;
  overflow-wrap: break-word;
}

.cta__text {
  max-width: 58ch;
  font-size: var(--fs-lead);
  line-height: var(--lh-relaxed);
  color: var(--c-on-dark-2);
  text-wrap: pretty;
  overflow-wrap: break-word;
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  width: 100%;
  min-width: 0;
  margin-block-start: var(--sp-2);
}

.cta__actions .btn {
  width: 100%;
}

.page--playlist .empty__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
  width: 100%;
  min-width: 0;
  margin-block-start: var(--sp-2);
}

.page--playlist .empty__actions .btn {
  width: 100%;
}

@media (min-width: 300px) {
  .video-next::before {
    display: block;
  }

  .cta__actions .btn,
  .page--playlist .empty__actions .btn {
    width: auto;
  }

  .video-product .btn {
    justify-self: start;
    width: auto;
  }
}

@media (min-width: 515px) {
  .video-product {
    padding: var(--sp-6) var(--sp-6);
    gap: var(--sp-4);
  }

  .video-next {
    padding: var(--sp-4) var(--sp-5);
    flex-wrap: nowrap;
  }

  .video-next__link {
    font-size: var(--fs-lead);
  }

  .cta {
    padding: var(--sp-8) var(--sp-7);
  }
}

@media (min-width: 920px) {
  .page--video .hub__main,
  .page--playlist .hub__main {
    gap: var(--sp-7);
  }

  .video-product {
    padding: var(--sp-7);
  }

  .cta {
    padding: var(--sp-9) var(--sp-8);
  }
}

@media (min-width: 1200px) {
  .video-product {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: var(--sp-7);
    align-items: center;
  }

  .video-product__label,
  .video-product__title,
  .video-product__price {
    grid-column: 1;
  }

  .video-product .btn {
    grid-column: 2;
    grid-row: 1 / 4;
    align-self: center;
    margin-block-start: 0;
  }
}

@media (min-width: 2000px) {
  .video-next::before {
    width: clamp(104px, 6vw, 148px);
  }

  .video-about .prose,
  .page--playlist .page-head__text {
    max-width: 78ch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-about .prose a,
  .video-product__title a,
  .video-next,
  .video-next__link,
  .video-next__link::after {
    transition: none;
  }

  .video-next:hover,
  .video-next:focus-within {
    transform: none;
  }

  .video-next:hover .video-next__link::after {
    transform: rotate(45deg);
  }
}
