:root{--bg:#000;--fg:#fff;--muted:#a4a4a4;--line:#232323;--max:1440px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.container{width:min(100% - 40px,var(--max));margin:auto}.header{position:sticky;top:0;backdrop-filter:blur(10px);background:rgba(0,0,0,.72);border-bottom:1px solid var(--line)}.nav{display:flex;justify-content:space-between;align-items:center;height:72px}.nav nav{display:flex;gap:24px}.logo{font-weight:800;letter-spacing:.1em}.hero{position:relative;min-height:92vh;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.14),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.08),rgba(0,0,0,.85)),url('https://images.unsplash.com/photo-1501386761578-eac5c94b800a?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;display:flex;align-items:end}.overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.72))}.hero-copy{position:relative;padding:0 0 90px}.eyebrow{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}h1,h2{margin:0;line-height:.95}h1{font-size:clamp(4rem,11vw,10rem);margin-top:14px}h2{font-size:clamp(2.3rem,7vw,6rem);margin:.2em 0}.hero p{max-width:480px;color:#d7d7d7;font-size:1.1rem}.section{padding:90px 0;border-top:1px solid var(--line)}.grid{display:grid;gap:16px;margin-top:28px}.projects{grid-template-columns:2fr 1fr 1fr}.albums{grid-template-columns:1.2fr 1fr 1fr}.artists{grid-template-columns:repeat(3,1fr)}.card{position:relative;min-height:320px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5)),url('https://images.unsplash.com/photo-1493225457124-a3eb161ffa5f?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;border:1px solid #111;overflow:hidden}.card.large{min-height:540px}.card.tall{min-height:520px}.card.portrait{min-height:440px;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.56)),url('https://images.unsplash.com/photo-1501612780327-45045538702b?auto=format&fit=crop&w=900&q=80')}.card span{position:absolute;left:18px;bottom:18px;font-size:1.1rem}.statement{padding:110px 0}.video-poster{height:62vh;border:1px solid var(--line);display:grid;place-items:center;font-size:4rem;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(0,0,0,.45)),url('https://images.unsplash.com/photo-1516280440614-37939bbacd81?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat}.footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:20px}@media(max-width:900px){.projects,.albums,.artists{grid-template-columns:1fr}.nav nav{gap:14px;font-size:.9rem}.hero{min-height:78vh}.hero-copy{padding-bottom:60px}.card,.card.large,.card.tall,.card.portrait{min-height:280px}.video-poster{height:38vh}}