.page-shell.subpage.watch-page {
  width: min(100%, 1260px);
  align-content: start;
  padding-top: clamp(10px, 1.6vw, 16px);
  gap: clamp(18px, 2.4vw, 24px);
}

.watch-page .listen-watch-intro {
  width: min(100%, 820px);
}

.watch-gallery {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(18px, 2.4vw, 26px);
  margin-top: clamp(6px, 1vw, 10px);
}

.watch-video-tile {
  position: relative;
  min-height: clamp(308px, 30vw, 382px);
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 191, 0, 0.11) 0%, rgba(255, 191, 0, 0) 34%),
    radial-gradient(circle at 84% 74%, rgba(0, 158, 134, 0.14) 0%, rgba(0, 158, 134, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.022) 0%, rgba(255, 255, 255, 0.008) 100%);
  border: 1px solid rgba(255, 191, 0, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 22px 44px rgba(0, 0, 0, 0.24);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.watch-video-trigger {
  width: 100%;
  min-height: inherit;
  height: 100%;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.watch-video-trigger:focus-visible {
  outline: 2px solid rgba(0, 158, 134, 0.92);
  outline-offset: 8px;
}

.watch-video-tile:hover,
.watch-video-tile:focus-within {
  transform: translateY(-2px);
  border-color: rgba(0, 158, 134, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 56px rgba(0, 0, 0, 0.3);
}

.watch-video-thumb {
  position: relative;
  aspect-ratio: 5 / 4;
  min-height: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.96) 0%, rgba(4, 4, 4, 1) 100%);
}

.watch-video-thumb-bg {
  position: absolute;
  inset: -10%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(26px) saturate(0.8) brightness(0.4);
  opacity: 0.56;
  transform: scale(1.08);
  transition: transform 260ms ease, opacity 260ms ease;
}

.watch-video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.2) 52%, rgba(0, 0, 0, 0.56) 100%),
    radial-gradient(circle at center, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
  z-index: 1;
}

.watch-video-thumb img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: clamp(14px, 1.8vw, 18px);
  object-fit: contain;
  filter: saturate(0.95) contrast(1.02);
  transition: filter 260ms ease;
}

.watch-video-tile:hover .watch-video-thumb-bg,
.watch-video-tile:focus-within .watch-video-thumb-bg {
  transform: scale(1.12);
  opacity: 0.64;
}

.watch-video-tile:hover .watch-video-thumb img,
.watch-video-tile:focus-within .watch-video-thumb img {
  filter: saturate(0.98) contrast(1.04);
}

.watch-video-play {
  position: absolute;
  left: clamp(18px, 2vw, 22px);
  bottom: clamp(18px, 2vw, 22px);
  z-index: 2;
  width: clamp(56px, 6vw, 64px);
  height: clamp(56px, 6vw, 64px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.watch-video-tile:hover .watch-video-play,
.watch-video-tile:focus-within .watch-video-play {
  transform: scale(1.04);
  border-color: rgba(255, 191, 0, 0.34);
  background: rgba(20, 20, 20, 0.58);
}

.watch-video-play-icon {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--text-main);
}

.watch-video-copy {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: clamp(20px, 2.4vw, 24px);
}

.watch-video-type {
  color: rgba(0, 158, 134, 0.9);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.78rem, 0.95vw, 0.84rem);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.watch-video-title {
  color: var(--text-main);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 2.8vw, 2.7rem);
  line-height: 0.94;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.watch-video-meta {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.9rem, 1vw, 0.96rem);
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.watch-video-cta {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.watch-video-tile:hover .watch-video-cta,
.watch-video-tile:focus-within .watch-video-cta {
  color: var(--accent);
}

.watch-modal[hidden] {
  display: none;
}

.watch-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: start center;
  padding: clamp(6px, 1.4vw, 12px);
  overflow-y: auto;
}

.watch-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.watch-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 820px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(17px, 1.9vw, 22px);
  max-height: min(97vh, calc(100vh - 6px));
  overflow-y: auto;
  overscroll-behavior: contain;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(22, 22, 22, 0.98) 0%, rgba(12, 12, 12, 0.96) 100%);
  border: 1px solid rgba(255, 191, 0, 0.12);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.watch-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.watch-modal-close:hover,
.watch-modal-close:focus-visible {
  background: rgba(0, 158, 134, 0.14);
  color: var(--accent);
  outline: none;
}

.watch-modal-copy {
  display: grid;
  gap: 8px;
  padding-right: 52px;
  flex: 0 0 auto;
}

.watch-modal-kicker {
  margin: 0;
  color: rgba(0, 158, 134, 0.9);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.8rem, 1vw, 0.86rem);
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.watch-modal-title {
  margin: 0;
  color: var(--text-main);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.92;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.watch-modal-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Inter", sans-serif;
  font-size: clamp(0.94rem, 1.2vw, 1rem);
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.watch-modal-player-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(73vh, calc(97vh - 146px));
  min-height: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.watch-modal-player-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

body.watch-modal-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .watch-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .page-shell.subpage.watch-page {
    gap: 18px;
  }

  .watch-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .watch-video-tile {
    min-height: 286px;
  }

  .watch-video-thumb {
    aspect-ratio: 16 / 11;
  }

  .watch-video-title {
    font-size: clamp(1.86rem, 8.8vw, 2.3rem);
  }

  .watch-modal {
    padding: 6px;
  }

  .watch-modal-dialog {
    padding: 13px;
    border-radius: 22px;
    max-height: min(97vh, calc(100vh - 6px));
  }

  .watch-modal-copy {
    padding-right: 44px;
  }

  .watch-modal-title {
    font-size: clamp(1.92rem, 10vw, 2.5rem);
  }

  .watch-modal-player-shell {
    max-height: min(61vh, calc(100vh - 170px));
  }
}

@media (max-height: 780px) {
  .watch-modal {
    place-items: start center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .watch-modal-dialog {
    max-height: min(98vh, calc(100vh - 6px));
  }

  .watch-modal-player-shell {
    max-height: min(65vh, calc(100vh - 150px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .watch-video-tile,
  .watch-video-thumb img,
  .watch-video-thumb-bg,
  .watch-video-play,
  .watch-video-cta,
  .watch-modal-close {
    transition: none;
  }
}
