:root{--bg:#080808;--panel:#111;--panel2:#171717;--text:#fff;--muted:#aaa;--red:#e31722;--border:#2a2a2a}*{box-sizing:border-box}body,html{background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(1180px,92vw);margin:0 auto}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:rgba(8,8,8,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.navin{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:900;letter-spacing:.04em}.brand span{color:var(--red)}.navlinks{display:flex;gap:22px;font-size:14px;color:#ddd}.hero{padding:92px 0 72px;background:radial-gradient(circle at 75% 25%,rgba(227,23,34,.18),transparent 35%)}.eyebrow{color:var(--red);font-weight:800;letter-spacing:.18em;font-size:12px}h1{font-size:clamp(46px,8vw,92px);line-height:.93;margin:18px 0 22px;max-width:900px}.sub{font-size:19px;line-height:1.6;color:#c8c8c8}.search,.sub{max-width:760px}.search{display:flex;gap:10px;margin-top:34px}.input,.select,.textarea{width:100%;background:#111;border:1px solid #333;color:white;border-radius:12px;padding:15px 16px}.btn{background:var(--red);border:0;border-radius:12px;color:#fff;font-weight:800;padding:15px 20px;cursor:pointer}.btn.secondary{background:#1d1d1d;border:1px solid #333}.section{padding:68px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card{background:linear-gradient(180deg,#151515,#0e0e0e);border:1px solid var(--border);border-radius:18px;padding:22px}.card h3{margin-top:0}.badge{display:inline-block;background:rgba(227,23,34,.12);border:1px solid rgba(227,23,34,.45);color:#ff6b73;border-radius:999px;padding:7px 10px;font-size:12px}.muted{color:var(--muted)}.price{font-size:36px;font-weight:900;margin:8px 0}.beatrow{display:grid;grid-template-columns:1.4fr 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #222}audio{width:100%}.formgrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.footer{padding:42px 0;border-top:1px solid var(--border);color:#888}@media(max-width:800px){.beatrow,.grid{grid-template-columns:1fr}.navlinks{display:none}.formgrid{grid-template-columns:1fr}}.card img{max-width:100%}h2{font-size:clamp(30px,4vw,52px);margin:10px 0 18px}.beats-market-section{padding-top:36px}.beats-market-wrap{display:block}.beats-marketbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;flex-wrap:wrap}.market-tabs{display:flex;gap:22px;flex-wrap:wrap}.market-tab{color:#bcbcbc;font-size:15px}.market-tab.active{color:#fff;font-weight:800}.market-search{display:flex;gap:10px;flex:1 1;justify-content:flex-end;max-width:760px}.market-input{max-width:520px}.beats-layout{display:grid;grid-template-columns:300px 1fr;grid-gap:24px;gap:24px;align-items:start}.market-sidebar{position:-webkit-sticky;position:sticky;top:96px}.market-profile-avatar{width:148px;height:148px;border-radius:24px;overflow:hidden;background:#0e0e0e;border:1px solid #282828;margin:0 auto 14px}.market-profile-avatar img{width:100%;height:100%;object-fit:cover}.market-profile-name{text-align:center;font-size:34px;font-weight:900;line-height:1;margin-top:8px}.market-sidebar .muted{text-align:center}.market-stats{margin-top:24px;border-top:1px solid #222;padding-top:18px;display:grid;grid-gap:12px;gap:12px}.market-stats div{display:flex;justify-content:space-between;align-items:center}.market-stats span{color:#aaa}.market-stats strong{font-size:18px}.market-about{margin-top:24px;padding-top:18px;border-top:1px solid #222}.market-main{min-width:0}.beats-heading-row{align-items:end;gap:16px}.beats-heading-row,.market-section-header{display:flex;justify-content:space-between;margin-bottom:18px}.market-section-header{align-items:center}.market-section-header h3{margin:0;font-size:36px}.track-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.track-card{background:linear-gradient(180deg,#121212,#0b0b0b);border:1px solid #232323;border-radius:18px;overflow:hidden}.track-art{aspect-ratio:1/1;background:#050505}.track-art img{width:100%;height:100%;object-fit:cover;display:block}.track-meta{padding:16px}.track-title{font-size:28px;font-weight:900;line-height:1.05;margin-bottom:6px;text-transform:none}.track-sub{color:#b0b0b0;font-size:14px;margin-bottom:14px}.track-price-button{display:inline-flex;padding:12px 18px;border:1px solid #2a5fff;border-radius:12px;font-weight:900;font-size:28px;margin-bottom:14px;min-width:150px;justify-content:center}.track-card audio{width:100%;margin:12px 0}.track-actions{gap:10px;margin-top:10px}.track-actions,.track-tags{display:flex;flex-wrap:wrap}.track-tags{gap:8px;margin-bottom:8px}.tag{display:inline-flex;border:1px solid #2a5fff;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px}.tag.alt{border-color:#555;color:#ddd}@media(max-width:1100px){.track-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.beats-layout{grid-template-columns:1fr}.market-sidebar{position:static}}@media(max-width:700px){.track-grid{grid-template-columns:1fr}.market-search{max-width:none;justify-content:stretch}.market-search .input{max-width:none}.market-tabs{gap:12px}.market-profile-name{font-size:28px}}.license-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.82);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.license-modal{width:min(820px,96vw);max-height:92vh;overflow:auto;background:#0c0c0c;border:1px solid #2d2d2d;border-radius:22px;box-shadow:0 30px 100px rgba(0,0,0,.7);padding:26px;position:relative}.license-close{position:absolute;right:18px;top:14px;width:40px;height:40px;border-radius:50%;border:1px solid #333;background:#171717;color:white;font-size:28px;cursor:pointer}.license-modal-head{display:grid;grid-template-columns:110px 1fr;grid-gap:18px;gap:18px;align-items:center;padding-right:42px}.license-modal-head img{width:110px;height:110px;object-fit:cover;border-radius:14px;border:1px solid #252525}.license-modal-head h2{font-size:38px;margin:6px 0}.license-modal audio{margin:18px 0 8px;width:100%}.license-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin:18px 0}.license-tab{padding:14px;border-radius:12px;border:1px solid #333;background:#151515;color:#bbb;font-weight:800;cursor:pointer}.license-tab.active{background:#fff;color:#111;border-color:#fff}.license-panel{border:1px solid #2a2a2a;border-radius:16px;padding:22px;background:#101010}.license-price-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.license-name{font-size:23px;font-weight:900}.license-big-price{font-size:34px;font-weight:900}.license-exclusive-floor{border:1px solid #e31722;color:#fff;padding:12px 16px;border-radius:12px;font-weight:900;text-align:center}.license-terms{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 20px;gap:12px 20px;margin:24px 0;color:#ddd}.license-main-btn{display:flex;justify-content:center;width:100%;text-align:center;font-size:16px}@media(max-width:700px){.license-modal{padding:18px}.license-modal-head{grid-template-columns:78px 1fr}.license-modal-head img{width:78px;height:78px}.license-modal-head h2{font-size:28px}.license-price-row{flex-direction:column}.license-terms{grid-template-columns:1fr}}.footer-grid{justify-content:space-between;gap:20px}.footer-grid,.social-links{display:flex;align-items:center;flex-wrap:wrap}.social-links{gap:10px}.social-link{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 14px;border:1px solid #242424;border-radius:12px;background:#0d0d0d;color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease}.social-link:hover{transform:translateY(-2px);border-color:#e31722;background:#151515}.social-icon{width:22px;height:22px;display:inline-flex}.social-icon svg{width:22px;height:22px;display:block}.social-links-labeled{margin:16px 0 8px}.social-links-labeled .social-link{height:44px;gap:9px;font-size:13px;font-weight:700}@media(max-width:700px){.footer-grid{align-items:flex-start;flex-direction:column}.social-links-labeled .social-link{width:100%;justify-content:flex-start}}.nav-logo{height:56px;width:auto;border-radius:10px;display:block}.home-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:44px;gap:44px;align-items:center}.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.home-logo-panel{background:#050505;border:1px solid #252525;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center}.home-logo-panel img{width:100%;display:block}.home-credits-flyer-section{padding-top:34px;padding-bottom:42px}.home-credits-flyer{display:block;width:min(820px,100%);margin:0 auto;border-radius:18px}.youtube-card{padding:0!important;overflow:hidden}.youtube-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.youtube-card-body{padding:18px}.youtube-date{margin-top:8px}.youtube-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.engineering-simple{max-width:920px}.engineering-flyer{width:min(760px,100%);border-radius:18px;display:block}.engineering-purchase{font-size:18px;padding:16px 28px;margin-top:24px}.member-card{margin-top:22px}.member-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:28px;gap:28px;align-items:start}.member-image{width:100%;border-radius:14px}.member-bio{font-size:16px}.member-credits{margin-top:20px}.member-credit{padding:10px 0;border-bottom:1px solid #222;font-weight:700}@media(max-width:850px){.home-hero-grid,.member-grid{grid-template-columns:1fr}.home-logo-panel{max-width:620px}}.container{width:min(1120px,90vw)}.navin{height:64px}.nav-logo{height:42px}.navlinks{gap:16px;font-size:13px}.hero{padding:58px 0 44px}h1{font-size:clamp(40px,5.8vw,70px);margin:10px 0 14px}h2{font-size:clamp(26px,3vw,40px);margin:8px 0 12px}.sub{font-size:16px;line-height:1.5}.section{padding:40px 0}.btn{padding:12px 16px;border-radius:10px}.card{padding:16px;border-radius:14px}.home-hero-grid{gap:24px}.home-logo-panel{max-width:470px}.home-credits-flyer{width:min(680px,100%)}.home-credits-flyer-section{padding-top:20px;padding-bottom:28px}.about-spotify-grid{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:24px}.spotify-playlist-card{padding:8px;border-radius:14px}.spotify-playlist-card iframe{height:390px;min-height:390px}.youtube-card-body{padding:13px}.youtube-actions .btn{padding:9px 12px;font-size:12px}.member-card{margin-top:16px}.member-grid{grid-template-columns:205px 1fr;gap:20px}.member-image{width:205px;aspect-ratio:4/5;object-fit:cover;border-radius:12px}.member-name{font-size:34px!important;margin-top:0!important}.member-bio{font-size:14px!important}.member-credit{padding:7px 0;font-size:14px}.social-links-labeled .social-link{height:38px;padding:0 10px;font-size:11px}.track-grid{gap:12px}.track-meta{padding:12px}.track-title{font-size:20px}.track-price-button{font-size:20px;padding:9px 12px}.market-sidebar{padding:16px}.market-profile-avatar{width:108px;height:108px}.market-profile-name{font-size:26px}.engineering-flyer{width:min(640px,100%)}.engineering-purchase{font-size:15px;padding:13px 20px;margin-top:16px}@media(max-width:900px){.about-spotify-grid,.member-grid{grid-template-columns:1fr}.member-image{width:min(240px,100%);margin:0 auto}}.member-subidentity{display:flex;flex-direction:column;gap:4px;margin:14px 0 12px}.member-subidentity strong{font-size:18px}.member-subidentity span{color:#aaa;font-size:14px}.member-bio-full p{margin:0 0 14px;color:#c8c8c8;line-height:1.6}body,html{margin:0;padding:0}body{font-size:13px}.container{width:min(1080px,92vw)}.navin{height:48px!important}.nav-logo{height:30px!important;width:auto!important}.navlinks{gap:13px!important;font-size:12px!important}.section{padding:18px 0!important}.hero{padding:24px 0 18px!important}h1{font-size:clamp(34px,4.8vw,58px)!important;line-height:1!important}h1,h2{margin:4px 0 8px!important}h2{font-size:clamp(22px,2.4vw,30px)!important}.sub{font-size:14px!important;line-height:1.35!important}.btn{padding:9px 13px!important;font-size:12px!important;border-radius:8px!important}.card{padding:12px!important;border-radius:12px!important}.home-hero-grid{grid-template-columns:1fr auto!important;gap:18px!important;align-items:center!important}.home-logo-panel{width:220px!important;max-width:220px!important;border-radius:12px!important}.home-logo-panel img{width:220px!important;height:auto!important;max-height:150px!important;object-fit:contain!important}.home-hero-actions{margin-top:12px!important;gap:8px!important}.home-credits-flyer{width:min(340px,50vw)!important;max-height:230px!important}.home-credits-flyer-section{padding:10px 0!important}.engineering-flyer{width:min(320px,48vw)!important;max-height:430px!important}img[alt*=credits i],img[alt*=flyer i],img[alt*=pricing i],img[src*=flyer]{max-width:50%!important;height:auto!important;object-fit:contain!important}.youtube-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.youtube-card img{max-height:115px!important;object-fit:cover!important}.youtube-card-body{padding:9px!important;font-size:12px!important}.youtube-actions{margin-top:7px!important;gap:6px!important}.youtube-date{margin-top:3px!important}.eyebrow{font-size:10px!important;letter-spacing:.14em!important}.home-about-spotify{padding:12px 0!important}.about-spotify-grid{grid-template-columns:.8fr 1.2fr!important;gap:16px!important}.spotify-playlist-card{padding:6px!important}.spotify-playlist-card iframe{height:220px!important;min-height:220px!important}.member-grid{grid-template-columns:150px 1fr!important;gap:14px!important}.member-image{width:150px!important;max-height:190px!important;object-fit:cover!important}.member-name{font-size:28px!important}.member-bio,.member-bio-full p{font-size:12px!important;line-height:1.4!important;margin-bottom:8px!important}.member-credit{font-size:12px!important;padding:5px 0!important}.footer{padding:12px 0!important;font-size:11px!important}main img,section img{max-height:460px}@media(min-width:1000px){body.home-page{overflow-x:hidden}}@media(max-width:800px){.about-spotify-grid,.home-hero-grid,.member-grid{grid-template-columns:1fr!important}.home-logo-panel{width:150px!important;max-width:150px!important}.home-logo-panel img{width:150px!important;max-height:100px!important}.engineering-flyer,.home-credits-flyer,img[alt*=credits i],img[alt*=flyer i],img[alt*=pricing i],img[src*=flyer]{max-width:72%!important;width:auto!important}.youtube-grid{grid-template-columns:1fr 1fr!important}}.hero h1{letter-spacing:-.035em!important}.brand,.hero h1,.nav .brand{text-transform:none!important}.home-about-simple{padding:24px 0!important}.home-about-simple h2{max-width:900px;font-size:clamp(24px,2.8vw,38px)!important;line-height:1.15!important;margin:6px 0 10px!important}.home-about-simple .sub{margin:0!important;font-size:16px!important}.home-credits-flyer{width:min(620px,72vw)!important;max-width:620px!important}.home-credits-flyer-section{padding:18px 0 28px!important}.engineering-flyer{width:min(600px,72vw)!important;max-width:600px!important}@media(max-width:700px){.engineering-flyer,.home-credits-flyer{width:88vw!important;max-width:88vw!important}}.home-credits-flyer{width:min(496px,68vw)!important;max-width:496px!important}.engineering-flyer,.home-credits-flyer{height:auto!important;max-height:none!important;object-fit:contain!important}.engineering-flyer{width:min(480px,68vw)!important;max-width:480px!important}img[src="/home-credits-flyer.png"],img[src="/pricing-flyer.jpeg"]{max-width:none!important;height:auto!important}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.home-beat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.home-beat-card{gap:10px}.home-beat-card,.home-beat-info{display:flex;flex-direction:column}.home-beat-info{gap:3px}.home-beat-info strong{font-size:15px}.home-beat-info span{font-size:11px}.home-beat-audio{width:100%;height:34px}.home-beat-no-preview{min-height:34px;display:flex;align-items:center}.home-beat-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-beat-price{font-size:20px;font-weight:800}.home-beats-section,.home-youtube-section{padding-top:18px!important;padding-bottom:20px!important}.home-centered-media{display:flex;justify-content:center}@media(max-width:850px){.home-beat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.home-section-heading{align-items:flex-start;flex-direction:column}.home-beat-grid{grid-template-columns:1fr}.engineering-flyer,.home-credits-flyer{width:82vw!important;max-width:82vw!important}}.engineering-simple{display:flex;flex-direction:column;align-items:center}.engineering-purchase{margin-top:0!important;margin-bottom:16px!important}.manual-payment-preview{display:flex;justify-content:center;margin-top:16px}.manual-payment-preview img{width:min(260px,70%);height:auto;border-radius:12px}.manual-payment-card{display:flex;flex-direction:column;gap:16px}.manual-payment-card img{width:min(360px,100%);height:auto;border-radius:14px;align-self:center}.manual-payment-details{font-size:15px}.beat-search{display:flex;gap:8px;margin:18px 0}.beat-search .input{flex:1 1}.beat-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.beat-store-card{display:flex;flex-direction:column;gap:12px}.beat-store-top{display:flex;justify-content:space-between;gap:12px}.beat-store-card h3{margin:0 0 3px;font-size:18px}.beat-price{font-weight:900;font-size:22px}.beat-player{width:100%;height:36px}.beat-store-actions{display:flex;gap:8px;flex-wrap:wrap}.beat-store-actions .btn{flex:1 1;text-align:center}.exclusive-note{font-size:11px}@media(max-width:900px){.beat-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.beat-store-grid{grid-template-columns:1fr}.beat-search{flex-wrap:wrap}}.home-credits-flyer-section img,img[src*=credits-flyer],img[src*=pricing-flyer]{transform:scale(.8)!important;transform-origin:top center!important;display:block!important;margin-left:auto!important;margin-right:auto!important}@media (min-width:1100px) and (min-height:720px){body.wmb-home-compact main{zoom:.86}body.wmb-home-compact section{padding-top:12px!important;padding-bottom:12px!important}body.wmb-home-compact .home-credits-flyer-section img,body.wmb-home-compact img[src*=credits-flyer],body.wmb-home-compact img[src*=pricing-flyer]{max-height:210px!important;width:auto!important;max-width:100%!important;transform:none!important;margin:0 auto!important}}.wmb-youtube-carousel-section{position:relative!important;overflow:hidden!important}.wmb-youtube-scroll-track{display:flex!important;flex-wrap:nowrap!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding-left:44px!important;padding-right:44px!important}.wmb-youtube-scroll-track::-webkit-scrollbar{display:none!important}.wmb-youtube-scroll-track>*{flex:0 0 min(360px,31vw)!important;scroll-snap-align:start!important}.wmb-youtube-arrow{position:absolute!important;z-index:20!important;top:52%!important;width:42px!important;height:42px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.16)!important;background:rgba(8,8,8,.94)!important;color:#fff!important;font-size:34px!important;line-height:34px!important;cursor:pointer!important;box-shadow:0 12px 30px rgba(0,0,0,.45)!important}.wmb-youtube-arrow:hover{background:#e50914!important;border-color:#e50914!important}.wmb-youtube-arrow-left{left:8px!important}.wmb-youtube-arrow-right{right:8px!important}.wmb-beats-buy-page{min-height:100vh;background:radial-gradient(circle at 18% 0,rgba(229,9,20,.16),transparent 34%),#050505;color:#fff}.wmb-beats-shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.wmb-beats-hero{padding:64px 0 38px;border-bottom:1px solid rgba(255,255,255,.08)}.wmb-beats-eyebrow{color:#ef233c;font-weight:900;letter-spacing:.18em;font-size:12px}.wmb-beats-hero-grid{margin-top:10px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);grid-gap:48px;gap:48px;align-items:center}.wmb-beats-hero h1{font-size:clamp(40px,6vw,72px);line-height:.96;letter-spacing:-.04em;margin:0}.wmb-beats-hero p{color:#aaa;font-size:17px;line-height:1.6;max-width:680px;margin-top:18px}.wmb-beats-search{margin-top:26px;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;max-width:720px;padding:8px;background:#111;border:1px solid rgba(255,255,255,.11);border-radius:16px}.wmb-beats-search input{min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:16px;padding:10px 12px}.wmb-beats-search button{border:0;border-radius:11px;background:#e50914;color:#fff;padding:13px 22px;font-weight:900;cursor:pointer}.wmb-search-hint{color:#707070;margin-top:9px;font-size:13px}.wmb-license-summary-card{background:linear-gradient(180deg,#141414,#0b0b0b);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:26px;box-shadow:0 24px 80px rgba(0,0,0,.38)}.wmb-card-label{color:#777;font-size:11px;font-weight:900;letter-spacing:.18em;margin-bottom:18px}.wmb-price-row{display:flex;justify-content:space-between;gap:20px;align-items:center}.wmb-price-row strong{display:block;font-size:28px}.wmb-price-row span{display:block;color:#aaa;margin-top:4px;font-size:13px}.wmb-pill{background:#e50914;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;white-space:nowrap}.wmb-pill-outline{background:transparent;border:1px solid #e50914;color:#ff4d56}.wmb-divider{height:1px;background:rgba(255,255,255,.08);margin:20px 0}.wmb-small-note{font-size:12px!important;margin:18px 0 0!important;color:#777!important}.wmb-beat-results,.wmb-beats-process,.wmb-license-details{padding:42px 0}.wmb-section-heading h2{margin:7px 0 0;font-size:clamp(28px,4vw,44px);letter-spacing:-.03em}.wmb-section-heading p{color:#888}.wmb-step-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.wmb-step-card{padding:24px;border-radius:18px;background:#0f0f0f;border:1px solid rgba(255,255,255,.08)}.wmb-step-card span{color:#e50914;font-size:13px;font-weight:900}.wmb-step-card h3{font-size:20px;margin:28px 0 8px}.wmb-step-card p{color:#898989;line-height:1.5;margin:0}.wmb-result-list{display:grid;grid-gap:14px;gap:14px;margin-top:24px}.wmb-result-card{background:#0d0d0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:22px}.wmb-result-top{display:flex;justify-content:space-between;gap:20px}.wmb-result-top h3{margin:3px 0;font-size:23px}.wmb-result-top p{color:#777;margin:0}.wmb-best-match{color:#ff4d56;font-size:10px;font-weight:900;letter-spacing:.16em}.wmb-status{color:#6ee7a6;font-size:12px;font-weight:800}.wmb-status.sold{color:#888}.wmb-preview-panel{margin-top:18px;display:grid;grid-template-columns:150px 1fr;grid-gap:18px;gap:18px;align-items:center;padding:15px;border-radius:14px;background:#050505;border:1px solid rgba(255,255,255,.07)}.wmb-preview-copy span,.wmb-preview-copy strong{display:block}.wmb-preview-copy span{color:#777;font-size:12px;margin-top:3px}.wmb-preview-panel audio{width:100%}.wmb-result-actions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.wmb-exclusive-buy,.wmb-primary-buy{text-decoration:none;border-radius:11px;padding:12px 18px;font-weight:900;font-size:14px}.wmb-primary-buy{background:#fff;color:#000}.wmb-exclusive-buy{border:1px solid #e50914;color:#ff4d56}.wmb-empty-result{margin-top:24px;background:#101010;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px}.wmb-license-details{border-top:1px solid rgba(255,255,255,.08)}.wmb-license-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.wmb-license-grid>div{background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:26px}.wmb-license-grid h2{font-size:38px;margin:7px 0 18px}.wmb-license-grid ul{color:#999;line-height:1.8;padding-left:18px}@media (max-width:800px){.wmb-beats-hero-grid,.wmb-beats-search,.wmb-license-grid,.wmb-step-grid{grid-template-columns:1fr}.wmb-beats-search button{width:100%}.wmb-preview-panel{grid-template-columns:1fr}.wmb-youtube-scroll-track>*{flex-basis:82vw!important}}html{scroll-behavior:smooth}#beat-results{scroll-margin-top:76px}.wmb-results-priority{padding-top:28px!important}.wmb-produced-by{margin:6px 0 0!important;color:#9a9a9a!important;font-size:14px!important;font-weight:600!important}.wmb-result-card h3+.wmb-produced-by{display:block!important}.wmb-channel-youtube-section{position:relative;width:min(1200px,calc(100% - 36px));margin:0 auto;padding:18px 0 24px}.wmb-channel-youtube-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:12px}.wmb-channel-youtube-head h2{margin:4px 0 0}.wmb-channel-link{color:#fff;font-size:13px;font-weight:800;text-decoration:none}.wmb-channel-carousel-wrap{position:relative}.wmb-channel-track{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 46px 4px}.wmb-channel-track::-webkit-scrollbar{display:none}.wmb-channel-card{flex:0 0 min(330px,28vw);scroll-snap-align:start;color:#fff;text-decoration:none;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden}.wmb-channel-thumb{position:relative;aspect-ratio:16/9;background:#111}.wmb-channel-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wmb-channel-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(229,9,20,.95)}.wmb-channel-title{padding:12px 13px 5px;min-height:48px;font-weight:800;line-height:1.25}.wmb-channel-watch{padding:0 13px 12px;color:#999;font-size:12px}.wmb-channel-arrow{position:absolute;z-index:5;top:42%;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(5,5,5,.95);color:#fff;font-size:30px;cursor:pointer}.wmb-channel-arrow:hover{background:#e50914;border-color:#e50914}.wmb-channel-arrow-left{left:0}.wmb-channel-arrow-right{right:0}.wmb-channel-error{padding:18px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0d0d0d;color:#999}@media (max-width:800px){.wmb-channel-card{flex-basis:78vw}}.wmb-home-v42{background:#050505;color:#fff}.wmb-home-shell-v42{width:min(1180px,calc(100% - 40px));margin:0 auto}.wmb-home-hero-v42{padding:26px 0 20px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 78% 24%,rgba(229,9,20,.16),transparent 28%),linear-gradient(180deg,#0a0a0a,#050505)}.wmb-home-hero-v42 .wmb-home-shell-v42{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:32px;gap:32px;align-items:center}.wmb-home-eyebrow-v42{color:#ef233c;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.wmb-home-hero-copy-v42 h1{margin:7px 0 4px;font-size:clamp(42px,6vw,72px);line-height:.94;letter-spacing:-.045em}.wmb-home-hero-copy-v42 p{margin:8px 0 0;color:#a2a2a2;font-size:16px}.wmb-home-actions-v42{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.wmb-home-primary-v42,.wmb-home-secondary-v42{text-decoration:none;border-radius:10px;padding:11px 16px;font-size:13px;font-weight:900}.wmb-home-primary-v42{background:#e50914;color:#fff}.wmb-home-secondary-v42{border:1px solid rgba(255,255,255,.14);color:#fff;background:#111}.wmb-home-logo-wrap-v42{display:flex;align-items:center;justify-content:flex-end}.wmb-home-logo-v42{width:min(230px,70%);height:auto;display:block;background:transparent!important}.wmb-home-about-v42{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.wmb-home-about-v42 h2{margin:5px 0 0;font-size:clamp(15px,1.7vw,22px);line-height:1.35;letter-spacing:-.015em}.wmb-home-credits-v42{padding:12px 0 14px;border-bottom:1px solid rgba(255,255,255,.07)}.wmb-home-section-head-v42 h2{margin:4px 0 8px;font-size:clamp(20px,2.6vw,30px)}.wmb-home-credits-image-v42{display:block;width:auto;max-width:100%;max-height:180px;margin:0 auto;object-fit:contain}.wmb-home-v42+footer{margin-top:0}@media (max-width:820px){.wmb-home-hero-v42 .wmb-home-shell-v42{grid-template-columns:1fr}.wmb-home-logo-wrap-v42{justify-content:center}.wmb-home-logo-v42{width:180px}.wmb-home-credits-image-v42{max-height:220px}}.home-credits-flyer-section img,.wmb-home-credits-image-v42,img[src*=credits-flyer],img[src*=home-credits-flyer]{display:block!important;width:min(760px,92%)!important;max-width:92%!important;max-height:none!important;height:auto!important;object-fit:contain!important;margin:8px auto 0!important;transform:none!important}.wmb-mobile-nav{display:none}@media (max-width:820px){.wmb-mobile-nav{display:block}.wmb-mobile-menu-button{position:fixed;top:17px;right:18px;z-index:1002;width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(10,10,10,.94);padding:10px;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.28)}.wmb-mobile-menu-button span{display:block;width:100%;height:2px;background:#fff;margin:5px 0;border-radius:99px}.wmb-mobile-nav-backdrop{position:fixed;inset:0;z-index:1000;border:0;background:rgba(0,0,0,.64);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wmb-mobile-nav-panel{position:fixed;top:0;right:0;z-index:1001;width:min(82vw,330px);height:100dvh;background:#080808;border-left:1px solid rgba(255,255,255,.1);padding:84px 18px 24px;box-shadow:-24px 0 70px rgba(0,0,0,.48)}.wmb-mobile-nav-title{margin-bottom:12px;color:#777;font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.wmb-mobile-nav-link{display:block;color:#fff;text-decoration:none;font-size:20px;font-weight:800;padding:15px 14px;margin-bottom:6px;border-radius:12px;border:1px solid transparent}.wmb-mobile-nav-link.active,.wmb-mobile-nav-link:hover{background:rgba(229,9,20,.12);border-color:rgba(229,9,20,.34);color:#ff4b54}.desktop-nav,.main-nav,.site-header nav,header nav{max-width:calc(100% - 80px)}}