/* ═══════════════════════════════════════════════════════
   CricBun — Videos Directory
   Extracted from html/cricbun-videos-directory.html
   Body-content styles only. Chrome owned by global-shell.css.
   ═══════════════════════════════════════════════════════ */

.hero{background:var(--navy);color:var(--paper);padding:35px 0 28px}
.herohead{display:flex;justify-content:space-between;align-items:end;gap:20px}
.hero h1{font-size:clamp(2.4rem,6vw,4.6rem);line-height:.95;letter-spacing:-.07em}
.hero p{font-size:.68rem;color:oklch(76% .015 230);margin-top:9px}
.search{width:300px;height:43px;border:1px solid oklch(45% .04 238);border-radius:9px;background:var(--navy-2,oklch(32% .05 238));color:var(--paper);padding:0 12px}
.feature{display:grid;grid-template-columns:1.25fr .75fr;margin-top:25px;border-radius:14px;overflow:hidden;background:var(--navy-2,oklch(32% .05 238))}
.featureart{min-height:350px;position:relative;overflow:hidden}
.featureart img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.play{position:absolute;left:24px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:var(--cyan);color:var(--navy);display:grid;place-items:center}
.featurecopy{padding:30px;display:flex;flex-direction:column;justify-content:center}
.tag{font-size:.55rem;color:var(--cyan);font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.feature h2{font-size:2rem;line-height:1.08;letter-spacing:-.045em;margin-top:9px}
.featurecopy>p{font-size:.67rem;color:oklch(78% .015 230);margin-top:10px}
.meta{font-size:.52rem;color:var(--muted);margin-top:8px}
.categories{background:var(--paper);border-bottom:1px solid var(--line)}
.cats{height:48px;display:flex;align-items:center;gap:7px;overflow:auto;scrollbar-width:none}
.cat{flex:none;border:1px solid var(--line);border-radius:999px;padding:7px 11px;font-size:.6rem;color:var(--muted);text-decoration:none}
.cat.on{background:var(--navy);color:var(--paper);border-color:var(--navy)}
main{padding:24px 0 80px}
.section{margin-bottom:25px}
.head{display:flex;justify-content:space-between;align-items:end;padding-bottom:11px;border-bottom:1px solid var(--line);margin-bottom:14px}
.head h2{font-size:1.05rem}
.head a{font-size:.57rem;color:var(--cyan-d)}
.rail{display:grid;grid-template-columns:1.25fr repeat(2,1fr);gap:13px}
.video{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 220ms var(--ease)}
.video:hover{transform:translateY(-3px)}
.art{height:160px;position:relative;background:var(--navy-2,oklch(32% .05 238));overflow:hidden}
.video.big .art{height:245px}
.playmini{position:absolute;left:12px;bottom:12px;width:38px;height:38px;border:0;border-radius:50%;background:var(--paper);color:var(--navy);display:grid;place-items:center}
.duration{position:absolute;right:9px;bottom:9px;padding:4px 6px;border-radius:5px;background:var(--navy);color:var(--paper);font-size:.49rem}
.copy{padding:13px}
.copy h3{font-size:.72rem;line-height:1.35}
.big .copy h3{font-size:1rem}
.copy p{font-size:.54rem;color:var(--muted);margin-top:7px}
.latest{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.series{background:var(--paper);border:1px solid var(--line);border-radius:12px;overflow:hidden}
.serieshero{min-height:220px;padding:20px;background:var(--navy);color:var(--paper);display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}
.serieshero:after{content:"WATCH";position:absolute;top:-12px;right:-10px;font-size:4rem;font-weight:800;color:oklch(100% .01 230/.055)}
.serieshero h3{font-size:1.4rem;line-height:1.05;max-width:15ch}
.serieshero p{font-size:.59rem;color:oklch(75% .015 230);margin-top:7px}
.episodes{padding:0 14px}
.episode{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line);text-decoration:none;color:inherit}
.episode:last-child{border:0}
.epplay{width:32px;height:32px;border:1px solid var(--line);border-radius:50%;background:var(--paper);display:grid;place-items:center}
.episode h3{font-size:.6rem}
.episode span{font-size:.49rem;color:var(--muted)}
.episode time{font-size:.49rem;color:var(--muted)}
.layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:17px}
.trending{counter-reset:n;padding:0 14px}
.trending a{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:12px 0;border-bottom:1px solid var(--line);text-decoration:none;color:inherit}
.trending a:before{counter-increment:n;content:counter(n);font-size:1.15rem;color:var(--cyan);font-weight:800}
.trending h3{font-size:.64rem}
.trending p{font-size:.5rem;color:var(--muted);margin-top:3px}
.newsletter{padding:16px;background:var(--cyan-p)}
.newsletter h3{font-size:.8rem}
.newsletter p{font-size:.57rem;color:var(--muted);margin-top:5px}
.subscribe{width:100%;height:40px;border:0;border-radius:8px;background:var(--cyan-d);color:var(--paper);margin-top:11px;font-size:.58rem;font-weight:700}
.state{display:none;padding:40px;text-align:center;color:var(--muted);font-size:.62rem}
@media(max-width:950px){.feature{grid-template-columns:1fr}.featurecopy{padding:22px}.rail{grid-template-columns:1fr 1fr}.video.big{grid-column:1/-1}.latest{grid-template-columns:repeat(2,1fr)}.layout{grid-template-columns:1fr}}
@media(max-width:650px){.herohead{display:grid}.search{width:100%}.hero h1{font-size:2.6rem}.featureart{min-height:260px}.feature h2{font-size:1.5rem}.rail{display:flex;overflow:auto}.video,.video.big{min-width:78vw;grid-column:auto}.video.big .art,.art{height:190px}.latest{grid-template-columns:1fr 1fr;gap:9px}.latest .art{height:125px}.copy{padding:11px}}
@media(max-width:390px){.latest{grid-template-columns:1fr}.latest .art{height:190px}}
