/* Video show detail — Kalameh Web Show EN mockup. */
.section--video {
  --vid: var(--accent);
  --vid-deep: var(--accent-deep);
  --vid-tint: var(--accent-tint);
  --vid-ink: #5A1A14;
}

.crumb { padding: 22px 0 0; }
.crumb a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-3); text-decoration: none; }
.crumb a:hover { color: var(--vid); }
[dir="rtl"] .crumb a > svg { transform: scaleX(-1); }
.pd-hero {
  position: relative; overflow: hidden;
  padding: 36px 0 48px;
  background:
    radial-gradient(820px 480px at 20% 0%, rgba(235, 88, 77, 0.22), transparent 70%),
    radial-gradient(700px 420px at 95% 100%, rgba(215, 72, 58, 0.16), transparent 70%),
    linear-gradient(180deg, #FFF6F5 0%, #FBFAF7 100%);
  border-bottom: 1px solid var(--line);
}
.pd-hero .grid { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.pd-hero .cover-wrap {
  aspect-ratio: 16 / 10; border-radius: 14px; overflow: hidden;
  box-shadow: 0 28px 64px rgba(90, 26, 20, 0.28), 0 6px 14px rgba(90, 26, 20, 0.14);
  background: var(--vid-deep);
}
.pd-hero .cover-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-hero .meta-col { padding-bottom: 6px; }
.pd-hero h1 {
  font-family: var(--serif-fa); font-weight: 500; font-size: 64px;
  line-height: 1.04; letter-spacing: -1.8px; margin: 0 0 14px; color: var(--ink);
}
.pd-hero .by { font-family: var(--serif-fa); font-size: 16px; line-height: 1.75; color: var(--ink-2); margin: 0 0 18px; max-width: 680px; }
.pd-hero .by p { margin: 0; }
.pd-hero .meta-row { display: flex; gap: 14px; align-items: center; font-size: 13px; color: var(--ink-3); margin-bottom: 26px; flex-wrap: wrap; }
.pd-hero .meta-row .dot { width: 3px; height: 3px; background: var(--ink-4); border-radius: 999px; display: inline-block; }
.pd-hero .meta-row .team-tag {
  color: var(--vid); font-weight: 600;
  border-bottom: 1px solid var(--vid-tint); padding-bottom: 1px;
}
.pd-hero .actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.pd-hero .play-big {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px;
  background: var(--vid); color: #fff; font-weight: 700; font-size: 14.5px;
  border: none; cursor: pointer; font-family: inherit;
  box-shadow: 0 6px 18px rgba(235, 88, 77, 0.35);
}
.pd-hero .play-big:hover { background: var(--vid-deep); }
.pd-hero .icon-btn {
  width: 44px; height: 44px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all 0.15s;
}
.pd-hero .icon-btn:hover { border-color: var(--vid); color: var(--vid); }

.eps-sec { padding: 40px 0 60px; }
.eps-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 8px; }
.eps-head h2 { font-family: var(--serif-fa); font-weight: 500; font-size: 36px; margin: 0; letter-spacing: -0.6px; }
.eps-head .sort {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  font-family: inherit; font-size: 13px; font-weight: 500; color: var(--ink-2); cursor: pointer;
}
.eps-head .sort:hover { border-color: var(--vid); color: var(--vid); }

.season-picker { padding: 0 0 18px; }
.season-dd { position: relative; display: inline-block; }
.season-dd .season-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px 10px 18px; border-radius: 999px;
  background: var(--vid-ink); color: #fff; border: 1px solid var(--vid-ink);
  font-family: inherit; font-size: 14px; font-weight: 600;
  cursor: pointer; transition: all 0.15s;
}
[dir="rtl"] .season-dd .season-btn { padding: 10px 18px 10px 14px; }
.season-dd .season-btn:hover { filter: brightness(1.05); }
.season-dd .season-btn .caret { display: inline-flex; transition: transform 0.15s; opacity: 0.8; }
.season-dd.open .season-btn .caret { transform: rotate(180deg); }
.season-dd .season-menu {
  position: absolute; top: calc(100% + 6px); inset-inline-start: 0;
  width: max-content; max-width: min(560px, 92vw); background: #fff; border: 1px solid var(--line);
  border-radius: 12px; box-shadow: 0 12px 30px rgba(90, 26, 20, 0.12);
  padding: 6px; z-index: 20; display: none;
}
.season-dd.open .season-menu { display: block; }
.season-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  width: 100%; padding: 10px 14px; border-radius: 8px;
  background: transparent; border: none; text-align: start;
  font-family: inherit; font-size: 14px; font-weight: 500; color: var(--ink-2);
  cursor: pointer; white-space: nowrap;
}
.season-opt:hover { background: var(--vid-tint); color: var(--vid); }
.season-opt.on { background: var(--vid-tint); color: var(--vid); font-weight: 600; }
.season-opt .cnt { font-size: 12px; color: var(--ink-4); font-weight: 500; }
.season-opt.on .cnt { color: var(--vid); opacity: 0.75; }

.season-group { display: none; }
.season-group.on { display: block; }
.season-head { padding: 24px 4px 14px; }
.season-head h3 { font-family: var(--serif-fa); font-weight: 600; font-size: 18px; margin: 0; letter-spacing: -0.3px; color: var(--ink); }
.season-head h3 small { color: var(--ink-3); font-weight: 500; font-size: 13.5px; margin-inline-start: 8px; }

.ep-card {
  display: grid; grid-template-columns: 160px 1fr auto;
  gap: 22px; padding: 22px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.ep-card .ep-cv {
  position: relative; aspect-ratio: 16 / 9; border-radius: 10px; overflow: hidden;
  background: var(--vid-deep);
  box-shadow: 0 6px 14px rgba(90, 26, 20, 0.16);
}
.ep-card .ep-cv img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ep-card .ep-cv .play-mini {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(90, 26, 20, 0.45); color: #fff;
  opacity: 0; transition: opacity 0.18s; cursor: pointer;
  border: none; width: 100%; padding: 0;
}
.ep-card .ep-cv:hover .play-mini { opacity: 1; }
.ep-card .ep-cv .play-mini svg { width: 22px; height: 22px; }
.ep-card .ep-body { min-width: 0; padding-top: 2px; }
.ep-card .ep-meta { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--ink-3); margin-bottom: 6px; flex-wrap: wrap; }
.ep-card .ep-meta .num { font-weight: 700; color: var(--vid); }
.ep-card .ep-meta .dot { width: 3px; height: 3px; background: var(--ink-4); border-radius: 999px; }
.ep-card .ep-meta .new {
  background: var(--vid); color: #fff; padding: 2px 8px; border-radius: 999px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase;
}
.ep-card h4 { font-family: var(--serif-fa); font-weight: 600; font-size: 19px; margin: 0 0 8px; letter-spacing: -0.3px; line-height: 1.3; color: var(--ink); }
.ep-card h4 a { color: inherit; text-decoration: none; }
.ep-card h4 a:hover { color: var(--vid); }
.ep-card .desc {
  font-family: var(--serif-fa); font-size: 14.5px; line-height: 1.65; color: var(--ink-2); margin: 0; max-width: 680px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ep-card .ep-actions { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; padding-top: 4px; }
.ep-card .ep-tools { display: flex; gap: 4px; }
.ep-card .ep-tool {
  width: 40px; height: 40px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); color: var(--ink-2);
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.15s;
}
.ep-card .ep-tool:hover { border-color: var(--vid); color: var(--vid); background: #fff; }

@media (max-width: 900px) {
  .pd-hero .grid { grid-template-columns: 1fr; gap: 28px; }
  .pd-hero .cover-wrap { max-width: 240px; }
  .pd-hero h1 { font-size: 42px; }
  .ep-card { grid-template-columns: 140px 1fr; }
  .ep-card .ep-actions { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: flex-end; }
}
@media (max-width: 720px) {
  .pd-hero { padding: 28px 0 32px; }
  .pd-hero h1 { font-size: 34px; }
  .pd-hero .cover-wrap { max-width: 180px; }
  .eps-head h2 { font-size: 28px; }
  .ep-card { grid-template-columns: 112px 1fr; gap: 14px; }
  .ep-card h4 { font-size: 17px; }
  .ep-card .ep-cv .play-mini { opacity: 1; background: rgba(90, 26, 20, 0.28); }
}
