/* Watch is a music-video surface: a flat card grid, YouTube-home style - no embedded hero player on the hub,
   every card opens its own Watch page the same way every other card does. */
.ev-watch--hub { padding-top: clamp(16px,2vw,28px); }
.ev-watch-hub__head { margin: 0 0 18px; }
.ev-watch-hub__head h1 { margin: 0; color: #f7f5f1; font: 700 20px/1.2 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; }
.ev-watch-hub__eyebrow { display: flex; gap: 12px; align-items: center; margin: 0 0 14px; color: #c6c8cb; font-size: 11px; font-weight: 750; letter-spacing: .23em; text-transform: uppercase; }
.ev-watch-hub__eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #e12635; box-shadow: 0 0 14px #e1263570; }
.ev-watch-hub__shelf { margin-top: clamp(44px,6vw,90px); }
.ev-watch-hub__shelf > header { display: flex; justify-content: space-between; align-items: end; gap: 16px 32px; margin-bottom: 22px; padding-bottom: 17px; border-bottom: 1px solid #35383b; }
.ev-watch-hub__section-index { display: block; margin-bottom: 8px; color: #e12635; font-size: 10px; font-weight: 750; letter-spacing: .21em; }
.ev-watch-hub__shelf h2 { margin: 0; font: 700 clamp(1.8rem,3.2vw,3.1rem)/1.09 Georgia,'Times New Roman',serif; letter-spacing: -.025em; }
.ev-watch-hub__shelf header > p { max-width: 34ch; margin: 0; color: #9ea2a8; font-size: 13px; line-height: 1.5; }
.ev-watch-hub__shelf .ev-vgrid { margin-top: 0; }
.ev-vgrid--hub { row-gap: clamp(22px,3vw,34px); }
.ev-watch-hub__pagination { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; }
.ev-watch-hub__pagination a:last-child { margin-left: auto; }
.ev-watch-player__back { margin-bottom: 22px; font-size: 13px; font-weight: 700; }
.ev-watch-player__back a { color: #adb1b6; }
.ev-watch-player__back a:hover { color: #fff; }
.ev-watch-player .ev-watch__layout { gap: clamp(28px,4vw,58px); }
.ev-watch-player .ev-player { border-radius: 0; }
.ev-watch-player .ev-watch-hub__eyebrow { margin-bottom: 10px; }
.ev-watch-player .ev-watch__title { margin-bottom: 20px; font: 700 clamp(1.8rem,3vw,3.2rem)/1.1 Georgia,'Times New Roman',serif; letter-spacing: -.025em; }
.ev-watch-player__artist { display: flex; flex-direction: column; gap: 3px; }
.ev-watch-player__artist :is(a,strong) { color: #f0eeeb; font-size: 16px; }
.ev-watch-player__artist span { color: #9ea2a8; font-size: 12px; }
.ev-watch-player .ev-watch__rail { gap: 28px; padding: 22px; border: 1px solid #303236; background: #121416; }
.ev-watch-player .ev-watch__rail > section + section { padding-top: 18px; border-top: 1px solid #303236; }
.ev-watch-player .ev-watch__about { margin-top: 20px; line-height: 1.65; }
.ev-watch-player .ev-watch-hub__shelf { margin-top: 50px; }
.ev-watch-player .ev-report { margin-top: 54px; }
@media (min-width: 1600px) { .ev-vgrid--hub { grid-template-columns: repeat(5,minmax(0,1fr)); } }
@media (min-width: 900px) { .ev-watch-player .ev-vgrid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 650px) {
  .ev-watch-hub__head { margin-bottom: 16px; }
  .ev-watch-hub__shelf > header { display: block; }
  .ev-watch-hub__shelf header > p { margin-top: 8px; }
  .ev-watch-player .ev-watch__rail { padding: 18px; }
}
