@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:#392e78;color:#f2ede4;font-family:Manrope,Arial,sans-serif}a{color:inherit}header{padding:24px 6vw;display:flex;justify-content:space-between;border-bottom:1px solid #7b70b8}.hero{padding:12vh 8vw;min-height:65vh}.hero>p:first-child,.player p{text-transform:uppercase;letter-spacing:.15em;font-size:.7rem}.hero h1{font:500 clamp(4rem,8vw,9rem)/.92 "Playfair Display",serif;margin:.2em 0}.hero p:last-child{max-width:700px;line-height:1.8}.shows{display:grid;grid-template-columns:1fr 1fr;background:#161411;padding:8vw;gap:1px}.shows article{border:1px solid #544f49;padding:38px;min-height:300px}.shows span{color:#e4bd23}.shows h2,.player h2{font:500 clamp(2rem,4vw,4rem)/1 "Playfair Display",serif}.shows p{line-height:1.8}.player{padding:8vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end}.player span{line-height:1.8}.player audio{width:100%}@media(max-width:750px){.shows,.player{grid-template-columns:1fr}}
