@import "https://fonts.googleapis.com/css2?family=Archivo+Black&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--ink:#0a0a0a;--paper:#f2efe8;--white:#fff;--red:#8f1519;--red-bright:#b51f25;--grey:#aaa59d;--line:#ffffff29;--pad:clamp(1.2rem,4vw,4.5rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ink);color:var(--paper);margin:0;font-family:Space Grotesk,Arial,sans-serif;line-height:1.5;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.section-pad{padding-left:var(--pad);padding-right:var(--pad)}.site-header{min-height:84px;padding:0 var(--pad);border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0a0a0af0;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1.5rem,4vw,5rem);display:grid;position:relative}.brand{letter-spacing:-.065em;align-items:center;gap:.65rem;width:max-content;font-family:Archivo Black,Impact,sans-serif;font-size:1.35rem;line-height:1;display:inline-flex}.brand-name{white-space:nowrap}.brand-dot{color:var(--red-bright)}.brand-face{width:52px;height:42px;transition:transform .25s;display:block;transform:rotate(-3deg)}.brand-face img{object-fit:contain;width:100%;height:100%}.brand:hover .brand-face{transform:rotate(3deg)scale(1.06)}.main-nav{text-transform:uppercase;letter-spacing:.14em;justify-content:center;gap:clamp(1.4rem,3.2vw,3.6rem);font-size:.76rem;font-weight:700;display:flex}.main-nav a{padding:.5rem 0;position:relative}.main-nav a:after{content:"";background:var(--red-bright);height:2px;transition:right .25s;position:absolute;bottom:0;left:0;right:100%}.main-nav a:hover:after,.main-nav a.active:after{right:0}.header-actions{justify-self:end;align-items:center;display:flex}.cart-link{text-transform:uppercase;letter-spacing:.12em;color:var(--red-bright);align-items:center;gap:.45rem;padding:.5rem;font-size:.72rem;font-weight:700;display:flex;position:relative}.cart-link:hover,.cart-link.active{color:#e3333b}.cart-label{color:var(--paper)}.cart-icon{color:currentColor;flex:none;width:25px;height:23px;display:inline-block;position:relative}.cart-icon>span{transform-origin:0;border-top:2px solid;width:8px;position:absolute;top:3px;left:1px;transform:rotate(25deg)}.cart-icon:before{content:"";border:2px solid;border-top:0;width:16px;height:10px;position:absolute;top:6px;left:5px;transform:skew(-7deg)}.cart-icon:after{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;position:absolute;bottom:1px;left:7px;box-shadow:11px 0}.cart-count{background:var(--red-bright);color:#fff;letter-spacing:0;border-radius:50%;place-items:center;min-width:23px;height:23px;padding:0 5px;font-size:.65rem;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#c2bdb4;font-size:.68rem;font-weight:700}h1,h2{text-transform:uppercase;letter-spacing:-.075em;margin:.3rem 0;font-family:Archivo Black,Impact,sans-serif;line-height:.82}h1{font-size:clamp(5.2rem,11vw,11.5rem)}h1 span,h2 span{color:var(--red-bright)}h2{font-size:clamp(3.2rem,7vw,7rem)}.hero{background:radial-gradient(circle at 75% 30%,#8f15192e,#0000 34%);grid-template-columns:.87fr 1.13fr;align-items:center;gap:5vw;min-height:calc(100vh - 84px);padding-top:5vh;padding-bottom:5vh;display:grid}.hero-text{color:#bbb6ad;max-width:520px;margin:1.75rem 0 2rem;font-size:clamp(1rem,1.35vw,1.25rem)}.hero-actions{align-items:center;gap:2rem;display:flex}.button{text-transform:uppercase;letter-spacing:.11em;border:0;justify-content:center;align-items:center;gap:1rem;padding:1rem 1.35rem;font-size:.72rem;font-weight:800;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--red-bright);color:#fff}.button-primary:hover{background:#d02a31}.button-light{background:var(--paper);color:var(--ink)}.text-link{text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid;padding-bottom:.2rem;font-size:.78rem;font-weight:700}.text-link span{transition:transform .2s;display:inline-block}.text-link:hover span{transform:translate(5px)}.hero-product{flex-direction:column;justify-content:center;align-self:stretch;display:flex}.hero-image-wrap{background:#121212 url(/assets/product-texture-DkUAzr25.png) 50%/cover;height:min(66vh,660px);position:relative;overflow:hidden}.hero-image{object-fit:contain;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.hero-image-wrap:hover .hero-image{transform:scale(1.025)}.hero-product-meta{text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;padding:.9rem 0;font-size:.72rem;display:flex}.ticker{background:var(--red);white-space:nowrap;letter-spacing:.05em;padding:.75rem 0;font-family:Archivo Black;font-size:1rem;overflow:hidden}.ticker div{width:max-content;animation:24s linear infinite marquee}.ticker span{color:#111;margin:0 1.2rem}@keyframes marquee{to{transform:translate(-50%)}}.featured{background:var(--paper);color:var(--ink);padding-top:8rem;padding-bottom:9rem}.featured .eyebrow,.shop-section .eyebrow{color:#69655e}.section-heading{justify-content:space-between;align-items:end;margin-bottom:3.5rem;display:flex}.section-heading .text-link{margin-bottom:.8rem}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.2rem,3vw,3rem);display:grid}.product-card{position:relative}.product-image-link{aspect-ratio:1;width:100%;color:inherit;background:#121212 url(/assets/product-texture-DkUAzr25.png) 50%/cover;border:0;padding:0;display:block;position:relative;overflow:hidden}.product-card img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.product-card:hover img{transform:scale(1.035)}.quick-view-label{background:var(--paper);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;opacity:0;padding:.55rem .7rem;font-size:.62rem;font-weight:800;transition:all .25s;position:absolute;bottom:1rem;right:1rem;transform:translateY(8px)}.product-image-link:hover .quick-view-label,.product-image-link:focus-visible .quick-view-label{opacity:1;transform:none}.product-info{grid-template-columns:1fr auto;align-items:center;gap:.25rem 1rem;padding-top:1rem;display:grid}.product-name{font-size:1.05rem;font-weight:700}.product-price{font-weight:700}.card-sizes{grid-column:1/-1;gap:.45rem;margin-top:.75rem;display:flex}.size-button{min-width:38px;height:34px;color:inherit;background:0 0;border:1px solid #aaa49b;padding:0 .55rem;font-size:.67rem;font-weight:800;transition:all .2s}.size-button:hover,.size-button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.product-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:.45rem;display:grid}.add-button,.buy-button{width:100%;color:inherit;text-transform:uppercase;letter-spacing:.1em;border:1px solid;padding:.8rem;font-size:.67rem;font-weight:800;transition:all .2s}.add-button{background:0 0}.buy-button{background:var(--red);border-color:var(--red);color:#fff}.add-button:hover{background:var(--ink);color:#fff}.buy-button:hover{background:var(--red-bright);border-color:var(--red-bright)}.add-button{background:var(--red);border-color:var(--red);color:#fff}.add-button:hover{background:var(--red-bright);border-color:var(--red-bright);color:#fff}.manifesto{background:var(--red);padding-top:8rem;padding-bottom:8rem}.manifesto-copy{letter-spacing:-.055em;max-width:1250px;margin:1.8rem 0 3rem;font-size:clamp(2.1rem,5vw,5.4rem);font-weight:600;line-height:1.05}.manifesto-copy em{font-family:Georgia,serif;font-weight:400}.page-hero{border-bottom:1px solid var(--line);padding-top:7rem;padding-bottom:6rem}.page-title-row{justify-content:space-between;align-items:end;display:flex}.page-title-row p{color:#aaa59d;max-width:380px;margin-bottom:1.2rem;font-size:1.05rem}.page-hero.compact{padding-bottom:3.5rem}.shop-section{background:var(--paper);color:var(--ink);padding-top:2rem;padding-bottom:8rem}.shop-toolbar{text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #b8b3aa;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;font-size:.68rem;font-weight:700;display:flex}.product-grid-shop .product-image-link{aspect-ratio:4/3}.cart-layout{background:var(--paper);color:var(--ink);grid-template-columns:1.65fr .8fr;align-items:start;gap:6vw;min-height:55vh;padding-top:3.5rem;padding-bottom:7rem;display:grid}.cart-items{gap:0;display:grid}.cart-item{border-bottom:1px solid #c8c2b8;grid-template-columns:150px 1fr auto;gap:1.5rem;padding:1.25rem 0;display:grid}.cart-item:first-child{border-top:1px solid #c8c2b8}.cart-item-image{object-fit:contain;background:#e2ded6;width:150px;height:130px}.cart-item h3{margin:.25rem 0}.cart-item-type,.cart-item-size{color:#706b63;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;display:block}.cart-item-size{color:var(--red);margin-top:.35rem;font-weight:800}.quantity-control{border:1px solid #a6a097;align-items:center;margin-top:1.2rem;display:inline-flex}.quantity-control button{background:0 0;border:0;width:35px;height:35px;font-size:1.1rem}.quantity-control span{text-align:center;width:34px}.cart-item-end{text-align:right;flex-direction:column;justify-content:space-between;display:flex}.remove-button{color:#6a665f;background:0 0;border:0;padding:0;font-size:.72rem;text-decoration:underline}.cart-summary{background:var(--ink);color:var(--paper);padding:1.8rem;position:sticky;top:1.5rem}.cart-summary h2{letter-spacing:.1em;margin:0 0 2rem;font:700 1rem Space Grotesk}.summary-row{justify-content:space-between;margin:.8rem 0;font-size:.86rem;display:flex}.summary-total{border-top:1px solid var(--line);margin-top:1.3rem;padding-top:1rem;font-size:1.15rem;font-weight:800}.cart-summary .button{width:100%;margin-top:1.5rem}.shipping-note{color:#aaa59d;margin-top:1rem;font-size:.7rem}.empty-cart{padding:4rem 0}.empty-cart h2{font-size:clamp(2.6rem,5vw,5rem)}.empty-cart p{color:#706b63;margin-bottom:2rem}.modal-open{overflow:hidden}.buy-view{background:var(--paper);width:min(980px,100% - 2rem);max-height:calc(100vh - 2rem);color:var(--ink);border:0;grid-template-columns:1.08fr .92fr;padding:0;overflow:auto;box-shadow:0 30px 100px #0009}.buy-view[open]{display:grid}.buy-view::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000c7}.buy-view-close{z-index:4;background:var(--ink);color:#fff;border:0;border-radius:50%;width:42px;height:42px;font-size:1.6rem;line-height:1;position:absolute;top:1rem;right:1rem}.buy-view-image{background:#121212;min-height:600px}.buy-view-image img{object-fit:contain;width:100%;height:100%}.buy-view-details{flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.5rem);display:flex}.buy-view-details h2{font-size:clamp(2.3rem,4vw,4.4rem);line-height:.9}.buy-view-price{margin:1.2rem 0;font-size:1.05rem;font-weight:800}.buy-view-copy{color:#6f6a63;margin:0 0 2rem}.option-label{text-transform:uppercase;letter-spacing:.12em;margin:1rem 0 .6rem;font-size:.64rem;font-weight:800;display:block}.buy-view-sizes{flex-wrap:wrap;gap:.45rem;display:flex}.modal-quantity{border:1px solid #aaa49b;display:inline-flex}.modal-quantity button{background:0 0;border:0;width:40px;height:38px;font-size:1.1rem}.modal-quantity span{place-items:center;width:38px;display:grid}.buy-now-confirm{width:100%;margin-top:2rem}.modal-add{background:0 0;border:0;margin:1rem auto 0;font-size:.75rem;font-weight:700;text-decoration:underline}.buy-view-note{text-align:center;color:#77726b;margin:1.2rem 0 0;font-size:.68rem}.about-hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:5vw;min-height:80vh;padding-top:5rem;padding-bottom:5rem;display:grid}.about-image{background:#121212 url(/assets/product-texture-DkUAzr25.png) 50%/cover;height:min(62vh,620px);position:relative}.about-image img{object-fit:contain;width:100%;height:100%}.about-image span{background:var(--red);letter-spacing:.12em;border-radius:50%;place-items:center;width:80px;height:80px;font-size:.65rem;font-weight:800;display:grid;position:absolute;bottom:1rem;right:1rem;transform:rotate(-9deg)}.story-grid{background:var(--paper);color:var(--ink);grid-template-columns:1.1fr .9fr;gap:10vw;padding-top:7rem;padding-bottom:7rem;display:grid}.story-lead{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,4.1rem);font-weight:600;line-height:1.08}.story-body{color:#4d4943;font-size:1.08rem}.story-body p:first-child{margin-top:0}.values{grid-template-columns:repeat(3,1fr);gap:4vw;padding-top:6rem;padding-bottom:7rem;display:grid}.values>div{border-top:1px solid var(--line);padding-top:1rem}.values span{color:var(--red-bright);font-weight:800}.values h3{margin:2rem 0 .5rem;font-size:1.4rem}.values p{color:#aaa59d}.contact-layout{grid-template-columns:1fr 1fr;align-items:center;gap:9vw;min-height:calc(100vh - 84px);padding-top:5rem;padding-bottom:7rem;display:grid}.contact-intro>p:not(.eyebrow){color:#aaa59d;max-width:480px}.contact-details{grid-template-columns:90px 1fr;gap:.75rem;margin-top:2.5rem;font-size:.85rem;display:grid}.contact-details span{text-transform:uppercase;color:#77726b;letter-spacing:.1em;font-size:.65rem}.contact-details p{margin:0!important}.contact-form{background:var(--paper);color:var(--ink);gap:1.3rem;padding:clamp(1.5rem,4vw,3.5rem);display:grid}.contact-form label{text-transform:uppercase;letter-spacing:.1em;gap:.45rem;font-size:.65rem;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #aaa49b;border-radius:0;outline:0;padding:.7rem .1rem}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--red);box-shadow:0 1px var(--red)}.contact-form .button{justify-self:start}.form-status{color:var(--red);margin:0;font-size:.8rem}.site-footer{padding:5rem var(--pad) 2rem;border-top:1px solid var(--line)}.footer-top{justify-content:space-between;align-items:start;margin-bottom:5rem;display:flex}.footer-mark{letter-spacing:-.09em;font-family:Archivo Black;font-size:clamp(3rem,8vw,8rem);line-height:.8}.footer-mark span{color:var(--red-bright)}.footer-links{text-transform:uppercase;letter-spacing:.1em;grid-template-columns:repeat(2,auto);gap:.6rem 3rem;font-size:.78rem;display:grid}.footer-links a:hover{color:var(--red-bright)}.footer-bottom{border-top:1px solid var(--line);color:#77726b;text-transform:uppercase;letter-spacing:.1em;justify-content:space-between;padding-top:1rem;font-size:.65rem;display:flex}.toast{z-index:50;background:var(--paper);color:var(--ink);opacity:0;padding:1rem 1.25rem;font-size:.82rem;font-weight:700;transition:all .3s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(150%);box-shadow:0 12px 30px #0000004d}.toast.show{opacity:1;transform:none}.reveal{animation:.7s both fadeUp}.delay-1{animation-delay:.12s}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}@media (width<=900px){.site-header{grid-template-columns:auto 1fr auto;gap:1.25rem}.main-nav{justify-content:space-evenly;gap:.9rem;font-size:.69rem}.brand{gap:.45rem;font-size:1rem}.brand-face{width:40px;height:34px}.cart-label{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-top:5rem}.hero-image-wrap{height:58vw;min-height:340px}.page-title-row,.section-heading{align-items:start;gap:2rem}.page-title-row{flex-direction:column}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.about-hero{grid-template-columns:1fr}.about-image{height:55vw;min-height:330px}.story-grid,.contact-layout{grid-template-columns:1fr}.footer-top{flex-direction:column;gap:3rem}}@media (width<=600px){h1{font-size:clamp(4.2rem,24vw,7rem)}.site-header{min-height:112px;padding:.6rem var(--pad) 0;grid-template-rows:52px 48px;grid-template-columns:1fr auto;gap:0}.header-actions{grid-area:1/2}.main-nav{border-top:1px solid var(--line);letter-spacing:.09em;grid-area:2/1/auto/-1;justify-content:space-between;align-self:stretch;gap:.5rem;font-size:.61rem}.main-nav a{flex:1;place-items:center;display:grid}.brand{gap:.45rem;font-size:.98rem}.brand-face{width:39px;height:32px}.hero{padding-top:3rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:1.3rem}.hero-image-wrap{height:75vw;min-height:300px}.featured{padding-top:5rem;padding-bottom:5rem}.section-heading{flex-direction:column}.product-grid{grid-template-columns:1fr}.manifesto{padding-top:5rem;padding-bottom:5rem}.page-hero{padding-top:4rem}.cart-item{grid-template-columns:90px 1fr}.cart-item-image{width:90px;height:90px}.cart-item-end{text-align:left;flex-direction:row;grid-column:2;align-items:center}.values{grid-template-columns:1fr}.about-image{height:70vw}.footer-links{gap:.6rem 1.5rem}.footer-bottom{flex-direction:column;gap:.5rem}.quick-view-label{opacity:1;transform:none}.product-actions,.buy-view[open]{grid-template-columns:1fr}.buy-view-image{height:36vh;min-height:300px}.buy-view-details{padding:1.6rem}.buy-view-details h2{font-size:2.4rem}.buy-view-copy{margin-bottom:.8rem}.buy-now-confirm{margin-top:1.3rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
