:root{--pink:#cf4f7b;--gold:#d5a83d;--bg:#08090b;--panel:#101216;--line:#292c32;--text:#f5f2ed;--muted:#999da6}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}header{height:82px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;background:#08090bf2;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}.brand img,footer img{width:46px;height:46px;object-fit:cover}.brand b,.brand small{display:block}.brand b{font:900 21px 'Barlow Condensed';letter-spacing:2px}.brand small{font-size:9px;color:var(--pink);letter-spacing:3px}nav{display:flex;gap:25px}nav a{color:#aaa;text-decoration:none;font-size:12px;font-weight:800}nav a:hover,nav a.active{color:var(--pink)}.video-hero{min-height:520px;padding:80px 7vw;display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:radial-gradient(circle at 78% 46%,#cf4f7b30,transparent 26%),linear-gradient(135deg,#090a0c,#151017)}.video-hero small,.section-head small,.source-note small{font-weight:800;letter-spacing:3px;color:var(--pink)}h1{font:900 clamp(76px,12vw,170px)/.72 'Barlow Condensed';margin:22px 0}h1 em{color:var(--pink);font-style:normal}.video-hero p{max-width:530px;color:var(--muted);font-size:17px;line-height:1.7}.play-mark{width:min(31vw,380px);aspect-ratio:1;border:1px solid #cf4f7b70;border-radius:50%;display:grid;place-items:center;font-size:90px;color:var(--pink);box-shadow:0 0 100px #cf4f7b20}.archives,.featured{padding:90px 7vw}.featured{background:#0c0d10}.section-head h2{font:900 clamp(48px,7vw,90px)/.9 'Barlow Condensed';margin:15px 0}.section-head p{color:var(--muted)}.archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:40px}.archive-grid a{min-height:260px;padding:35px;background:linear-gradient(145deg,#1b1520,#0d0f12);border:1px solid var(--line);color:white;text-decoration:none}.archive-grid a:first-child{border-color:#cf4f7b80}.archive-grid span,.video-grid span{font-size:10px;font-weight:800;letter-spacing:2px;color:var(--pink)}.archive-grid h3{font:900 46px 'Barlow Condensed';margin:45px 0 5px}.archive-grid p,.video-grid p{color:var(--muted)}.archive-grid b{display:block;margin-top:28px;color:var(--gold);font-size:12px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:42px}.video-grid a{min-height:245px;padding:28px;display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line);color:white;text-decoration:none;transition:.25s}.video-grid a:hover{transform:translateY(-5px);border-color:var(--pink)}.video-grid h3{font:800 29px/1 'Barlow Condensed';margin:55px 0 0}.video-grid h3 b{color:var(--pink)}.video-grid i{margin-top:auto;color:var(--gold);font-size:11px;font-weight:800;font-style:normal}.source-note{padding:70px 7vw;display:flex;gap:30px;align-items:center}.source-note img{width:110px}.source-note h2{font:800 38px 'Barlow Condensed';margin:8px 0}.source-note p{color:var(--muted)}footer{padding:28px 7vw;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#777;font-size:11px}footer a{display:flex;align-items:center;gap:12px;color:white;text-decoration:none}@media(max-width:850px){header{height:auto;padding:13px 5vw;align-items:flex-start}.brand span{display:none}nav{gap:13px;flex-wrap:wrap;justify-content:flex-end}nav a{font-size:10px}.video-hero{min-height:520px}.play-mark{display:none}.archive-grid,.video-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.video-hero,.archives,.featured{padding:65px 6vw}.archive-grid,.video-grid{grid-template-columns:1fr}.archive-grid a{min-height:220px}.source-note{align-items:flex-start}.source-note img{width:70px}footer span{display:none}}
