:root{color-scheme:dark;--bg:#101010;--panel:#171717;--ink:#ffffff;--muted:#b2b2b2;--accent:#ffffff;--line:#343434}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:5px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.skip{position:fixed;top:-100px;left:16px;z-index:10;padding:16px;background:var(--ink);color:var(--bg)}.skip:focus{top:16px}.site-header{max-width:1600px;margin:auto;padding:27px 4.5%;display:flex;gap:35px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-family:'Great Vibes',cursive;font-size:32px;line-height:1.3;white-space:nowrap}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px}.site-header nav a:hover{color:var(--accent)}.header-listen{font-size:14px;border:1px solid #5b5b5b;padding:11px 16px;display:flex;gap:27px;align-items:center}.header-listen:hover{background:#252525}.hero{max-width:1500px;margin:auto;display:grid;grid-template-columns:1.08fr 1fr;gap:7%;padding:58px 6% 66px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;line-height:1.6;color:var(--muted);margin:0 0 25px}.hero h1{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(85px,10vw,155px);line-height:.86;letter-spacing:-.025em;margin:0;font-weight:600}.accent,.period{color:var(--accent)}.hero-line{font-size:17px;color:var(--muted);line-height:1.55;margin:28px 0}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:25px;padding:13px 20px;font-size:14px;font-weight:700;line-height:1.5;border:1px solid transparent;transition:background .2s,color .2s}.button-primary{background:var(--accent);color:#151515}.button-primary:hover{background:#d1d1d1}.button-outline{background:transparent;color:var(--ink);border-color:#5d5d5d}.button-outline:hover{background:#282828}.hero-feature{max-width:540px;width:100%;justify-self:end}.feature-topline{display:flex;justify-content:space-between;gap:15px;font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--muted);margin-bottom:16px}.hero-cover{display:block;position:relative;overflow:hidden;background:#1b1b1b}.hero-cover img{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover;transition:transform .5s}.hero-cover:hover img{transform:scale(1.025)}.hero-cover-play{position:absolute;bottom:20px;left:20px;right:20px;display:flex;justify-content:space-between;align-items:center;padding:15px 18px;background:#111111ed;border:1px solid #888888;color:#ffffff;font-size:12px;font-weight:700;letter-spacing:.08em}.hero-feature-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px}.hero-feature-bottom h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:36px;line-height:1;margin:0;font-weight:500}.hero-feature-bottom p{font-size:13px;color:var(--muted);margin:8px 0 0}.hero-feature-bottom>a{border:1px solid #575757;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:25px}.platform-bar{border-block:1px solid var(--line);padding:23px 6%;display:flex;justify-content:center;align-items:center;gap:clamp(25px,5vw,80px);flex-wrap:wrap;background:#131313}.platform-bar>span{font-size:12px;letter-spacing:.12em;color:var(--muted)}.platform-bar a{font-size:16px;display:flex;gap:16px;align-items:center;font-weight:600}.platform-bar a:hover{color:var(--accent)}.section-wrap{max-width:1500px;margin:auto;padding:90px 6%}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px}.section-heading .eyebrow{margin-bottom:15px}.section-heading h2,.artist-section h2,.connect-section h2{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(46px,5.5vw,80px);font-weight:500;line-height:1.05;letter-spacing:-.02em;margin:0}.section-heading h2 span,.artist-section h2 span{color:var(--accent)}.section-intro{font-size:14px;color:var(--muted);margin:0 0 3px}.catalog-tools{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:38px;padding-bottom:20px;border-bottom:1px solid var(--line)}.filter-group{display:flex;gap:6px;flex-wrap:wrap}.filter-group button{border:1px solid transparent;background:transparent;color:var(--muted);font-size:14px;padding:9px 13px;min-height:44px;font-weight:600}.filter-group button[aria-pressed=true]{border-color:#5c5c5c;background:#252525;color:var(--ink)}.filter-group button:hover{color:var(--ink)}.filter-group button span{font-size:12px;margin-left:6px;color:var(--accent)}.search{width:280px;max-width:100%}.search input{width:100%;min-height:44px;border:1px solid #4b4b4b;background:#151515;padding:10px 12px;color:var(--ink);font-size:14px;border-radius:0}.search input::placeholder{color:#aaaaaa}.catalog-count{font-size:12px;color:var(--muted);margin:18px 0 24px;letter-spacing:.04em}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:44px 24px}.track{min-width:0}.track-cover{display:block;position:relative;overflow:hidden;background:#222222;aspect-ratio:1}.track-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s,opacity .35s}.track-cover:hover img{transform:scale(1.04);opacity:.75}.cover-action{position:absolute;right:10px;bottom:10px;padding:7px 11px;display:flex;gap:14px;background:#0c0c0cef;border:1px solid #575757;font-size:12px}.track-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:17px 0 6px;font-size:12px;color:var(--muted);line-height:1.4}.track-meta>span{font-size:12px;letter-spacing:.045em}.track h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:32px;font-weight:500;line-height:1.12;margin:0 0 7px;overflow-wrap:anywhere}.track-credit{font-size:13px;color:var(--muted);line-height:1.6;margin:0 0 14px;min-height:42px}.track-links{display:flex;gap:6px 15px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:10px}.track-links a{font-size:12px;display:flex;gap:6px;align-items:center;min-height:32px}.track-links a:hover{color:var(--accent)}.release-note{font-size:12px;color:var(--muted);margin-top:8px}.release-note summary{cursor:pointer;min-height:32px;display:list-item}.release-note p{margin:8px 0}.no-results{padding:50px 20px;text-align:center;border:1px solid var(--line)}.no-results h3{font-size:24px}.no-results p{color:var(--muted)}.artist-section{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10%}.artist-section .eyebrow{margin-bottom:20px}.artist-section h2{font-size:clamp(44px,5vw,70px)}.text-link{display:inline-flex;gap:25px;border-bottom:1px solid #6a6a6a;padding:0 0 6px;margin-top:30px;font-size:14px}.artist-copy>p{margin:0 0 22px;color:#cacaca;font-size:16px;line-height:1.9}.artist-label{margin-top:34px;border-top:1px solid var(--line);padding-top:22px;display:flex;flex-direction:column;gap:5px}.artist-label span:first-child{font-family:'Barlow Condensed',Impact,sans-serif;font-size:27px;letter-spacing:.06em}.artist-label span:last-child{font-size:12px;color:var(--muted);letter-spacing:.12em}.connect-section{border-top:1px solid var(--line);background:#1d1d1d;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.connect-section .eyebrow{color:#b6b6b6;margin-bottom:20px}.connect-section h2{font-size:clamp(48px,5.5vw,80px)}.script{font-family:'Great Vibes',cursive;font-size:1.14em;color:var(--accent);font-weight:400}.connect-section p:not(.eyebrow){font-size:14px;color:#b7b7b7;margin-bottom:0}.connect-links>a{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:21px 0;border-bottom:1px solid #515151;font-size:clamp(18px,2vw,25px)}.connect-links>a:first-child{border-top:1px solid #515151}.connect-links small{display:block;font-size:12px;letter-spacing:.08em;color:#b7b7b7;margin-bottom:7px}.connect-links a:hover{color:var(--accent)}footer{max-width:1500px;margin:auto;padding:35px 6%;display:flex;gap:24px;align-items:center;justify-content:space-between}footer p,footer>a:last-child{font-size:12px;color:var(--muted)}@media(min-width:1600px){.hero{padding-block:75px}}@media(max-width:1050px){.hero{gap:5%;padding-inline:5%}.hero h1{font-size:clamp(85px,11vw,130px)}.hero-buttons .button{gap:15px;padding-inline:15px}.header-listen{display:none}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.section-wrap{padding-inline:5%}.platform-bar{gap:28px}.artist-section{gap:6%}}@media(max-width:700px){.site-header{padding:20px 6%;flex-wrap:wrap;gap:17px}.wordmark{font-size:29px}.site-header nav{gap:24px;font-size:14px}.hero{grid-template-columns:1fr;gap:42px;padding:40px 6% 42px}.hero h1{font-size:clamp(90px,22vw,145px);line-height:.88}.hero .eyebrow{font-size:12px;max-width:300px;margin-bottom:25px}.hero-line{font-size:16px;margin:24px 0}.hero-feature{max-width:100%;width:100%}.hero-feature-bottom h2{font-size:32px}.platform-bar{display:grid;grid-template-columns:1fr 1fr;gap:16px 22px;padding:25px 6%}.platform-bar>span{grid-column:1/-1}.platform-bar a{justify-content:space-between;font-size:14px}.section-wrap{padding:58px 6%}.section-heading{display:block}.section-heading h2{font-size:52px}.section-intro{margin-top:18px}.catalog-tools{margin-top:27px;gap:18px}.search{width:100%}.filter-group{gap:2px}.filter-group button{padding:8px 10px;font-size:13px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.track h3{font-size:29px}.track-meta{flex-wrap:wrap;gap:4px}.track-meta>span{font-size:12px}.track-credit{min-height:42px;font-size:13px}.track-links{gap:2px 12px}.track-links a{min-height:36px;font-size:12px}.artist-section,.connect-section{grid-template-columns:1fr;gap:34px}.artist-copy>p{font-size:16px}.connect-section h2{font-size:55px}.connect-links>a{font-size:23px}footer{flex-wrap:wrap;gap:15px;padding:30px 6%}footer .wordmark{width:100%}footer p{margin:0}.hero-cover-play{left:14px;right:14px;bottom:14px}.section-heading h2,.artist-section h2,.connect-section h2{overflow-wrap:break-word}}@media(max-width:370px){.catalog-grid{grid-template-columns:1fr}.hero h1{font-size:90px}.hero-buttons{display:grid}.filter-group button{padding-inline:7px}.section-heading h2{font-size:46px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.track-links a{font-size:14px;min-height:40px}.track-credit{font-size:14px}.release-note{font-size:13px}.filter-group button{font-size:14px}.artist-copy>p{max-width:56ch}
.archive-title{aspect-ratio:1;border:1px solid #515151;background:#1d1d1d;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.archive-title>span{font-size:12px;letter-spacing:.08em;color:#b6b6b6}.archive-title strong{font-family:"Barlow Condensed",Impact,sans-serif;font-size:clamp(56px,6vw,86px);line-height:1;color:var(--accent);font-weight:500}.archive-status{font-size:14px;color:var(--muted);border-top:1px solid var(--line);padding-top:14px}
.site-header nav a,.platform-bar a,footer>a,.text-link{min-height:44px;display:inline-flex;align-items:center}.track-links a,.release-note summary{min-height:44px}.track-links a{text-decoration:underline;text-underline-offset:4px}.release-note summary{padding-block:10px}.search input{font-size:16px}.hero-line{max-width:38ch;color:var(--ink)}.catalog-note{font-size:14px;color:var(--muted);max-width:70ch;margin:0 0 28px}.catalog-count{font-size:14px;margin-bottom:8px}.track-credit{min-height:0}.track-links{gap:4px 18px}.archive-status strong{color:var(--accent)}.section-intro{max-width:30ch;font-size:16px}.artist-heading .text-link{line-height:1.6}main:focus{outline:none}.hero h1{font-size:clamp(85px,9.3vw,140px)}
.site-header>.wordmark{min-height:44px;display:inline-flex;align-items:center}
@media(max-width:700px){.site-header{padding-block:14px;gap:8px}.site-header nav{width:100%;justify-content:space-between;gap:12px}.hero{padding-top:28px;gap:32px}.hero h1{font-size:clamp(76px,20vw,126px)}.hero .eyebrow{margin-bottom:20px;max-width:none}.hero-line{margin-block:22px}.hero-buttons .button{flex:1 1 155px;gap:12px;padding-inline:12px}.section-heading h2{font-size:clamp(42px,10vw,60px)}.section-wrap{padding-block:48px}.track-meta{margin-top:14px}.track-links a{min-height:44px;font-size:14px}.connect-links>a{overflow-wrap:anywhere}.filter-group{gap:6px}.filter-group button{font-size:14px;padding-inline:12px;border-color:var(--line)}.search input{font-size:16px}.platform-bar{gap:4px 22px}.artist-section h2{font-size:clamp(40px,10vw,60px)}}
@media(max-width:480px){.catalog-grid{grid-template-columns:1fr;gap:36px}.track h3{font-size:34px}.track-meta{flex-wrap:nowrap}.track-credit{margin-bottom:12px}.track-links{justify-content:flex-start;gap:4px 20px}.archive-title{aspect-ratio:1.4}.hero-buttons{display:flex}.hero h1{font-size:clamp(72px,20vw,96px)}.hero-cover-play{font-size:11px;padding-inline:12px}.connect-links>a{font-size:21px}.wordmark{font-size:28px}.catalog-tools{gap:14px}}
