*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--ink:#0c0c0b;--bone:#f0ede6;--stone:#d4cfc5;--ash:#9a9590;--coal:#1a1a18;--gold:#b8953a;--off:#f7f4ef;--red:#c0392b}html{scroll-behavior:smooth;font-size:16px}body{background:var(--ink);color:var(--bone);font-family:DM Mono,monospace;overflow-x:hidden}img{display:block;width:100%;height:auto}a{text-decoration:none;color:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}nav{position:fixed;top:0;left:0;right:0;z-index:200;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;transition:background .3s,border-color .3s;border-bottom:.5px solid transparent}nav.scrolled{background:#0c0c0bf5;border-color:#ffffff12;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-logo{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.25em;color:var(--bone)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ash);transition:color .2s}.nav-links a:hover{color:var(--bone)}.nav-cart{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bone);border-bottom:.5px solid var(--bone);padding-bottom:1px;transition:color .2s,border-color .2s}.nav-cart:hover{color:var(--gold);border-color:var(--gold)}.hero{position:relative;min-height:100vh;background:var(--ink);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:flex-end}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0c0c0be0,#0c0c0b40 55%,#0c0c0b14);z-index:0}.hero-inner{position:relative;z-index:1;padding:4rem 2rem 5rem;max-width:680px}.hero-kicker{font-size:.58rem;letter-spacing:.25em;color:var(--gold);text-transform:uppercase;margin-bottom:1.25rem;opacity:0;animation:fadeUp .7s ease .3s forwards}.hero-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,10vw,8rem);line-height:.92;letter-spacing:.02em;color:var(--bone);margin-bottom:2.5rem;opacity:0;animation:fadeUp .7s ease .5s forwards}.hero-cta{display:inline-block;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);background:var(--bone);padding:1rem 2.25rem;transition:background .2s;opacity:0;animation:fadeUp .7s ease .7s forwards}.hero-cta:hover{background:var(--gold)}.hero-scroll{position:absolute;bottom:2rem;right:2rem;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeIn 1s ease 1.2s forwards}.scroll-line{width:.5px;height:40px;background:#ffffff40}.scroll-label{font-size:.5rem;letter-spacing:.2em;color:var(--ash);writing-mode:vertical-rl}.products-section{background:var(--off);padding:4rem 2rem 5rem}.products-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid var(--stone)}.products-label{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ash)}.products-all{font-size:.58rem;letter-spacing:.15em;color:var(--ink);border-bottom:.5px solid var(--ink);padding-bottom:1px;transition:opacity .2s}.products-all:hover{opacity:.5}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone)}.product-card{background:var(--off);display:block;transition:background .15s}.product-card:hover{background:var(--bone)}.product-img-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--stone)}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,opacity .3s ease}.product-img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-img-wrap>img:first-child{opacity:0}.product-card:hover .product-img-hover{opacity:1;transform:scale(1.03)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:2.5rem;color:#00000014}.product-badge{position:absolute;top:.75rem;left:.75rem;font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;padding:3px 7px}.product-badge.limited{background:var(--gold);color:var(--ink)}.product-badge.sold-out{background:var(--ash);color:var(--bone)}.product-info-card{padding:.85rem 1rem 1rem;display:flex;align-items:center;justify-content:space-between}.product-name{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.product-price{font-size:.65rem;color:var(--ash)}.statement-section{background:var(--ink)}.statement-grid{display:grid;grid-template-columns:1fr 1fr;min-height:65vh}.statement-img-wrap{overflow:hidden}.statement-img-wrap img{width:100%;height:100%;object-fit:cover}.statement-img-placeholder{width:100%;height:100%;min-height:400px;background:var(--coal)}.statement-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem}.statement-tag{font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.statement-headline{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1;color:var(--bone);margin-bottom:1.5rem}.statement-body{font-size:.72rem;line-height:2;color:var(--ash);margin-bottom:2.5rem;max-width:340px}.statement-cta{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--bone);border-bottom:.5px solid var(--bone);padding-bottom:2px;align-self:flex-start;transition:color .2s,border-color .2s}.statement-cta:hover{color:var(--gold);border-color:var(--gold)}.collection-page{padding:7rem 2rem 5rem;background:var(--off);min-height:100vh}.collection-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid var(--stone)}.collection-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,5vw,4rem);letter-spacing:.02em;color:var(--ink);line-height:1}.collection-meta{display:flex;align-items:center;gap:1.5rem}.collection-count{font-size:.58rem;letter-spacing:.12em;color:var(--ash)}#sort-select{font-family:DM Mono,monospace;font-size:.58rem;letter-spacing:.1em;color:var(--ink);background:transparent;border:.5px solid var(--stone);padding:.4rem .75rem;cursor:pointer;outline:none}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone)}.collection-empty{font-size:.75rem;color:var(--ash);padding:3rem 0}.pagination{display:flex;justify-content:center;padding:3rem 0;gap:.5rem}.pagination a,.pagination span{font-size:.6rem;letter-spacing:.1em;color:var(--ink);padding:.5rem .75rem;border:.5px solid var(--stone)}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding-top:5rem}.product-gallery{position:sticky;top:5rem;height:calc(100vh - 5rem);display:flex;gap:.75rem;padding:1.5rem 1.5rem 1.5rem 2rem;align-self:start}.gallery-thumbs{display:flex;flex-direction:column;gap:.5rem;width:64px;flex-shrink:0}.thumb{width:64px;height:80px;overflow:hidden;border:.5px solid transparent;cursor:pointer;padding:0;background:none;transition:border-color .15s}.thumb img{width:100%;height:100%;object-fit:cover}.thumb.active{border-color:var(--ink)}.gallery-main{flex:1;overflow:hidden;position:relative}.gallery-slide{display:none;height:100%}.gallery-slide.active{display:block}.gallery-slide img{width:100%;height:100%;object-fit:cover}.product-info{padding:5rem 2rem 5rem 2.5rem;background:var(--off);display:flex;flex-direction:column}.product-info-inner{flex:1}.product-collection{font-size:.55rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ash);margin-bottom:.75rem}.product-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1;letter-spacing:.02em;color:var(--ink);margin-bottom:1.25rem}.product-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.product-price{font-size:1.1rem;color:var(--ink)}.badge-limited{font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--ink);padding:3px 8px}.badge-soldout{font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;background:var(--ash);color:var(--bone);padding:3px 8px}.option-group{margin-bottom:1.5rem}.option-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.option-label{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink)}.size-guide-link{font-size:.55rem;letter-spacing:.1em;color:var(--ash);border-bottom:.5px solid var(--stone);padding-bottom:1px}.size-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.1em;padding:.6rem 1rem;background:transparent;border:.5px solid var(--stone);color:var(--ink);cursor:pointer;transition:all .15s}.size-btn:hover:not(:disabled){border-color:var(--ink)}.size-btn.selected{background:var(--ink);color:var(--bone);border-color:var(--ink)}.size-btn.sold-out{opacity:.35;text-decoration:line-through;cursor:not-allowed}.atc-btn{width:100%;font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bone);background:var(--ink);border:none;padding:1.1rem;cursor:pointer;transition:background .2s;margin-bottom:1.25rem}.atc-btn:hover:not(:disabled){background:var(--gold);color:var(--ink)}.atc-btn:disabled{opacity:.4;cursor:not-allowed}.trust-strip{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem;padding:1.25rem;background:#0c0c0b0a;border:.5px solid var(--stone)}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.6rem;color:var(--ash)}.trust-icon{color:var(--gold)}.accordion{border-top:.5px solid var(--stone)}.accordion-item{border-bottom:.5px solid var(--stone)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);cursor:pointer;text-align:left}.accordion-icon{font-size:1rem;color:var(--ash);transition:transform .2s}.accordion-content{display:none;padding-bottom:1.25rem}.accordion-content.open{display:block}.accordion-content p,.rte p{font-size:.7rem;line-height:1.9;color:var(--ash)}.size-table{width:100%;border-collapse:collapse;font-size:.65rem}.size-table th,.size-table td{padding:.5rem .75rem;border:.5px solid var(--stone);text-align:left;color:var(--ash)}.size-table th{color:var(--ink);background:#0c0c0b0a}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;background:var(--off);border-top:.5px solid var(--stone);padding:1rem 1.25rem}.sticky-atc-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-product-name{font-size:.65rem;letter-spacing:.08em;color:var(--ink);text-transform:uppercase}.sticky-atc-btn{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--bone);background:var(--ink);border:none;padding:.85rem 1.5rem;cursor:pointer;white-space:nowrap}.also-like{background:var(--off);padding:4rem 2rem;border-top:.5px solid var(--stone)}.also-like-title{font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:.04em;color:var(--ink);margin-bottom:2rem}.also-like-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:2rem;padding-top:5rem}.cart-empty-msg{font-size:.8rem;color:var(--ash);letter-spacing:.1em}.btn-primary{font-family:DM Mono,monospace;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--bone);background:var(--ink);padding:.9rem 2rem;display:inline-block;transition:background .2s}.btn-primary:hover{background:var(--gold);color:var(--ink)}.cart-page{padding:7rem 2rem 5rem;background:var(--off);min-height:100vh}.cart-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:.5px solid var(--stone)}.cart-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.02em;color:var(--ink);line-height:1}.cart-count{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ash)}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start;padding:2rem 0;border-bottom:.5px solid var(--stone)}.cart-item-img{display:block;width:160px;min-width:160px;height:200px;overflow:hidden;flex-shrink:0;background:var(--stone)}.cart-item-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cart-item-img:hover img{transform:scale(1.03)}.cart-item-details{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem}.cart-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.cart-item-name{font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink);line-height:1.4}.cart-item-total{font-family:DM Mono,monospace;font-size:.75rem;color:var(--ink);white-space:nowrap;font-weight:500}.cart-item-variant{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ash)}.cart-item-price{font-size:.6rem;color:var(--ash)}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.cart-item-qty{display:flex;align-items:center;gap:0;border:.5px solid var(--stone)}.qty-btn{width:32px;height:32px;background:transparent;border:none;font-size:1rem;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:var(--stone)}.qty-num{font-family:DM Mono,monospace;font-size:.65rem;min-width:32px;text-align:center;color:var(--ink);border-left:.5px solid var(--stone);border-right:.5px solid var(--stone);height:32px;display:flex;align-items:center;justify-content:center}.cart-item-remove{font-family:DM Mono,monospace;font-size:.55rem;letter-spacing:.12em;color:var(--ash);background:none;border:none;cursor:pointer;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.cart-item-remove:hover{color:var(--ink)}.cart-summary{position:sticky;top:7rem;background:#fff;border:.5px solid var(--stone);padding:2rem}.shipping-bar{margin-bottom:2rem;padding-bottom:2rem;border-bottom:.5px solid var(--stone)}.shipping-bar-msg{font-size:.62rem;color:var(--ink);margin-bottom:1rem;line-height:1.6;letter-spacing:.05em}.shipping-tick{color:var(--gold)}.shipping-bar-track{height:2px;background:var(--stone);overflow:hidden}.shipping-bar-fill{height:100%;background:var(--gold);transition:width .4s ease}.cart-totals{margin-bottom:1.75rem}.cart-subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cart-subtotal-row span:first-child{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ash)}.cart-subtotal-amount{font-family:Bebas Neue,sans-serif;font-size:1.75rem;letter-spacing:.04em;color:var(--ink)}.cart-tax-note{font-size:.55rem;color:var(--ash);letter-spacing:.05em}.checkout-btn{display:flex;align-items:center;justify-content:space-between;width:100%;font-family:DM Mono,monospace;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--bone);background:var(--ink);border:none;padding:1.25rem 1.5rem;margin-bottom:1.5rem;cursor:pointer;transition:background .2s;margin-top:1.75rem}.checkout-btn:hover{background:var(--gold);color:var(--ink)}.checkout-arrow{font-size:1rem}.cart-trust{display:flex;flex-direction:column;gap:.6rem;padding:1.25rem;background:#0c0c0b08;border:.5px solid var(--stone);margin-bottom:1.25rem}.cart-trust-item{display:flex;align-items:center;gap:.6rem;font-size:.58rem;letter-spacing:.08em;color:var(--ash)}.cart-trust-icon{font-size:.7rem}.cart-continue{text-align:center}.cart-continue a{font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ash);text-decoration:none;border-bottom:.5px solid var(--stone);padding-bottom:1px;transition:color .2s,border-color .2s}.cart-continue a:hover{color:var(--ink);border-color:var(--ink)}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:768px){.cart-page{padding:5.5rem 1.25rem 3rem}.cart-item{grid-template-columns:130px 1fr;gap:1rem}.cart-item-img{width:130px;height:162px}}@media(max-width:480px){.cart-item{grid-template-columns:110px 1fr;gap:.875rem}.cart-item-img{width:110px;height:137px}}.page-wrap{padding:8rem 2rem 5rem;max-width:700px;margin:0 auto;min-height:70vh}.page-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);color:var(--bone);margin-bottom:2.5rem;line-height:1;letter-spacing:.02em}.page-content{font-size:.75rem;line-height:2;color:var(--ash)}.page-content p{margin-bottom:1.25rem}.page-content a{color:var(--gold);border-bottom:.5px solid var(--gold)}footer{background:var(--coal);border-top:.5px solid rgba(255,255,255,.07);padding:2.5rem 2rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-logo{font-family:Bebas Neue,sans-serif;font-size:1rem;letter-spacing:.25em;color:var(--bone)}.footer-tag{font-size:.55rem;letter-spacing:.12em;color:var(--gold)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.55rem;letter-spacing:.1em;color:var(--ash);text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:var(--bone)}.footer-copy{font-size:.55rem;letter-spacing:.1em;color:var(--ash)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.product-page{grid-template-columns:1fr;padding-top:4.5rem}.product-gallery{position:relative;top:0;height:auto;padding:0;flex-direction:column-reverse}.gallery-thumbs{flex-direction:row;width:100%;overflow-x:auto;padding:.75rem 1.25rem}.thumb{width:56px;height:70px;flex-shrink:0}.gallery-main{width:100%;aspect-ratio:4/5;height:auto}.gallery-slide,.gallery-slide img{height:auto}.product-info{padding:2rem 1.25rem 6rem}.sticky-atc{display:block}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.also-like-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){nav{padding:1rem 1.25rem}.nav-links{display:none}.hero-inner{padding:2.5rem 1.25rem 4rem}.products-section{padding:3rem 1.25rem 4rem}.products-grid{grid-template-columns:1fr 1fr}.statement-grid{grid-template-columns:1fr}.statement-img-wrap{min-height:280px}.statement-content{padding:2.5rem 1.25rem}.collection-page{padding:5.5rem 1.25rem 3rem}.collection-grid{grid-template-columns:1fr 1fr}.collection-header{flex-direction:column;align-items:flex-start;gap:1rem}.cart-page{padding:5.5rem 1.25rem 3rem}.cart-item{grid-template-columns:80px 1fr}.cart-item-total{display:none}footer .footer-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}@media(max-width:480px){.products-grid,.collection-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
