.button-component{display:flex;align-items:center;gap:12px;height:80px;padding:0 16px 0 0;margin:0;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:8px;text-decoration:none;color:#fff;transition:background .2s ease,border-color .2s ease,transform .15s ease;width:100%;box-sizing:border-box;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.button-component:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12)}.button-component:active{transform:scale(.985)}.button-component--no-icon{padding-left:16px;text-align:center}.button-component--medium{height:64px;padding:0 24px;background:transparent;border:1px solid hsla(0,0%,100%,.15);justify-content:center;text-align:center;gap:8px}.button-component--medium .button-component__label{text-align:center;flex:none}.button-component--medium i,.button-component--medium svg{color:hsla(0,0%,100%,.5);flex-shrink:0}.button-component--medium:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.3);transform:none}.button-component--pill{height:48px;width:auto;padding:0 28px;margin:0 auto;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.15);border-radius:24px;justify-content:center}.button-component--pill .button-component__label{flex:none;font-size:13px}.button-component--pill i,.button-component--pill svg{color:hsla(0,0%,100%,.5);flex-shrink:0}.button-component--pill:hover{background:hsla(0,0%,100%,.18);transform:none}.button-component:hover{background:hsla(0,0%,100%,.12);transform:translateY(-1px)}.button-component__icon{width:80px;height:80px;margin:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);border-radius:8px;flex-shrink:0;position:relative;overflow:hidden}.button-component__noise{display:none}.button-component__noise[data-seed="0"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.button-component__noise[data-seed="1"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='12345'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.button-component__noise[data-seed="2"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='24690'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.button-component__noise[data-seed="3"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='37035'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.button-component__icon .icon-apple-music,.button-component__icon i{font-size:32px;color:hsla(0,0%,100%,.5);position:relative;z-index:1}.button-component__icon .bi-apple{font-size:38px}.button-component__icon .icon-apple-music{display:inline-block;width:32px;height:32px;background-size:contain;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgba(255,255,255,0.5)'%3E%3Cpath d='M17 2.5v11a3 3 0 1 1-2-2.83V5.29l-8 1.77v8.44a3 3 0 1 1-2-2.83V4.5l12-2.67v.67z'/%3E%3C/svg%3E")}.button-component__icon .button-component__svg-icon{display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);position:relative;z-index:1}.button-component__icon .button-component__svg-icon svg{width:32px;height:32px}.button-component__label{flex:1;font-size:14px;font-weight:500;font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:16px}.button-component__arrow{color:#fff;transition:transform .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:16px}.button-component:hover .button-component__arrow{transform:translate(2px,-2px);color:hsla(0,0%,100%,.8)}@media (max-width:768px){.button-component{height:80px;padding:0 16px 0 0;gap:12px}.button-component__icon{width:80px;height:80px;margin:0}.button-component--medium{height:64px;padding:0 24px}.button-component--pill{height:48px;width:auto}.button-component__icon .icon-apple-music,.button-component__icon i{font-size:24px}.button-component__label{font-size:14px;line-height:16px}}.smart-links{width:100%}.smart-links__buttons{display:flex;gap:8px;justify-content:center}.smart-links__btn{flex:1;max-width:200px;padding:14px 24px;border:none;border-radius:100px;font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:transform .15s ease,opacity .15s ease}.smart-links__btn:active{transform:scale(.96)}.smart-links__btn--listen{background:#fff;color:#000}.smart-links__btn--buy{background:hsla(0,0%,100%,.12);color:#fff;border:1px solid hsla(0,0%,100%,.2)}.smart-links__overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:smartLinksOverlayIn .2s ease}@keyframes smartLinksOverlayIn{0%{opacity:0}to{opacity:1}}.smart-links__modal{width:100%;max-width:420px;max-height:70vh;background:#1a1a1a;border-radius:20px 20px 0 0;overflow:hidden;display:flex;flex-direction:column;animation:smartLinksModalIn .25s cubic-bezier(.4,0,.2,1)}@keyframes smartLinksModalIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.smart-links__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px}.smart-links__modal-title{font-size:18px;font-weight:700;color:#fff}.smart-links__modal-close{background:none;border:none;color:hsla(0,0%,100%,.5);font-size:24px;cursor:pointer;padding:0;line-height:1}.smart-links__modal-list{flex:1;overflow-y:auto;padding:0 12px 20px;display:flex;flex-direction:column;gap:2px}.smart-links__modal-item{display:flex;align-items:center;gap:14px;padding:14px 12px;border-radius:12px;color:#fff;text-decoration:none;transition:background .1s ease;cursor:pointer}.smart-links__modal-item:hover{background:hsla(0,0%,100%,.06)}.smart-links__modal-label{flex:1;font-size:15px;font-weight:500}.smart-links__modal-item svg:last-child{opacity:.3}@media (min-width:640px){.smart-links__overlay{align-items:center}.smart-links__modal{border-radius:20px;max-height:60vh}@keyframes smartLinksModalIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}}.link-component{width:100%;box-sizing:border-box}.link-component--card{display:grid;grid-template-columns:auto 1fr;gap:8px;padding:0;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease}.link-component--card:hover{background:hsla(0,0%,100%,.07);border-color:hsla(0,0%,100%,.16)}.link-component--card .link-component__media{width:152px;aspect-ratio:1;background:hsla(0,0%,100%,.06);border-radius:0 8px 8px 0;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.link-component--card .link-component__media img,.link-component--card .link-component__media video{width:100%;height:100%;object-fit:cover}.link-component--card .link-component__media-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.link-component--card .link-component__media-empty i{font-size:24px;color:hsla(0,0%,100%,.2)}.link-component__noise-overlay{position:absolute;inset:0;opacity:.33;mix-blend-mode:multiply;pointer-events:none;z-index:1}.link-component__noise-overlay[data-seed="0"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="1"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='12345'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="2"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='24690'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="3"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='37035'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="4"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='49380'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="5"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='61725'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="6"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='74070'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component__noise-overlay[data-seed="7"]{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.32' numOctaves='1' stitchTiles='stitch' seed='86415'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.link-component--card .link-component__content{display:flex;flex-direction:column;justify-content:center;gap:8px;padding:16px;overflow:hidden;min-width:0}.link-component--card .link-component__headline{font-size:15px;font-weight:600;color:#fff;margin:0 0 -8px;word-wrap:break-word;overflow-wrap:break-word}.link-component--card .link-component__desc,.link-component--card .link-component__headline{font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;line-height:24px}.link-component--card .link-component__desc{font-size:14px;color:hsla(0,0%,100%,.7);font-weight:300;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.link-component--card .link-component__btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:hsla(0,0%,100%,.5);font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;text-decoration:none;margin-top:4px;transition:color .15s ease}.link-component--card:hover .link-component__btn{color:#fff}.link-component--card .link-component__btn i{font-size:10px;transition:transform .2s ease}.link-component--card:hover .link-component__btn i{transform:translateX(2px)}.link-component--hero{position:relative;aspect-ratio:16/9;min-height:224px;background:#000;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.link-component--hero-portrait{aspect-ratio:4/5}.link-component--hero .link-component__media{position:absolute;inset:0;z-index:0;overflow:hidden;background:#000;scale:1.02}.link-component--hero .link-component__media img,.link-component--hero .link-component__media video{width:100%;height:100%;object-fit:cover}.link-component--hero .link-component__media iframe{position:absolute;top:50%;left:50%;width:200%;height:200%;transform:translate(-50%,-50%)}.link-component--hero .link-component__overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.4) 40%,rgba(0,0,0,.2));z-index:1}.link-component--hero .link-component__headline{position:absolute;top:16px;left:16px;right:16px;font-size:24px;font-weight:700;color:#fff;z-index:2;font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;text-shadow:0 2px 12px rgba(0,0,0,.4);line-height:32px;margin:0}.link-component--hero .link-component__bottom{position:absolute;bottom:16px;left:16px;right:16px;z-index:2}.link-component--hero .link-component__desc{color:hsla(0,0%,100%,.9);font-weight:300;margin:0 0 16px;max-width:70%;text-shadow:0 1px 4px rgba(0,0,0,.3)}.link-component--hero .link-component__btn,.link-component--hero .link-component__desc{font-size:14px;line-height:24px;font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif}.link-component--hero .link-component__btn{display:inline-flex;align-items:center;gap:8px;padding:8px 24px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;border-radius:999px;font-weight:600;text-decoration:none;transition:all .2s ease;border:1px solid hsla(0,0%,100%,.15)}.link-component--hero .link-component__btn:hover{background:hsla(0,0%,100%,.3);transform:scale(1.03)}.link-component--hero .link-component__btn i{font-size:12px;transition:transform .2s ease}.link-component--hero .link-component__btn:hover i{transform:translateX(2px)}@media (max-width:768px){.link-component--card .link-component__media{width:120px}.link-component--card .link-component__content{gap:8px;padding:8px}.link-component--card .link-component__headline{font-size:14px;line-height:16px}.link-component--card .link-component__desc{font-size:13px;line-height:16px;-webkit-line-clamp:2}.link-component--hero{aspect-ratio:4/3;min-height:200px}.link-component--hero-portrait{aspect-ratio:4/5}.link-component--hero .link-component__headline{font-size:24px;line-height:32px;top:16px;left:16px;right:16px}.link-component--hero .link-component__bottom{bottom:16px;left:16px;right:16px}.link-component--hero .link-component__desc{font-size:12px;line-height:16px;margin-bottom:8px;max-width:85%}.link-component--hero .link-component__btn{padding:8px 16px;font-size:14px;line-height:24px}}.heading-block{width:100%;padding:24px 0 16px}.heading-block__text{margin:0;color:#fff;font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:-.01em}.heading-block--m .heading-block__text{font-size:16px;line-height:24px}.heading-block--l .heading-block__text{font-size:24px;line-height:32px}.heading-block--xl .heading-block__text{font-size:36px;line-height:40px;font-weight:400}.heading-block__empty{color:hsla(0,0%,100%,.3);font-size:16px;line-height:24px;font-weight:700;font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif}@media (max-width:768px){.heading-block{padding:24px 0 8px}.heading-block--m .heading-block__text{font-size:14px;line-height:24px}.heading-block--l .heading-block__text{font-size:20px;line-height:24px}.heading-block--xl .heading-block__text{font-size:28px;line-height:36px}}.pages-component{width:100%}.pages-component-title{font-family:TWKLausanne,system-ui,sans-serif;font-weight:800;font-size:18px;line-height:1.2;margin:0 0 12px;padding:0 1rem}.pages-cascade{display:flex;flex-direction:column;gap:22px}.pages-card{display:block;position:relative;text-decoration:none;color:#fff;border-radius:14px;overflow:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;transition:transform .18s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px rgba(0,0,0,.28)}.pages-card:not(.pages-card--static):active{transform:scale(.985)}.pages-card-media{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.pages-card-media>img{width:100%;height:100%;object-fit:cover;display:block}.pages-card-scrim{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,transparent 45%);pointer-events:none}.pages-card-badge{position:absolute;top:10px;left:10px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:4px 9px;border-radius:999px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.18)}.pages-card-meta{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:center;gap:10px}.pages-card-thumb{width:24px;height:24px;border-radius:5px;object-fit:cover;flex-shrink:0;border:1px solid hsla(0,0%,100%,.25);box-shadow:0 2px 8px rgba(0,0,0,.45)}.pages-card-title{font-family:TWKLausanne,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:500;font-size:14px;line-height:1.2;color:hsla(0,0%,100%,.92);text-shadow:0 1px 8px rgba(0,0,0,.5);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pages-component--empty{padding:1.25rem 1rem;border:1px dashed hsla(0,0%,100%,.2);border-radius:14px;color:hsla(0,0%,100%,.55);font-size:13px;text-align:center}@media (min-width:1024px){html.fw-desktop .release-view-content{max-width:none!important;margin-top:0!important;margin-bottom:0!important;border-radius:0!important}html.fw-desktop .saved-components-container{padding-left:2.5vw!important;padding-right:2.5vw!important}html.fw-desktop .breakout-card{margin-left:0!important;margin-right:0!important;width:auto!important}html.fw-desktop [data-hero-area]{min-height:90vh;margin:2.5vw;padding:6vh 2.5vw!important;border-radius:24px;overflow:hidden;display:flex;flex-direction:column}html.fw-desktop [data-hero-area] .aspect-square{display:none!important}html.fw-desktop .artist-hero-stack{margin-top:0!important}html.fw-desktop .heading-block__text,html.fw-desktop .link-component__headline,html.fw-desktop .text-block-title,html.fw-desktop [data-hero-area] h1{font-size:4vw!important;line-height:1.04!important;letter-spacing:-.01em}html.fw-desktop .link-component__desc,html.fw-desktop .text-block-paragraph,html.fw-desktop [data-hero-area] h2{font-size:max(16px,1.75vw)!important;line-height:1.4!important}html.fw-desktop .saved-components-container :is(p,a,li,button,.pages-card-title){font-size:max(16px,1em)}html.fw-desktop .link-component--card{grid-template-columns:1fr 1fr!important;min-height:56vh;align-items:stretch!important}html.fw-desktop .link-component--card .link-component__media{aspect-ratio:auto!important;width:100%!important;height:100%!important}html.fw-desktop .link-component--card .link-component__content{padding:3vw!important;align-self:center}html.fw-desktop .pages-cascade{display:grid!important;grid-template-columns:1fr 1fr;gap:2vw}html.fw-desktop .pages-card-media{aspect-ratio:4/5}html.fw-desktop .pages-card:last-child:nth-child(odd){grid-column:1/-1}html.fw-desktop .pages-card:last-child:nth-child(odd) .pages-card-media{aspect-ratio:16/9}html.fw-desktop .releases-media-container{aspect-ratio:auto!important;height:34vh!important}html.fw-desktop .saved-components-container>*{margin-bottom:2vw}}