@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{color:#e8e6df;font-synthesis:none;text-rendering:optimizelegibility;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-soft:cubic-bezier(.25, .46, .45, .94);background:#0a0a0a;font-family:Space Grotesk,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#0a0a0a;min-width:320px;margin:0}button,input{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline-offset:3px;outline:1px solid #e8e6df}.site{background:#0a0a0a;min-height:100vh;position:relative;overflow-x:hidden}.site:before{content:"";z-index:1;opacity:.035;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:9s steps(6,end) infinite grainShift;position:fixed;inset:0}main,.footer{z-index:2;position:relative}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af0;border-bottom:1px solid #202020;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:72px;padding:0 32px;display:grid;position:fixed;top:0;left:0}.logo{cursor:pointer;width:38px;height:38px;transition:transform .4s var(--ease-out);background:0 0;border:0;justify-content:flex-start;align-items:center;padding:0;display:flex}.logo:hover{transform:rotate(-8deg)scale(1.08)}.logo:active{transform:rotate(-8deg)scale(.96)}.logo img{object-fit:contain;width:30px;height:30px}.nav{align-items:center;gap:32px;display:flex}.nav button,.nav a,.bag{color:#a5a5a0;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color .25s var(--ease-out);background:0 0;border:0;font-family:DM Mono,monospace;font-size:.6rem}.nav button,.nav a{position:relative}.nav button:after,.nav a:after{content:"";height:1px;transition:right .4s var(--ease-out);background:currentColor;position:absolute;bottom:-5px;left:0;right:100%}.nav button:hover:after,.nav a:hover:after{right:0}.nav button:hover,.nav a:hover,.bag:hover{color:#fff}.bag{justify-self:end;transform:scale(1)}.bag.bump{animation:bagBump .5s var(--ease-out)}.hero{border-bottom:1px solid #202020;flex-direction:column;justify-content:space-between;min-height:100vh;padding:112px 42px 42px;display:flex;position:relative}.hero-meta{color:#696966;letter-spacing:.08em;animation:fadeUp .8s var(--ease-out) both;justify-content:space-between;font-family:DM Mono,monospace;font-size:.58rem;display:flex}.hero-title{width:100%;animation:fadeUp .9s var(--ease-out) .12s both;justify-content:center;align-items:center;padding:30px 0;display:flex}.hero-title img{object-fit:contain;width:min(1000px,92vw);max-height:400px}.hero-bottom{animation:fadeUp .9s var(--ease-out) .22s both;grid-template-columns:1fr auto 1fr;align-items:end;display:grid}.hero-bottom p{color:#696966;letter-spacing:.08em;margin:0;font-family:DM Mono,monospace;font-size:.58rem;line-height:1.6}.hero-bottom .coordinates{text-align:right}.enter{color:#bdbdb8;letter-spacing:.08em;transition:color .3s var(--ease-out), background .3s var(--ease-out), border-color .3s var(--ease-out), transform .2s var(--ease-out);border:1px solid #343434;padding:12px 18px;font-family:DM Mono,monospace;font-size:.6rem}.enter span{transition:transform .3s var(--ease-out);margin-left:20px;display:inline-block}.enter:hover{color:#0a0a0a;background:#e8e6df;border-color:#e8e6df}.enter:hover span{transform:translateY(3px)}.enter:active{transform:scale(.97)}.archive{padding:110px 42px 130px}.label{color:#696966;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-family:DM Mono,monospace;font-size:.55rem;display:block}.reveal{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translateY(28px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay.is-visible{transition-delay:.1s}.archive-header{border-bottom:1px solid #292929;justify-content:space-between;align-items:flex-end;margin-bottom:60px;padding-bottom:22px;display:flex}.archive-header h2{letter-spacing:-.06em;margin:8px 0 0;font-size:clamp(2.5rem,6vw,6rem);font-weight:500;line-height:.9}.archive-header>span{color:#696966;letter-spacing:.08em;font-family:DM Mono,monospace;font-size:.55rem}.product-grid{grid-template-columns:minmax(0,620px);gap:24px;display:grid}.product-card{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;max-width:620px;padding:0}.product-image{aspect-ratio:1;transition:box-shadow .5s var(--ease-out);background:#111;position:relative;overflow:hidden}.product-card:hover .product-image{box-shadow:0 0 0 1px #3a3a3a}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease-out), filter .5s ease;display:block}.product-card:hover .product-image img{filter:brightness(.9);transform:scale(1.045)}.product-image:after{content:"";opacity:0;height:45%;transition:opacity .5s var(--ease-out);pointer-events:none;background:linear-gradient(#0000,#0000008c);position:absolute;inset:auto 0 0}.product-card:hover .product-image:after{opacity:1}.product-index{color:#777;font-family:DM Mono,monospace;font-size:.55rem;position:absolute;top:16px;left:16px}.view{color:#ddd;letter-spacing:.08em;opacity:0;transition:opacity .4s var(--ease-out), transform .4s var(--ease-out);background:#0a0a0abf;padding:8px 10px;font-family:DM Mono,monospace;font-size:.55rem;position:absolute;bottom:16px;right:16px;transform:translateY(8px)}.product-card:hover .view{opacity:1;transform:translateY(0)}.product-info{justify-content:space-between;align-items:flex-start;padding:17px 2px 0;display:flex}.product-info span,.product-type{color:#6e6e6b;letter-spacing:.07em;font-family:DM Mono,monospace;font-size:.55rem}.product-info h3{color:#deddd7;letter-spacing:-.02em;transition:color .4s var(--ease-out);margin:7px 0 5px;font-size:1rem;font-weight:500}.product-card:hover .product-info h3{color:#fff}.product-type{margin:0}.contact{border-top:1px solid #202020;flex-direction:column;justify-content:center;min-height:75vh;padding:100px 42px;display:flex}.contact-label{color:#686865;letter-spacing:.1em;margin-bottom:40px;font-family:DM Mono,monospace;font-size:.55rem}.contact h2{letter-spacing:-.08em;margin:0;font-size:clamp(5rem,15vw,15rem);font-weight:500;line-height:.78}.contact h2 span{color:#686865}.email{color:#c5c4be;letter-spacing:.08em;width:fit-content;transition:color .3s var(--ease-out);margin-top:60px;padding-bottom:7px;font-family:DM Mono,monospace;font-size:.65rem;position:relative}.email:after{content:"";background:#555;width:100%;height:1px;position:absolute;bottom:0;left:0}.email:before{content:"";width:0%;height:1px;transition:width .45s var(--ease-out);background:#fff;position:absolute;bottom:0;left:0}.email:hover{color:#fff}.email:hover:before{width:100%}.product-page{min-height:100vh;animation:pageIn .6s var(--ease-out) both;padding:120px 42px 100px}.back-button{color:#686865;letter-spacing:.08em;cursor:pointer;transition:color .25s var(--ease-out);background:0 0;border:0;padding:0;font-family:DM Mono,monospace;font-size:.55rem}.back-button:hover{color:#fff}.product-page-grid{grid-template-columns:minmax(0,620px) minmax(0,1fr);justify-content:center;align-items:start;gap:clamp(50px,6vw,100px);width:min(100%,1200px);margin:65px auto 0;display:grid}.product-page-image{aspect-ratio:1;background:#111;width:100%;position:relative;overflow:hidden}.product-page-image img{object-fit:cover;width:100%;height:100%;display:block}.product-page-index{color:#777;font-family:DM Mono,monospace;font-size:.55rem;position:absolute;top:18px;left:18px}.product-page-info{width:100%;max-width:480px;padding-top:8px}.product-page-heading{border-bottom:1px solid #292929;padding-bottom:30px}.product-page-heading h1{letter-spacing:-.06em;margin:9px 0 5px;font-size:clamp(2rem,4vw,4rem);font-weight:500;line-height:.95}.product-page-type{color:#70706d;letter-spacing:.08em;margin:0;font-family:DM Mono,monospace;font-size:.55rem}.product-page-price{color:#ddd;letter-spacing:.05em;margin:24px 0 0;font-family:DM Mono,monospace;font-size:.75rem}.description{color:#999994;letter-spacing:.02em;max-width:400px;margin:28px 0 40px;font-family:DM Mono,monospace;font-size:.65rem;line-height:1.8}.option-group{margin-top:30px}.option-heading{color:#777;letter-spacing:.07em;justify-content:space-between;margin-bottom:13px;font-family:DM Mono,monospace;font-size:.55rem;display:flex}.option-heading span:last-child{color:#c5c4be}.colour-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.colour-button{color:#888;text-align:left;cursor:pointer;min-height:45px;transition:border-color .25s var(--ease-out), color .25s var(--ease-out), transform .15s var(--ease-out);background:0 0;border:1px solid #282828;align-items:center;gap:10px;padding:9px 11px;font-family:DM Mono,monospace;font-size:.52rem;display:flex}.colour-button:hover{color:#ddd;border-color:#555}.colour-button:active{transform:scale(.97)}.colour-button.selected{color:#eee;border-color:#777}.colour-swatch{width:18px;height:18px;transition:transform .25s var(--ease-out);border:1px solid #444;display:block}.colour-button:hover .colour-swatch{transform:scale(1.12)}.colour-swatch.white{background:#f2f2ed}.colour-swatch.sportgrey{background:#8c8c87}.colour-swatch.militarygreen{background:#4b523c}.colour-swatch.lightpink{background:#d9aaa9}.size-options{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.size-button{color:#888;cursor:pointer;height:42px;transition:background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out), transform .15s var(--ease-out);background:0 0;border:1px solid #282828;font-family:DM Mono,monospace;font-size:.55rem}.size-button:hover{color:#ddd;border-color:#555}.size-button:active{transform:scale(.94)}.size-button.selected{color:#0a0a0a;background:#e8e6df;border-color:#ddd}.add-button{color:#0a0a0a;letter-spacing:.08em;cursor:pointer;width:100%;transition:background .25s var(--ease-out), color .25s var(--ease-out), transform .15s var(--ease-out);background:#e8e6df;border:1px solid #555;justify-content:space-between;align-items:center;margin-top:35px;padding:18px;font-family:DM Mono,monospace;font-size:.6rem;display:flex}.add-button span:last-child{transition:transform .3s var(--ease-out);display:inline-block}.add-button:hover{background:#fff}.add-button:hover span:last-child{transform:translate(4px)}.add-button:active{transform:scale(.985)}.after-add{animation:fadeUp .5s var(--ease-out) both;border-top:1px solid #292929;margin-top:12px;padding-top:16px}.after-add-message{color:#777;letter-spacing:.08em;align-items:center;gap:9px;margin-bottom:12px;font-family:DM Mono,monospace;font-size:.55rem;display:flex}.after-add-message span:first-child{color:#aaa;animation:popIn .45s var(--ease-out);display:inline-flex}.proceed-button{color:#ddd;letter-spacing:.07em;cursor:pointer;width:100%;transition:background .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out), transform .15s var(--ease-out);background:0 0;border:1px solid #555;justify-content:space-between;align-items:center;padding:16px 18px;font-family:DM Mono,monospace;font-size:.58rem;display:flex}.proceed-button span:last-child{transition:transform .3s var(--ease-out);display:inline-block}.proceed-button:hover{color:#0a0a0a;background:#e8e6df;border-color:#e8e6df}.proceed-button:hover span:last-child{transform:translate(4px)}.proceed-button:active{transform:scale(.985)}.bag-page{min-height:100vh;animation:pageIn .6s var(--ease-out) both;padding:125px 42px 100px}.bag-page-header{border-bottom:1px solid #292929;justify-content:space-between;align-items:flex-end;padding-bottom:25px;display:flex}.bag-page-header h1{letter-spacing:-.08em;margin:8px 0 0;font-size:clamp(3.5rem,8vw,8rem);font-weight:500;line-height:.8}.bag-number{color:#686865;letter-spacing:.08em;font-family:DM Mono,monospace;font-size:.55rem}.bag-layout{grid-template-columns:minmax(0,1fr) 360px;gap:70px;margin-top:55px;display:grid}.bag-items{flex-direction:column;display:flex}.bag-item{animation:fadeUp .5s var(--ease-out) both;border-bottom:1px solid #292929;grid-template-columns:180px minmax(0,1fr) auto;gap:25px;margin-bottom:25px;padding:0 0 25px;display:grid}.bag-item-image{aspect-ratio:1;background:#111;width:180px;overflow:hidden}.bag-item-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-out);display:block}.bag-item:hover .bag-item-image img{transform:scale(1.04)}.bag-item-info{flex-direction:column;justify-content:space-between;padding:5px 0;display:flex}.bag-item-info h2{letter-spacing:-.03em;margin:8px 0;font-size:1.15rem;font-weight:500}.bag-item-info p{color:#777;letter-spacing:.06em;margin:0;font-family:DM Mono,monospace;font-size:.55rem}.quantity{align-items:center;gap:15px;display:flex}.quantity button{color:#aaa;cursor:pointer;width:28px;height:28px;transition:border-color .2s var(--ease-out), color .2s var(--ease-out), transform .15s var(--ease-out);background:0 0;border:1px solid #333}.quantity button:hover{color:#fff;border-color:#777}.quantity button:active{transform:scale(.9)}.quantity span{color:#aaa;font-family:DM Mono,monospace;font-size:.55rem}.bag-item-price{color:#ddd;padding-top:5px;font-family:DM Mono,monospace;font-size:.6rem}.checkout{border:1px solid #292929;align-self:start;padding:25px}.checkout-line,.checkout-total{color:#aaa;letter-spacing:.05em;justify-content:space-between;padding-bottom:17px;font-family:DM Mono,monospace;font-size:.55rem;display:flex}.checkout-line.muted{color:#555;padding-bottom:25px;line-height:1.5}.checkout-total{color:#ddd;border-top:1px solid #333;padding-top:18px}.checkout-error{color:#d98a7c;letter-spacing:.04em;animation:fadeUp .35s var(--ease-out) both;margin:0 0 14px;font-family:DM Mono,monospace;font-size:.52rem;line-height:1.6}.checkout-button{color:#0a0a0a;letter-spacing:.08em;cursor:pointer;width:100%;transition:background .25s var(--ease-out), transform .15s var(--ease-out);background:#e8e6df;border:1px solid #e8e6df;margin-top:10px;padding:17px;font-family:DM Mono,monospace;font-size:.58rem}.checkout-button:hover{background:#fff}.checkout-button:active{transform:scale(.985)}.checkout-button.is-loading{cursor:default;animation:1.3s ease-in-out infinite pulseSoft}.continue-shopping{color:#666;letter-spacing:.07em;cursor:pointer;width:100%;transition:color .25s var(--ease-out);background:0 0;border:0;margin-top:12px;padding:13px;font-family:DM Mono,monospace;font-size:.5rem}.continue-shopping:hover{color:#ddd}.empty-bag{min-height:50vh;animation:fadeUp .6s var(--ease-out) both;flex-direction:column;justify-content:center;align-items:center;gap:25px;display:flex}.empty-bag p{color:#666;letter-spacing:.08em;margin:0;font-family:DM Mono,monospace;font-size:.6rem}.empty-bag button{color:#aaa;letter-spacing:.07em;cursor:pointer;transition:border-color .25s var(--ease-out), color .25s var(--ease-out), transform .15s var(--ease-out);background:0 0;border:1px solid #444;padding:14px 18px;font-family:DM Mono,monospace;font-size:.55rem}.empty-bag button:hover{color:#fff;border-color:#777}.empty-bag button:active{transform:scale(.97)}.order-page{min-height:100vh;animation:pageIn .6s var(--ease-out) both;justify-content:center;align-items:center;padding:140px 24px 100px;display:flex}.order-card{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:460px;display:flex}.order-status-icon{width:44px;height:44px;animation:popIn .5s var(--ease-out) both;border:1px solid;border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-size:1.1rem;display:flex}.order-status-icon.success{color:#9fd6ad}.order-status-icon.failed{color:#d98a7c}.order-card>.label{margin-bottom:0}.order-card h1{letter-spacing:-.05em;margin:10px 0 0;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:500;line-height:.95}.order-copy{color:#999994;letter-spacing:.02em;max-width:380px;margin:22px 0 0;font-family:DM Mono,monospace;font-size:.65rem;line-height:1.8}.order-loading{color:#696966;letter-spacing:.08em;margin:28px 0 0;font-family:DM Mono,monospace;font-size:.55rem}.order-details{text-align:left;border:1px solid #292929;width:100%;margin-top:30px;padding:20px 22px}.order-detail-line{color:#aaa;letter-spacing:.05em;justify-content:space-between;padding:9px 0;font-family:DM Mono,monospace;font-size:.55rem;display:flex}.order-detail-line:not(:last-child){border-bottom:1px solid #202020}.order-detail-line span:first-child{color:#696966}.order-detail-line span:last-child{color:#ddd;text-align:right;word-break:break-all}.order-page-actions{width:100%;margin-top:35px}.order-button{margin-top:0}.order-button-secondary{color:#666;letter-spacing:.07em;cursor:pointer;width:100%;transition:color .25s var(--ease-out);background:0 0;border:0;margin-top:12px;padding:13px;font-family:DM Mono,monospace;font-size:.55rem}.order-button-secondary:hover{color:#ddd}.footer{color:#4f4f4c;letter-spacing:.07em;border-top:1px solid #202020;justify-content:space-between;padding:25px 42px;font-family:DM Mono,monospace;font-size:.5rem;display:flex}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pageIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}60%{opacity:1;transform:scale(1.08)}to{transform:scale(1)}}@keyframes bagBump{0%,to{transform:scale(1)}35%{transform:scale(1.18)}}@keyframes pulseSoft{0%,to{opacity:1}50%{opacity:.6}}@keyframes grainShift{0%{transform:translate(0)}20%{transform:translate(-2%,-1%)}40%{transform:translate(1%,2%)}60%{transform:translate(-1%,1%)}80%{transform:translate(2%,-2%)}to{transform:translate(0)}}@media (width<=1000px){.product-page-grid{grid-template-columns:1fr;gap:50px}.product-page-info{width:min(100%,600px);max-width:600px;margin:0 auto}.bag-layout{grid-template-columns:1fr;gap:40px}.checkout{width:100%;max-width:500px}.hero-title img{width:min(900px,90vw)}}@media (width<=700px){.header{height:62px;padding:0 18px}.nav{gap:15px}.hero{min-height:90vh;padding:95px 20px 25px}.hero-title{padding:20px 0}.hero-title img{width:92vw;max-height:280px}.hero-bottom{grid-template-columns:1fr;gap:25px}.hero-bottom .coordinates{display:none}.enter{width:fit-content}.archive,.contact,.product-page,.bag-page{padding-left:20px;padding-right:20px}.archive{padding-top:80px;padding-bottom:90px}.archive-header{margin-bottom:35px}.product-grid{grid-template-columns:minmax(0,620px)}.contact{min-height:65vh}.contact h2{font-size:24vw}.product-page{padding-top:95px}.product-page-grid{gap:40px;margin-top:40px}.product-page-info{width:100%;max-width:100%;margin:0}.colour-options{grid-template-columns:1fr 1fr}.size-options{grid-template-columns:repeat(4,1fr)}.bag-page{padding-top:95px}.bag-item{grid-template-columns:100px minmax(0,1fr);gap:15px}.bag-item-image{width:100px}.bag-item-price{grid-column:2}.footer{flex-direction:column;gap:8px;padding-left:20px;padding-right:20px}.order-page{padding:110px 18px 80px}}@media (width<=430px){.nav a{display:none}.hero-title img{width:94vw;max-height:240px}.archive-header{flex-direction:column;align-items:flex-start;gap:20px}.product-page-heading h1{font-size:2.2rem}.colour-options{grid-template-columns:1fr}.size-options{grid-template-columns:repeat(4,1fr)}.proceed-button{font-size:.52rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}
