@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#101212;--panel:#191c1c;--ink:#f5f6f1;--muted:#a9b0ab;--accent:#d8ff62}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;padding-bottom:115px}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible,audio:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;left:20px;top:-100px;background:var(--accent);color:#101212;padding:12px}.skip:focus{top:10px;z-index:10}header,main,footer{max-width:1440px;margin:auto}header{padding:30px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #303434}.brand{font-family:'Space Grotesk',sans-serif;font-size:25px;font-weight:700;letter-spacing:-1px}.brand span{color:var(--accent)}nav{display:flex;gap:36px;font-size:14px}nav a:hover{color:var(--accent)}main{padding:0 5%}.hero{display:grid;grid-template-columns:1.15fr 1fr;gap:7%;align-items:center;padding:62px 0 76px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;color:var(--accent)}h1,h2,h3{font-family:'Space Grotesk',sans-serif}h1{font-size:clamp(3rem,5.4vw,5.8rem);line-height:1.04;letter-spacing:-.065em;margin:25px 0}h2{font-size:clamp(2rem,3.4vw,3.5rem);letter-spacing:-.055em;margin:12px 0}h2 span{color:var(--accent)}.intro{color:var(--muted);max-width:370px;line-height:1.7;margin-bottom:32px}.button{display:inline-flex;gap:30px;align-items:center;background:var(--accent);color:#14200c;border:0;border-radius:4px;padding:17px 22px;font-weight:700}.button:hover{background:#e6ff9c}.small{font-size:13px;color:var(--muted)}.hero-copy>.small{margin-top:22px}.hero-art{position:relative;height:510px;overflow:hidden;border-radius:6px;background:#172530}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:50% 43%}.art-caption{position:absolute;bottom:0;left:0;right:0;padding:65px 25px 25px;background:linear-gradient(transparent,rgba(0,0,0,.95));display:grid;grid-template-columns:1fr auto;gap:10px}.art-caption>span{font-size:12px;letter-spacing:2px;grid-column:1}.art-caption strong{font-size:25px;grid-column:1}.round{border:0;border-radius:50%;width:54px;height:54px;background:var(--accent);color:#14200c;grid-column:2;grid-row:1/3;align-self:end}.section-heading{border-top:1px solid #303434;padding-top:35px;display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.tracks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 25px}.cover{position:relative;background:var(--panel);aspect-ratio:1;overflow:hidden;border-radius:4px}.cover img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.track:hover .cover img{transform:scale(1.025)}.cover button{position:absolute;bottom:15px;right:15px;box-shadow:0 3px 20px #0008}.track h3{font-size:21px;line-height:1.25;letter-spacing:-.6px;margin:18px 0 7px}.track-meta{color:var(--muted);font-size:14px;margin:0 0 18px}.purchase{font-size:14px;display:inline-block;border:1px solid #485048;border-radius:4px;padding:10px 14px;color:#c4cbc4}.purchase.live{color:var(--accent)}.availability{font-size:14px;color:var(--muted);margin:34px 0 65px;line-height:1.6}footer{border-top:1px solid #303434;padding:35px 5%;display:flex;justify-content:space-between;align-items:center;gap:25px}footer>span{font-size:14px;color:var(--muted)}.player{position:fixed;bottom:0;left:0;right:0;z-index:5;background:#202525f5;border-top:1px solid #424a42;padding:17px 5%;display:flex;align-items:center;gap:18px;backdrop-filter:blur(16px)}.player>img{width:62px;height:62px;object-fit:cover;border-radius:3px}.playing-info{display:flex;flex-direction:column;gap:4px;flex:1}.playing-info .eyebrow{font-size:10px}.playing-info strong{font-size:16px}#player-status{font-size:12px;color:var(--muted)}audio{width:42%;max-width:560px;height:42px}.round.playing{background:white}@media(max-width:750px){header{padding:22px 6%}nav{gap:18px;font-size:13px}.brand{font-size:21px}main{padding:0 6%}.hero{grid-template-columns:1fr;gap:25px;padding:30px 0 45px}.hero h1{font-size:3.6rem}.hero-art{height:390px}.hero-copy>.small{display:none}.hero .intro{max-width:100%}.tracks{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 15px}.track h3{font-size:18px}.section-heading{align-items:start;gap:15px}.section-heading>.small{max-width:90px;text-align:right}.player{padding:12px 5%;gap:12px;flex-wrap:wrap}.player>img{width:42px;height:42px}.playing-info{min-width:70%}audio{width:100%;max-width:none;height:34px}body{padding-bottom:145px}footer{align-items:start;flex-direction:column}.cover .round{width:44px;height:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.contact{border-top:1px solid #303434;padding:45px 0 60px;display:flex;justify-content:space-between;gap:30px}.contact p:not(.eyebrow){color:var(--muted);line-height:1.6}.email{display:inline-block;color:var(--accent);font-size:clamp(1.2rem,2.5vw,2rem);margin-top:10px}#social-links{display:flex;flex-direction:column;gap:12px;justify-content:center}#social-links a{border-bottom:1px solid #465046;padding:12px 0;min-width:170px}#social-links a:hover{color:var(--accent)}@media(max-width:750px){.contact{flex-direction:column}}

.support{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px;margin-bottom:60px;border:1px solid #48523b;border-radius:6px;background:#1a2116}.support h2{font-size:clamp(2rem,3vw,3rem)}.support p:not(.eyebrow){color:var(--muted);line-height:1.6;max-width:520px}.support-action{flex:0 1 290px}.support-action .button:disabled{cursor:default;background:#d8ff62;color:#14200c;opacity:.75}.support-action p{font-size:14px;margin:14px 0 0}@media(max-width:750px){.support{padding:25px;flex-direction:column;align-items:start;gap:20px}.support-action{flex:auto}}

.watch-video{display:inline-block;background:transparent;color:var(--accent);border:1px solid #485048;border-radius:4px;padding:10px 14px;font-size:14px;margin:10px 8px 0 0}.watch-video:hover{background:#26301b}
.video-dialog{width:min(900px,94vw);max-height:90dvh;overflow:auto;background:var(--panel);color:var(--ink);border:1px solid #485048;border-radius:8px;padding:24px}
.video-dialog::backdrop{background:#000c}.video-header{display:flex;justify-content:space-between;align-items:start;gap:16px}.video-header h2{font-size:clamp(1.4rem,4vw,2rem);margin:0;letter-spacing:-.03em}.video-close{background:transparent;color:var(--ink);border:1px solid #485048;border-radius:4px;padding:10px;white-space:nowrap}.video-dialog p{color:var(--muted);font-size:14px}.video-frame{aspect-ratio:16/9;background:#000}.video-frame iframe{width:100%;height:100%;border:0;display:block}.video-fallback{display:inline-block;color:var(--accent);margin-top:18px;font-size:14px}
@media(max-width:500px){.video-dialog{padding:16px}.watch-video{width:100%;text-align:center}}
