:root{--ink:#151311;--paper:#f5f3ee;--acid:#ef310d;--muted:#6d6862;--line:#dedbd4}*{box-sizing:border-box}html{background:var(--ink);scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.store-noise{position:fixed;inset:0;pointer-events:none;z-index:100;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.store-header{height:78px;padding:0 clamp(20px,4vw,64px);position:fixed;inset:0 0 auto;z-index:30;display:flex;align-items:center;justify-content:space-between;color:#fff;pointer-events:none;transition:background .25s,box-shadow .25s}.store-header>*{pointer-events:auto}.store-header.scrolled{background:#f6f5f138;border-bottom:1px solid rgba(255,255,255,.2);backdrop-filter:blur(24px) saturate(135%);box-shadow:0 8px 30px #1513110a}.store-brand{height:44px;width:max-content;padding:0 16px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#000;box-shadow:0 8px 24px #00000029}.store-brand img{display:block;width:clamp(140px,11vw,162px)}.store-nav{height:44px;padding:4px;position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#0d0d0c7a;backdrop-filter:blur(16px)}.store-nav a{height:34px;padding:0 15px;display:flex;align-items:center;border-radius:999px;font-size:11px;font-weight:800}.store-nav a:hover,.store-nav a.active{background:#ffffff1f}.store-actions{display:flex;align-items:center;gap:14px}.store-cart-button{width:42px;height:42px;position:relative;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:#fff;background:#0d0d0c6b;backdrop-filter:blur(12px);cursor:pointer}.store-cart-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.8}.store-cart-count{position:absolute;top:-3px;right:-2px;min-width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--acid);font-size:9px;font-weight:900}.store-menu-button{display:none;width:42px;height:42px;padding:9px;border:0;border-radius:50%;background:#0d0d0cbf;cursor:pointer}.store-menu-button span{display:block;height:2px;margin:5px;background:#fff}.store-mobile-menu{display:none}.store-footer{padding:70px clamp(20px,6vw,94px) 25px;background:var(--ink);color:var(--paper)}.store-footer-brand img{width:min(310px,70vw)}.store-footer-links{display:grid;grid-template-columns:repeat(3,1fr);max-width:560px;margin:60px 0 90px auto}.store-footer-links div{display:flex;flex-direction:column;gap:13px}.store-footer-links strong{margin-bottom:10px;color:#99958d;font-size:9px;text-transform:uppercase;letter-spacing:.14em}.store-footer-links a{font-size:13px}.store-footer-links a:hover{color:var(--acid)}.store-footer-bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:.12em}.store-footer-bottom div{display:flex;gap:25px}.store-cart{margin:12px 12px 12px auto;width:min(470px,calc(100% - 24px));height:calc(100% - 24px);max-height:none;padding:0;border:0;border-radius:20px;background:#f6f5f1;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;transform:translate(110%);transition:transform .35s;overflow:hidden;box-shadow:0 30px 90px #00000057}.store-cart[open]{transform:none;display:flex;flex-direction:column}.store-cart::backdrop{background:#000000a6;backdrop-filter:blur(3px)}.store-cart-head{padding:30px;display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid rgba(21,19,17,.18)}.store-cart-head small{font-size:9px;letter-spacing:.15em}.store-cart-head h2{margin:8px 0 0;font-size:60px;font-weight:800;letter-spacing:-.075em;line-height:.9}.store-cart-head button{border:0;background:none;font-size:35px;cursor:pointer}.store-cart-items{padding:20px 30px;flex:1;overflow-y:auto}.store-cart-items>p{color:var(--muted);font-size:20px}.store-cart-line{padding:20px 0;display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;border-bottom:1px solid rgba(21,19,17,.18)}.store-cart-line small,.store-cart-line strong{display:block}.store-cart-line small{font-size:8px;letter-spacing:.12em}.store-cart-line strong{margin-top:4px;font-size:24px}.store-cart-line button{border:0;background:none;font-size:22px;cursor:pointer}.store-cart-foot{padding:30px;border-top:1px solid rgba(21,19,17,.18)}.store-cart-foot>div{margin-bottom:20px;display:flex;justify-content:space-between;font-size:22px}.store-cart-foot>small{display:block;margin-top:16px;text-align:center;color:var(--muted)}.store-primary{padding:16px 22px;border:0;border-radius:999px;background:var(--acid);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.store-cart-foot .store-primary{width:100%;min-width:210px;display:inline-flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.07em}.store-primary:disabled{opacity:.4;cursor:not-allowed}.store-toast{position:fixed;z-index:200;left:50%;bottom:25px;padding:13px 20px;border-left:4px solid var(--acid);border-radius:10px;background:var(--ink);color:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;font-size:12px;box-shadow:4px 4px #721702;opacity:0;transform:translate(-50%,30px);pointer-events:none;transition:.25s}.store-toast.show{opacity:1;transform:translate(-50%)}.store-eyebrow{margin:0;display:flex;align-items:center;gap:11px;font:800 10px/1.2 SFMono-Regular,Consolas,monospace;text-transform:uppercase;letter-spacing:.16em}.store-eyebrow:before{content:"";width:32px;height:2px;background:var(--acid)}.store-pill{padding:8px 12px;border-radius:999px;background:#fff;font:800 9px/1 SFMono-Regular,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.store-outline{padding:15px 20px;border:1px solid #d8d4cd;border-radius:999px;background:transparent;color:var(--ink);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.store-outline:hover{border-color:var(--ink)}@media(max-width:800px){.store-nav{display:none}.store-menu-button{display:block}.store-mobile-menu{position:fixed;inset:0 0 auto;z-index:25;padding:105px 24px 34px;display:flex;flex-direction:column;gap:22px;background:var(--ink);color:#fff;font-size:30px;font-weight:800;transform:translateY(-110%);transition:.3s}.store-mobile-menu.open{transform:none}.store-footer-links{grid-template-columns:1fr 1fr;gap:45px;margin:55px 0}.store-footer-bottom{flex-wrap:wrap}.store-footer-bottom>span:nth-child(2){display:none}}@media(max-width:520px){.store-header{height:70px;padding:0 18px}.store-brand{height:42px;padding:0 13px}.store-brand img{width:137px}.store-footer-links{grid-template-columns:1fr 1fr}.store-footer-bottom{font-size:7px}}.beast-visual[data-astro-cid-z5jahtyu]{min-height:295px;padding:14px;position:relative;overflow:hidden;border-radius:17px;background:color-mix(in srgb,var(--accent) 19%,#fff)}.beast-visual[data-astro-cid-z5jahtyu]:after{content:"";position:absolute;width:170px;height:170px;right:-76px;bottom:-76px;border:1px solid color-mix(in srgb,var(--accent) 62%,transparent);border-radius:50%;box-shadow:0 0 0 28px color-mix(in srgb,var(--accent) 12%,transparent),0 0 0 56px color-mix(in srgb,var(--accent) 8%,transparent)}.visual-meta[data-astro-cid-z5jahtyu]{position:relative;z-index:2;display:flex;justify-content:space-between;gap:15px;font:700 8px/1.2 SFMono-Regular,Consolas,monospace;letter-spacing:.12em;text-transform:uppercase}.visual-meta[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]:first-child{background:#ffffffc7;padding:7px 9px;border-radius:999px}.basilisk-source[data-astro-cid-z5jahtyu]{height:220px;aspect-ratio:389/674;margin:20px auto 0;position:relative;overflow:hidden;border-radius:7px;z-index:1;box-shadow:8px 11px 19px #1513112e;transition:transform .35s}.basilisk-source[data-astro-cid-z5jahtyu] img[data-astro-cid-z5jahtyu]{position:absolute;width:157.07%;max-width:none;height:auto;left:-28.535%;top:-16.469%}.store-pedal[data-astro-cid-z5jahtyu]{height:220px;width:58%;max-width:190px;margin:20px auto 0;border-radius:13px;border:2px solid #24251f;background:color-mix(in srgb,var(--accent) 78%,#24251f);box-shadow:8px 11px 18px #1513112e,inset 6px 6px 12px #fff3,inset -6px -6px 12px #0000004d;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;transition:transform .35s}.beast-visual[data-astro-cid-z5jahtyu]:hover .store-pedal[data-astro-cid-z5jahtyu],.beast-visual[data-astro-cid-z5jahtyu]:hover .basilisk-source[data-astro-cid-z5jahtyu]{transform:translateY(-5px)}.screw[data-astro-cid-z5jahtyu]{position:absolute;width:7px;height:7px;background:#312f2b;border-radius:50%;box-shadow:inset 1px 1px #9b9b88}.screw[data-astro-cid-z5jahtyu].a{left:10px;top:10px}.screw[data-astro-cid-z5jahtyu].b{right:10px;top:10px}.screw[data-astro-cid-z5jahtyu].c{left:10px;bottom:10px}.screw[data-astro-cid-z5jahtyu].d{right:10px;bottom:10px}.store-knobs[data-astro-cid-z5jahtyu]{display:flex;gap:19px;margin-top:28px}.store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]{width:37px;height:37px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#666,#191918 55%,#050505 63%,#555 67%,#151515);box-shadow:0 6px 8px #00000073}.store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]:nth-child(3){position:absolute;width:29px;height:29px;top:87px;left:50%;transform:translate(-50%)}.store-glyph[data-astro-cid-z5jahtyu]{font:62px/1 Georgia,serif;margin-top:34px;text-shadow:2px 2px rgba(255,255,255,.25)}.store-pedal[data-astro-cid-z5jahtyu] strong[data-astro-cid-z5jahtyu]{text-transform:uppercase;letter-spacing:.12em;font:700 14px/1 Georgia,serif}.store-pedal[data-astro-cid-z5jahtyu] small[data-astro-cid-z5jahtyu]{font:700 6px/1 sans-serif;letter-spacing:.16em;text-transform:uppercase;margin-top:5px}.store-pedal[data-astro-cid-z5jahtyu] b[data-astro-cid-z5jahtyu]{width:32px;height:32px;border-radius:50%;position:absolute;bottom:17px;background:radial-gradient(circle at 38% 32%,#eee,#716f68 55%,#222 59%,#aaa 66%,#292925 70%);box-shadow:0 4px 7px #00000080}.large[data-astro-cid-z5jahtyu]{min-height:620px;display:flex;flex-direction:column;justify-content:flex-start}.large[data-astro-cid-z5jahtyu] .basilisk-source[data-astro-cid-z5jahtyu]{height:500px;margin-top:42px}.large[data-astro-cid-z5jahtyu] .store-pedal[data-astro-cid-z5jahtyu]{height:500px;max-width:380px;margin-top:42px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu]{margin-top:65px;gap:42px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]{width:70px;height:70px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]:nth-child(3){width:54px;height:54px;top:180px}.large[data-astro-cid-z5jahtyu] .store-glyph[data-astro-cid-z5jahtyu]{font-size:145px;margin-top:75px}.large[data-astro-cid-z5jahtyu] .store-pedal[data-astro-cid-z5jahtyu] strong[data-astro-cid-z5jahtyu]{font-size:26px}.large[data-astro-cid-z5jahtyu] .store-pedal[data-astro-cid-z5jahtyu] b[data-astro-cid-z5jahtyu]{width:58px;height:58px;bottom:38px}@media(max-width:700px){.large[data-astro-cid-z5jahtyu]{min-height:470px}.large[data-astro-cid-z5jahtyu] .basilisk-source[data-astro-cid-z5jahtyu]{height:390px;margin-top:28px}.large[data-astro-cid-z5jahtyu] .store-pedal[data-astro-cid-z5jahtyu]{height:390px;width:68%;margin-top:28px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu]{margin-top:48px;gap:28px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]{width:55px;height:55px}.large[data-astro-cid-z5jahtyu] .store-knobs[data-astro-cid-z5jahtyu] span[data-astro-cid-z5jahtyu]:nth-child(3){top:142px}.large[data-astro-cid-z5jahtyu] .store-glyph[data-astro-cid-z5jahtyu]{font-size:105px;margin-top:58px}}
