/* /watch/ — episode hub + episode pages (dark, cinematic, product-linked) */
.watch-body { background: var(--scene-dark); color: #fff; }
.watch-main { padding: 104px 0 80px; min-height: 70vh; }
.watch-crumb { padding: 0 0 18px; color: rgba(255,255,255,.6); max-width: none; }
.watch-crumb a { color: var(--yellow); }
.watch-crumb .breadcrumb__current { color: #fff; }
.watch-h1 { font-family: var(--font-bold); font-size: clamp(40px, 6vw, 84px); line-height: .95; letter-spacing: 1px; margin: 12px 0 22px; }
.watch-h2 { font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); color: var(--yellow); margin-bottom: 14px; line-height: 1.15; }
.watch-player { margin-bottom: 28px; }
.watch-cols { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 40px; align-items: start; margin-bottom: 56px; }
.watch-desc { font-size: 18px; line-height: 1.7; color: rgba(255,255,255,.85); margin-bottom: 20px; }
.watch-aside { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); padding: 22px; position: sticky; top: 90px; }
.shop-mini-list { display: grid; gap: 10px; }
.shop-mini { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 12px 14px; border-radius: 12px; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.1); color: #fff; transition: border-color .2s, transform .2s; }
.shop-mini:hover { border-color: var(--yellow); transform: translateX(3px); }
.shop-mini__name { font-weight: 700; font-size: 15px; }
.shop-mini__price { font-family: var(--font-bold); letter-spacing: 1px; color: var(--yellow); }
.shop-mini__cta { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.7); }
.watch-fine { font-size: 12px; color: rgba(255,255,255,.5); font-style: italic; margin-top: 14px; }
.watch-block { margin: 44px 0 0; }
.watch-conclusion { margin-top: 16px; font-family: var(--font-display); font-size: 20px; color: var(--yellow); }
.watch-cta { text-align: center; padding: 48px 0 0; border-top: 1px solid rgba(255,255,255,.1); }
@media (max-width: 900px) { .watch-cols { grid-template-columns: 1fr; gap: 28px; } .watch-aside { position: static; } .watch-main { padding-top: 84px; } }
