:root{--bg: #111318;--surface: #181B23;--surface2: #1F2330;--white: #F4F4F6;--off-white: #9EA3B0;--blue: #5B8EF0;--blue-dim: rgba(91,142,240,.1);--blue-border: rgba(91,142,240,.22);--border: rgba(255,255,255,.08);--border2: rgba(255,255,255,.04);--gold: #C4A453}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--white);font-family:DM Sans,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block}.announce{background:var(--blue);color:#fff;text-align:center;padding:9px 24px;font-family:Space Mono,monospace;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}nav{display:flex;justify-content:space-between;align-items:center;padding:0 52px;height:64px;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;background:#111318f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.wordmark{font-size:1rem;font-weight:600;letter-spacing:-.01em;color:var(--white)}.nav-center{display:flex;gap:32px;list-style:none}.nav-center a{color:var(--off-white);font-size:.88rem;font-weight:400;transition:color .15s}.nav-center a:hover{color:var(--white)}.nav-right{display:flex;align-items:center;gap:20px}.nav-right a{color:var(--off-white);font-size:.85rem;transition:color .15s}.nav-right a:hover{color:var(--white)}.cart-icon{display:flex;align-items:center;gap:6px;background:var(--surface2);border:1px solid var(--border);border-radius:6px;padding:7px 14px;font-size:.82rem;font-weight:500;color:var(--white);cursor:pointer;transition:border-color .15s}.cart-icon:hover{border-color:#fff3}.hero{position:relative;height:88vh;min-height:560px;display:flex;align-items:flex-end;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 30%;filter:brightness(.5)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(17,19,24,.1) 0%,transparent 35%,rgba(17,19,24,.6) 65%,rgba(17,19,24,.97) 90%)}.hero-inner{position:relative;z-index:2;width:100%;padding:0 52px 64px;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:flex-end}.hero-text{max-width:660px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#111318b3;border:1px solid var(--blue-border);border-radius:20px;padding:5px 14px;font-family:Space Mono,monospace;font-size:.57rem;letter-spacing:.14em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}.hero h1{font-size:clamp(2.8rem,6vw,5rem);font-weight:600;line-height:1;letter-spacing:-.03em;color:var(--white);margin-bottom:6px}.hero-coords{font-family:Space Mono,monospace;font-size:clamp(.85rem,1.6vw,1.1rem);color:var(--blue);margin-bottom:20px;letter-spacing:.02em}.hero-sub{font-size:1rem;color:var(--off-white);margin-bottom:32px;font-weight:300;line-height:1.7}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.btn-primary{display:inline-block;background:var(--blue);color:#fff;padding:13px 28px;border-radius:8px;font-size:.9rem;font-weight:600;transition:background .15s}.btn-primary:hover{background:#6b9ef8}.btn-secondary{display:inline-block;color:var(--white);padding:13px 24px;border-radius:8px;border:1px solid var(--border);font-size:.9rem;font-weight:400;transition:border-color .15s,background .15s}.btn-secondary:hover{border-color:#ffffff40;background:#ffffff0a}.hero-stat-card{background:#111318d1;border:1px solid var(--border);border-radius:12px;padding:22px 24px;min-width:200px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-label{font-family:Space Mono,monospace;font-size:.52rem;letter-spacing:.18em;text-transform:uppercase;color:var(--off-white);margin-bottom:14px}.stat-row{margin-bottom:12px}.stat-row:last-child{margin-bottom:0}.stat-val{font-family:Space Mono,monospace;font-size:1rem;color:var(--white);font-weight:700;line-height:1.2}.stat-key{font-size:.72rem;color:var(--off-white);font-weight:300;margin-top:1px}.stat-divider{border:none;border-top:1px solid var(--border2);margin:12px 0}.stat-source{font-family:Space Mono,monospace;font-size:.52rem;color:#9ea3b099;letter-spacing:.04em}.trust-bar{background:var(--surface);border-bottom:1px solid var(--border);display:flex;justify-content:center;gap:0}.trust-item{display:flex;align-items:center;gap:10px;padding:16px 40px;border-right:1px solid var(--border);font-size:.82rem;color:var(--off-white);font-weight:400}.trust-item:last-child{border-right:none}.trust-icon{font-size:1rem}.category-section{padding:60px 52px}.section-title{font-size:1.3rem;font-weight:600;letter-spacing:-.01em;margin-bottom:24px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-tile{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3;display:block;background:var(--surface2)}.category-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s,filter .3s;filter:brightness(.6)}.category-tile:hover img{transform:scale(1.04);filter:brightness(.5)}.category-label{position:absolute;bottom:0;left:0;right:0;padding:28px 24px 22px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%)}.category-name{font-size:1.15rem;font-weight:600;color:#fff;margin-bottom:4px;letter-spacing:-.01em}.category-sub{font-family:Space Mono,monospace;font-size:.6rem;color:#ffffffa6;letter-spacing:.1em;text-transform:uppercase}.category-arrow{position:absolute;top:18px;right:18px;background:#ffffff1f;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff;opacity:0;transition:opacity .2s}.category-tile:hover .category-arrow{opacity:1}.tees-section{padding:0 52px 72px}.section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:28px}.section-header h2{font-size:1.3rem;font-weight:600;letter-spacing:-.01em}.view-all{font-family:Space Mono,monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);transition:opacity .15s}.view-all:hover{opacity:.75}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{display:block}.product-img-wrap{position:relative;border-radius:10px;overflow:hidden;background:var(--surface2);margin-bottom:14px;aspect-ratio:3/4}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s;filter:brightness(.95)}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-badge{position:absolute;top:12px;left:12px;background:var(--blue);color:#fff;font-family:Space Mono,monospace;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.product-name{font-size:.92rem;font-weight:500;color:var(--white);margin-bottom:4px;line-height:1.3}.product-coords{font-family:Space Mono,monospace;font-size:.58rem;color:var(--off-white);margin-bottom:8px;letter-spacing:.03em}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-price{font-family:Space Mono,monospace;font-size:.82rem;font-weight:700;color:var(--white)}.add-to-cart{background:var(--blue);color:#fff;border:none;border-radius:6px;padding:7px 14px;font-size:.75rem;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;opacity:0;transition:opacity .2s,background .15s}.product-card:hover .add-to-cart{opacity:1}.add-to-cart:hover{background:#6b9ef8}body.template-product button[name=add],body.template-product .product-form__submit{background:#5b8ef0!important;color:#fff!important;border-color:#5b8ef0!important}body.template-product button[name=add]:hover,body.template-product .product-form__submit:hover{background:#6b9ef8!important;border-color:#6b9ef8!important}.data-strip{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:40px 52px;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.data-eyebrow{font-family:Space Mono,monospace;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:8px}.data-strip h3{font-size:1.1rem;font-weight:500;letter-spacing:-.01em;margin-bottom:6px}.data-strip p{font-size:.88rem;color:var(--off-white);font-weight:300;font-style:italic}.data-pills{display:flex;gap:10px;flex-wrap:wrap}.data-pill{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px 16px;text-align:center;min-width:130px}.pill-val{font-family:Space Mono,monospace;font-size:.88rem;font-weight:700;color:var(--white);line-height:1.2;margin-bottom:3px}.pill-key{font-size:.7rem;color:var(--off-white);font-weight:300}.posters-section{padding:72px 52px;background:var(--surface);border-top:1px solid var(--border)}.posters-header{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:36px}.posters-header h2{font-size:1.6rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.posters-header p{font-size:.9rem;color:var(--off-white);font-weight:300;line-height:1.8}.posters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.poster-card{display:block}.poster-img-wrap{border-radius:8px;overflow:hidden;margin-bottom:12px;aspect-ratio:3/4;background:var(--surface2)}.poster-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s;filter:brightness(.92)}.poster-card:hover .poster-img-wrap img{transform:scale(1.03);filter:brightness(1)}.poster-name{font-size:.9rem;font-weight:500;margin-bottom:3px}.poster-source{font-family:Space Mono,monospace;font-size:.55rem;color:var(--off-white);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.poster-price-row{display:flex;justify-content:space-between;align-items:center}.poster-price{font-family:Space Mono,monospace;font-size:.8rem;font-weight:700}.poster-size{font-size:.72rem;color:var(--off-white);font-weight:300}.brand-section{display:grid;grid-template-columns:1fr 1fr;min-height:480px;border-top:1px solid var(--border)}.brand-img{position:relative;overflow:hidden}.brand-img img{width:100%;height:100%;object-fit:cover;filter:brightness(.55)}.brand-img__placeholder{width:100%;height:100%;background:radial-gradient(ellipse at 40% 60%,#1a2340,#0d1018 60%,#070a10)}.brand-content{padding:72px 56px;display:flex;flex-direction:column;justify-content:center;background:var(--bg)}.brand-eyebrow{font-family:Space Mono,monospace;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.brand-h2{font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:20px}.brand-body{font-size:.95rem;color:var(--off-white);line-height:1.9;margin-bottom:32px;font-weight:300}.reviews-section{padding:72px 52px;border-top:1px solid var(--border);background:var(--surface)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.review-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:24px}.review-stars{color:var(--gold);font-size:.85rem;letter-spacing:2px;margin-bottom:12px}.review-text{font-size:.9rem;color:var(--white);line-height:1.75;margin-bottom:16px;font-weight:300;font-style:italic}.review-author{font-family:Space Mono,monospace;font-size:.58rem;color:var(--off-white);letter-spacing:.08em;text-transform:uppercase}.review-product{font-size:.75rem;color:var(--blue);margin-top:3px;font-weight:400}.newsletter-section{padding:72px 52px;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.newsletter-h3{font-size:1.4rem;font-weight:600;letter-spacing:-.01em;margin-bottom:10px}.newsletter-sub{color:var(--off-white);font-size:.88rem;font-weight:300;line-height:1.7}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--white);padding:12px 18px;font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s}.newsletter-form input:focus{border-color:var(--blue)}.newsletter-form input::placeholder{color:var(--off-white)}.newsletter-form button{background:var(--blue);border:none;color:#fff;padding:12px 24px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s;white-space:nowrap}.newsletter-form button:hover{background:#6b9ef8}footer{background:var(--surface);border-top:1px solid var(--border);padding:48px 52px 32px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand-name{font-size:1rem;font-weight:600;margin-bottom:10px}.footer-tagline{font-size:.85rem;color:var(--off-white);font-weight:300;font-style:italic;line-height:1.6;max-width:240px}.footer-col-title{font-family:Space Mono,monospace;font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;color:var(--off-white);margin-bottom:16px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{font-size:.85rem;color:var(--off-white);transition:color .15s}.footer-links a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border2)}.footer-copy{font-family:Space Mono,monospace;font-size:.58rem;color:#9ea3b080;letter-spacing:.06em}.footer-data-note{font-family:Space Mono,monospace;font-size:.55rem;color:#9ea3b066;letter-spacing:.04em}.shopify-section-group-header-group,.shopify-section-group-header-group header-component,.shopify-section-group-header-group .header__row,.shopify-section-group-header-group .header__columns,.shopify-section-group-header-group .header__column{background:#111318!important;color:#9ea3b0!important}.shopify-section-group-header-group .menu-list{background:transparent!important;box-shadow:none!important;border:none!important}.shopify-section-group-header-group header-component{border-bottom:1px solid var(--border)!important}.shopify-section-group-header-group .header-logo,.shopify-section-group-header-group .header-logo span,.shopify-section-group-header-group .header-logo img~span{color:var(--white)!important;font-family:Space Mono,monospace!important;font-size:.95rem!important;letter-spacing:.04em!important;text-transform:lowercase!important}.shopify-section-group-header-group .menu-list__link,.shopify-section-group-header-group .menu-list__link-title,.shopify-section-group-header-group .menu-list__link span{color:var(--off-white)!important;font-family:DM Sans,system-ui,sans-serif!important;font-size:.82rem!important;letter-spacing:.03em!important;text-decoration:none!important}.shopify-section-group-header-group .menu-list__link:hover .menu-list__link-title{color:var(--white)!important}.shopify-section-group-header-group .header__icons svg,.shopify-section-group-header-group .header__icons button,.shopify-section-group-header-group .header__icons a,.shopify-section-group-header-group svg{color:var(--off-white)!important;fill:var(--off-white)!important;stroke:var(--off-white)!important}.shopify-section-group-header-group .announcement-bar,.announcement-bar__message{background:var(--blue)!important;color:#fff!important;font-family:Space Mono,monospace!important;font-size:.62rem!important;letter-spacing:.14em!important;text-transform:uppercase!important}body.template-index,body.template-index .shopify-section,body.template-index main{background:var(--bg)!important}body.template-collection,body.template-product,body.template-cart,body.template-search,body.template-list-collections{background:#fff!important;color:#111318!important}body.template-collection main,body.template-collection .shopify-section,body.template-product main,body.template-product .shopify-section,body.template-cart main,body.template-cart .shopify-section,body.template-search main,body.template-search .shopify-section,body.template-list-collections main,body.template-list-collections .shopify-section{background:#fff!important;color:#111318!important}body.template-collection .color-scheme-1,body.template-collection .color-scheme-2,body.template-product .color-scheme-1,body.template-product .color-scheme-2,body.template-cart .color-scheme-1,body.template-cart .color-scheme-2{background:#fff!important;color:#111318!important}body.template-collection [class*=price],body.template-collection [class*=title],body.template-collection [class*=heading],body.template-collection [class*=label],body.template-product [class*=price],body.template-product [class*=title],body.template-product [class*=heading],body.template-product [class*=label],body.template-cart [class*=price],body.template-cart [class*=title],body.template-cart [class*=heading],body.template-cart [class*=label]{color:#111318!important}body.template-cart input,body.template-product input,body.template-collection input{background:#f4f4f6!important;color:#111318!important;border-color:#0000001f!important}.shopify-section-group-footer-group,.shopify-section-group-footer-group .footer,.shopify-section-group-footer-group footer,.shopify-section-group-footer-group [class*=footer]{background:#111318!important;color:#9ea3b0!important}.shopify-section-group-footer-group .footer{border-top:1px solid rgba(255,255,255,.08)!important}.shopify-section-group-footer-group .footer p:first-child{font-family:Space Mono,monospace!important;font-size:.95rem!important;font-weight:700!important;color:var(--white)!important;letter-spacing:.04em!important;text-transform:lowercase!important;margin-bottom:8px!important}.shopify-section-group-footer-group h6{font-family:Space Mono,monospace!important;font-size:.65rem!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--off-white)!important;margin-bottom:14px!important}.shopify-section-group-footer-group ul{list-style:none!important;padding:0!important;margin:0!important}.shopify-section-group-footer-group ul li{margin-bottom:10px!important}.shopify-section-group-footer-group a{color:var(--off-white)!important;font-size:.88rem!important;text-decoration:none!important;transition:color .15s!important}.shopify-section-group-footer-group a:hover{color:var(--white)!important}.shopify-section-group-footer-group .footer-utilities,.shopify-section-group-footer-group .footer-utilities__inner{background:var(--bg)!important;color:var(--off-white)!important;border-top:1px solid var(--border)!important;font-size:.75rem!important}.powered-by-link,.footer__powered-by{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/2/assets/outerspacewear.css.map */
