.video-watch-page {
  color: #ffffff;
  background: #02070a;
}

.video-skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #031014;
  background: var(--cyan-soft);
  font-size: 13px;
  font-weight: 750;
  transform: translateY(-150%);
  transition: transform 160ms ease;
}

.video-skip-link:focus {
  transform: translateY(0);
}

.site-header.is-condensed {
  min-height: 64px;
  background: rgba(2, 7, 10, 0.97);
}

.video-watch-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #02070a;
}

.video-watch-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(168, 245, 247, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 245, 247, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.68) 68%, transparent 100%);
}

.video-watch-glow {
  position: absolute;
  z-index: -2;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 46%, rgba(37, 217, 231, 0.13), transparent 20%),
    radial-gradient(circle at 24% 58%, rgba(37, 217, 231, 0.055), transparent 30%);
}

.video-watch-inner {
  width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
  margin: 0 auto;
  padding: calc(var(--header-height) + 42px) 0 clamp(58px, 7vh, 78px);
}

.video-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 650;
}

.video-breadcrumbs a {
  transition: color 160ms ease;
}

.video-breadcrumbs a:hover,
.video-breadcrumbs a:focus-visible {
  color: var(--cyan-soft);
}

.video-watch-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.48fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  margin-top: clamp(34px, 5vh, 54px);
}

.video-watch-copy {
  position: relative;
  z-index: 1;
  animation: video-copy-enter 720ms var(--ease-out) both;
}

.video-watch-kicker {
  margin: 0;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-watch-copy h1 {
  max-width: 560px;
  margin: 22px 0 0;
  font-size: clamp(3rem, 5.6vw, 5.8rem);
  font-weight: 790;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.video-watch-subtitle {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1.05rem, 1.45vw, 1.3rem);
  line-height: 1.48;
  letter-spacing: -0.018em;
}

.video-watch-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
  font-weight: 610;
}

.video-watch-meta a {
  color: rgba(255, 255, 255, 0.82);
  transition: color 160ms ease;
}

.video-watch-meta a:hover,
.video-watch-meta a:focus-visible {
  color: var(--cyan-soft);
}

.video-player-shell {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(168, 245, 247, 0.24);
  border-radius: clamp(16px, 1.8vw, 24px);
  background: #07131a;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.42),
    0 0 70px rgba(37, 217, 231, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: video-player-enter 880ms var(--ease-out) 80ms both;
}

.video-poster-link {
  color: #ffffff;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    box-shadow 260ms ease,
    transform 260ms var(--ease-out);
}

.video-poster-image,
.video-poster-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-poster-image {
  display: block;
  object-fit: cover;
  transition:
    transform 520ms var(--ease-out),
    filter 300ms ease;
}

.video-poster-shade {
  background:
    linear-gradient(180deg, transparent 44%, rgba(2, 7, 10, 0.08) 60%, rgba(2, 7, 10, 0.72) 100%),
    linear-gradient(90deg, transparent 52%, rgba(2, 7, 10, 0.12) 100%);
  transition: background-color 260ms ease;
}

.video-poster-action {
  position: absolute;
  right: clamp(16px, 2vw, 26px);
  bottom: clamp(16px, 2vw, 26px);
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 230px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(168, 245, 247, 0.34);
  border-radius: 999px;
  background: rgba(2, 9, 13, 0.78);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 260ms var(--ease-out);
}

.video-poster-play {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 28px rgba(37, 217, 231, 0.3);
}

.video-poster-play::after {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #031014;
  content: "";
  transform: translate(-42%, -50%);
}

.video-poster-action-copy {
  display: grid;
  gap: 3px;
}

.video-poster-action-copy strong {
  font-size: 14px;
  font-weight: 760;
  line-height: 1.2;
}

.video-poster-action-copy > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.3;
}

.video-poster-link:hover,
.video-poster-link:focus-visible {
  border-color: rgba(37, 217, 231, 0.72);
  box-shadow:
    0 36px 104px rgba(0, 0, 0, 0.46),
    0 0 86px rgba(37, 217, 231, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.video-poster-link:hover .video-poster-image,
.video-poster-link:focus-visible .video-poster-image {
  filter: brightness(0.92);
  transform: scale(1.025);
}

.video-poster-link:hover .video-poster-action,
.video-poster-link:focus-visible .video-poster-action {
  border-color: rgba(168, 245, 247, 0.66);
  background: rgba(2, 12, 17, 0.9);
  transform: translateY(-3px);
}

.video-poster-link:focus-visible {
  outline: 3px solid var(--cyan-soft);
  outline-offset: 5px;
}

.video-watch-context {
  padding: clamp(92px, 10vw, 150px) var(--page-gutter);
  color: #101820;
  background:
    linear-gradient(rgba(8, 127, 146, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 127, 146, 0.06) 1px, transparent 1px),
    #edf3f4;
  background-size: 72px 72px;
}

.video-context-inner {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.video-context-heading > p,
.video-author-inner > div > p {
  margin: 0;
  color: #087f92;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-context-heading h2 {
  max-width: 630px;
  margin: 22px 0 0;
  font-size: clamp(2.45rem, 4vw, 4.5rem);
  font-weight: 790;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.video-context-copy > p {
  margin: 0;
  color: #5f6f79;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.66;
}

.video-context-copy > p + p {
  margin-top: 24px;
}

.video-context-copy ul {
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(16, 24, 32, 0.16);
}

.video-context-copy li {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 17px 30px 17px 0;
  border-bottom: 1px solid rgba(16, 24, 32, 0.16);
  color: #17232b;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 640;
  line-height: 1.4;
}

.video-context-copy li::after {
  position: absolute;
  right: 4px;
  content: "↘";
  color: #0a91a5;
  font-size: 18px;
}

.video-author-section {
  padding: clamp(78px, 8vw, 116px) var(--page-gutter);
  background: #07131a;
}

.video-author-inner {
  width: min(var(--content-width), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(340px, 1fr) minmax(270px, 0.72fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}

.video-author-inner h2 {
  margin: 12px 0 0;
  font-size: clamp(2.2rem, 3.3vw, 3.8rem);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.05em;
}

.video-author-inner > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.62;
}

.video-author-links {
  display: grid;
  gap: 12px;
}

.video-author-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(168, 245, 247, 0.2);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  transition:
    color 160ms ease,
    padding 200ms var(--ease-out);
}

.video-author-links a:hover,
.video-author-links a:focus-visible {
  padding-right: 8px;
  padding-left: 8px;
  color: var(--cyan-soft);
}

@keyframes video-copy-enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes video-player-enter {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .video-watch-hero {
    min-height: 0;
  }

  .video-watch-layout,
  .video-context-inner {
    grid-template-columns: 1fr;
  }

  .video-watch-copy h1 {
    max-width: 850px;
  }

  .video-watch-subtitle {
    max-width: 720px;
  }

  .video-author-inner {
    grid-template-columns: 0.72fr 1.28fr;
  }

  .video-author-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .video-watch-grid,
  .video-watch-context {
    background-size: 54px 54px;
  }

  .video-watch-inner {
    width: calc(100% - 36px);
    padding-top: calc(var(--header-height) + 38px);
  }

  .video-watch-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .video-watch-copy h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .video-watch-subtitle {
    margin-top: 22px;
    font-size: 17px;
  }

  .video-player-shell {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 14px;
  }

  .video-poster-action {
    right: 12px;
    bottom: 12px;
    min-width: 0;
    padding: 9px 14px 9px 9px;
  }

  .video-poster-play {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .video-poster-action-copy strong {
    font-size: 13px;
  }

  .video-poster-action-copy > span {
    display: none;
  }

  .video-watch-context,
  .video-author-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .video-context-heading h2 {
    font-size: clamp(2.35rem, 11vw, 3.45rem);
  }

  .video-context-copy li {
    min-height: 76px;
  }

  .video-author-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .video-author-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .video-breadcrumbs {
    font-size: 11px;
  }

  .video-watch-copy h1 {
    font-size: clamp(2.85rem, 14vw, 3.6rem);
  }

  .video-watch-meta {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-watch-copy,
  .video-player-shell {
    animation: none;
  }

  .video-watch-page *,
  .video-watch-page *::before,
  .video-watch-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
