

.vthumb-wrap{
  position: relative;
  display: block;
  background: var(--color-surface-sunken);
}
.vthumb{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--color-border);
}

.vplay{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 52px;
  background: rgba(0, 110, 183, .94);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s, background .18s;
}
.vplay svg{ margin-left: 2px; }

.vdur{
  position: absolute;
  right: 8px;
  bottom: 9px;
  padding: 3px 7px;
  background: rgba(8, 21, 35, .86);
  color: #fff;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: .06em;
}

.vrib{
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 11px;
  background: var(--color-brand);
  color: #fff;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}


.vgrid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.vtile{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  text-align: left;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius:var(--radius-md);
  box-shadow: var(--shadow-xs);
  font-family: var(--font-body);
  cursor: pointer;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.vtile:hover{
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
  border-color: rgba(0, 110, 183, .18);
}
.vtile:hover .vplay,
.vseries-feature:hover .vplay,
.vrow:hover .vplay{ transform: translate(-50%, -50%) scale(1.08); background: var(--color-brand); }

.vbody{ display: flex; flex-direction: column; flex: 1; padding: 20px; }
.vmeta{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-text-faint);
}
.vcat{ color: var(--color-brand); }
.vtitle{
  display: block;
  font-size: var(--text-base);
  font-weight: 700;
  letter-spacing: -.022em;
  line-height: 1.32;
  color: var(--color-text);
  margin-bottom: 9px;
}
.vx{
  display: block;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}
.vfoot{
  margin-top: auto;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-brand);
}
.vtile[hidden]{ display: none; }


.vseries{ background: var(--color-text); padding: 64px 0; }

.vseries-eyebrow{
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--color-brand-bright);
  margin-bottom: 14px;
}
.vseries-title{
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 10px;
}
.vseries-blurb{
  font-size: var(--text-base);
  line-height: 1.62;
  color: var(--color-on-dark);
  max-width: 68ch;
  margin-bottom: 30px;
}

.vseries-layout{ display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: stretch; }

.vseries-feature{
  display: flex;
  flex-direction: column;
  padding: 0;
  text-align: left;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius:var(--radius-lg);
  font-family: var(--font-body);
  cursor: pointer;
  transition: border-color .18s, background .18s;
}
.vseries-feature:hover{ border-color: rgba(51, 144, 224, .6); background: rgba(255, 255, 255, .08); }
.vseries-feature .vthumb{ border-bottom: 0; }
.vseries-feature .vplay{ width: 104px; height: 64px; }
.vseries-cap{ display: block; padding: 18px 20px; }
.vseries-cap-t{
  display: block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.022em;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 6px;
}
.vseries-cap-x{
  display: block;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-on-dark);
}

.vseries-side{ display: flex; flex-direction: column; }
.vseries-side-h{
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-on-dark);
  padding-bottom: 12px;
}
.vseries-list{ list-style: none; display: flex; flex-direction: column; flex: 1; }
.vseries-list li{ display: flex; flex: 1; border-top: 1px solid rgba(255, 255, 255, .16); }
.vseries-list li:last-child{ border-bottom: 1px solid rgba(255, 255, 255, .16); }

.vrow{
  display: grid;
  grid-template-columns: 40px 132px 1fr;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  text-align: left;
  background: none;
  border: 0;
  border-radius:var(--radius-md);
  font-family: var(--font-body);
  cursor: pointer;
}
.vrow-n{
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}
.vrow-th{ display: block; position: relative; }
.vrow-th img{ display: block; width: 132px; height: 74px; object-fit: cover; }
.vrow-c{ display: block; }
.vrow-t{
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}
.vrow-d{
  display: block;
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: .08em;
  color: var(--color-on-dark);
}
.vrow:hover .vrow-t{ color: var(--color-brand-bright); }

.vrow.is-featured .vrow-n,
.vrow.is-featured .vrow-d{ color: var(--color-brand-bright); }
.vrow.is-featured .vrow-th::after{
  content: "";
  position: absolute;
  inset: 0;
  outline: 2px solid var(--color-brand-bright);
  outline-offset: -1px;
}

.vseries-note{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  max-width: 90ch;
  font-size: var(--text-sm);
  line-height: 1.6;
  color: var(--color-on-dark);
}


.vlb{
  position: fixed;
  inset: 0;
  z-index: 200;           
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.vlb[hidden]{ display: none; }
.vlb-scrim{ position: absolute; inset: 0; background: rgba(8, 21, 35, .93); border: 0; }
.vlb-panel{ position: relative; width: min(1040px, 100%); }

.vlb-bar{ display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.vlb-eyebrow{
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--color-brand-bright);
}
.vlb-x{
  position: relative;
  margin-left: auto;
  flex: none;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius:var(--radius-sm);
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.vlb-x:hover{ background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .55); }
.vlb-x::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
}

.vlb-title{
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.28;
  color: #fff;
  margin-bottom: 14px;
}

.vlb-stage{
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .18);
}
.vlb-stage iframe,
.vlb-stage video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.vlb-next{
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 14px;
  padding: 12px 15px;
  text-align: left;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius:var(--radius-sm);
  font-family: var(--font-body);
  cursor: pointer;
  transition: background .15s, border-color .15s;
}
.vlb-next:hover{ background: rgba(255, 255, 255, .12); border-color: rgba(51, 144, 224, .6); }
.vlb-next[hidden]{ display: none; }
.vlb-next-th img{ display: block; width: 96px; height: 54px; object-fit: cover; }
.vlb-next-c{ display: block; }
.vlb-next-l{
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--color-on-dark);
}
.vlb-next-t{ display: block; font-size: 14.5px; font-weight: 600; color: #fff; }
.vlb-next-d{
  margin-left: auto;
  flex: none;
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  letter-spacing: .08em;
  color: var(--color-on-dark);
}

.video-open, .video-open body{ overflow: hidden; }


@media (max-width: 1024px){
  .vgrid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px){
  .vseries{ padding: 52px 0; }
  .vseries-title{ font-size: 28px; }
  .vseries-layout{ grid-template-columns: 1fr; gap: 22px; }
  .vseries-list li{ flex: none; }
  .vlb{ padding: 16px; }
  .vlb-title{ font-size: 19px; }
}

@media (max-width: 720px){
  .vgrid{ grid-template-columns: 1fr; }
  .vrow{ grid-template-columns: 32px 104px 1fr; gap: 12px; }
  .vrow-th img{ width: 104px; height: 59px; }
  .vplay{ width: 72px; height: 46px; }
  .vseries-feature .vplay{ width: 86px; height: 54px; }
  .vlb-next-th{ display: none; }
}
