/*
Theme Name: Link Music Haryanvi V4
Author: VR Panghal
Description: Lightweight, safe, YouTube-first music label theme for Link Music Haryanvi.
Version: 4.1.0
*/
:root{--bg:#070707;--panel:#111;--text:#fff;--muted:#999;--yellow:#ffd12f;--border:#242424;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}
header{position:sticky;top:0;z-index:50;background:rgba(7,7,7,.94);border-bottom:1px solid var(--border)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:19px;font-weight:900}.brand span{color:var(--yellow)}.links{display:flex;gap:25px;font-size:13px;color:#ddd}.links a:hover{color:var(--yellow)}.subscribe{background:var(--yellow);color:#111;padding:11px 17px;border-radius:30px;font-weight:900;font-size:12px}
.hero{min-height:590px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:#101010}.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.35;filter:blur(1px)}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#070707 5%,rgba(7,7,7,.6),rgba(7,7,7,.15)),linear-gradient(0deg,#070707,transparent 65%)}.hero-content{position:relative;z-index:2;padding:80px 0;max-width:720px}.eyebrow{color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:2px}.hero h1{font-size:clamp(45px,7vw,84px);line-height:.92;letter-spacing:-4px;margin:14px 0}.hero p{font-size:17px;color:#ccc;max-width:600px}.buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.btn{border:1px solid var(--border);padding:12px 19px;border-radius:30px;font-weight:900;font-size:13px;cursor:pointer}.primary{background:var(--yellow);color:#111;border-color:var(--yellow)}.dark{background:#141414;color:#fff}
section{padding:65px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.section-head h2{margin:0;font-size:34px;letter-spacing:-1.5px}.section-head p{margin:7px 0 0;color:var(--muted);font-size:13px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.card{background:var(--panel);border:1px solid var(--border);border-radius:15px;overflow:hidden;transition:.2s}.card:hover{transform:translateY(-3px);border-color:#ffd12f55}.thumb{position:relative;aspect-ratio:16/9;background:#191919}.thumb img{width:100%;height:100%;object-fit:cover}.play{position:absolute;left:12px;bottom:12px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#111;font-weight:900}.rank{position:absolute;left:10px;top:10px;background:#000d;padding:5px 8px;border-radius:7px;font-size:11px;font-weight:900}.views{position:absolute;right:9px;bottom:9px;background:#000d;padding:5px 7px;border-radius:6px;font-size:10px}.info{padding:13px}.info h3{font-size:14px;line-height:1.35;margin:0 0 5px}.info p{font-size:11px;color:var(--muted);margin:0}
.feature{display:grid;grid-template-columns:1.3fr 1fr;background:#111;border:1px solid var(--border);border-radius:20px;overflow:hidden}.feature-media{aspect-ratio:16/10}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:40px;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-size:40px;line-height:1;margin:10px 0}.feature-copy p{color:var(--muted)}
.channel{display:flex;justify-content:space-between;align-items:center;gap:20px;border:1px solid var(--border);border-radius:20px;padding:30px;background:#101010}.channel h2{margin:7px 0;font-size:29px}.channel p{color:var(--muted)}.socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.social{border:1px solid var(--border);padding:8px 12px;border-radius:20px;font-size:11px;color:#bbb}
footer{border-top:1px solid var(--border);padding:40px 0 20px;color:var(--muted);font-size:12px}.footer-row{display:flex;justify-content:space-between;gap:20px}.credit{border-top:1px solid var(--border);margin-top:25px;padding-top:17px}.credit strong{color:#aaa}
.modal{position:fixed;display:none;place-items:center;inset:0;background:#000e;z-index:100;padding:18px}.modal.show{display:grid}.box{position:relative;width:min(1000px,100%);background:#000;border-radius:15px;overflow:hidden}.video{aspect-ratio:16/9}.video iframe{width:100%;height:100%;border:0}.close{position:absolute;right:9px;top:9px;z-index:2;border:0;background:#000b;color:#fff;border-radius:50%;width:38px;height:38px;font-size:20px;cursor:pointer}
.search{display:none;position:fixed;inset:0;z-index:80;background:#080808;padding:100px 0}.search.show{display:block}.search input{width:100%;background:#111;border:1px solid var(--border);color:#fff;border-radius:12px;padding:17px;font-size:18px}.search-note{color:var(--muted);margin-top:15px}
@media(max-width:950px){.grid{grid-template-columns:repeat(2,1fr)}.feature{grid-template-columns:1fr}}
@media(max-width:650px){.links{display:none}.subscribe{padding:9px 12px}.hero{min-height:560px}.hero h1{letter-spacing:-2.5px}.grid{grid-template-columns:1fr}.feature-copy{padding:27px}.channel,.footer-row{flex-direction:column;align-items:flex-start}.section-head{align-items:flex-start;flex-direction:column;gap:12px}}

.network-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.network-card{display:flex;flex-direction:column;gap:4px;padding:14px 15px;border:1px solid var(--border);border-radius:12px;background:#101010;transition:.2s}.network-card:hover{border-color:#ffd12f66;transform:translateY(-2px)}.network-card strong{font-size:12px;color:#eee}.network-card span{font-size:10px;color:var(--muted)}
@media(max-width:950px){.network-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.network-grid{grid-template-columns:1fr}}
