:root{--bg:#080808;--ink:#f7f1e8;--muted:#aaa195;--line:rgba(247,241,232,.18);--panel:#141414;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:16px;top:16px;background:var(--ink);color:var(--bg);padding:10px;z-index:9999}.page-width{max-width:var(--max);margin:auto;padding:0 20px}.terminal-header{position:sticky;top:0;z-index:50;background:#080808f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{font-size:28px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:22px;text-transform:uppercase;font-size:13px;letter-spacing:.12em}.nav a:hover{text-decoration:underline;text-underline-offset:6px}.cart-link{border:1px solid var(--line);padding:10px 14px}.mobile-toggle{display:none;background:transparent;color:var(--ink);border:1px solid var(--line);padding:10px 12px;text-transform:uppercase}.hero{min-height:78vh;position:relative;display:flex;align-items:end;overflow:hidden;border-bottom:1px solid var(--line)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#00000026,#000000d1)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#191919,#050505)}.hero-media img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%) contrast(1.05) brightness(.72)}.hero-content{position:relative;z-index:2;width:100%;max-width:var(--max);margin:auto;padding:110px 20px 70px}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.2em;font-size:12px;margin-bottom:12px}.hero h1,.section-title{font-size:clamp(42px,8vw,118px);line-height:.88;margin:0;text-transform:uppercase;letter-spacing:-.05em}.hero p{max-width:620px;color:var(--muted);font-size:18px;line-height:1.6}.btn{display:inline-flex;border:1px solid var(--ink);background:var(--ink);color:var(--bg);padding:14px 22px;text-transform:uppercase;letter-spacing:.12em;font-size:13px;cursor:pointer}.btn--ghost{background:transparent;color:var(--ink)}.btn:hover{opacity:.82}.section{padding:70px 0;border-bottom:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}.section-head h2{font-size:clamp(30px,5vw,76px);line-height:.9;text-transform:uppercase;margin:0;letter-spacing:-.04em}.section-head p,.rte{color:var(--muted);line-height:1.65}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--panel);border:1px solid var(--line)}.card-body{padding:16px}.product-card img,.collection-card img{aspect-ratio:3/4;object-fit:cover;width:100%;background:#1a1a1a}.product-title{text-transform:uppercase;letter-spacing:.09em;font-size:14px;margin:0 0 8px}.price{color:var(--muted)}.placeholder-img{aspect-ratio:3/4;background:#181818;display:flex;align-items:center;justify-content:center;color:#777;text-transform:uppercase;letter-spacing:.1em}.archive-tile{min-height:320px;padding:22px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(180deg,#ffffff0a,#ffffff01)}.archive-tile h3{text-transform:uppercase;font-size:28px;margin:0 0 8px}.badge{display:inline-block;border:1px solid var(--line);padding:8px 10px;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:14px}.newsletter{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.newsletter h2{font-size:clamp(34px,6vw,90px);line-height:.9;text-transform:uppercase;margin:0}.newsletter form,.search-form{display:flex;gap:10px}input,textarea,select{width:100%;background:#070707;border:1px solid var(--line);color:var(--ink);padding:14px}textarea{min-height:150px}.footer{padding:44px 0;color:var(--muted)}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:24px}.product-page{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;padding:56px 20px}.product-info{position:sticky;top:100px;align-self:start}.product-info h1{font-size:clamp(34px,6vw,78px);line-height:.9;text-transform:uppercase;margin:0 0 16px}.product-form{display:grid;gap:14px;margin-top:24px}.qty{max-width:120px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid var(--line);padding:16px;text-align:left}.empty-state{text-align:center;padding:90px 20px}.empty-state h1{font-size:clamp(42px,7vw,96px);text-transform:uppercase;margin:0 0 14px}.contact-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.mini-note{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em}@media(max-width:850px){.mobile-toggle{display:block}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:#080808;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.grid-2,.grid-3,.grid-4,.newsletter,.product-page,.contact-wrap,.footer-inner{grid-template-columns:1fr}.section{padding:46px 0}.newsletter form,.search-form{flex-direction:column}}.product-card{display:grid;grid-template-columns:120px 1fr;align-items:center;min-height:145px}.product-card img,.product-card .placeholder-img{width:120px;height:145px;aspect-ratio:auto;object-fit:cover}.product-card .card-body{padding:16px 18px}#shop-preview .grid,.template-collection .grid,.product-page+.section .grid{grid-template-columns:1fr!important}@media(max-width:650px){.product-card{grid-template-columns:96px 1fr;min-height:120px}.product-card img,.product-card .placeholder-img{width:96px;height:120px}}.template-collection .grid,body[class*=template-collection] .grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.template-collection .product-card,body[class*=template-collection] .product-card{display:block!important;min-height:auto!important}.template-collection .product-card img,.template-collection .product-card .placeholder-img,body[class*=template-collection] .product-card img,body[class*=template-collection] .product-card .placeholder-img{width:100%!important;height:260px!important;aspect-ratio:auto!important;object-fit:cover!important}#shop-preview .grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}#shop-preview .product-card{display:block!important;min-height:auto!important}#shop-preview .product-card img,#shop-preview .product-card .placeholder-img{width:100%!important;height:260px!important;aspect-ratio:auto!important;object-fit:cover!important}.product-page{grid-template-columns:520px 1fr!important;align-items:start}.product-gallery{max-width:520px}.product-gallery img,.product-gallery .placeholder-img{width:100%!important;max-width:520px!important;max-height:620px!important;object-fit:cover!important;margin-bottom:18px}.product-page+.section .grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.product-page+.section .product-card{display:block!important;min-height:auto!important}.product-page+.section .product-card img,.product-page+.section .product-card .placeholder-img{width:100%!important;height:240px!important;aspect-ratio:auto!important;object-fit:cover!important}@media(max-width:900px){.template-collection .grid,body[class*=template-collection] .grid,#shop-preview .grid,.product-page+.section .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.template-collection .product-card img,.template-collection .product-card .placeholder-img,body[class*=template-collection] .product-card img,body[class*=template-collection] .product-card .placeholder-img,#shop-preview .product-card img,#shop-preview .product-card .placeholder-img{height:210px!important}.product-page{grid-template-columns:1fr!important}.product-gallery{max-width:100%}.product-gallery img,.product-gallery .placeholder-img{max-width:100%!important;max-height:520px!important}}@media(max-width:520px){.template-collection .grid,body[class*=template-collection] .grid,#shop-preview .grid,.product-page+.section .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.template-collection .product-card img,.template-collection .product-card .placeholder-img,body[class*=template-collection] .product-card img,body[class*=template-collection] .product-card .placeholder-img,#shop-preview .product-card img,#shop-preview .product-card .placeholder-img,.product-page+.section .product-card img,.product-page+.section .product-card .placeholder-img{height:165px!important}}.product-card img,.product-card .placeholder-img,.template-collection .product-card img,.template-collection .product-card .placeholder-img,body[class*=template-collection] .product-card img,body[class*=template-collection] .product-card .placeholder-img,#shop-preview .product-card img,#shop-preview .product-card .placeholder-img,.product-page+.section .product-card img,.product-page+.section .product-card .placeholder-img{object-fit:contain!important;background:#080808!important}.product-gallery img,.product-gallery .placeholder-img{object-fit:contain!important;background:#080808!important;width:100%!important;max-width:460px!important;max-height:620px!important;margin:0 auto 18px!important}.product-page{grid-template-columns:480px 1fr!important}.product-gallery{max-width:480px!important}@media(max-width:900px){.product-page{grid-template-columns:1fr!important}.product-gallery{max-width:100%!important}.product-gallery img,.product-gallery .placeholder-img{max-width:420px!important;max-height:560px!important}}@media(max-width:520px){.product-gallery img,.product-gallery .placeholder-img{max-width:100%!important;max-height:520px!important}}.product-slider{width:100%;max-width:480px!important}.slider-track{position:relative;width:100%;min-height:620px;background:#080808;border:1px solid var(--line);overflow:hidden;display:flex;align-items:center;justify-content:center}.product-slide{display:none;width:100%;height:100%;align-items:center;justify-content:center}.product-slide.active{display:flex}.product-slide img,.product-slide .placeholder-img{width:100%!important;max-width:460px!important;max-height:600px!important;height:auto!important;object-fit:contain!important;background:#080808!important;margin:0 auto!important}.slider-controls{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px}.slider-btn{background:transparent;color:var(--ink);border:1px solid var(--line);padding:12px 16px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.slider-count{color:var(--muted);font-size:12px;letter-spacing:.14em;text-transform:uppercase}@media(max-width:900px){.product-slider{max-width:100%!important}.slider-track{min-height:560px}.product-slide img,.product-slide .placeholder-img{max-width:420px!important;max-height:540px!important}}@media(max-width:520px){.slider-track{min-height:500px}.product-slide img,.product-slide .placeholder-img{max-width:100%!important;max-height:480px!important}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/terminal.css.map */
