*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Instrument Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5{margin:0;font-family:Big Shoulders Display,Instrument Sans,sans-serif;font-weight:800;letter-spacing:.01em;line-height:1.02;text-transform:uppercase}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 24px}.section{padding:72px 0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:8px;top:8px;background:var(--accent);color:#fff;padding:8px 14px;z-index:1000}.eyebrow{font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--accent)}.muted{opacity:.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-family:Geist Mono,ui-monospace,monospace;font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;padding:16px 32px;border:1px solid var(--text);background:var(--text);color:var(--bg);transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.btn:hover{background:var(--accent);border-color:var(--accent);color:#fff}.btn--ghost{background:transparent;color:var(--text)}.btn--ghost:hover{background:var(--text);color:var(--bg)}.btn--on-dark{background:var(--accent);border-color:var(--accent);color:#fff}.btn--on-dark:hover{background:#fff;border-color:#fff;color:var(--header-bg)}.btn--block{width:100%}.btn[disabled]{opacity:.45;cursor:not-allowed}.announcement{background:var(--header-bg);color:var(--header-text);text-align:center;padding:9px 16px;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;letter-spacing:.22em;text-transform:uppercase}.header{background:var(--header-bg);color:var(--header-text);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(245,242,237,.08)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:78px}.header__logo{display:flex;align-items:center;gap:12px}.header__logo-mark{width:34px;height:34px;border:1.5px solid var(--header-text);display:grid;place-items:center;font-family:Big Shoulders Display,sans-serif;font-weight:900;font-size:20px;line-height:1}.header__logo-word{font-family:Big Shoulders Display,sans-serif;font-weight:800;font-size:26px;letter-spacing:.16em;text-transform:uppercase}.header__nav{display:flex;gap:34px}.header__nav a{font-family:Geist Mono,ui-monospace,monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase;opacity:.85;padding:6px 0;position:relative;transition:opacity .2s}.header__nav a:hover{opacity:1}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--accent);transition:right .25s ease}.header__nav a:hover:after{right:0}.header__actions{display:flex;align-items:center;gap:18px}.header__icon{display:inline-flex;color:var(--header-text);opacity:.9;position:relative;background:none;border:0;padding:4px}.header__icon:hover{opacity:1}.header__icon svg{width:21px;height:21px}.cart-count{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--accent);color:#fff;font-family:Geist Mono,monospace;font-size:10px;display:grid;place-items:center;line-height:1}.header__menu-toggle{display:none;background:none;border:0;color:var(--header-text);padding:4px}.header__menu-toggle svg{width:24px;height:24px}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--header-bg);color:var(--header-text);transform:translate(-100%);transition:transform .3s ease;z-index:200;display:flex;flex-direction:column;padding:24px}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.mobile-nav a{font-family:Big Shoulders Display,sans-serif;font-size:30px;text-transform:uppercase;padding:12px 0;border-bottom:1px solid rgba(245,242,237,.1)}.hero{position:relative;background:var(--header-bg);color:var(--header-text);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;opacity:.55}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1c1f2259,#1c1f22d9)}.hero__inner{position:relative;padding:130px 0;max-width:760px}.hero h1{font-size:clamp(48px,8vw,104px);font-weight:900;margin:18px 0 22px}.hero__sub{font-size:18px;max-width:48ch;opacity:.85;margin-bottom:34px}.section-head{text-align:center;max-width:60ch;margin:0 auto 48px}.section-head h2{font-size:clamp(32px,5vw,54px);margin:14px 0 12px}.section-head p{opacity:.75}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.card{background:var(--surface);border:1px solid rgba(28,31,34,.08);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -24px #1c1f2280}.card__media{position:relative;aspect-ratio:4/5;overflow:hidden;background:#11140f}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.card:hover .card__media img{transform:scale(1.04)}.card__badge{position:absolute;top:12px;left:12px;background:var(--header-bg);color:var(--header-text);font-family:Geist Mono,monospace;font-size:10px;letter-spacing:.16em;text-transform:uppercase;padding:5px 9px}.card__body{padding:20px 20px 24px;display:flex;flex-direction:column;gap:6px;flex:1}.card__title{font-family:Big Shoulders Display,sans-serif;font-weight:700;font-size:22px;text-transform:uppercase;letter-spacing:.02em}.card__type{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.6}.card__price{margin-top:auto;font-size:16px;font-weight:600;padding-top:10px}.price--sale{color:var(--accent)}.price--compare{opacity:.5;text-decoration:line-through;margin-left:8px;font-weight:400}.statement{background:var(--header-bg);color:var(--header-text);text-align:center}.statement .page-width{max-width:820px}.statement h2{font-size:clamp(30px,4.5vw,50px);margin-bottom:20px}.statement p{font-size:19px;opacity:.82}.product{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start}.product__gallery{display:flex;flex-direction:column;gap:14px}.product__main-img{background:#11140f;aspect-ratio:4/5;overflow:hidden}.product__main-img img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:flex;gap:10px;flex-wrap:wrap}.product__thumbs img{width:74px;height:88px;object-fit:cover;border:1px solid rgba(28,31,34,.12);cursor:pointer}.product__info{position:sticky;top:104px}.product__title{font-size:clamp(36px,5vw,60px);margin:14px 0 8px}.product__price{font-size:24px;font-weight:600;margin:18px 0 24px}.product__desc{margin:24px 0;line-height:1.75}.product__desc h1,.product__desc h2,.product__desc h3{text-transform:none;font-family:Instrument Sans,sans-serif;font-weight:700;font-size:18px;margin:18px 0 8px}.product-form{display:flex;flex-direction:column;gap:16px;margin-top:8px}.qty{display:inline-flex;align-items:center;border:1px solid var(--text)}.qty button{background:none;border:0;width:44px;height:48px;font-size:18px;color:var(--text)}.qty input{width:48px;height:48px;border:0;text-align:center;background:none;font-family:Geist Mono,monospace;font-size:15px;color:var(--text)}.verb-triad{display:flex;gap:18px;font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.65;margin:8px 0 4px}.verb-triad span:before{content:"\b7  ";color:var(--accent)}.cart-item{display:grid;grid-template-columns:96px 1fr auto;gap:20px;padding:24px 0;border-bottom:1px solid rgba(28,31,34,.1);align-items:center}.cart-item__img{width:96px;height:112px;object-fit:cover;background:#11140f}.cart-item__title{font-family:Big Shoulders Display,sans-serif;font-weight:700;font-size:20px;text-transform:uppercase}.cart__foot{display:flex;justify-content:space-between;align-items:center;margin-top:32px;gap:24px;flex-wrap:wrap}.cart__subtotal{font-size:20px;font-weight:600}.footer{background:var(--footer-bg);color:var(--footer-text);padding:64px 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;margin-bottom:48px}.footer__tag{font-family:Big Shoulders Display,sans-serif;font-size:30px;text-transform:uppercase;max-width:14ch;line-height:1.05}.footer h4{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.2em;text-transform:uppercase;opacity:.6;margin-bottom:16px}.footer a{opacity:.82;padding:5px 0;display:inline-block;transition:opacity .2s}.footer a:hover{opacity:1;color:var(--accent)}.footer__newsletter input{width:100%;padding:13px 14px;background:transparent;border:1px solid rgba(245,242,237,.25);color:var(--footer-text);margin-bottom:12px;font-family:inherit}.footer__newsletter input::placeholder{color:#f5f2ed80}.footer__bottom{border-top:1px solid rgba(245,242,237,.1);padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.1em;opacity:.6;text-transform:uppercase}.rte{max-width:72ch;margin:0 auto;line-height:1.8}.rte h2,.rte h3{text-transform:none;font-family:Instrument Sans,sans-serif}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field label{font-family:Geist Mono,monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;opacity:.7}.form-field input,.form-field textarea,.form-field select{padding:13px 14px;border:1px solid rgba(28,31,34,.25);background:var(--surface);color:var(--text);font-family:inherit;font-size:15px}.narrow{max-width:460px;margin:0 auto}.center{text-align:center}.notice{padding:14px 16px;border:1px solid var(--accent);margin-bottom:16px;font-size:14px}.pagination{display:flex;gap:10px;justify-content:center;margin-top:48px;font-family:Geist Mono,monospace;font-size:13px}.pagination a,.pagination span{padding:8px 12px;border:1px solid rgba(28,31,34,.15)}.pagination .current{background:var(--text);color:var(--bg)}@media(max-width:990px){.product-grid{grid-template-columns:repeat(2,1fr)}.product{grid-template-columns:1fr;gap:36px}.product__info{position:static}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:749px){.section{padding:52px 0}.header__nav{display:none}.header__menu-toggle{display:inline-flex}.hero__inner{padding:90px 0}.product-grid{grid-template-columns:repeat(2,1fr);gap:16px}.card__title{font-size:19px}.footer__grid{grid-template-columns:1fr;gap:28px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
