*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.top-banner{position:absolute;top:20px;left:20px;right:20px;z-index:50;display:flex;align-items:stretch;justify-content:center;gap:10px;opacity:0;pointer-events:none;animation:top-banner-fade-in .6s ease 1s forwards}.top-banner-btn{flex:1 1 0;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 16px;background:#e9dfc5;color:#000;font-family:Sheftira,serif;font-size:.95rem;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;font-weight:700;cursor:pointer;transition:opacity .2s ease}.top-banner-btn:hover{opacity:.85}.top-banner-btn[hidden]{display:none}@keyframes top-banner-fade-in{to{opacity:1;pointer-events:auto}}@media (prefers-reduced-motion: reduce){.top-banner{animation:none;opacity:1;pointer-events:auto}}@media (max-width: 600px){.top-banner{flex-direction:column}.top-banner-btn{font-size:.85rem;padding:9px 12px}}.hero{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:default}.hero video{display:none}.hero-still{position:absolute;max-height:100vh;max-width:800px;width:100%;height:auto;aspect-ratio:624 / 640;object-fit:contain;opacity:1;transition:opacity .6s ease}.hero-still.hidden{opacity:0;pointer-events:none}.hero canvas{display:block;max-height:100vh;max-width:800px;width:100%;height:auto;aspect-ratio:624 / 640;opacity:0;transition:opacity 1.2s ease}.hero canvas.loaded{opacity:1}@media (prefers-reduced-motion: reduce){.hero canvas{display:none}.hero-still{opacity:1!important;pointer-events:auto!important}}@font-face{font-family:Sheftira;src:url(/fonts/sheftira.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.release{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 20px 80px;background:#000;gap:32px}.release-title{max-width:196px;width:100%;height:auto}.release-date{font-family:Sheftira,serif;font-size:1.4rem;color:#fff9;letter-spacing:.2em;text-transform:uppercase;margin-top:-20px;margin-bottom:24px}.streaming-links{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:-8px}.streaming-links a{display:flex;align-items:center;justify-content:center;color:#e9dfc5;transition:opacity .2s ease}.streaming-links a:hover{opacity:.6}.streaming-links svg,.streaming-links img{width:28px;height:28px;display:block}.streaming-icon{display:block;width:44px;height:44px;background-color:#e9dfc5;-webkit-mask:var(--icon) no-repeat center / contain;mask:var(--icon) no-repeat center / contain}.video-embed{width:100%;max-width:720px;margin:0 auto;aspect-ratio:16 / 9}.video-embed iframe{width:100%;height:100%;border:0;display:block}.preorder-btn{display:inline-block;font-family:Sheftira,serif;font-size:1.5rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:#000;background:#e9dfc5;padding:14px 40px;border:none;cursor:pointer;transition:opacity .2s ease}.preorder-button-container{padding:50px 0}.preorder-btn:hover{opacity:.75}.socials{display:flex;align-items:center;justify-content:center;gap:24px}.socials a{display:flex;align-items:center;justify-content:center;color:#e9dfc5;transition:opacity .2s ease}.socials a:hover{opacity:.6}.socials svg{width:24px;height:24px}.release-label{max-width:110px;width:100%;height:auto;opacity:1}.squiggle-br{display:block;width:100%;max-width:220px;height:auto;opacity:.7;margin:60px 0}.footer{padding:40px 20px;text-align:center;background:#000}.footer p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.7rem;color:#ffffff40;letter-spacing:.05em}.debug-panel{position:fixed;top:0;left:0;z-index:9999;font-family:monospace;font-size:11px;max-width:100vw}.debug-toggle{background:#ff0000b3;color:#fff;border:none;padding:6px 10px;font-family:monospace;font-size:11px;font-weight:700;cursor:pointer;border-bottom-right-radius:6px}.debug-log{display:none;background:#000000e6;color:#0f0;padding:10px;max-height:50vh;overflow-y:auto;width:100vw;max-width:400px;border-bottom:2px solid rgba(255,0,0,.5)}.debug-panel.open .debug-log{display:block}.debug-log .err{color:#f44}.debug-log .warn{color:#fa0}.debug-log .ok{color:#0f0}.debug-log div{padding:2px 0;border-bottom:1px solid rgba(255,255,255,.05);word-break:break-all}::selection{background:#fff3;color:#fff}.shop-section{width:100%;max-width:1080px;margin:0 auto;padding:16px 20px 8px;display:flex;flex-direction:column;align-items:center;gap:24px}.shop-section[hidden]{display:none}.shop-section-title{font-family:Sheftira,serif;font-size:1.6rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:#e9dfc5;margin:0;text-align:center}.shop-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.shop-card{background:#161616;border:1px solid #2a2a2a;border-radius:6px;padding:12px;display:flex;flex-direction:column;text-align:left}.shop-card img,.shop-card-image-empty{width:100%;aspect-ratio:1;object-fit:cover;background:#0b0b0b;border-radius:4px;margin-bottom:10px;display:block}.shop-card-image-empty{display:flex;align-items:center;justify-content:center;color:#444;font-size:11px}.shop-card-title{font-weight:600;margin-bottom:4px;color:#fff;font-size:14px}.shop-card-price{color:#aaa;font-size:13px;margin-bottom:10px}.shop-card--empty{grid-column:1 / -1;text-align:center;color:#666;font-size:13px}.shop-buy-btn{margin-top:auto;width:100%;padding:9px 10px;font-family:inherit;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0b0b0b;background:#e9dfc5;border:none;border-radius:4px;cursor:pointer;transition:opacity .15s ease}.shop-buy-btn:hover:not(:disabled){opacity:.85}.shop-buy-btn:disabled{opacity:.4;cursor:not-allowed}.shop-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:none;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;z-index:1000}.shop-modal-backdrop.open{display:flex}.shop-modal{background:#0f0f0f;border:1px solid #2a2a2a;border-radius:8px;width:100%;max-width:880px;padding:28px;position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;color:#e9dfc5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}@media (max-width: 720px){.shop-modal{grid-template-columns:1fr;padding:20px}}.shop-modal-close{position:absolute;top:10px;right:12px;background:transparent;border:none;color:#888;font-size:24px;line-height:1;cursor:pointer;padding:4px 8px;transition:color .15s ease}.shop-modal-close:hover{color:#fff}.shop-gallery-main{width:100%;aspect-ratio:1;object-fit:cover;background:#000;border-radius:4px;margin-bottom:10px;display:block}.shop-gallery-main--empty{display:flex;align-items:center;justify-content:center;color:#444;font-size:12px}.shop-modal-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:6px}.shop-modal-thumbs img{width:100%;aspect-ratio:1;object-fit:cover;background:#000;border-radius:3px;border:1px solid #2a2a2a;cursor:pointer;opacity:.65;transition:opacity .15s ease,border-color .15s ease}.shop-modal-thumbs img:hover{opacity:1}.shop-modal-thumbs img.active{opacity:1;border-color:#e9dfc5}.shop-modal-title{font-family:Sheftira,serif;font-weight:400;font-size:1.4rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:0 0 6px}.shop-modal-price{color:#aaa;font-size:14px;margin-bottom:20px}.shop-size-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#888;margin-bottom:8px}.shop-modal-sizes{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.shop-one-size{font-size:12px;color:#888;margin-bottom:8px}.shop-size-chip{padding:8px 14px;background:transparent;border:1px solid #3a3a3a;color:#e9dfc5;font:inherit;font-size:13px;letter-spacing:.05em;border-radius:4px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.shop-size-chip:hover:not(:disabled){border-color:#e9dfc5}.shop-size-chip.selected{background:#e9dfc5;color:#0b0b0b;border-color:#e9dfc5}.shop-size-chip:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.shop-qty-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.shop-qty-stepper{display:inline-flex;align-items:stretch;border:1px solid #3a3a3a;border-radius:4px;overflow:hidden}.shop-qty-btn{width:36px;background:transparent;border:none;color:#e9dfc5;font:inherit;font-size:16px;cursor:pointer;padding:0;transition:background .15s ease}.shop-qty-btn:hover:not(:disabled){background:#1a1a1a}.shop-qty-btn:disabled{opacity:.35;cursor:not-allowed}.shop-qty-input{width:48px;background:transparent;border:none;border-left:1px solid #3a3a3a;border-right:1px solid #3a3a3a;color:#e9dfc5;font:inherit;font-size:14px;text-align:center;padding:8px 0;-moz-appearance:textfield}.shop-qty-input::-webkit-outer-spin-button,.shop-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shop-modal-cta{width:100%;padding:12px 14px;font:inherit;font-family:Sheftira,serif;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:#0b0b0b;background:#e9dfc5;border:none;border-radius:4px;cursor:pointer;transition:opacity .15s ease;margin-bottom:20px}.shop-modal-cta:hover:not(:disabled){opacity:.85}.shop-modal-cta:disabled{opacity:.4;cursor:not-allowed}.shop-modal-description{font-size:13px;color:#bbb;line-height:1.6;border-top:1px solid #2a2a2a;padding-top:14px}.shop-modal-description :is(p,ul,ol){margin:0 0 10px}.shop-modal-description a{color:#e9dfc5}.shop-modal-description--empty{font-size:12px;color:#666;font-style:italic}
