/** Shopify CDN: Minification failed

Line 17:7 Expected identifier but found whitespace
Line 17:9 Unexpected "{"
Line 17:19 Expected ":"
Line 18:12 Expected identifier but found whitespace
Line 18:14 Unexpected "{"
Line 18:24 Expected ":"
Line 19:9 Expected identifier but found whitespace
Line 19:11 Unexpected "{"
Line 19:21 Expected ":"
Line 20:10 Expected identifier but found whitespace
... and 16 more hidden warnings

**/
:root{
  --bg: {{ settings.background_color | default: '#05070b' }};
  --surface: {{ settings.surface_color | default: '#0b1018' }};
  --text: {{ settings.text_color | default: '#edf8ff' }};
  --muted: {{ settings.muted_color | default: '#8fa5b5' }};
  --accent: {{ settings.accent_color | default: '#a9dcf3' }};
  --accent2: {{ settings.accent_2 | default: '#6ef2ff' }};
  --max: {{ settings.content_width | default: 1320 }}px;
  --radius: {{ settings.card_radius | default: 18 }}px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 80%);z-index:-2}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.section-pad{padding:110px 0}
.eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin:0 0 18px;font-weight:800}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.04em}
h1{font-size:clamp(54px,8vw,120px);line-height:.88;margin-bottom:26px}
h2{font-size:clamp(38px,5vw,72px);line-height:.92;margin-bottom:0}
h3{font-size:22px;margin-bottom:0}
.skip-link{position:fixed;left:20px;top:-100px;z-index:999;padding:12px 16px;background:var(--text);color:var(--bg)}
.skip-link:focus{top:20px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.announcement{overflow:hidden;border-bottom:1px solid rgba(169,220,243,.12);white-space:nowrap;background:#070b10}
.announcement__track{display:flex;width:max-content;animation:marquee var(--announcement-speed) linear infinite;padding:9px 0}
.announcement span{font-size:10px;letter-spacing:.2em;font-weight:800;margin:0 24px}
.announcement i{font-style:normal;color:var(--accent)}
@keyframes marquee{to{transform:translateX(-50%)}}

.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;transition:.3s;background:rgba(5,7,11,.65);backdrop-filter:blur(18px)}
.site-header.is-scrolled{border-color:rgba(169,220,243,.12);box-shadow:0 10px 50px rgba(0,0,0,.22)}
.header-shell{width:min(calc(100% - 48px),var(--max));height:82px;margin:auto;display:grid;grid-template-columns:180px 1fr 180px;align-items:center;gap:20px}
.brand{display:block;width:145px}
.brand__logo{width:100%;height:auto;max-height:58px;object-fit:contain;object-position:left center}
.main-nav{display:flex;justify-content:center;gap:34px}
.main-nav a,.header-actions{font-size:11px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}
.main-nav a{opacity:.7;transition:.2s}
.main-nav a:hover{opacity:1;color:var(--accent)}
.header-actions{display:flex;justify-content:flex-end;gap:22px;align-items:center}
.icon-link{font-size:23px;line-height:1}
.cart-link span{color:var(--accent)}
.mobile-menu{display:none}

.hero{min-height:calc(100vh - 125px);position:relative;display:flex;align-items:center;overflow:hidden}
.hero__grid{position:absolute;inset:0;background:radial-gradient(circle at 70% 45%,rgba(110,242,255,.12),transparent 30%),linear-gradient(115deg,transparent 0 49%,rgba(169,220,243,.05) 49.1%,transparent 49.3%)}
.hero__orb{position:absolute;border:1px solid rgba(169,220,243,.14);border-radius:50%;filter:blur(.2px);animation:spin 24s linear infinite}
.hero__orb--one{width:520px;height:520px;right:-110px;top:10%}
.hero__orb--two{width:260px;height:260px;right:20%;bottom:-80px;animation-direction:reverse}
@keyframes spin{to{transform:rotate(360deg)}}
.hero__inner{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:30px;position:relative}
.hero__copy{max-width:720px;z-index:2}
.hero__text{font-size:18px;color:var(--muted);max-width:570px}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border:1px solid rgba(169,220,243,.3);text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;transition:.25s;cursor:pointer}
.button--primary{background:var(--accent);color:#061018;border-color:var(--accent);box-shadow:0 0 30px rgba(169,220,243,.18)}
.button--primary:hover{transform:translateY(-3px);box-shadow:0 0 45px rgba(169,220,243,.35)}
.button--ghost{background:rgba(255,255,255,.02)}
.button--ghost:hover{background:rgba(255,255,255,.07);border-color:var(--accent)}
.button--full{width:100%}
.hero__visual{position:relative;min-height:650px;display:grid;place-items:center}
.hero__halo{position:absolute;width:65%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(169,220,243,.16),transparent 65%);filter:blur(16px);animation:pulse 4s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(1.08);opacity:.7}}
.hero__image{position:relative;z-index:2;max-height:650px;width:auto;object-fit:contain;filter:drop-shadow(0 0 24px rgba(169,220,243,.24))}
.hero__image--logo{width:min(95%,650px)}
.hero__hud{position:absolute;z-index:3;font-size:9px;letter-spacing:.2em;color:var(--muted);border-left:1px solid var(--accent);padding-left:9px}
.hero__hud--top{right:5%;top:14%}
.hero__hud--bottom{left:4%;bottom:12%}

.section-heading{display:grid;grid-template-columns:1fr .55fr;gap:50px;align-items:end;margin-bottom:45px}
.section-heading>p{color:var(--muted);max-width:450px;margin:0}
.text-link{font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--accent)}

.brand-section{border-top:1px solid rgba(169,220,243,.08)}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.brand-tile{min-height:410px;position:relative;overflow:hidden;border:1px solid rgba(169,220,243,.12);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.01));padding:26px;display:flex;align-items:flex-end;transition:.35s}
.brand-tile:after{content:"";position:absolute;inset:-1px;background:radial-gradient(circle at 50% 0,rgba(169,220,243,.18),transparent 40%);opacity:0;transition:.35s}
.brand-tile:hover{transform:translateY(-7px);border-color:rgba(169,220,243,.5);box-shadow:0 20px 60px rgba(0,0,0,.35),0 0 45px rgba(169,220,243,.09)}
.brand-tile:hover:after{opacity:1}
.brand-tile__index{position:absolute;top:20px;right:22px;font-size:10px;color:var(--muted);z-index:2}
.brand-tile__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28;transition:.5s}
.brand-tile:hover .brand-tile__image{opacity:.5;transform:scale(1.05)}
.brand-tile__content{position:relative;z-index:2}
.brand-tile__content span{font-size:9px;letter-spacing:.2em;color:var(--accent)}
.brand-tile__content h3{font-size:30px;margin:8px 0}
.brand-tile__content p{font-size:13px;color:var(--muted);max-width:230px}
.brand-tile__content b{font-size:9px;letter-spacing:.16em}

.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{position:relative;min-width:0}
.product-card__link{display:block}
.product-card__visual{aspect-ratio:1/1.12;position:relative;overflow:hidden;background:var(--surface);border:1px solid rgba(169,220,243,.1);border-radius:var(--radius);box-shadow:inset 0 0 50px rgba(110,242,255,.015);transition:.35s}
.product-card__visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,50%),rgba(110,242,255,.18),transparent 34%);opacity:0;transition:.2s;z-index:1;pointer-events:none}
.product-card:hover .product-card__visual:before{opacity:1}
.product-card:hover .product-card__visual{border-color:rgba(169,220,243,.4);box-shadow:0 0 50px rgba(110,242,255,.08),inset 0 0 40px rgba(110,242,255,.04);transform:translateY(-5px)}
.product-card__visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal;transition:.55s;filter:drop-shadow(0 15px 20px rgba(0,0,0,.25))}
.product-card:hover .product-card__visual img{transform:scale(1.045) rotate(.6deg);filter:drop-shadow(0 20px 35px rgba(110,242,255,.16))}
.product-card__scan{position:absolute;left:0;right:0;top:-20%;height:2px;background:var(--accent);box-shadow:0 0 20px var(--accent);opacity:0;z-index:3}
.product-card:hover .product-card__scan{opacity:.8;animation:scan 1.5s linear infinite}
@keyframes scan{to{top:120%}}
.product-card__badge{position:absolute;top:12px;left:12px;background:var(--accent);color:#061018;padding:7px 9px;font-size:9px;font-weight:900;letter-spacing:.14em;z-index:4}
.product-card__badge--dark{background:#111923;color:var(--text)}
.product-card__meta{display:flex;justify-content:space-between;gap:12px;padding:17px 3px}
.product-card__meta .eyebrow{font-size:8px;margin-bottom:5px}
.product-card__meta h3{font-size:16px;line-height:1.1}
.product-card__price{white-space:nowrap;font-size:14px;font-weight:800}
.price--sale{color:var(--accent)}
.price--compare{text-decoration:line-through;color:var(--muted);font-size:11px;margin-left:4px}
.product-card__arrow{position:absolute;right:2px;bottom:17px;opacity:0;transform:translate(-5px,5px);transition:.25s;color:var(--accent)}
.product-card:hover .product-card__arrow{opacity:1;transform:none}
.product-card--empty .product-card__visual{display:grid;place-items:center;color:var(--muted);font-size:9px;letter-spacing:.2em}

.promo-panel{position:relative;overflow:hidden;display:flex;align-items:end;justify-content:space-between;gap:40px;padding:70px;border:1px solid rgba(169,220,243,.16);background:linear-gradient(120deg,#0b121b,#07141b 50%,#091018)}
.promo-panel:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-150px;top:-230px;border:1px solid rgba(169,220,243,.2);box-shadow:0 0 90px rgba(110,242,255,.08)}
.promo-panel h2{max-width:850px}
.promo-panel p:not(.eyebrow){color:var(--muted);max-width:620px;margin-top:22px}
.promo-panel>*{position:relative;z-index:2}

.newsletter{border-top:1px solid rgba(169,220,243,.08)}
.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:end}
.newsletter-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid rgba(169,220,243,.4)}
.newsletter-form input{border:0;background:transparent;color:var(--text);padding:18px 0;outline:0}
.newsletter-form button{border:0;background:transparent;color:var(--accent);font-weight:900;letter-spacing:.14em;font-size:10px;cursor:pointer}
.form-note{grid-column:1/-1;color:var(--accent);font-size:12px;margin:10px 0}

.site-footer{border-top:1px solid rgba(169,220,243,.08);padding:70px 0 45px}
.footer-top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px}
.footer-brand{font-size:42px;font-weight:950;letter-spacing:-.07em}
.footer-brand span{font-size:10px;vertical-align:top;color:var(--accent)}
.footer-top p{color:var(--muted);max-width:300px;margin-top:12px}
.footer-links{display:flex;flex-direction:column;gap:13px}
.footer-links a{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
.footer-links a:hover{color:var(--accent)}
.footer-meta{display:flex;flex-direction:column;gap:8px;align-items:flex-end;color:var(--muted);font-size:9px;letter-spacing:.12em;text-align:right}

.product-main__grid{display:grid;grid-template-columns:1.1fr .8fr;gap:70px;align-items:start}
.product-main__media{background:var(--surface);border:1px solid rgba(169,220,243,.12);border-radius:var(--radius);overflow:hidden}
.product-main__image{width:100%;aspect-ratio:1/1;object-fit:contain}
.product-main__info{padding-top:30px;position:sticky;top:120px}
.product-main__info h1{font-size:clamp(48px,6vw,84px)}
.product-main__price{font-size:22px;color:var(--accent);font-weight:900;margin-bottom:28px}
.product-description{color:var(--muted);font-size:15px;margin-bottom:30px}
.product-form>label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:18px}
.product-form input,.product-form select,.search-form input{width:100%;background:#080d13;color:var(--text);border:1px solid rgba(169,220,243,.18);padding:14px;margin-top:8px;outline:0}
.variant-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px}
.product-trust{display:flex;gap:15px;flex-wrap:wrap;margin-top:18px;font-size:8px;letter-spacing:.12em;color:var(--muted)}
.collection-head{max-width:850px;margin-bottom:50px}
.collection-head>div,.page-content{color:var(--muted)}
.cart-row{display:grid;grid-template-columns:90px 1fr 80px;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(169,220,243,.1)}
.cart-row__image{background:var(--surface);aspect-ratio:1;overflow:hidden}
.cart-row h2{font-size:22px}
.cart-row input{width:70px;background:transparent;border:1px solid rgba(169,220,243,.2);color:var(--text);padding:10px}
.cart-total{display:flex;justify-content:space-between;padding:28px 0;font-size:18px}
.page-content{max-width:900px}
.page-content h1{color:var(--text)}
.search-form{display:flex;gap:10px;max-width:650px;margin-top:30px}
.search-form input{margin:0}

.reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}
.cursor-glow{position:fixed;left:0;top:0;width:240px;height:240px;border-radius:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(110,242,255,.07),transparent 65%);transform:translate3d(-500px,-500px,0);margin:-120px 0 0 -120px;transition:transform .08s linear}
body.menu-open{overflow:hidden}

@media(max-width:1050px){
  .header-shell{grid-template-columns:130px 1fr 140px}
  .brand{width:120px}
  .brand__logo{max-height:50px}
  .brand-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
  .hero__inner{grid-template-columns:1fr}
  .hero__visual{min-height:500px}
  .hero__copy{padding-top:50px}
  .newsletter__inner{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-meta{align-items:flex-start;text-align:left}
  .product-main__grid{grid-template-columns:1fr}
  .product-main__info{position:static}
}
@media(max-width:720px){
  .container,.header-shell{width:min(calc(100% - 30px),var(--max))}
  .section-pad{padding:75px 0}
  .header-shell{height:70px;display:grid;grid-template-columns:42px 1fr auto}
  .mobile-menu{display:flex;background:none;border:0;padding:0;flex-direction:column;gap:5px;cursor:pointer}
  .mobile-menu span{width:24px;height:1px;background:var(--text);transition:.2s}
  .mobile-menu.is-open span:first-child{transform:translateY(3px) rotate(45deg)}
  .mobile-menu.is-open span:last-child{transform:translateY(-3px) rotate(-45deg)}
  .brand{justify-self:center;width:115px}
  .header-actions{gap:10px}
  .icon-link{display:none}
  .cart-link{font-size:9px}
  .main-nav{display:none;position:fixed;inset:70px 0 0;background:rgba(5,7,11,.97);padding:35px;flex-direction:column;justify-content:flex-start;gap:25px;z-index:60}
  .main-nav.is-open{display:flex}
  .main-nav a{font-size:20px}
  .hero{min-height:auto}
  .hero__copy{padding-top:30px}
  .hero__visual{min-height:390px}
  .hero__image{max-height:390px}
  .hero__hud{display:none}
  .section-heading{grid-template-columns:1fr;gap:18px}
  .brand-grid,.product-grid{grid-template-columns:1fr}
  .brand-tile{min-height:360px}
  .promo-panel{padding:35px 25px;display:block}
  .promo-panel .button{margin-top:25px}
  .footer-top{grid-template-columns:1fr;gap:35px}
  .footer-meta{align-items:flex-start}
  .product-main__grid{gap:30px}
  .product-main__info h1{font-size:54px}
  .variant-grid{grid-template-columns:1fr}
  .cart-row{grid-template-columns:70px 1fr;gap:14px}
  .cart-row input{grid-column:2}
  .search-form{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}