:root{--ink:#0B0B0B;--white:#fff;--volt:#CCFF00;--volt-deep:#A6D100;--accent:#3A4D00;--bg:#fff;--surface:#F2F2F0;--surface-alt:#E4E4E4;--line:#D6D6D6;--text:#0B0B0B;--muted:#5C5C5C;--subtle:#767676;--win:#1B8F5A;--verlies:#C8362C;--preorder:#A8560A;--preorder-bg:#FFF3E2;--paper:#FAF8F3;--hair:#E7E5E0;--muted-warm:#615E57;--wrap:1240px;--header-h:72px;--section-y:96px;--ease:cubic-bezier(.2,.8,.2,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}::selection{background:var(--volt);color:var(--ink)}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 32px}.display{font-family:Archivo,sans-serif;font-weight:900;font-variation-settings:"wdth" 125;letter-spacing:-.02em;line-height:.95;text-transform:uppercase}.mono{font-family:Geist Mono,monospace;font-variant-numeric:tabular-nums}.eyebrow{font-family:Inter;font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.skip{position:absolute;left:-999px;top:0;background:var(--volt);color:var(--ink);padding:12px 18px;font-weight:600;z-index:200}.skip:focus{left:16px;top:16px}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.kw{position:relative;display:inline-block;color:var(--ink)}.kw-stroke{position:absolute;left:-.02em;right:-.02em;bottom:.04em;height:.24em;background:var(--volt);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease) .3s;z-index:0}.is-visible .kw-stroke,.hero .kw-stroke{transform:scaleX(1)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;padding:13px 24px;border-radius:6px;min-height:48px;transition:background .2s var(--ease),transform .15s var(--ease),border-color .2s}.btn--volt{background:var(--volt);color:var(--ink)}.btn--volt:hover{background:var(--volt-deep)}.btn--volt:active{transform:scale(.97)}.btn--ghost{border:1px solid var(--line);color:var(--text)}.btn--ghost:hover{border-color:var(--ink);background:var(--surface)}.btn--block{width:100%}.site-header{position:sticky;top:0;z-index:100;background:#ffffffdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-in{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand .name{font-size:22px}.brand svg{width:34px;height:34px}.nav{display:flex;align-items:center;gap:28px}.nav a{font-size:15px;color:var(--text);position:relative;padding:6px 0;transition:color .2s}.nav a:after{content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--volt);transition:width .2s var(--ease)}.nav a:hover{color:var(--accent)}.nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:18px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:6px;position:relative;color:var(--text);transition:background .2s}.icon-btn:hover{background:var(--surface)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--volt);color:var(--ink);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace}.menu-toggle{display:none}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:var(--bg);transform:translate(100%);transition:transform .28s var(--ease);display:flex;flex-direction:column;padding:24px 32px}.mobile-menu.open{transform:translate(0)}.mobile-menu .mm-top{display:flex;justify-content:space-between;align-items:center;height:var(--header-h)}.mobile-menu nav{display:flex;flex-direction:column;gap:6px;margin-top:24px}.mobile-menu nav a{font-size:32px;padding:10px 0;border-bottom:1px solid var(--line)}.mobile-menu nav a .mono{color:var(--subtle);font-size:14px;margin-left:8px}.announcement{background:var(--volt);color:var(--ink);text-align:center;font-weight:600;font-size:13px;letter-spacing:.04em;padding:9px 16px}.hero{padding:var(--section-y) 0;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:56px;align-items:center}.hero h1{font-size:clamp(46px,7vw,92px);margin:16px 0 0}.hero .lead{font-size:19px;color:var(--muted);margin:26px 0 0;max-width:520px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.hero-visual{display:flex;align-items:center;justify-content:center}.hero-visual svg{width:100%;max-width:360px;height:auto}.hero--product .hero-grid{grid-template-columns:1.05fr .95fr;gap:56px}.hero-copy{min-width:0}.hero--product h1{font-size:clamp(38px,4.8vw,72px)}.hero--product .lead{max-width:440px}.hero-tiles{display:grid;grid-template-columns:1fr 1fr;gap:16px}.htile{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .22s var(--ease),border-color .22s,box-shadow .22s}.htile:hover{transform:translateY(-4px);border-color:var(--subtle);box-shadow:0 12px 26px #0b0b0b14}.htile__img{aspect-ratio:1/1;background:var(--surface-alt);overflow:hidden}.htile__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.htile:hover .htile__img img{transform:scale(1.05)}.htile__b{padding:12px 15px}.htile__t{display:block;font-size:14px;font-weight:600;line-height:1.3}.htile__p{display:block;font-family:Geist Mono,monospace;font-size:13px;color:var(--text);margin-top:4px}.htile--cta{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;padding:18px 20px;background:var(--volt);border-color:var(--volt);color:var(--ink)}.htile--cta:hover{background:var(--volt-deep);border-color:var(--volt-deep);transform:translateY(-4px);box-shadow:0 12px 26px #0b0b0b14}.htile__cta-label{font-weight:700;font-size:16px}.htile__cta-arrow{font-size:22px;line-height:1}.section{padding:var(--section-y) 0;border-bottom:1px solid var(--line)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.section-head h2{font-size:clamp(28px,4vw,40px)}.section-head a{font-size:14px;color:var(--accent);font-weight:600;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(var(--cols,4),1fr);gap:20px}.pcard{display:block;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;transition:transform .22s var(--ease),border-color .22s,box-shadow .22s}.pcard:hover{transform:translateY(-6px);border-color:var(--subtle);box-shadow:0 14px 30px #0b0b0b14}.pcard__media{position:relative;aspect-ratio:1/1;background:var(--surface-alt);overflow:hidden}.pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--ease)}.pcard:hover .pcard__media img{transform:scale(1.05)}.pcard__badge{position:absolute;top:12px;left:12px;background:var(--volt);color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:4px}.pcard__badge--out{background:var(--surface-alt);color:var(--muted)}.pcard__body{padding:16px 18px}.pcard__title{font-size:16px;font-weight:600;margin-bottom:6px;line-height:1.3}.pcard__price{font-family:Geist Mono,monospace;font-size:15px;color:var(--text)}.price-from{font-family:Inter,sans-serif;color:var(--subtle);font-weight:500;font-size:.82em;text-transform:uppercase;letter-spacing:.04em;margin-right:1px}.price-was{color:var(--subtle);margin-right:8px}.price-now{color:var(--accent)}.rich{padding:var(--section-y) 0;text-align:center;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.rich h2{font-size:clamp(34px,6vw,72px);max-width:14ch;margin:0 auto}.rich p{font-size:18px;color:var(--muted);max-width:56ch;margin:24px auto 0}.rich .korf-watermark{position:absolute;right:-80px;bottom:-100px;width:420px;opacity:.05;pointer-events:none}.site-footer{position:relative;padding:var(--section-y) 0 36px;overflow:hidden;background:var(--surface);border-top:1px solid var(--line)}.footer-watermark{position:absolute;right:-60px;bottom:-90px;width:440px;opacity:.05;pointer-events:none}.footer-grid{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;position:relative}.footer-col h4{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle);margin-bottom:14px}.footer-col a{display:block;color:var(--muted);font-size:15px;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--accent)}.footer-brand p{color:var(--muted);font-size:14px;margin-top:14px;max-width:280px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-top:48px;padding-top:22px;border-top:1px solid var(--line);color:var(--subtle);font-size:13px;position:relative}.preorder{display:flex;gap:14px;align-items:flex-start;background:var(--preorder-bg);border:1px solid var(--preorder);border-left:4px solid var(--preorder);border-radius:8px;padding:14px 16px;margin:0 0 22px}.preorder__badge{flex:none;background:var(--preorder);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:5px;margin-top:1px}.preorder__lead{font-size:15px;color:var(--text);line-height:1.45}.preorder__lead strong{color:var(--preorder)}.preorder__note{font-size:13px;color:var(--muted);margin-top:5px}.preorder__i{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--preorder);color:var(--preorder);font-size:11px;font-weight:700;font-style:italic;margin-left:8px;vertical-align:middle;line-height:1;cursor:pointer;flex:none}.preorder__pop{margin-top:10px;font-size:13px;color:var(--text);background:var(--bg);border:1px solid var(--line);border-radius:6px;padding:12px 14px;line-height:1.5}.cart-preorder{display:flex;gap:13px;align-items:flex-start;background:var(--preorder-bg);border:1px solid var(--preorder);border-left:4px solid var(--preorder);border-radius:8px;padding:14px 16px;margin-bottom:24px}.cart-preorder__badge{flex:none;background:var(--preorder);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:5px;margin-top:1px}.cart-preorder p{font-size:14px;color:var(--text);line-height:1.5}.cart-preorder strong{color:var(--preorder)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease)}[data-reveal].is-visible{opacity:1;transform:none}[data-reveal-stagger]>*{opacity:0;transform:translateY(20px);transition:opacity .5s var(--ease),transform .5s var(--ease)}[data-reveal-stagger].is-visible>*{opacity:1;transform:none}.korf-pulse{animation:korf-pulse 2.4s ease-in-out infinite}@keyframes korf-pulse{0%,to{opacity:1}50%{opacity:.86}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal],[data-reveal-stagger]>*{opacity:1!important;transform:none!important;transition:none}.kw-stroke{transform:scaleX(1)!important}.korf-pulse{animation:none}*{transition:none!important}}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.nav{display:none}.menu-toggle{display:inline-flex}.hero-grid,.hero--product .hero-grid{grid-template-columns:1fr;gap:32px}.hero-visual{order:-1}.hero-visual svg{max-width:240px}.product-grid{grid-template-columns:repeat(2,1fr)}.wrap{padding:0 20px}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:860px){:root{--header-h:64px;--section-y:64px}.brand{gap:10px}.brand .name{font-size:19px}.brand svg{width:30px;height:30px}.header-actions{gap:6px}.icon-btn{width:42px;height:42px}.hero{padding:44px 0}.hero h1{font-size:clamp(38px,11vw,64px);line-height:.96}.hero .lead{font-size:17px;margin-top:20px}.hero-visual svg{max-width:190px}.section-head{margin-bottom:24px}.section-head h2{font-size:clamp(26px,7vw,40px)}}@media(max-width:560px){:root{--section-y:48px}.site-header .brand .name{display:none}.site-header .brand svg{width:34px;height:34px}.header-actions{gap:8px}.icon-btn{width:44px;height:44px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero h1{font-size:clamp(32px,11vw,48px)}.announcement{font-size:12px;padding:8px 12px}.btn{min-height:50px}.display{overflow-wrap:break-word}}@media(max-width:400px){.wrap{padding:0 16px}.pcard__body{padding:13px 14px}.pcard__title{font-size:15px}.footer-grid{gap:28px}}img,svg,video,iframe{max-width:100%}.rte img,.rte table,.rte iframe,.rte video{max-width:100%;height:auto}.rte table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.rte,.acc__body,.product-title,.faq-item__body,.cart-item__title{overflow-wrap:break-word}.product .product-grid-2{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.product .product-grid-2>*{min-width:0}@media(max-width:860px){.product .product-grid-2{grid-template-columns:minmax(0,1fr)}.product-gallery__main{max-width:100%}}.shopify-pc__banner__dialog,.shopify-pc__banner__wrapper{max-width:100%;box-sizing:border-box}@media(max-width:600px){.shopify-pc__banner__btns{flex-wrap:wrap;gap:8px}.shopify-pc__banner__btns>*{flex:1 1 100%}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/volt.css.map */
