@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#161616;--paper:#fafaf8;--line:#d8d8d3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #607cbd;outline-offset:5px}img{display:block;width:100%;object-fit:cover}.announcement{background:#181818;color:#fff;padding:11px 4%;font-size:12px;letter-spacing:1.5px;display:flex;justify-content:space-between}header{height:100px;padding:0 4%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid var(--line)}.logo{font-size:29px;font-weight:800;letter-spacing:-1.8px}.logo span{font-size:13px;vertical-align:top;letter-spacing:0}nav{display:flex;gap:35px;font-size:14px}nav a:hover{text-decoration:underline;text-underline-offset:6px}.bag{background:none;border:0;font-size:14px}.bag span{display:inline-grid;place-items:center;background:#171717;color:white;width:23px;height:23px;border-radius:50%;margin-left:9px}.hero{position:relative;background:#232323;height:650px;color:#fff;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0;height:100%;width:100%}.hero-photo{object-position:center 35%}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.8),rgba(0,0,0,.05) 75%)}.hero-copy{position:relative;padding:64px 6%;width:70%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(70px,8.5vw,130px);font-weight:700;line-height:.88;letter-spacing:-2px;margin-bottom:25px}h2{font-size:clamp(28px,3.2vw,46px);font-weight:500;line-height:1.1;letter-spacing:-1.7px;margin-bottom:24px}h3{font-size:16px;font-weight:500}.release{font-size:12px;letter-spacing:1.5px;display:flex;gap:20px;margin:25px 0 12px}.hero-copy>p:not(.eyebrow):not(.release){color:#dfdfdf;font-size:16px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:48px;padding:17px 23px;border:1px solid transparent;font-size:14px;font-weight:600;margin-top:14px}.light{background:#f9f9f6;color:#161616}.dark{background:#161616;color:white}.button:hover{background:#bcca9a;color:#161616}.hero-preview{position:absolute;right:4%;bottom:48px;width:275px;background:#fafaf8;color:#161616;display:flex;align-items:center;padding:12px;gap:14px}.hero-preview img{width:85px;height:105px}.hero-preview span{font-size:10px;letter-spacing:1px;line-height:1.6;display:block;margin-bottom:12px}.hero-preview strong{font-size:14px;font-weight:500}.slide-control{position:absolute;bottom:27px;left:6%;display:flex;gap:23px;align-items:center;font-size:12px}.slide-control>div{display:flex;gap:7px}.slide-control button{color:white;background:none;border:0}.slide-control .dot{width:27px;height:16px;border-bottom:2px solid #ffffff55;padding:0}.slide-control .dot.active{border-color:#fff}.brand-strip{padding:24px 4%;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;font-size:12px;letter-spacing:1.3px}.section{padding:72px 4%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:15px}.section-heading>a{font-size:14px;border-bottom:1px solid;padding-bottom:5px;white-space:nowrap}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{padding:0;border:0;background:none;text-align:left;color:inherit}.product-image{position:relative;background:#e9e9e6;overflow:hidden;aspect-ratio:4/5}.product-image img{height:100%;transition:transform .5s}.product:hover img{transform:scale(1.035)}.product-tag{position:absolute;top:15px;left:14px;font-size:10px;letter-spacing:1px;background:#fafaf8e8;padding:7px}.quick{position:absolute;bottom:0;left:0;right:0;padding:13px;background:#fafaf8ed;text-align:center;opacity:0;transition:.2s;font-size:13px}.product:hover .quick,.product:focus-visible .quick{opacity:1}.product-meta{display:flex;justify-content:space-between;font-size:11px;letter-spacing:.7px;margin:18px 0 8px}.product h3{font-size:14px;margin-bottom:0}.essentials{margin:20px 4%;background:#191919;color:white;display:grid;grid-template-columns:1fr 1fr;min-height:490px}.essentials>div{padding:65px 12%}.essentials h2{font-size:58px}.essentials p{line-height:1.7}.essentials>img{height:100%;max-height:530px}.artists{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.artist-card>div{position:relative;height:380px;overflow:hidden}.artist-card img{height:100%;filter:grayscale(100%);transition:.4s}.artist-card:hover img{filter:grayscale(0);transform:scale(1.03)}.artist-card>div>span{position:absolute;bottom:20px;left:20px;color:white;font-size:12px;letter-spacing:1px;background:#16161688;padding:8px}.artist-card h3{font-size:25px;margin:20px 0 8px;font-weight:600;letter-spacing:-.8px}.artist-card p,.small{font-size:12px;letter-spacing:1px}.artist-card p{color:#6d6d6d}.two{grid-template-columns:1fr 1fr}.two .artist-card>div{height:440px}footer{background:#151515;color:white;padding:55px 4% 25px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:25px}footer>div{font-size:13px;line-height:1.8}footer>div span{color:#a4a4a4}footer>a:last-of-type{justify-self:end;font-size:14px}footer>p{grid-column:1/-1;border-top:1px solid #444;padding-top:24px;margin:20px 0 0;font-size:12px;display:flex;justify-content:space-between;color:#a4a4a4}.artist-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--artist-color)}.artist-hero>div{padding:45px 9% 55px}.breadcrumb{display:block;font-size:11px;letter-spacing:1.3px;margin-bottom:70px}.artist-hero h1{font-size:110px}.artist-hero p:not(.eyebrow){max-width:420px;line-height:1.7}.artist-hero>img{height:650px;filter:grayscale(100%)}.support-strip{padding:23px 4%;background:#171717;color:white;display:flex;gap:50px;font-size:12px;letter-spacing:1px}.support-strip span{letter-spacing:0}.music{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10%;border-bottom:1px solid var(--line)}.album{aspect-ratio:1;max-width:420px;padding:32px;display:flex;flex-direction:column;justify-content:space-between}.album>span{font-size:11px;letter-spacing:2px}.album>strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:80px;line-height:.9;letter-spacing:-2px}.muted{color:#707070;line-height:1.65}.three{grid-template-columns:repeat(3,1fr)}.shows{background:#ecece8}.show{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:26px 0;border-top:1px solid #bcbcb6;align-items:center}.show>div>span{display:block;font-size:14px;color:#666;margin-top:8px}.catalog-top{padding:70px 4% 45px;border-bottom:1px solid var(--line)}.catalog-top h1{font-size:90px;line-height:1}.catalog-top p:last-child{color:#666;margin:0}.catalog{padding-top:30px}.filters{display:flex;gap:25px;align-items:end;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:35px}.filters label{font-size:12px;letter-spacing:1px}select,input{display:block;border:1px solid #c9c9c3;background:transparent;padding:12px 14px;border-radius:0;margin-top:8px;min-width:170px;color:inherit}#result-count{margin-left:auto;font-size:13px;padding-bottom:13px}.catalog .products{row-gap:45px}dialog{border:0;padding:45px;width:min(900px,94vw);max-height:90vh;overflow:auto;background:var(--paper)}dialog::backdrop{background:#0009}.close{position:absolute;top:10px;right:17px;border:0;background:none;font-size:30px}.detail{display:grid;grid-template-columns:1fr 1fr;gap:35px}.detail>img{height:440px}.detail h2{font-size:32px;margin-top:15px}.detail p{font-size:14px;line-height:1.6}.detail label{font-size:14px}#bag-dialog{width:min(620px,94vw)}.bag-item{display:flex;gap:20px;border-bottom:1px solid var(--line);padding:20px 0}.bag-item img{width:80px;height:100px}.bag-item strong{font-size:14px}.bag-item p{font-size:13px;margin:10px 0}.bag-item button{border:0;background:none;text-decoration:underline;font-size:12px;padding:0}#bag-dialog label{display:block;margin-top:25px;font-size:14px}.apply{margin-top:12px;padding:10px 18px;background:#161616;color:white;border:0}.subtotal{border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between}#code-message{font-size:14px;margin-top:15px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#171717;color:white;padding:16px 28px;opacity:0;pointer-events:none;transition:.2s;z-index:20}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:900px){header{height:85px}.logo{font-size:25px}nav{gap:20px}nav a:last-child{display:none}.hero{height:650px}.hero-copy{padding-top:70px;width:90%}.hero-preview{width:245px;bottom:25px}.products{grid-template-columns:repeat(2,1fr)}.essentials h2{font-size:42px}.essentials>div{padding:45px 10%}.artist-card>div{height:280px}.artist-hero h1{font-size:85px}.artist-hero>img{height:600px}.album>strong{font-size:60px}.three{grid-template-columns:repeat(3,1fr)}.product-meta{font-size:10px}.artist-hero>div{padding:35px 8%}footer{grid-template-columns:1fr 1fr}footer>a:last-of-type{display:none}.show{grid-template-columns:90px 1fr}.show>.small{grid-column:2}.filters{gap:12px}.filters select{min-width:140px}}@media(max-width:600px){.announcement{font-size:10px;justify-content:center}.announcement span{display:none}header{height:auto;min-height:100px;flex-wrap:wrap;padding:18px 5%;gap:20px}.logo{font-size:25px}nav{order:3;width:100%;justify-content:space-between;font-size:13px}nav a:last-child{display:block}.hero{height:650px}.hero-copy{padding:45px 6%}.hero-copy h1{font-size:94px}.hero-photo{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#000b,#0003)}.hero-preview{right:6%;bottom:57px;width:230px}.hero-preview img{height:65px;width:60px}.hero-preview span{font-size:9px;margin-bottom:4px}.hero-preview strong{font-size:12px}.slide-control{bottom:20px}.brand-strip{justify-content:center;font-size:10px}.brand-strip span:not(:first-child){display:none}.section{padding:48px 5%}.section-heading{align-items:start}.section-heading>a{font-size:12px}.section-heading .small{display:none}.eyebrow{font-size:10px;letter-spacing:1.3px}h2{font-size:30px;letter-spacing:-1px}.products{gap:13px}.product-tag{font-size:8px;left:7px;top:7px;padding:5px}.product-meta{font-size:9px;letter-spacing:0;gap:5px}.product h3{font-size:13px;line-height:1.5}.quick{display:none}.essentials{margin:0;grid-template-columns:1fr}.essentials>div{padding:45px 6%}.essentials>img{max-height:330px}.artists{grid-template-columns:1fr;gap:30px}.artist-card>div{height:440px}.artist-card h3{margin-top:14px}.artist-hero{grid-template-columns:1fr}.artist-hero>div{padding:30px 6% 40px}.breadcrumb{margin-bottom:35px}.artist-hero h1{font-size:100px}.artist-hero>img{height:420px}.support-strip{display:block;line-height:1.8;padding:20px 6%}.support-strip span{display:block;margin-top:5px}.music{grid-template-columns:1fr;gap:35px}.album{width:100%;max-width:none}.album>strong{font-size:80px}.three{grid-template-columns:repeat(2,1fr)}.two .artist-card>div{height:420px}.catalog-top{padding:45px 5% 35px}.catalog-top h1{font-size:62px}.filters{flex-wrap:wrap;gap:15px}.filters label{width:calc(50% - 8px);font-size:11px}.filters select{width:100%;min-width:0;font-size:13px;padding:10px 7px}#result-count{margin-left:0}.detail{grid-template-columns:1fr}.detail>img{height:280px}dialog{padding:40px 22px 25px}.show{grid-template-columns:70px 1fr;font-size:14px}.show .small{font-size:10px}footer{grid-template-columns:1fr;padding:40px 6%}footer>p{display:block;line-height:1.7}footer>p span{display:block;margin-top:10px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.product-image .merch-crop{width:100%;height:100%;object-fit:cover}.detail .merch-crop{object-fit:cover;width:100%;height:460px}.bag-item .merch-crop{object-fit:cover}.collection-campaign{margin-bottom:35px;background:#ddd}.collection-campaign img{width:100%;height:auto}.collection-note{margin-top:25px}.social-links{display:flex;gap:24px;margin-top:25px;font-size:14px}.real-artist h1{font-size:clamp(64px,7vw,110px);overflow-wrap:anywhere}.real-artist>img{filter:none;object-position:center}.real-music iframe{border-radius:12px;max-width:100%}.artist-search{display:block;max-width:600px;margin-bottom:24px}.artist-search input{width:100%;margin-top:12px}.hero-preview img{object-fit:cover;object-position:left}.hero-photo{object-position:center}.artists .artist-card img{filter:none}.hero-copy h1{overflow-wrap:anywhere}@media(max-width:600px){.hero-copy h1{font-size:76px}.real-artist h1{font-size:78px}.detail .merch-crop{height:360px}.real-music{gap:30px}.collection-campaign{margin-bottom:24px}}
.sheet-product{position:relative;overflow:hidden;background:#ddd}.product-image.sheet-product{aspect-ratio:1/1.65}.sheet-product img.merch-crop{position:absolute;top:0;left:calc(var(--panel)* -100%);width:300%;max-width:none;height:100%;object-fit:fill;transform:none!important}.detail-picture{height:460px;min-width:0}.detail-picture:not(.sheet-product) img{height:100%}.bag-picture{width:70px;height:120px;flex-shrink:0}.bag-picture img{height:100%;width:100%}.preview-picture{width:75px;height:120px;flex-shrink:0}.hero-preview img.merch-crop{height:100%;width:300%}.hero-copy h1{font-size:clamp(64px,8vw,115px)}@media(max-width:600px){.hero-copy h1{font-size:66px}.hero-preview{width:225px}.preview-picture{height:88px;width:54px}.detail-picture{height:410px}.product-image.sheet-product{aspect-ratio:1/1.7}}
