@keyframes vinylSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes tonearmDrop{0%{transform:rotate(90deg)}to{transform:rotate(80deg)}}@keyframes tonearmLift{0%{transform:rotate(80deg)}to{transform:rotate(90deg)}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes vinylRemove{0%{transform:translate(-50%,-50%) rotateY(0) scale(1);opacity:1}30%{transform:translate(-35%,-50%) rotateY(8deg) scale(.98);opacity:1}to{transform:translate(60px,-50%) rotateY(-30deg) scale(.8);opacity:0}}@keyframes vinylDrop{0%{transform:translate(60px,-50%) rotateY(-30deg) scale(.8);opacity:0}10%{opacity:1}45%{transform:translate(-35%,-50%) rotateY(8deg) scale(.98);opacity:1}70%{transform:translate(-50%,-50%) rotateY(-1deg) scale(1.002);opacity:1}85%{transform:translate(-50%,-50%) rotateY(0) scale(1);opacity:1}to{transform:translate(-50%,-50%) rotateY(0) scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #c7b46966}50%{transform:scale(1.05);box-shadow:0 0 0 10px #c7b46900}}.record-player{position:fixed;bottom:30px;right:30px;z-index:40;display:flex;flex-direction:column;align-items:flex-end;gap:0;transition:opacity .3s ease;max-width:800px;overscroll-behavior:contain}.player-main{position:relative;display:flex;flex-direction:row;align-items:flex-end;gap:0}.player-controls-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2}.player-controls-wrapper>.enable-sound-overlay{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;z-index:25}.record-player.opening{animation:slideInRight .6s ease-out forwards}.record-player.closing{animation:slideOutRight .4s ease-in forwards}.turntable{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;width:340px;height:200px;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:12px 12px 0 0;padding:16px;box-shadow:0 -4px 30px #0009,inset 0 1px #ffffff0d;border:1px solid rgba(245,240,232,.3);border-bottom:none}.platter{position:relative;flex-shrink:0;width:160px;height:160px;background:radial-gradient(circle,#333,#1a1a1a 40%,#333 41%,#222);border-radius:50%;box-shadow:inset 0 0 15px #00000080,0 4px 16px #0006;perspective:600px}.vinyl{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at center,transparent 50px,#8b7a3d 51px,#8b7a3d 54px,transparent 55px),repeating-radial-gradient(circle at center,#a08c4a,#c7b469,#a08c4a 6px);box-shadow:0 4px 20px #0009;visibility:hidden}.vinyl.spinning{visibility:visible;animation:vinylSpin 4s linear infinite}.vinyl.dropping{visibility:visible;animation:vinylDrop 2s cubic-bezier(.25,.1,.25,1) .5s both;transform-style:preserve-3d}.vinyl.removing{visibility:visible;animation:vinylRemove 1s cubic-bezier(.4,0,.6,1) both;transform-style:preserve-3d}.vinyl.idle{visibility:visible}.vinyl-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90px;height:90px;border-radius:50%;background-size:cover;background-position:center;border:3px solid #222;box-shadow:inset 0 0 12px #00000080}.vinyl-hole{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#0a0a0a;border-radius:50%;z-index:2}.tonearm-base{position:absolute;left:12px;top:12px;width:18px;height:18px;background:radial-gradient(circle,#444,#222);border-radius:50%;box-shadow:0 3px 6px #0006;z-index:5}.tonearm{position:absolute;left:18px;top:18px;width:130px;height:4px;background:linear-gradient(90deg,#555,#333);border-radius:2px;transform-origin:left center;transform:rotate(90deg);box-shadow:0 3px 6px #0006;z-index:4}.tonearm.playing{animation:tonearmDrop .8s ease-out forwards}.tonearm.paused,.tonearm.lifting{animation:tonearmLift .5s ease-out forwards}.tonearm.down{transform:rotate(80deg)}.tonearm.up{transform:rotate(90deg)}.headshell{position:absolute;right:-8px;top:-7px;width:18px;height:18px;background:#444;border-radius:3px;box-shadow:0 2px 4px #0006;transform:rotate(180deg)}.stylus{position:absolute;right:3px;bottom:-4px;width:3px;height:8px;background:linear-gradient(180deg,#666,#999)}.timeline{display:flex;align-items:center;gap:12px;width:340px;padding:0 16px;background:linear-gradient(180deg,#0a0a0a,#050505);border:1px solid rgba(245,240,232,.3);border-top:none;border-bottom:none}.timeline-time{font-family:Work Sans,sans-serif;font-size:13px;color:#f5f0e8;min-width:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.timeline-current{text-align:left}.timeline-duration{text-align:right}.timeline-track{flex:1;height:50px;position:relative;cursor:pointer;touch-action:none;display:flex;align-items:center}.timeline-track:before{content:"";position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:12px;background:#0a0a0a;border-radius:6px}.timeline-progress{position:absolute;top:50%;transform:translateY(-50%);left:0;height:12px;background:#c7b469;border-radius:6px;pointer-events:none;transition:width .1s linear;z-index:1}.timeline-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#f5f0e8;border-radius:50%;box-shadow:0 2px 6px #0006;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:2}.timeline-track:hover .timeline-handle,.timeline-track:active .timeline-handle{opacity:1}.timeline.disabled{pointer-events:none}.timeline.disabled .timeline-track{cursor:default}.controls-bar{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 16px;background:linear-gradient(180deg,#0a0a0a,#050505);border-radius:0 0 12px 12px;border:1px solid rgba(245,240,232,.3);border-top:none;width:340px;z-index:20}.control-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:50%;color:#c7b469;cursor:pointer;transition:all .2s ease}.control-btn:hover{background:#f5f0e81a;transform:scale(1.05)}.control-btn:active{transform:scale(.95)}.control-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.control-btn.play-pause{width:52px;height:52px;background:#c7b4691a}.track-info{text-align:center;padding:8px 12px;background:#141414e6;max-width:180px}.track-title{font-family:Syne,sans-serif;font-size:14px;font-weight:600;color:#f5f0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-artist{font-family:Work Sans,sans-serif;font-size:11px;color:#f5f0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hide-btn{position:absolute;top:-40px;right:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#141414e6;border:1px solid rgba(245,240,232,.3);border-radius:50%;color:#f5f0e8;cursor:pointer;transition:all .2s ease;z-index:15}.hide-btn:hover{background:#c7b4694d;border-color:#f5f0e8}.record-player-minimized.reopen-btn{position:fixed;bottom:20px;right:20px;z-index:40;display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:#141414f2;border:1px solid rgba(245,240,232,.4);border-radius:50%;color:#f5f0e8;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000080}.record-player-minimized.reopen-btn:hover{background:#c7b46940;border-color:#f5f0e8;transform:scale(1.05)}.record-player-minimized.reopen-btn:not(.is-playing) svg{animation:pulse 2s infinite;border-radius:50%}.mini-disc{width:44px;height:44px;border-radius:50%;background-size:cover;background-position:center;position:relative}.mini-disc:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at center,transparent 8px,rgba(0,0,0,.3) 9px,rgba(0,0,0,.3) 10px,transparent 11px),repeating-radial-gradient(circle at center,transparent 0px,rgba(0,0,0,.15) 1px,transparent 2px);pointer-events:none}.mini-disc:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#0a0a0a;border-radius:50%}@keyframes miniDiscSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mini-disc.spinning{animation:miniDiscSpin 4s linear infinite}.enable-sound-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:25;display:flex;align-items:center;justify-content:center;background:#141414d9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.enable-sound-overlay:hover{background:#141414b3}.enable-sound-overlay:hover .enable-sound-content{transform:scale(1.05)}.enable-sound-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#f5f0e8;transition:transform .2s ease}.enable-sound-content svg{width:40px;height:40px;filter:drop-shadow(0 0 8px rgba(199,180,105,.5))}.enable-sound-content span{font-family:Syne,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.enable-sound-content{padding:16px;gap:6px}.enable-sound-content svg{width:28px;height:28px}.enable-sound-content span{font-size:10px;letter-spacing:.5px}}@media (max-width: 480px){.enable-sound-content{padding:12px;gap:4px}.enable-sound-content svg{width:24px;height:24px}.enable-sound-content span{font-size:9px;letter-spacing:.5px}}.track-list-sidebar{display:flex;flex-direction:column;width:270px;max-width:270px;max-height:326px;flex-shrink:0;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);border-radius:12px;border:1px solid rgba(245,240,232,.3);overflow:hidden;transition:width .3s ease,margin-right .3s ease,border-radius .3s ease;align-self:stretch;margin-right:8px;z-index:1}@media (max-width: 768px){.record-player{bottom:10px;right:10px}.track-list-sidebar{display:none}.track-list-sidebar.collapsed{max-height:36px}.track-list-header{padding:8px 12px}.track-list-title{font-size:11px}.track-list-item{padding:6px 12px;gap:8px}.track-list-item-art{width:28px;height:28px}.track-list-item-title{font-size:10px}.track-list-item-artist{font-size:9px}.turntable{width:200px;height:120px;padding:10px;gap:8px;overflow:hidden}.platter{width:95px;height:95px;flex-shrink:0}.vinyl{width:88px;height:88px;background:radial-gradient(circle at center,transparent 30px,#8b7a3d 31px,#8b7a3d 33px,transparent 34px),repeating-radial-gradient(circle at center,#a08c4a,#c7b469,#a08c4a 4px)}.vinyl-label{width:54px;height:54px}.vinyl-label:after{font-size:5px;bottom:2px}.vinyl-hole{width:6px;height:6px}.tonearm{width:80px;height:3px;left:10px;top:10px}.tonearm-base{left:6px;top:6px;width:10px;height:10px}.headshell{width:10px;height:10px;right:-5px;top:-5px}.stylus{width:2px;height:6px;right:2px;bottom:-3px}.timeline{width:200px;padding:0 12px;gap:8px}.timeline-time{font-size:10px;min-width:28px}.timeline-track{height:36px}.timeline-track:before{height:8px;border-radius:4px}.timeline-progress{height:8px;border-radius:4px}.timeline-handle{width:16px;height:16px}.controls-bar{width:200px;padding:8px 12px;gap:10px}.control-btn{width:32px;height:32px}.control-btn.play-pause{width:38px;height:38px}.control-btn svg{width:16px;height:16px}.control-btn.play-pause svg{width:20px;height:20px}.hide-btn{width:28px;height:28px;top:-36px}}@media (max-width: 480px){.record-player{bottom:8px;right:8px}.track-list-sidebar{width:170px;max-height:120px}.track-list-sidebar.collapsed{max-height:32px}.track-list-header{padding:6px 10px}.track-list-title{font-size:10px}.turntable{width:170px;height:100px;padding:8px;gap:6px;overflow:hidden}.platter{width:80px;height:80px;flex-shrink:0}.vinyl{width:74px;height:74px;background:radial-gradient(circle at center,transparent 24px,#8b7a3d 25px,#8b7a3d 27px,transparent 28px),repeating-radial-gradient(circle at center,#a08c4a,#c7b469,#a08c4a 4px)}.vinyl-label{width:44px;height:44px}.vinyl-hole{width:5px;height:5px}.tonearm{width:64px;height:2px;left:8px;top:8px}.tonearm-base{left:5px;top:5px;width:8px;height:8px}.headshell{width:8px;height:8px;right:-4px;top:-4px}.stylus{width:2px;height:5px;right:1px;bottom:-2px}.timeline{width:170px;padding:0 10px;gap:6px}.timeline-time{font-size:9px;min-width:26px}.timeline-track{height:30px}.timeline-track:before{height:6px;border-radius:3px}.timeline-progress{height:6px;border-radius:3px}.timeline-handle{width:14px;height:14px}.controls-bar{width:170px;padding:6px 10px;gap:8px}.control-btn{width:28px;height:28px}.control-btn.play-pause{width:34px;height:34px}.control-btn svg{width:14px;height:14px}.control-btn.play-pause svg{width:18px;height:18px}.hide-btn{width:26px;height:26px;top:-32px}.record-player-minimized.reopen-btn{width:48px;height:48px}.mini-disc{width:32px;height:32px}}@media (prefers-reduced-motion: reduce){.vinyl.spinning,.tonearm.playing,.tonearm.paused{animation:none}.record-player.opening{animation:none;transform:translate(0);opacity:1}.vinyl.dropping,.enable-sound-btn{animation:none}.timeline-progress,.timeline-handle{transition:none}.mini-disc.spinning{animation:none}}.album-stack{position:absolute;right:-90px;top:50%;transform:translateY(-50%);width:80px;height:80px;perspective:500px}.album-sleeve{position:absolute;width:80px;height:80px;background-size:cover;background-position:center;border-radius:4px;box-shadow:0 2px 8px #0006,inset 0 0 0 1px #ffffff1a;transition:transform .4s ease,opacity .4s ease}.album-sleeve-bg{opacity:.7}.album-sleeve-1{transform:translate(8px) translateY(4px) rotateY(-5deg);z-index:2}.album-sleeve-2{transform:translate(16px) translateY(8px) rotateY(-8deg);z-index:1;opacity:.5}.album-sleeve-current{transform:translate(-10px) translateY(-5px) rotateY(5deg);z-index:3;box-shadow:0 4px 16px #00000080,inset 0 0 0 1px #ffffff26}.album-sleeve-current:hover{transform:translate(-15px) translateY(-8px) rotateY(8deg) scale(1.05)}@media (max-width: 640px){.album-stack{right:-75px;width:60px;height:60px}.album-sleeve{width:60px;height:60px}}.album-backdrop{position:absolute;top:-100px;left:50%;transform:translate(-50%) perspective(400px) rotateX(5deg);z-index:-1}.album-backdrop-art{width:140px;height:140px;background-size:cover;background-position:center;border-radius:4px;box-shadow:0 8px 30px #0009,0 2px 8px #0006,inset 0 0 0 1px #ffffff1a;transition:transform .4s ease,box-shadow .4s ease}.album-backdrop-art:hover{transform:scale(1.03);box-shadow:0 12px 40px #000000b3,0 4px 12px #00000080,inset 0 0 0 1px #ffffff26}@media (max-width: 640px){.album-backdrop{top:-85px}.album-backdrop-art{width:110px;height:110px}}.album-info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;z-index:3}.album-info-art{width:100%;max-width:85px;height:auto;aspect-ratio:1 / 1;flex-shrink:0;background-size:cover;background-position:center;border-radius:6px;box-shadow:0 6px 20px #0009,inset 0 0 0 1px #ffffff1a}.album-info-text{text-align:center;width:100%;min-width:0}.album-info-title{font-family:Syne,sans-serif;font-size:13px;font-weight:600;color:#f5f0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.album-info-artist{font-family:Work Sans,sans-serif;font-size:11px;color:#f5f0e8cc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.album-info-link{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:#c7b46926;border:1px solid rgba(245,240,232,.4);border-radius:50%;color:#f5f0e8;transition:all .2s ease;margin-top:4px}.album-info-link:hover{background:#c7b4694d;border-color:#f5f0e8;transform:scale(1.1)}.track-list-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px;background:#c7b4691a;border:none;border-bottom:1px solid rgba(245,240,232,.2);cursor:pointer;transition:background .2s ease}.track-list-header:hover{background:#c7b46933}.track-list-title{font-family:Syne,sans-serif;font-size:13px;font-weight:700;color:#f5f0e8;text-transform:uppercase;letter-spacing:1px;margin:0}.track-list-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#f5f0e8;flex-shrink:0}.track-list-toggle svg{transition:transform .3s ease;width:16px;height:16px;transform:rotate(90deg)}.track-list-sidebar.collapsed .track-list-toggle svg{transform:rotate(180deg)}.track-list-sidebar.collapsed{width:48px;max-width:48px;margin-right:-12px;z-index:0}.track-list-sidebar.collapsed .track-list-header{flex-direction:column;padding:10px 14px 10px 6px;justify-content:flex-start;align-items:center;height:100%;gap:12px}.track-list-sidebar.collapsed .track-list-items{display:none}.track-list-sidebar.collapsed .track-list-title{display:block;font-size:12px;white-space:nowrap;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);letter-spacing:2px;color:#f5f0e8}.track-list-sidebar.collapsed .track-list-toggle{order:-1}.track-list-sidebar.collapsed .track-list-toggle svg{transform:rotate(-90deg)}.track-list-items{flex:1;opacity:1;transition:max-height .3s ease,opacity .25s ease,padding .3s ease;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:8px 0}.track-list-items::-webkit-scrollbar{width:6px}.track-list-items::-webkit-scrollbar-track{background:#0003}.track-list-items::-webkit-scrollbar-thumb{background:#c7b46966;border-radius:3px}.track-list-items::-webkit-scrollbar-thumb:hover{background:#c7b46999}.track-list-item{display:flex;align-items:center;gap:8px;padding:6px 10px;cursor:pointer;transition:all .2s ease;border:none;background:transparent;width:100%;text-align:left}.track-list-item:hover{background:#f5f0e80d}.track-list-item.active{background:#c7b46926}.track-list-item.active .track-list-item-title{color:#c7b469}.track-list-item-art{width:28px;height:28px;flex-shrink:0;border-radius:3px;background-size:cover;background-position:center;box-shadow:0 2px 6px #0000004d}.track-list-item-info{flex:1;min-width:0}.track-list-item-title{font-family:Syne,sans-serif;font-size:10px;font-weight:600;color:#f5f0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.track-list-item-artist{font-family:Work Sans,sans-serif;font-size:9px;color:#f5f0e899;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.track-list-item-playing{width:14px;height:14px;flex-shrink:0;color:#c7b469}@media (max-width: 768px){.album-info{flex:1;min-width:0;gap:4px}.album-info-art{width:100%;max-width:60px;height:auto;aspect-ratio:1 / 1;border-radius:4px;box-shadow:0 2px 8px #0006}.album-info-title{font-size:9px}.album-info-artist{font-size:8px}.album-info-link{display:none}}@media (max-width: 480px){.album-info{flex:1;min-width:0;gap:3px}.album-info-art{width:100%;max-width:50px;height:auto;aspect-ratio:1 / 1;border-radius:3px;box-shadow:0 2px 6px #0006}.album-info-title{font-size:8px}.album-info-artist{font-size:7px}.album-info-link{display:none}}.work-samples-list{display:flex;flex-direction:column;width:100%;max-width:100%;background:linear-gradient(145deg,#1a1a1af2,#0a0a0af2);border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.work-samples-header{padding:2px 8px;background:#c7b4691a;border-bottom:1px solid rgba(245,240,232,.15)}.work-samples-title{font-family:Syne,sans-serif;font-size:10px;font-weight:700;color:#c7b469;text-transform:uppercase;letter-spacing:1px}.work-samples-items{display:flex;flex-direction:column;max-height:180px;overflow-y:auto;padding:2px 0}.work-samples-items::-webkit-scrollbar{width:4px}.work-samples-items::-webkit-scrollbar-track{background:#0003}.work-samples-items::-webkit-scrollbar-thumb{background:#c7b46966;border-radius:2px}.work-sample-item{display:flex;align-items:center;gap:8px;padding:3px 12px;cursor:pointer;transition:all .2s ease;border:none;background:transparent;width:100%;text-align:left}.work-sample-item:hover{background:#f5f0e814}.work-sample-item.active{background:#c7b46926}.work-sample-item.active .work-sample-title{color:#c7b469}.work-sample-art{position:relative;width:32px;height:32px;flex-shrink:0;border-radius:3px;background-size:cover;background-position:center;box-shadow:0 2px 6px #0000004d}.work-sample-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:3px;opacity:0;transition:opacity .2s ease;color:#f5f0e8}.work-sample-item:hover .work-sample-play-overlay{opacity:1}.work-sample-info{flex:1;min-width:0}.work-sample-title{font-family:Syne,sans-serif;font-size:11px;font-weight:600;color:#f5f0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.work-sample-artist{font-family:Work Sans,sans-serif;font-size:9px;color:#f5f0e899;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.work-sample-playing{flex-shrink:0;color:#c7b469;animation:pulse 1.5s ease-in-out infinite;border-radius:50%}.work-sample-play-icon{flex-shrink:0;color:#f5f0e866}.work-sample-hint{flex-shrink:0;font-size:12px;font-weight:600;color:#f5f0e899;white-space:nowrap}@media (max-width: 768px){.work-samples-list{width:100%;max-width:100%}.work-samples-header{padding:2px 6px}.work-samples-title{font-size:9px}.work-sample-item{padding:2px 10px;gap:6px}.work-sample-art{width:28px;height:28px}.work-sample-title{font-size:10px}.work-sample-artist{font-size:8px}.work-samples-items{max-height:150px}}@media (max-width: 480px){.work-samples-list{width:100%;max-width:100%}.work-samples-header{padding:2px 6px}.work-samples-title{font-size:9px}.work-sample-item{padding:2px 8px;gap:5px}.work-sample-art{width:24px;height:24px}.work-sample-title{font-size:9px}.work-sample-artist{font-size:7px}.work-samples-items{max-height:120px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Work Sans,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}:root{--color-base: #0a0a0a;--color-crimson: #8c2c2c;--color-navy: #1a2a4a;--color-gold: #c7b469;--color-cream: #f5f0e8;--font-display: "Syne", sans-serif;--font-body: "Work Sans", sans-serif;--font-accent: "IBM Plex Sans", sans-serif}html{scroll-behavior:smooth}@supports (height: 100svh){html,body{height:100svh}}@supports not (height: 100svh){html,body{height:100vh}}body{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(245 240 232 / var(--tw-text-opacity, 1));font-family:var(--font-body);line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.2;letter-spacing:-.01em}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.section{position:relative;overflow:hidden;scroll-margin-top:80px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-bottom-1{bottom:-.25rem}.bottom-0{bottom:0}.bottom-8{bottom:2rem}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-24{top:6rem}.top-4{top:1rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[5\]{z-index:5}.z-\[9999\]{z-index:9999}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[2\/3\]{aspect-ratio:2/3}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.min-h-\[60vh\]{min-height:60vh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-full{min-width:100%}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-cream-500\/30{border-color:#f5f0e84d}.border-crimson-500{--tw-border-opacity: 1;border-color:rgb(204 0 23 / var(--tw-border-opacity, 1))}.border-crimson-500\/30{border-color:#cc00174d}.border-crimson-500\/50{border-color:#cc001780}.border-dark-700{--tw-border-opacity: 1;border-color:rgb(42 42 42 / var(--tw-border-opacity, 1))}.border-gold-500\/20{border-color:#c7b46933}.border-gold-500\/30{border-color:#c7b4694d}.border-gold-500\/50{border-color:#c7b46980}.border-green-500\/30{border-color:#22c55e4d}.bg-base{--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity, 1))}.bg-base\/70{background-color:#0a0a0ab3}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-black\/90{background-color:#000000e6}.bg-cream-500\/10{background-color:#f5f0e81a}.bg-crimson-500{--tw-bg-opacity: 1;background-color:rgb(204 0 23 / var(--tw-bg-opacity, 1))}.bg-crimson-500\/10{background-color:#cc00171a}.bg-dark-700{--tw-bg-opacity: 1;background-color:rgb(42 42 42 / var(--tw-bg-opacity, 1))}.bg-dark-700\/80{background-color:#2a2a2acc}.bg-dark-800{--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.bg-dark-800\/80{background-color:#1a1a1acc}.bg-dark-800\/90{background-color:#1a1a1ae6}.bg-gold-500{--tw-bg-opacity: 1;background-color:rgb(199 180 105 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-navy-500{--tw-bg-opacity: 1;background-color:rgb(26 42 74 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-black\/80{--tw-gradient-from: rgb(0 0 0 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/90{--tw-gradient-from: rgb(0 0 0 / .9) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-dark-800{--tw-gradient-from: #1A1A1A var(--tw-gradient-from-position);--tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-black\/60{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .6) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-crimson-500\/30{--tw-gradient-to: rgb(204 0 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(204 0 23 / .3) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-dark-900{--tw-gradient-to: #0a0a0a var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.\!pt-8{padding-top:2rem!important}.pb-0{padding-bottom:0}.pb-32{padding-bottom:8rem}.pt-10{padding-top:2.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-heading{font-family:Syne,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-widest{letter-spacing:.1em}.text-base{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-cream-400{--tw-text-opacity: 1;color:rgb(247 238 218 / var(--tw-text-opacity, 1))}.text-cream-400\/70{color:#f7eedab3}.text-cream-500{--tw-text-opacity: 1;color:rgb(245 240 232 / var(--tw-text-opacity, 1))}.text-cream-500\/80{color:#f5f0e8cc}.text-cream-600{--tw-text-opacity: 1;color:rgb(217 213 205 / var(--tw-text-opacity, 1))}.text-cream-700{--tw-text-opacity: 1;color:rgb(179 176 168 / var(--tw-text-opacity, 1))}.text-crimson-400{--tw-text-opacity: 1;color:rgb(236 107 107 / var(--tw-text-opacity, 1))}.text-crimson-500{--tw-text-opacity: 1;color:rgb(204 0 23 / var(--tw-text-opacity, 1))}.text-crimson-500\/15{color:#cc001726}.text-dark-900{--tw-text-opacity: 1;color:rgb(10 10 10 / var(--tw-text-opacity, 1))}.text-gold-500{--tw-text-opacity: 1;color:rgb(199 180 105 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.decoration-\[0\.5px\]{text-decoration-thickness:.5px}.underline-offset-2{text-underline-offset:2px}.placeholder-cream-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(179 176 168 / var(--tw-placeholder-opacity, 1))}.placeholder-cream-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(179 176 168 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.7\)\]{--tw-drop-shadow: drop-shadow(0 0 10px rgba(0,0,0,.7));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_1px_1px_rgba\(0\,0\,0\,0\.3\)\]{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.3));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.8\)\]{--tw-drop-shadow: drop-shadow(0 2px 4px rgba(0,0,0,.8));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hover\:border-crimson-500\/30:hover{border-color:#cc00174d}.hover\:bg-black\/70:hover{background-color:#000000b3}.hover\:bg-cream-500\/10:hover{background-color:#f5f0e81a}.hover\:bg-cream-500\/20:hover{background-color:#f5f0e833}.hover\:bg-crimson-400:hover{--tw-bg-opacity: 1;background-color:rgb(236 107 107 / var(--tw-bg-opacity, 1))}.hover\:bg-crimson-500:hover{--tw-bg-opacity: 1;background-color:rgb(204 0 23 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-700:hover{--tw-bg-opacity: 1;background-color:rgb(42 42 42 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-800:hover{--tw-bg-opacity: 1;background-color:rgb(26 26 26 / var(--tw-bg-opacity, 1))}.hover\:bg-gold-400:hover{--tw-bg-opacity: 1;background-color:rgb(227 212 143 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.hover\:text-cream-500:hover{--tw-text-opacity: 1;color:rgb(245 240 232 / var(--tw-text-opacity, 1))}.hover\:text-crimson-500:hover{--tw-text-opacity: 1;color:rgb(204 0 23 / var(--tw-text-opacity, 1))}.hover\:text-gold-400:hover{--tw-text-opacity: 1;color:rgb(227 212 143 / var(--tw-text-opacity, 1))}.hover\:text-gold-500:hover{--tw-text-opacity: 1;color:rgb(199 180 105 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:shadow-crimson-glow:hover{--tw-shadow: 0 0 20px rgba(140, 44, 44, .3);--tw-shadow-colored: 0 0 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-crimson-500:focus{--tw-border-opacity: 1;border-color:rgb(204 0 23 / var(--tw-border-opacity, 1))}.focus\:shadow-\[0_0_0_3px_rgba\(140\,44\,44\,0\.3\)\]:focus{--tw-shadow: 0 0 0 3px rgba(140,44,44,.3);--tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-crimson-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(204 0 23 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-base:focus{--tw-ring-offset-color: #0a0a0a}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-cream-500{--tw-text-opacity: 1;color:rgb(245 240 232 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-crimson-500{--tw-text-opacity: 1;color:rgb(204 0 23 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gold-500{--tw-text-opacity: 1;color:rgb(199 180 105 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 640px){.sm\:block{display:block}.sm\:aspect-\[16\/9\]{aspect-ratio:16/9}.sm\:aspect-\[4\/3\]{aspect-ratio:4/3}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:gap-4{gap:1rem}.sm\:p-4{padding:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 768px){.md\:pointer-events-auto{pointer-events:auto}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:aspect-\[3\/4\]{aspect-ratio:3/4}.md\:aspect-square{aspect-ratio:1 / 1}.md\:h-\[34rem\]{height:34rem}.md\:w-1\/2{width:50%}.md\:w-3\/4{width:75%}.md\:w-\[34rem\]{width:34rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-12{gap:3rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:\!pt-12{padding-top:3rem!important}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.md\:opacity-0,.group:hover .md\:group-hover\:opacity-0{opacity:0}.group:hover .md\:group-hover\:opacity-100{opacity:1}}@media (min-width: 1024px){.lg\:aspect-\[3\/4\]{aspect-ratio:3/4}.lg\:aspect-square{aspect-ratio:1 / 1}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:gap-8{gap:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-9xl{font-size:8rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}.\[\&\:\:-webkit-media-controls\]\:opacity-0::-webkit-media-controls{opacity:0}.\[\&\:\:-webkit-media-controls\]\:transition-opacity::-webkit-media-controls{-webkit-transition-property:opacity;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.group:hover .group-hover\:\[\&\:\:-webkit-media-controls\]\:opacity-100::-webkit-media-controls{opacity:1}
