*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;overflow-x:hidden}body{background:#04080f;font-family:IBM Plex Mono,monospace;color:#e0eeff;overflow-x:hidden;cursor:none}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:0;transition:opacity .8s ease}.hero-video.active{opacity:1}#intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99000;background:#04080f;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;overflow:hidden}#intro:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:70vmin;height:70vmin;border-radius:50%;background:radial-gradient(circle,rgba(126,207,255,.07) 0%,transparent 70%);pointer-events:none;animation:intro-breathe 3s ease-in-out infinite}@keyframes intro-breathe{0%,to{opacity:.6;transform:translate(-50%,-60%) scale(1)}50%{opacity:1;transform:translate(-50%,-60%) scale(1.08)}}#intro:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none}.intro-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.intro-bg-line-h{position:absolute;left:0;right:0;height:.5px;background:#1d4a6e2e}.intro-bg-line-v{position:absolute;top:0;bottom:0;width:.5px;background:#1d4a6e2e}.intro-corner{position:absolute;width:20px;height:20px;border-color:#7ecfff33;border-style:solid;opacity:0;animation:intro-fadein .8s ease .3s forwards}.intro-corner.tl{top:28px;left:28px;border-width:1px 0 0 1px}.intro-corner.tr{top:28px;right:28px;border-width:1px 1px 0 0}.intro-corner.bl{bottom:28px;left:28px;border-width:0 0 1px 1px}.intro-corner.br{bottom:28px;right:28px;border-width:0 1px 1px 0}.intro-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;padding-top:40px}.intro-logo-mark{width:min(72vw,72vh);height:min(72vw,72vh);display:flex;align-items:center;justify-content:center;position:relative;opacity:0;animation:intro-logo-rise 1s cubic-bezier(.22,1,.36,1) .05s forwards}@keyframes intro-logo-rise{0%{opacity:0;transform:scale(.88) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.intro-logo-img{width:100%;height:100%;object-fit:contain;filter:invert(1) drop-shadow(0 0 60px rgba(126,207,255,.18)) drop-shadow(0 0 20px rgba(126,207,255,.12));animation:intro-logo-float 4s ease-in-out 1.4s infinite}@keyframes intro-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.intro-bottom{position:relative;z-index:2;width:100%;padding:0 48px 40px;display:flex;align-items:flex-end;justify-content:space-between}.intro-bottom-left{display:flex;flex-direction:column;gap:6px;opacity:0;animation:intro-fadein .4s ease 0s forwards}.intro-brand{font-family:Bebas Neue,sans-serif;font-size:clamp(22px,3.5vw,42px);color:#fff;letter-spacing:.2em;line-height:1}.intro-tagline{font-family:IBM Plex Mono,monospace;font-size:10px;color:#2d5a7a;letter-spacing:.22em;text-transform:uppercase}.intro-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;opacity:0;animation:intro-fadein .4s ease 0s forwards}.intro-counter{font-family:IBM Plex Mono,monospace;font-size:11px;color:#2d5a7a;letter-spacing:.16em}.intro-counter span{color:#7ecfff;font-variant-numeric:tabular-nums}.intro-progress{width:260px;height:40px;background:#070d16;border:.5px solid #1d4a6e;border-radius:2px;overflow:hidden;position:relative;opacity:1!important}.intro-progress-fill{position:absolute;top:0;left:0;bottom:0;width:0%;overflow:hidden;transition:width .05s linear}.intro-progress-water{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#7ecfff38,#0d2235f2)}.intro-wave-canvas{position:absolute;top:0;left:0;width:100%;height:100%}.intro-boat{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10;pointer-events:none}.intro-coords{font-family:IBM Plex Mono,monospace;font-size:9px;color:#1d4a6e;letter-spacing:.1em;display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-top:4px}@keyframes intro-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nav-logo-img{width:36px;height:36px;object-fit:contain;filter:invert(1) drop-shadow(0 0 6px rgba(126,207,255,.4));flex-shrink:0}#intro.exiting{animation:intro-exit 1s cubic-bezier(.76,0,.24,1) forwards}@keyframes intro-exit{0%{opacity:1;clip-path:inset(0 0 0 0)}to{opacity:0;clip-path:inset(0 0 100% 0)}}body.intro-active #nav,body.intro-active #scroll-engine,body.intro-active #homepage{visibility:hidden}body.intro-done #nav,body.intro-done #scroll-engine,body.intro-done #homepage{visibility:visible}*,*:before,*:after{cursor:none!important}#cursor,#oo-cursor{position:fixed;pointer-events:none;z-index:99999;transform:translate(-4px,-4px);will-change:left,top}#cursor svg,#oo-cursor svg{display:block;transition:transform .15s ease;filter:drop-shadow(0 0 4px rgba(126,207,255,.5))}body:hover #cursor,body:hover #oo-cursor{opacity:1}#cursor.on-link svg,#oo-cursor.on-link svg{transform:rotate(-20deg) scale(1.15)}:root{--bg:#04080f;--bg2:#070d16;--bg3:#08111e;--b1:#0d2235;--b2:#1d4a6e;--accent:#7ecfff;--accent-dk:#04080f;--text:#e0eeff;--text-mid:#7ea8c8;--text-dim:#4a7fa8;--text-mute:#2d5a7a;--text-ghost:#1d4a6e;--mono:"IBM Plex Mono",monospace;--display:"Bebas Neue",sans-serif}#nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;border-bottom:.5px solid transparent;transition:background .4s,border-color .4s,padding .3s}#nav.scrolled{background:#04080ff2;border-color:var(--b1);padding:14px 48px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-logo{font-family:var(--display);font-size:22px;letter-spacing:.18em;color:#fff;text-decoration:none;display:flex;align-items:center;gap:12px}.nav-links{display:flex;gap:36px;list-style:none}.nav-links a{color:#ffffff80;font-size:11px;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;position:relative;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:.5px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-links a:hover{color:#fff}.nav-links a:hover:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:20px}.nav-icon{color:#fff6;font-size:13px;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;transition:color .2s;cursor:none}.nav-icon:hover{color:#fffc}.nav-cart{background:transparent;border:.5px solid var(--b2);color:var(--accent);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:8px 18px;border-radius:2px;cursor:none;text-decoration:none;transition:background .2s,border-color .2s;display:flex;align-items:center;gap:8px}.nav-cart:hover{background:#7ecfff14;border-color:var(--accent)}#scroll-engine{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;overflow:hidden;background:var(--bg)}#scroll-engine.released{position:relative;overflow:visible;height:auto;z-index:auto}#hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.scan-line{position:absolute;left:0;right:0;height:1px;background:#7ecfff0f;animation:scan 9s linear infinite;pointer-events:none;z-index:2}@keyframes scan{0%{top:-2px}to{top:100%}}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.grid-h,.grid-v{position:absolute;background:#0d223580}.grid-h{left:0;right:0;height:.5px}.grid-v{top:0;bottom:0;width:.5px}.corner{position:absolute;width:18px;height:18px;border-color:var(--b2);border-style:solid;z-index:3;pointer-events:none}.corner.tl{top:28px;left:28px;border-width:1px 0 0 1px}.corner.tr{top:28px;right:28px;border-width:1px 1px 0 0}.corner.bl{bottom:28px;left:28px;border-width:0 0 1px 1px}.corner.br{bottom:28px;right:28px;border-width:0 1px 1px 0}.hud-tl{position:absolute;top:92px;left:48px;z-index:4;pointer-events:none}.hud-live{display:flex;align-items:center;gap:8px;margin-bottom:4px}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.2}}.live-text{font-size:10px;color:var(--text-dim);letter-spacing:.2em;text-transform:uppercase}.hud-coords{position:absolute;top:92px;right:48px;z-index:4;text-align:right;pointer-events:none}.hud-coords span{display:block;font-size:10px;color:#7ecfff4d;letter-spacing:.08em;line-height:2}.hud-depth{color:#7ecfff26!important;margin-top:4px}.scene-panel{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:flex;flex-direction:column;justify-content:flex-end;padding:0 48px 100px;opacity:0;pointer-events:none;transition:opacity .6s ease}.scene-panel.active{opacity:1;pointer-events:all}.scene-eyebrow{display:flex;align-items:center;gap:12px;font-size:10px;color:var(--text-dim);letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px}.scene-eyebrow:before{content:"";display:block;width:28px;height:.5px;background:var(--b2)}.scene-title{font-family:var(--display);font-size:clamp(52px,9vw,96px);color:#fff;line-height:.92;letter-spacing:.03em;margin-bottom:18px;text-shadow:0 0 80px rgba(0,0,0,.8)}.scene-title .ac{color:var(--accent)}.scene-title .dim{color:#ffffff40}.scene-sub{font-size:13px;color:#fff6;line-height:1.8;max-width:380px;margin-bottom:28px}.scene-actions{display:flex;gap:12px;align-items:center}.btn-p{display:inline-flex;align-items:center;gap:10px;background:var(--accent);color:var(--accent-dk);font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:13px 26px;border-radius:2px;border:none;cursor:none;text-decoration:none;transition:background .2s}.btn-p:hover{background:#9adfff}.btn-g{display:inline-flex;align-items:center;gap:10px;background:transparent;color:#ffffff80;font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:13px 26px;border-radius:2px;border:.5px solid rgba(255,255,255,.15);cursor:none;text-decoration:none;transition:border-color .2s,color .2s}.btn-g:hover{border-color:#fff6;color:#fff}#progress-bar{position:absolute;bottom:0;left:0;right:0;z-index:6}.prog-chapters{display:flex;justify-content:space-between;padding:0 48px 8px}.prog-chapter{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-ghost);transition:color .3s;display:flex;align-items:center;gap:6px}.prog-chapter.active{color:var(--text-dim)}.prog-chapter-dot{width:4px;height:4px;border-radius:50%;background:var(--b2);transition:background .3s;flex-shrink:0}.prog-chapter.active .prog-chapter-dot{background:var(--accent)}.prog-track{height:1px;background:var(--b1);position:relative}.prog-fill{height:100%;background:var(--accent);width:0%;transition:width .08s linear}#scroll-indicator{position:absolute;bottom:60px;right:48px;z-index:6;display:flex;flex-direction:column;align-items:center;gap:8px;opacity:1;transition:opacity .5s;pointer-events:none}#scroll-indicator.hidden{opacity:0}.scroll-ind-text{font-size:9px;color:var(--text-ghost);letter-spacing:.18em;text-transform:uppercase;writing-mode:vertical-rl}.scroll-ind-line{width:.5px;height:40px;background:var(--b2);position:relative;overflow:hidden}.scroll-ind-line:after{content:"";position:absolute;top:-100%;left:0;right:0;height:100%;background:var(--accent);animation:drip 1.8s ease-in-out infinite}@keyframes drip{0%{top:-100%}to{top:100%}}#homepage{background:var(--bg);opacity:0;transform:translateY(0);transition:opacity .8s ease}#homepage.visible{opacity:1}.ticker{background:var(--b1);border-top:.5px solid var(--b2);border-bottom:.5px solid var(--b2);padding:12px 0;overflow:hidden;white-space:nowrap}.ticker-inner{display:inline-block;animation:ticker 25s linear infinite}.ticker-item{display:inline-flex;align-items:center;gap:20px;margin-right:48px}.ticker-item span{font-size:10px;color:var(--text-mute);letter-spacing:.2em;text-transform:uppercase}.ticker-sep{color:var(--accent);font-size:10px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:.5px solid var(--b1)}.stat-cell{padding:28px 0 28px 32px;border-right:.5px solid var(--b1)}.stat-cell:last-child{border-right:none}.stat-num{font-family:var(--display);font-size:38px;color:var(--accent);letter-spacing:.03em;line-height:1}.stat-label{font-size:10px;color:var(--text-ghost);letter-spacing:.16em;text-transform:uppercase;margin-top:6px}.section{padding:80px 48px;border-bottom:.5px solid var(--b1)}.sec-eye{display:flex;align-items:center;gap:12px;font-size:10px;color:var(--text-mute);letter-spacing:.2em;text-transform:uppercase;margin-bottom:12px}.sec-eye:before{content:"";display:block;width:24px;height:.5px;background:var(--b2)}.sec-title{font-family:var(--display);font-size:clamp(32px,5vw,52px);color:var(--text);letter-spacing:.04em;margin-bottom:8px}.sec-sub{font-size:13px;color:var(--text-mute);line-height:1.8;max-width:540px;margin-bottom:48px}.product-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.pc-img img{filter:brightness(.75) saturate(.6) contrast(1.1);transition:filter .4s ease;mix-blend-mode:luminosity}.pc:hover .pc-img img{filter:brightness(.85) saturate(.8) contrast(1.05)}.pc-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#04080f59,#070d1633,#04080f80);pointer-events:none;z-index:1;transition:opacity .4s ease}.pc:hover .pc-img:after{opacity:.5}.pc-badge{z-index:2}.view-all{font-size:10px;color:var(--text-dim);letter-spacing:.16em;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .2s;border-bottom:.5px solid var(--b2);padding-bottom:4px}.view-all:hover{color:var(--accent);border-color:var(--accent)}.pgrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pc{background:var(--bg2);border:.5px solid var(--b1);border-radius:2px;overflow:hidden;transition:border-color .2s,transform .2s;cursor:none}.pc:hover{border-color:var(--b2);transform:translateY(-3px)}.pc-img{aspect-ratio:1;background:var(--bg3);border-bottom:.5px solid var(--b1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-size:48px;color:var(--b1)}.pc-img-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.pc:hover .pc-img-inner{transform:scale(1.04)}.pc-badge{position:absolute;top:10px;left:10px;background:#0a1e30e6;border:.5px solid var(--b2);color:var(--text-dim);font-size:9px;letter-spacing:.12em;padding:3px 9px;text-transform:uppercase;border-radius:2px}.pc-body{padding:16px}.pc-name{font-size:12px;color:var(--text-mid);line-height:1.4;margin-bottom:6px}.pc-price{font-size:16px;font-weight:500;color:var(--accent);margin-bottom:14px}.pc-btn{width:100%;background:transparent;border:.5px solid var(--b2);color:var(--text-ghost);font-family:var(--mono);font-size:10px;font-weight:500;padding:10px;text-transform:uppercase;letter-spacing:.12em;cursor:none;border-radius:2px;transition:border-color .2s,color .2s,background .2s}.pc-btn:hover{border-color:var(--accent);color:var(--accent);background:#7ecfff0d}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.brand-left{padding-right:64px;border-right:.5px solid var(--b1)}.brand-right{padding-left:64px}.brand-quote{font-family:var(--display);font-size:clamp(28px,4vw,46px);color:var(--text);line-height:1.1;letter-spacing:.04em;margin-bottom:24px}.brand-quote .ac{color:var(--accent)}.brand-body{font-size:13px;color:var(--text-mute);line-height:1.9;margin-bottom:32px}.brand-link{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-size:11px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border-bottom:.5px solid var(--b2);padding-bottom:6px;transition:border-color .2s}.brand-link:hover{border-color:var(--accent)}.features{display:flex;flex-direction:column;gap:0}.feat{display:flex;gap:20px;padding:24px 0;border-bottom:.5px solid var(--b1);align-items:flex-start}.feat:last-child{border-bottom:none}.feat-num{font-family:var(--display);font-size:28px;color:var(--b2);line-height:1;min-width:36px;margin-top:-2px}.feat-title{font-size:13px;font-weight:500;color:var(--text-mid);margin-bottom:5px}.feat-desc{font-size:12px;color:var(--text-mute);line-height:1.7}.testi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.testi-card{background:var(--bg2);border:.5px solid var(--b1);border-radius:2px;padding:28px;position:relative;overflow:hidden}.testi-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--b2)}.testi-stars{display:flex;gap:4px;margin-bottom:16px}.testi-star{color:var(--accent);font-size:12px}.testi-text{font-size:12px;color:var(--text-mid);line-height:1.8;margin-bottom:20px;font-style:italic}.testi-author{font-size:10px;color:var(--text-ghost);letter-spacing:.14em;text-transform:uppercase}.testi-author strong{color:var(--text-dim);display:block;margin-bottom:2px}.campaign{padding:80px 48px;border-bottom:.5px solid var(--b1);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.campaign-visual{aspect-ratio:4/3;background:var(--bg2);border:.5px solid var(--b1);border-radius:2px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.campaign-scene{position:absolute;top:0;right:0;bottom:0;left:0}.campaign-label{position:absolute;bottom:16px;left:16px;background:#04080fcc;border:.5px solid var(--b2);padding:6px 14px;border-radius:2px;font-size:10px;color:var(--text-dim);letter-spacing:.14em;text-transform:uppercase}.campaign-text .sec-eye,.campaign-text .sec-title{margin-bottom:16px}.campaign-text p{font-size:13px;color:var(--text-mute);line-height:1.9;margin-bottom:32px}.newsletter{padding:80px 48px;border-bottom:.5px solid var(--b1);display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.nl-title{font-family:var(--display);font-size:42px;color:var(--text);letter-spacing:.04em;margin-bottom:12px}.nl-sub{font-size:13px;color:var(--text-mute);line-height:1.8}.nl-form{display:flex;flex-direction:column;gap:12px}.nl-input{background:var(--bg2);border:.5px solid var(--b2);color:var(--text);font-family:var(--mono);font-size:13px;padding:14px 18px;border-radius:2px;outline:none;transition:border-color .2s}.nl-input::placeholder{color:var(--b2)}.nl-input:focus{border-color:var(--accent)}.nl-note{font-size:10px;color:var(--text-ghost);letter-spacing:.08em;line-height:1.6}footer{padding:48px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;border-top:.5px solid var(--b1)}.foot-logo{font-family:var(--display);font-size:20px;color:var(--text-ghost);letter-spacing:.2em}.foot-links{display:flex;gap:28px;list-style:none;justify-content:center}.foot-links a{font-size:10px;color:var(--text-ghost);text-decoration:none;letter-spacing:.14em;text-transform:uppercase;transition:color .2s}.foot-links a:hover{color:var(--text-dim)}.foot-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.foot-socials{display:flex;gap:16px}.foot-social{width:32px;height:32px;border:.5px solid var(--b2);border-radius:2px;display:flex;align-items:center;justify-content:center;color:var(--text-ghost);font-size:13px;text-decoration:none;transition:border-color .2s,color .2s}.foot-social:hover{border-color:var(--accent);color:var(--accent)}.foot-copy{font-size:10px;color:var(--text-ghost);letter-spacing:.1em}#page-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--bg);pointer-events:none;opacity:0;transition:opacity .35s ease}#page-transition.active{opacity:1;pointer-events:all}@media(max-width:768px){#nav{padding:16px 24px}#nav.scrolled{padding:12px 24px}.nav-links{display:none}.pgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-grid,.campaign,.newsletter,.stats-row{grid-template-columns:1fr}.brand-left{padding-right:0;border-right:none;border-bottom:.5px solid var(--b1);padding-bottom:40px;margin-bottom:40px}.brand-right{padding-left:0}.campaign-visual{display:none}.testi-grid{grid-template-columns:1fr}.section{padding:56px 24px}.scene-panel{padding:0 24px 80px}.hud-tl{left:24px}.hud-coords{right:24px}footer{grid-template-columns:1fr;text-align:center;gap:24px}.foot-right{align-items:center}}.template-collection body,body.template-collection{background:#04080f!important}.collection-hero{position:relative;padding:140px 48px 64px;border-bottom:.5px solid #0d2235;background:#04080f}.collection-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 0%,rgba(126,207,255,.04) 0%,transparent 60%);pointer-events:none}.collection-eyebrow{display:flex;align-items:center;gap:12px;font-family:IBM Plex Mono,monospace;font-size:10px;color:#2d5a7a;letter-spacing:.22em;text-transform:uppercase;margin-bottom:14px}.collection-eyebrow:before{content:"";display:block;width:24px;height:.5px;background:#1d4a6e}.collection-title{font-family:Bebas Neue,sans-serif;font-size:clamp(48px,8vw,96px);color:#fff;letter-spacing:.03em;line-height:.92;margin-bottom:16px}.collection-title span{color:#7ecfff}.collection-count{font-family:IBM Plex Mono,monospace;font-size:13px;color:#2d5a7a;line-height:1.8;margin-top:8px}.product-grid-container,.collection-wrapper,results-list{background:#04080f!important}.product-card,.product-card__inner,[class*=product-card]{background:#070d16!important;border:.5px solid #0d2235!important;border-radius:2px!important}.product-card img,.product-card__image,[class*=product-card] img{filter:brightness(.8) saturate(.7) contrast(1.05)!important;transition:filter .3s ease,transform .4s ease!important}.product-card:hover img,[class*=product-card]:hover img{filter:brightness(.9) saturate(.85)!important;transform:scale(1.03)!important}.product-card__title,.product-card [class*=title],.product-card h3,.product-card h2{color:#7ea8c8!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;letter-spacing:.04em!important}.product-card__price,.product-card [class*=price],.price{color:#7ecfff!important;font-family:Bebas Neue,sans-serif!important;font-size:22px!important}[class*=filter],[class*=facet]{background:#070d16!important;border-color:#0d2235!important;color:#4a7fa8!important}button[class*=filter],button[class*=facet],.facet-filters__field{background:transparent!important;border:.5px solid #0d2235!important;color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;border-radius:2px!important}.section-background{background:#04080f!important}.template-collection p,.template-collection span,.template-collection label{font-family:IBM Plex Mono,monospace}.pagination{background:#04080f!important;border-top:.5px solid #0d2235!important;padding:32px!important}.pagination a,.pagination button{background:transparent!important;border:.5px solid #1d4a6e!important;color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.pagination a:hover,.pagination button:hover{border-color:#7ecfff!important;color:#7ecfff!important}.collection__title,h1.collection__title,[class*=collection__title],.page-width h1:not(.collection-title){display:none!important}.shopify-section-header{display:none!important}.collection__title,h1.collection__title,.collection-hero-section h1,.page-width>h1,.section>h1{display:none!important}.collection-hero .collection-title,h1.collection-title{display:block!important;font-family:Bebas Neue,sans-serif!important;color:#fff!important}.collection-hero .collection-title span{color:#7ecfff!important}.collection-count{color:#4a7fa8!important}.collection-eyebrow{color:#2d5a7a!important}.text-block h1,.text-block--AekhpMGFJamFRUGhUM__text_tqQTNE h1,[class*=text-block] h1{display:none!important}.oo-collection-nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:16px 48px;background:#04080ff2;border-bottom:.5px solid #0d2235;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.oo-nav-left{display:flex;align-items:center;gap:24px}.oo-back-btn{display:inline-flex;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:11px;color:#4a7fa8;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;border:.5px solid #1d4a6e;padding:8px 16px;border-radius:2px;transition:border-color .2s,color .2s}.oo-back-btn:hover{border-color:#7ecfff;color:#7ecfff}.oo-back-btn svg{transition:transform .2s}.oo-back-btn:hover svg{transform:translate(-3px)}.oo-nav-logo{display:flex;align-items:center;gap:10px;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:.18em;color:#fff;text-decoration:none}.oo-nav-logo img{width:32px;height:32px;object-fit:contain;filter:invert(1) drop-shadow(0 0 4px rgba(126,207,255,.3))}.oo-nav-right{display:flex;align-items:center;gap:16px}.oo-nav-link{font-family:IBM Plex Mono,monospace;font-size:11px;color:#ffffff73;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;transition:color .2s}.oo-nav-link:hover{color:#fff}.oo-cart-btn{display:inline-flex;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:500;color:#7ecfff;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;background:transparent;border:.5px solid #1d4a6e;padding:8px 18px;border-radius:2px;transition:background .2s,border-color .2s}.oo-cart-btn:hover{background:#7ecfff14;border-color:#7ecfff}.oo-cart-count{background:#7ecfff;color:#04080f;font-size:9px;font-weight:700;width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;line-height:1}.oo-collection-nav~* .collection-hero,.collection-hero{padding-top:100px!important}@media(max-width:768px){.oo-collection-nav{padding:14px 24px}.oo-nav-logo span,.oo-nav-link{display:none}.collection-hero{padding-top:80px!important}}.template-page .page-width,.template-page main{background:#04080f!important}input[type=text],input[type=email],input[type=tel],input[type=phone],textarea,select{background:#070d16!important;border:.5px solid #1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;font-size:13px!important;border-radius:2px!important;padding:14px 18px!important;outline:none!important;transition:border-color .2s!important;-webkit-appearance:none!important}input[type=text]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,textarea::placeholder{color:#2d5a7a!important}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus{border-color:#7ecfff!important;box-shadow:none!important}textarea{min-height:140px!important;resize:vertical!important}input[type=submit],button[type=submit],.contact-form button,.form__button{background:#7ecfff!important;color:#04080f!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;border:none!important;border-radius:2px!important;padding:14px 32px!important;cursor:none!important;transition:background .2s!important}input[type=submit]:hover,button[type=submit]:hover,.form__button:hover{background:#9adfff!important}.template-page label,.contact-form label,.field__label{font-family:IBM Plex Mono,monospace!important;font-size:10px!important;color:#2d5a7a!important;letter-spacing:.16em!important;text-transform:uppercase!important}.template-page h1,.template-page h2{font-family:Bebas Neue,sans-serif!important;color:#fff!important;letter-spacing:.04em!important}.template-page p{font-family:IBM Plex Mono,monospace!important;color:#4a7fa8!important;font-size:13px!important;line-height:1.8!important}.contact-form,.page-width form,[class*=contact],.field,.form-field,[class*=field]{background:transparent!important}button.submit-button,.submit-button,button.button.submit-button{background:#7ecfff!important;color:#04080f!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;border:none!important;border-radius:2px!important;padding:14px 32px!important;cursor:none!important;transition:background .2s!important;box-shadow:none!important}button.submit-button:hover,.submit-button:hover{background:#9adfff!important;color:#04080f!important}.contact-form__input,input.contact-form__input,textarea.contact-form__input{background:#070d16!important;border:.5px solid #1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.contact-form__input:focus{border-color:#7ecfff!important;box-shadow:none!important;outline:none!important}.contact-form__input::placeholder{color:#2d5a7a!important}.collection-hero{margin-bottom:0!important;padding-bottom:32px!important}.template-page .shopify-section,.template-page .section,.template-page .page-width{padding-top:0!important;margin-top:0!important}.template-page main>.shopify-section:nth-child(2){padding-top:0!important;margin-top:0!important}.template-page .spacing-style{padding-block-start:0!important}.template-page .shopify-section{margin:0!important;padding:0!important}.template-page .section,.template-page .spacing-style{padding-block-start:0!important;padding-block-end:0!important}.template-page [style*=padding-block-start]{padding-block-start:0!important}.template-page [style*=padding-block-end]{padding-block-end:32px!important}.template-page .layout-panel-flex{padding:0 48px 48px!important}.template-page .section-background{display:none!important}.template-page .content-for-layout>.shopify-section:not(:first-child){margin-top:-200px!important;position:relative!important;z-index:10!important}@media(hover:none)and (pointer:coarse){*,*:before,*:after{cursor:auto!important}#oo-cursor,#cursor{display:none!important}}.oo-mobile-menu-btn{display:none;background:transparent;border:.5px solid #1d4a6e;border-radius:2px;padding:8px 12px;cursor:pointer;flex-direction:column;gap:4px;align-items:center;justify-content:center}.oo-mobile-menu-btn span{display:block;width:18px;height:1px;background:#7ecfff;transition:transform .2s,opacity .2s}.oo-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#04080ffa;z-index:9000;flex-direction:column;align-items:center;justify-content:center;gap:32px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.oo-mobile-menu.open{display:flex}.oo-mobile-menu a{font-family:Bebas Neue,sans-serif;font-size:42px;color:#fff;text-decoration:none;letter-spacing:.1em;transition:color .2s}.oo-mobile-menu a:hover{color:#7ecfff}.oo-mobile-menu-close{position:absolute;top:24px;right:24px;background:transparent;border:.5px solid #1d4a6e;border-radius:2px;color:#7ecfff;font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width:480px){.intro-logo-mark{width:min(85vw,85vw)!important;height:min(85vw,85vw)!important}.intro-brand{font-size:18px!important}.intro-bottom{padding:0 20px 32px!important}.intro-tagline{display:none}.scene-panel{padding:0 20px 80px!important}.scene-title{font-size:48px!important}.scene-sub{font-size:12px!important;max-width:100%!important}.scene-actions{flex-direction:column!important;gap:8px!important}.btn-p,.btn-g{width:100%!important;justify-content:center!important;font-size:11px!important;padding:12px 20px!important}.prog-chapters{padding:0 20px 8px!important}.prog-chapter{font-size:8px!important}.section{padding:48px 20px!important}.sec-title{font-size:32px!important}.stats-row{grid-template-columns:repeat(2,1fr)!important}.stat-num{font-size:28px!important}.pgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pc-body{padding:12px!important}.pc-name{font-size:11px!important}.pc-price{font-size:14px!important}.brand-grid{grid-template-columns:1fr!important}.brand-left{padding-right:0!important;border-right:none!important;border-bottom:.5px solid #0d2235;padding-bottom:40px!important;margin-bottom:40px!important}.brand-right{padding-left:0!important}.testi-grid{grid-template-columns:1fr!important}.newsletter{grid-template-columns:1fr!important;gap:32px!important;padding:48px 20px!important}.campaign{grid-template-columns:1fr!important;padding:48px 20px!important}.campaign-visual{display:none!important}footer{grid-template-columns:1fr!important;text-align:center!important;gap:20px!important;padding:32px 20px!important}.foot-right{align-items:center!important}.story-hero .hero-content{padding:0 20px 48px!important}.hero-title{font-size:48px!important}.video-gallery{grid-template-columns:1fr!important;padding:20px!important}.origin-grid,.why-grid{grid-template-columns:1fr!important;gap:32px!important}.values-strip{grid-template-columns:1fr!important}.value-cell{border-right:none!important;border-bottom:.5px solid #0d2235!important;padding:32px 20px!important}.cta-section{padding:48px 20px!important}.collection-hero{padding:100px 20px 40px!important}.collection-title{font-size:48px!important}.oo-collection-nav{padding:14px 16px!important}.oo-nav-logo span,.oo-nav-right .oo-nav-link{display:none!important}.oo-mobile-menu-btn{display:flex!important}.contact-form,[class*=contact-form]{padding:0 20px!important}}@media screen and (min-width:481px)and (max-width:768px){.scene-panel{padding:0 32px 80px!important}.scene-title{font-size:56px!important}.section{padding:64px 32px!important}.pgrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.brand-grid{grid-template-columns:1fr!important}.brand-left{padding-right:0!important;border-right:none!important;border-bottom:.5px solid #0d2235;padding-bottom:40px!important;margin-bottom:40px!important}.brand-right{padding-left:0!important}.testi-grid{grid-template-columns:1fr!important}.newsletter{grid-template-columns:1fr!important;gap:32px!important}.campaign{grid-template-columns:1fr!important}.campaign-visual{display:none!important}footer{grid-template-columns:1fr!important;text-align:center!important;gap:20px!important}.foot-right{align-items:center!important}.video-gallery,.origin-grid,.why-grid,.values-strip{grid-template-columns:1fr!important}.value-cell{border-right:none!important;border-bottom:.5px solid #0d2235!important}.oo-collection-nav{padding:14px 24px!important}.oo-nav-logo span,.oo-nav-right .oo-nav-link{display:none!important}.oo-mobile-menu-btn{display:flex!important}.collection-hero{padding:100px 32px 48px!important}.stats-row{grid-template-columns:repeat(2,1fr)!important}}@media screen and (min-width:769px)and (max-width:1024px){.scene-title{font-size:clamp(52px,8vw,80px)!important}.section{padding:64px 32px!important}.pgrid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.testi-grid{grid-template-columns:repeat(2,1fr)!important}.collection-hero{padding:120px 32px 56px!important}.oo-collection-nav{padding:16px 32px!important}.video-gallery{grid-template-columns:repeat(2,1fr)!important}.stats-row{grid-template-columns:repeat(4,1fr)!important}.newsletter{padding:64px 32px!important}}@media screen and (min-width:1440px){.section{padding:96px 80px!important}.collection-hero{padding:160px 80px 80px!important}.oo-collection-nav{padding:20px 80px!important}.scene-panel{padding:0 80px 120px!important}.pgrid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.stats-row{grid-template-columns:repeat(4,1fr)!important}.newsletter{padding:96px 80px!important}footer{padding:56px 80px!important}}@media screen and (max-width:768px){.hero-video{object-position:center center!important}.scan-line,.intro-logo-img{animation:none!important}}@media(hover:none){.pc:hover,.pc:hover .pc-img img{transform:none!important}.oo-product-card:hover{background:#070d16!important}}@media screen and (max-width:768px){.btn-p,.btn-g,.oo-back-btn,.oo-cart-btn,.pc-btn{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important}.nav-links a,.oo-nav-link{min-height:44px!important;display:flex!important;align-items:center!important}}@media screen and (max-width:768px){#nav .nav-links,#nav .nav-icon{display:none!important}#nav .oo-mobile-menu-btn{display:flex!important}#nav .nav-right{gap:12px!important}}.template-product body,body.template-product,.template-product .section-background{background:#04080f!important}.template-product main,.template-product .content-for-layout{background:#04080f!important}.template-product .product__media img,.template-product .product-media img{filter:brightness(.9) saturate(.8) contrast(1.05)!important;border-radius:2px!important}.template-product .product__media,.template-product .product-media-container{background:#070d16!important;border:.5px solid #0d2235!important;border-radius:2px!important}.template-product h1,.template-product .product__title{font-family:Bebas Neue,sans-serif!important;font-size:clamp(32px,5vw,56px)!important;color:#fff!important;letter-spacing:.04em!important;line-height:1!important}.template-product .price,.template-product .product__price,.template-product [class*=price]{font-family:Bebas Neue,sans-serif!important;font-size:32px!important;color:#7ecfff!important;letter-spacing:.04em!important}.template-product .product__description,.template-product .product-description,.template-product [class*=description] p,.template-product [class*=description] li{font-family:IBM Plex Mono,monospace!important;font-size:13px!important;color:#4a7fa8!important;line-height:1.8!important}.template-product .product-form__submit,.template-product button[name=add],.template-product .btn-add-to-cart{background:#7ecfff!important;color:#04080f!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;border:none!important;border-radius:2px!important;padding:16px 32px!important;width:100%!important;transition:background .2s!important}.template-product .product-form__submit:hover,.template-product button[name=add]:hover{background:#9adfff!important}.template-product .product-form__submit[disabled],.template-product button[name=add][disabled]{background:#0d2235!important;color:#2d5a7a!important;cursor:not-allowed!important}.template-product .variant-input,.template-product .product-form__input,.template-product [class*=variant] label,.template-product [class*=swatch]{border-color:#1d4a6e!important;color:#7ea8c8!important;font-family:IBM Plex Mono,monospace!important;background:#070d16!important;border-radius:2px!important}.template-product [class*=variant] input:checked+label,.template-product [class*=swatch].active{border-color:#7ecfff!important;color:#7ecfff!important}.template-product .quantity,.template-product [class*=quantity] input,.template-product [class*=quantity] button{background:#070d16!important;border-color:#1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-product label,.template-product .form__label{font-family:IBM Plex Mono,monospace!important;font-size:10px!important;color:#2d5a7a!important;letter-spacing:.16em!important;text-transform:uppercase!important}.template-product nav[aria-label*=breadcrumb],.template-product .breadcrumb{font-family:IBM Plex Mono,monospace!important;font-size:10px!important;color:#2d5a7a!important;letter-spacing:.14em!important}.template-product .breadcrumb a{color:#4a7fa8!important;text-decoration:none!important}.template-product .shopify-section,.template-product .section,.template-product [class*=product-section]{background:#04080f!important}.template-product .thumbnail,.template-product [class*=thumbnail]{background:#070d16!important;border:.5px solid #0d2235!important;border-radius:2px!important}.template-product [class*=thumbnail].active,.template-product [class*=thumbnail]:focus{border-color:#7ecfff!important}.template-product .oo-collection-nav{background:#04080ff2!important}.template-product #header-group{display:none!important}.template-product fieldset .product-form__input--pill label,.template-product .variant-input-wrap label,.template-product [class*=variant] label,.template-product .block-swatch__input+label,.template-product .form__label+.block-swatch,.template-product .pill-button{background:#070d16!important;border:.5px solid #1d4a6e!important;color:#7ea8c8!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.1em!important;border-radius:2px!important;padding:10px 18px!important}.template-product [class*=variant] input:checked+label,.template-product .block-swatch__input:checked+label,.template-product .pill-button.active,.template-product [aria-checked=true]{background:#7ecfff1a!important;border-color:#7ecfff!important;color:#7ecfff!important}.template-product quantity-input,.template-product .quantity,.template-product [class*=quantity__button],.template-product .quantity__input,.template-product .quantity input,.template-product .quantity button{background:#070d16!important;border-color:#1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-product .product__media-wrapper,.template-product .product__media img,.template-product [class*=product-media]{background:#04080f!important}.template-product .shopify-payment-button,.template-product .shop-pay-button,.template-product [class*=shopify-payment]{display:none!important}.template-product .product-form__payment-terms,.template-product [class*=payment-terms],.template-product a[href*=payment]{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important}.template-product .product-form__submit,.template-product button[name=add],.template-product [class*=add-to-cart]{background:#7ecfff!important;color:#04080f!important;border:none!important;border-radius:2px!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;padding:18px 32px!important}.template-product .product-form__submit:hover{background:#9adfff!important}.template-product hr,.template-product [class*=divider]{border-color:#0d2235!important}.template-product .color-scheme-1,.template-product [class*=color-scheme]{background:#04080f!important;color:#e0eeff!important}.template-product fieldset .product-form__input--pill label,.template-product .variant-input-wrap label,.template-product [class*=variant] label,.template-product .block-swatch__input+label,.template-product .pill-button,.template-product [class*=swatch-label],.template-product [class*=option-label]{background:#7ecfff14!important;border:.5px solid #7ecfff!important;color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;border-radius:2px!important;padding:10px 18px!important;transition:background .2s,border-color .2s!important}.template-product [class*=variant] label:hover,.template-product .block-swatch__input+label:hover{background:#7ecfff26!important}.template-product [class*=variant] input:checked+label,.template-product .block-swatch__input:checked+label,.template-product [aria-checked=true],.template-product .pill-button.selected{background:#7ecfff33!important;border-color:#7ecfff!important;color:#fff!important;font-weight:500!important}.template-product .block-swatch,.template-product .block-swatch__input+label,.template-product [class*=color-swatch],.template-product [class*=swatch] label,.template-product .variant-input,.template-product .variant-input label,.template-product [style*=background-color]{background:#7ecfff14!important;background-color:#7ecfff14!important;border:.5px solid #7ecfff!important;color:#7ecfff!important;border-radius:2px!important}.template-product .block-swatch__input:checked+label,.template-product .variant-input input:checked+label,.template-product [class*=swatch].selected,.template-product [aria-pressed=true]{background:#7ecfff40!important;background-color:#7ecfff40!important;border-color:#7ecfff!important;color:#fff!important}.template-product{--color-swatch-border: #7ecfff !important;--swatch-selected-color: rgba(126,207,255,.25) !important}.template-product .block-swatch,.template-product .block-swatch label,.template-product .block-swatch span,.template-product [class*=block-swatch],.template-product fieldset [class*=swatch],.template-product .product-form [class*=swatch],.template-product [data-option-name] label,.template-product .option-label,.template-product .color-swatch,.template-product input[type=radio]+label,.template-product input[type=radio]+span{background:#7ecfff14!important;background-color:#7ecfff14!important;border:.5px solid #7ecfff!important;color:#7ecfff!important;border-radius:2px!important;outline:none!important;box-shadow:none!important}.template-product input[type=radio]:checked+label,.template-product input[type=radio]:checked+span,.template-product [class*=swatch].is-selected,.template-product [class*=swatch][aria-checked=true]{background:#7ecfff40!important;background-color:#7ecfff40!important;border-color:#7ecfff!important;color:#fff!important;outline:none!important;box-shadow:none!important}.template-product [style*=background]{background-color:#7ecfff14!important}.template-product .shopify-payment-button__button,.template-product .shopify-payment-button button,.template-product [class*=shop-pay],.template-product [class*=shopify-payment],.template-product .shopify-payment-button__button--unbranded{background:#0d2235!important;background-color:#0d2235!important;color:#7ecfff!important;border:.5px solid #1d4a6e!important;border-radius:2px!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important}.template-product [class*=payment-terms],.template-product [id*=payment-terms],.template-product shopify-payment-terms,.template-product .no-js-hidden a,.template-product a[href*=policies],.template-product a[href*=payment]{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important;text-decoration:none!important}.template-product [class*=sticky],.template-product [class*=add-to-cart-bar],.template-product .product-sticky-bar{background:#04080ff2!important;border-top:.5px solid #0d2235!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.template-product [class*=sticky] button,.template-product [class*=sticky] .button{background:#7ecfff!important;color:#04080f!important;border:none!important;border-radius:2px!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important}.template-product *{--color-button: #7ecfff;--color-button-text: #04080f;--payment-terms-color: #2d5a7a}.template-product shopify-payment-button{--shopify-payment-button-background-color: #0d2235 !important;--shopify-payment-button-color: #7ecfff !important}.template-product .shopify-payment-button__button,.template-product .shopify-payment-button__button--branded,.template-product .shopify-payment-button__button--unbranded,.template-product [class*=shopify-payment-button] button{background:#0d2235!important;background-color:#0d2235!important;border:.5px solid #1d4a6e!important;border-radius:2px!important;color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:none!important;filter:none!important}.template-product .shopify-payment-button__button:hover{background:#1d4a6e!important;background-color:#1d4a6e!important}.template-product .product-form__payment-terms *,.template-product shopify-payment-terms,.template-product shopify-payment-terms *,.template-product [id*=payment-terms] *,.template-product [class*=payment-terms] *{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important;text-decoration:none!important;letter-spacing:.1em!important}.template-product .quantity,.template-product quantity-input,.template-product .quantity__button,.template-product .quantity__input{background:#070d16!important;background-color:#070d16!important;border-color:#1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-product .block-swatch label,.template-product .block-swatch__input+label,.template-product [class*=pill] label,.template-product .product-form__input label{background:#7ecfff14!important;background-color:#7ecfff14!important;border:.5px solid #7ecfff!important;color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;border-radius:2px!important}.template-product .block-swatch__input:checked+label,.template-product input[type=radio]:checked+label{background:#7ecfff38!important;background-color:#7ecfff38!important;border-color:#7ecfff!important;color:#fff!important}#more-payment-options-link,#more-payment-options-link a,.shopify-payment-button__more-options,.shopify-payment-button__more-options a,more-payment-options-link,more-payment-options-link a{color:#2d5a7a!important;--color-primary: #2d5a7a !important;--button-color: #2d5a7a !important;text-decoration:none!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important;letter-spacing:.1em!important}.template-product{--color-primary: #7ecfff !important;--color-button: #7ecfff !important;--color-button-text: #04080f !important}.sticky-add-to-cart,.sticky-add-to-cart__button,button.sticky-add-to-cart__button,.sticky-add-to-cart__button.add-to-cart-button,.sticky-add-to-cart__button.button{background:#7ecfff!important;background-color:#7ecfff!important;color:#04080f!important;border:none!important;border-radius:2px!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:none!important}.sticky-add-to-cart__button:hover{background:#9adfff!important;background-color:#9adfff!important}sticky-add-to-cart,.sticky-add-to-cart{background:#04080ff7!important;border-top:.5px solid #0d2235!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.sticky-add-to-cart__info,.sticky-add-to-cart__price{color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important}.sticky-add-to-cart__price{font-family:Bebas Neue,sans-serif!important;font-size:20px!important}body.template-cart,.template-cart .section-background,.template-cart .shopify-section{background:#04080f!important}.template-cart main{background:#04080f!important}.template-cart h1,.template-cart .cart__title{font-family:Bebas Neue,sans-serif!important;font-size:clamp(36px,6vw,72px)!important;color:#fff!important;letter-spacing:.04em!important}.template-cart .cart__items,.template-cart table,.template-cart [class*=cart-item]{background:transparent!important;border-color:#0d2235!important}.template-cart .cart-item,.template-cart [class*=cart-item__]{border-bottom:.5px solid #0d2235!important}.template-cart .cart-item__name,.template-cart .cart-item__title,.template-cart [class*=cart-item] a{color:#7ea8c8!important;font-family:IBM Plex Mono,monospace!important;font-size:13px!important;text-decoration:none!important}.template-cart .price,.template-cart [class*=price],.template-cart .cart-item__price{color:#7ecfff!important;font-family:Bebas Neue,sans-serif!important;font-size:20px!important}.template-cart .quantity,.template-cart quantity-input,.template-cart .quantity__button,.template-cart .quantity__input{background:#070d16!important;border-color:#1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-cart .cart-item__remove,.template-cart [class*=remove]{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important}.template-cart .cart-item__remove:hover{color:#7ecfff!important}.template-cart .cart__footer,.template-cart [class*=cart__footer],.template-cart .cart-drawer__footer{background:#070d16!important;border-top:.5px solid #0d2235!important}.template-cart .totals,.template-cart [class*=totals],.template-cart .cart__subtotal{color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important}.template-cart .totals__total-value{font-family:Bebas Neue,sans-serif!important;font-size:28px!important;color:#7ecfff!important}.template-cart .cart__checkout-button,.template-cart button[name=checkout],.template-cart [class*=checkout] button{background:#7ecfff!important;color:#04080f!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;border:none!important;border-radius:2px!important;padding:16px 32px!important;width:100%!important}.template-cart .cart__checkout-button:hover{background:#9adfff!important}.template-cart .cart__continue-shopping,.template-cart [class*=continue]{color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;text-decoration:none!important}.template-cart .cart__empty-text,.template-cart [class*=empty] p{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important}.template-cart .cart-item__image,.template-cart [class*=cart-item] img{filter:brightness(.85) saturate(.7)!important;border:.5px solid #0d2235!important;border-radius:2px!important}.template-cart [class*=complementary],.template-cart [class*=recommendations]{background:#070d16!important;border-top:.5px solid #0d2235!important}.template-cart a[href*=login],.template-cart a[href*=customer]{color:#7ecfff!important}.template-cart [class*=discount] input{background:#070d16!important;border:.5px solid #1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-cart [class*=discount] button{background:transparent!important;border:.5px solid #1d4a6e!important;color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}.template-cart h1,.template-cart h2,.template-cart [class*=cart__empty] h1,.template-cart [class*=cart__empty] h2{color:#fff!important;font-family:Bebas Neue,sans-serif!important;font-size:clamp(32px,5vw,64px)!important;letter-spacing:.04em!important}.template-cart a[href*=login],.template-cart a[href*=customer],.template-cart [class*=cart] a{color:#7ecfff!important;text-decoration:none!important}.template-cart .cart__continue-shopping,.template-cart a[href*=collections],.template-cart [class*=continue],.template-cart .button--secondary,.template-cart a.button{background:transparent!important;background-color:transparent!important;border:.5px solid #1d4a6e!important;color:#7ecfff!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:2px!important;padding:12px 24px!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important}.template-cart .cart__continue-shopping:hover,.template-cart a.button:hover{background:#7ecfff14!important;border-color:#7ecfff!important}.template-cart a[href*="collections/all"],.template-cart [class*=view-all]{color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important;text-decoration:none!important}.template-cart .product-card,.template-cart [class*=product-card]{background:#070d16!important;border:.5px solid #0d2235!important;border-radius:2px!important}.template-cart .product-card img,.template-cart [class*=product-card] img{filter:brightness(.8) saturate(.7) contrast(1.05)!important;background:#070d16!important}.template-cart p,.template-cart [class*=empty] p{color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important}.template-cart h2,.template-cart [class*=complementary] h2,.template-cart [class*=recommendations] h2{font-family:Bebas Neue,sans-serif!important;color:#e0eeff!important;letter-spacing:.04em!important}.template-cart{--color-foreground: #e0eeff !important;--color-primary: #7ecfff !important;--color-primary-button-text: #04080f !important;--color-background: #04080f !important;--color-button: #7ecfff !important;--color-button-text: #04080f !important;--color-link: #7ecfff !important}.template-cart a.button,.template-cart .button.cart-items__empty-button,.template-cart a.button.cart-items__empty-button{background:transparent!important;background-color:transparent!important;border:.5px solid #1d4a6e!important;color:#7ecfff!important;border-radius:2px!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:none!important;--button-color: #7ecfff !important}.template-cart a.button:hover{background:#7ecfff14!important;border-color:#7ecfff!important}.template-cart .button-text{color:#7ecfff!important}.template-cart .link,.template-cart a.link{color:#7ecfff!important;text-decoration-color:#7ecfff!important}.template-cart a[href="/collections/all"].link,.template-cart a[class*=link]{color:#4a7fa8!important;text-decoration:none!important}.template-cart .cart-items__wrapper p,.template-cart .cart-page--empty p{color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important}footer,.footer,[class*=footer]{background:#04080f!important;border-top:.5px solid #0d2235!important}footer h2,footer h3,footer h4,.footer__heading,[class*=footer] h2,[class*=footer] h3{font-family:Bebas Neue,sans-serif!important;color:#7ea8c8!important;font-size:14px!important;letter-spacing:.18em!important}footer a,.footer a,[class*=footer] a{color:#4a7fa8!important;font-family:IBM Plex Mono,monospace!important;font-size:12px!important;text-decoration:none!important;letter-spacing:.08em!important;transition:color .2s!important}footer a:hover,.footer a:hover,[class*=footer] a:hover{color:#7ecfff!important}footer p,footer span,.footer p,.footer span,[class*=footer] p,[class*=footer] span{color:#2d5a7a!important;font-family:IBM Plex Mono,monospace!important;font-size:11px!important}.footer__copyright,[class*=copyright]{color:#1d4a6e!important;font-size:10px!important;letter-spacing:.12em!important}footer .social-link,footer [class*=social] a,[class*=footer] [class*=social] a{color:#4a7fa8!important;fill:#4a7fa8!important}footer [class*=social] a:hover{color:#7ecfff!important;fill:#7ecfff!important}footer input[type=email],[class*=footer] input[type=email]{background:#070d16!important;border:.5px solid #1d4a6e!important;color:#e0eeff!important;font-family:IBM Plex Mono,monospace!important;border-radius:2px!important}footer input[type=email]::placeholder{color:#2d5a7a!important}footer button[type=submit],[class*=footer] button[type=submit]{background:#7ecfff!important;color:#04080f!important;font-family:IBM Plex Mono,monospace!important;border:none!important;border-radius:2px!important}footer hr,[class*=footer] hr{border-color:#0d2235!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/oo-custom.css.map */
