@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;500&family=Playfair+Display:wght@500&display=swap');*{box-sizing:border-box}body{margin:0;background:#090909;color:#eee;font-family:Manrope,Arial,sans-serif}a{color:inherit}header{padding:24px 6vw;display:flex;justify-content:space-between;border-bottom:1px solid #333}.hero{min-height:80vh;padding:8vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;background:radial-gradient(circle at 30%,#30243f,#080808 55%)}.hero img{width:80%;max-height:520px;object-fit:contain}.hero p,.listen p,.gesture p{text-transform:uppercase;letter-spacing:.15em;font-size:.7rem}.hero h1,.listen h2,.videos h2,.gesture h2{font:500 clamp(3rem,6vw,7rem)/.98 "Playfair Display",serif}.listen,.gesture{padding:8vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.listen span,.gesture span{line-height:1.8}.tracks article{padding:18px 0;border-top:1px solid #444}.tracks audio{width:100%}.videos{padding:8vw;background:#171512}.videos>div{display:grid;grid-template-columns:1fr 1fr;gap:25px}.videos iframe{width:100%;aspect-ratio:16/9;border:0}.gesture{background:#eee8dc;color:#171512}.gesture img{width:100%;max-height:650px;object-fit:contain}@media(max-width:750px){.hero,.listen,.gesture,.videos>div{grid-template-columns:1fr}.hero img{width:100%}}
